html {overflow: scroll;}

* {
padding:0px;
margin:0px;
}
:focus { 
outline: 0px 
}
body { 
background-color:#D6DFF1; 
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#5A2817;
font-size:11px;
line-height:146%;
}
a img { 
border:0px none;
}

a { 
color:#5A2817;
text-decoration:underline;
}
a:hover { 

}
h1, h2, h3 { 
line-height:146%;
}
h1 { 
color:#898B9B;
font-size:16px;
font-weight:normal;
}
h2 { 

}
ul { 

}
li{ 

}


#container { 
		position:relative;
    	width: 898px;  
    	background: #FFFFFF;
    	margin: 0 auto;
    	border-left: 1px solid #898b9b;
    	border-right: 1px solid #898b9b;
		border-bottom:8px solid #898b9b;
    	text-align: left; 
    } 
#header { 
		position:relative;
    	background: #ffffff; 
    	height:184px;
    }
#headline {
	position:absolute;
	top:126px;
	left:11px;
	color:#FFFFFF;
	font-size:24px;
    }	 
#menu { 
    	background: #ffffff; 
    	height:38px;
		background-image:url(../img/navi/bg.gif);
    } 
#mainContent { 
    	margin: 0 0 0 463px; 
    	padding: 40px; 
    } 
#footer { 
    	width: 885px;  
    	margin: 0 auto;
		padding-left:13px;
		padding-top:10px;
    } 

/************************/
/******* sidebars ******/
/************************/
#sidebar1 {
    	float: left; 
    	width: 436px; 
    }
#sidebar1 img {
    	margin-bottom:5px; 
    }
#sidebar2 {
    	float: left; 
    	width: 426px;
		padding:39px 0 40px 10px; 
    }
#sidebar2 img { 
		margin-bottom:25px;
    }
#sidebar3 {
    	float: left; 
    	width: 426px;
		padding:39px 0 40px 10px; 
    }
#golfbild {
position:relative;
    	width:404px;
		height:102px;
		background-image:url(../img/freizeit/freizeit_golf.jpg);
		font-size:10px;
		line-height:140%;
		padding:134px 10px 0 11px;
		color:#FFFFFF;
    }
#golfblind {
    	position:absolute;
		top:0px;
		left:0px;
		width:425px;
		height:134px;
    }

/************************/
/******* classses *******/
/************************/
.sidebar_left { 
    	margin-right:14px;
    }
.sidebar_left3 { 
    	margin-right:31px;
    }
.zelle_grau { 
    	background-color:#e6e6e9;
    }
.re_15,
.re_15 a,
.re_15 a:hover
 { 
    	margin-right:15px;
    }

.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
/************************/
/******* sterne *********/
/************************/
#sterne
 { 
    	position:absolute;
		left:10px;
		padding-top:2px;
    }
/************************/
/******* bilder *********/
/************************/
#logo
 {
	position:absolute;
	left:779px;
	top:242px;
    }


.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}

/* Formulare
----------------------------------------------- */
.anfragehead {
	color: #898b9b;
	font-size: 16px;
	margin: 30px 0 19px 0;
	padding: 0;
}
#anfrageform {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
}
#anfrageform label.stdlbl {
	cursor: pointer;
	float: left;
	width: 78px;
}
#anfrageform p {
	clear: both;
	margin: 0 0 10px 0;
}
#anfrageform input {
	border: 1px solid #a1a0a7;
	font-family: inherit;
	font-size: 1em;
	width: 275px;
}
#anfrageform input.i33 {
	width: 33px;
}
#anfrageform input.i50 {
	width: 50px;
}
#anfrageform input.i60 {
	width: 60px;
}
#anfrageform input.i215 {
	width: 215px;
}
#anfrageform select {
	border: 1px solid #a1a0a7;
	font-family: inherit;
	font-size: 1em;
	width: 275px;
}
#anfrageform textarea {
	border: 1px solid #a1a0a7;
	font-family: inherit;
	font-size: 1em;
	height: 90px;
	width: 275px;
}
#anfrageform .button {
	background: #e2e1ec;
	border: 1px solid #c9c9d4;
	cursor: pointer;
	color: #5a2817;
	margin-left: 78px;
	padding: 0;
	text-align: center;
	width: 130px;
}
#anfrageform label.ckbzw {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
#anfrageform input.rizw {
	border: none;
	float: left;
	margin: 0;
	width: 20px;
}
.bitte {
	float: left;
	width: 78px;
}

p.gesendet {
	color: green;
	font-size: 14px;
	margin: 15px 0 0 0;
}
/* Fehlermeldungen */
.fehler {
	color: #f00 !important;
	font-weight: bold !important;
}