html {
	 overflow-x: hidden;
}

body {
 background-color: #E1E0D9;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}

a:link {
 color: #3E7AB2;
 text-decoration: none;
}

a:visited {
 color: #548DC2;
 text-decoration: none;
}

a:hover {
 color: #548DC2;
 text-decoration: underline;
}

hr {
 height: 1px;
 background-color: #CCC;
 color: #CCC;
}

li {
 list-style-position: inside;
}

#breadcrump {
	position: absolute;
	top: 135px;
	left: 10px;
}

#banner {
	position: absolute;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 3px solid #C0C0C0;
	width: 760px;
	height: 120px;
	background-color:#FFFFFF;
	top: 155px;
	left: 10px;
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
 	font-size:9px;
 	text-align: center;
}

#suchbox {
	position: absolute;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 3px solid #C0C0C0;
	width: 197px;
	height: 100px;
	background-color: #FFFFFF;
	top: 155px;
	left: 780px;
	padding: 10px;
}

#main {
	position: absolute;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 3px solid #C0C0C0;
	width: 740px;
	height: auto;
	background-color:#FFFFFF;
	top: 285px;
	left: 10px;
	padding: 10px;
	font-size: 1.2em;
    line-height: 160%;
}

#main h1 {
	font-size: 1.4em;
}

#main h2 {
	font-size: 1.2em;
}

#main h3 {
	font-size: 1.2em;
}

#main b {
    line-height: 160%;
	font-size: 1em;
}

/*SUCHE*/
#main_suche {
/*
	position:absolute;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 3px solid #C0C0C0;
	width: 740px;
	background-color:#FFFFFF;
	top: 350px;
	left: 10px;
	padding: 10px;
	*/
	position: absolute;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 3px solid #C0C0C0;
	width: 740px;
	height: auto;
	background-color:#FFFFFF;
	top: 350px;
	left: 10px;
	padding: 10px;
	font-size: 1.2em;
    line-height: 160%;
}

#main_suche h1 {
	font-size: 1.4em;
}

#main_suche h2 {
	font-size: 1.2em;
}

#main_suche h3 {
	font-size: 1.2em;
}

#main_suche b {
    line-height: 160%;
	font-size: 1.4em;
}

/*SUCHE*/

#rightcoloumn {
	position:absolute;
	height: auto;
	top: 285px;
	left: 780px;
	width: 220px;
}


#submenue {
/*
	position:absolute;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 3px solid #C0C0C0;
	width: 197px;
	height: auto;
	background-color:#FFFFFF;
	top: 350px;
	left: 780px;
	padding: 10px;
	*/
	background-color:#FFFFFF;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 3px solid #C0C0C0;
	margin-bottom: 8px;

}

#skyscraper {
/*
	padding-top: 10px;
	padding-bottom: 10px;
	position:absolute;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 3px solid #C0C0C0;
	width: 217px;
	height: auto;
	background-color:#FFFFFF;
	left: 780px;
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
 	font-size:9px;
 	text-align: center;
 		*/
 	/*top: 613px;*/

 	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 3px solid #C0C0C0;
	background-color:#FFFFFF;
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
 	font-size:9px;
 	text-align: center;
 
}

#impressum {
	position: absolute;
	top: 30px;
	right: 100px;
	z-index: 2;
}

#impressum a {
	color: #CCCCCC;
	text-decoration: none;
}

#impressum a:hover {
	text-decoration: underline;
}

.logo {
	position: absolute;
	left: 40px;
	top: 10px;
	background-image: url(_img/logo.jpg);
	width: 120px;
	height: 80px;
	border:0px;
	cursor: pointer;
	background-repeat: no-repeat;
	z-index: 10;
}



/* Untermenü */
ul.sidemenu {

	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	text-decoration: none;	
}
ul.sidemenu li {
    font-size: 1.4em;
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #3E7AB2; 
	border: none;		
}
ul.sidemenu li a:hover {	
	text-decoration: underline;
	border: none;
}

ul.sidemenu li#current {	
	color: #FF0000;
	font: bold 1.4em Arial, Helvetica, Sans-serif;
}

ul.sidemenu li#maincat {	
	color: #000;
	font: bold 1.8em Arial, Helvetica, Sans-serif;
}




/* Hauptmenü */

.hauptmenue_inaktiv {
	background-color: #454545; 
	height: 25px; 
	border-left: 20px solid #454545;
	border-right: 20px solid #454545;
	font-weight: bold;
	font: bold 1.1em Arial, Helvetica, Sans-serif;
	text-align: center;
}

.hauptmenue_inaktiv a {
	color: #B6B4B4; 
	font-weight: bold;
	text-decoration: none;
}

.hauptmenue_aktiv {
	background-color: #BCEF32; 
	height: 25px; 
	border-left: 20px solid #BCEF32;
	border-right: 20px solid #BCEF32;
	font: bold 1.1em Arial, Helvetica, Sans-serif;
	text-align: center;
}

.hauptmenue_aktiv a { 
    color: #454545; 
	font-weight: bold;
	text-decoration: none;
}

.hauptmenue_spacer {
	background-color:#FFFFFF; 
	height: 35px; 
	width: 2px;
}




/* Suche */
#suchbox form.suche {
 /*float: right;*/
 margin: 0;
 padding: 0;
}
#suchbox form.suche fieldset {
 border: 0;
 margin: 0;
 padding: 0;
 width: 190px;
}
#suchbox form.suche legend, #suchbox form.suche label span, #suchbox form.suche button span {
 display: none;
}
#suchbox form.suche label, #suchbox form.suche input, #suchbox form.suche button {
 float: left;
 margin: 0;
 padding: 0;
 border: 0;
 vertical-align: top;
 height: 18px;
}
#suchbox form.suche label {
 width: 20px;
 background: url(_img/suche_label.gif);
 cursor: text;
}
#suchbox form.suche input {
 width: 150px;
 background: url(_img/suche_input.gif);
}
#suchbox form.suche button {
 width: 20px;
 background: url(_img/suche_submit.gif);
 cursor: pointer;
}
 /* -- */
 

/* Golfclubs */
.club_preview
{
	float: left;
	border: 1px solid #DDDDDD;
	width: 45%;
	padding: 9px;
	margin: 2px;
	font-size: 11px;
	line-height: 1.4em;
}

.club_preview_heading
{
	color: #4996de;
	font-weight: bold;
	font-size: 11px;
}

.land_image
{
	float: left;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #dddddd;
}

.a img
{
	border: none;
}


/* Scorecardrechner */

input {	
 font-family: verdana;
 font-size: 11px;
}

label {
 font-weight: bold;
}

.scorecard th {
 background-color: #00B800;
 padding: 3px;
 color: #ffffff;
}

.scorecard td {
 border: 1px solid #000000;
}

.scorecard span {
 display: block;
}

.subresult {
 background-color: #00B800;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 padding: 2px;
}

.loch {
 background-color: #cccccc;
 text-align: center;
 font-weight: bold;
}

.laenge {
 background-color: #FFFF80;
 padding-left: 10px;
}

.light_grey {
 background-color: #dddddd;
 padding: 2px;
}

.dark_white {
 background-color: #eeeeee;
 text-align: center;
}

.textbox {
 border: none;
 color: #404040;
 width: 60px;
 padding: 5px;
 font-weight: bold;
}

.error {
 color: #cc0000;
}


.aufmacher1 {
 text-decoration: none;
 color: #B6B4B4;
 font-weight: bold;
}

.aufmacher, .aufmacher a:link, .aufmacher a:visited {
 text-decoration: none;
 color: #3E7AB2;
 font-size: 14px;
  margin: 0 0 1px;
}

.aufmacher a:hover {
 text-decoration: underline;
 color: #3E7AB2;
 font-size: 14px;
}