@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	}
	
#geruest {
	width: 970px;
	margin:0px;
	padding:0px;
	margin:0em auto 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#kopf {
	margin:0px;
	padding:0px;
	background-color: #FFF;
	height: 289px;
	width: 970px;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: 22px;
}
#kopf h1 {
	margin:0px;
	padding:0px;
	font-size: 22px;
	font-weight: normal;
	color: #595959;
	margin-left:75px;
	margin-top:17px;
	margin-bottom:23px;
	}
#kopf p {
	margin:0px;
	padding:0px;
	font-size: 13px;
	color: #595959;	
	margin-left:75px;
}

#topnavigation{
	height: 15px;
	width: 140px;
	float:right;
	color:#FFF;
	margin-top:0px;	
	}
#topnavigation ul {
	margin:0px;
	padding:0px;
	float:right;
	font-size:11px;
	color:#808080;
	}
#topnavigation ul li {
	display: inline;
	padding-left:3px;	
	}

#topnavigation ul li a {
	color:#808080;
	font-size:11px;
	text-decoration: none;
	}

#topnavigation ul li a:hover {
	color: #ea8a9f;
	text-decoration: underline;
	}
	
#navigation {
	margin:0px;
	padding:0px;
	margin-top:37px;
	background-color: #c7b3af;
	height: 36px;
	width: 948px;
	margin-left:23px;
}
#navigation ul {
	margin:0px;
	padding:0px;
}
#navigation ul li{	
	margin:0px;
	padding:0px;
	display: inline;
	float:left;
	padding-left:11px;
	padding-right:11px;
}
#navigation ul li.grau{	
	background-color: #cdbdba;	
}
#navigation ul li:hover, #navigation ul li.selected{	
	background-color: #fbdae3;
}

#navigation li a {
	margin:0px;
	padding:0px;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	text-decoration: none;
	display: block;	
}
#navigation li a:hover,#navigation ul li.selected a {
color: #ea8a9f;
}

#logo {
	background-color: #9FF;
	height: 87px;
	width: 470px;
	margin-top:5px;
	margin-left:22px;
}








#content {
	background-color: #FFF;
	width: 970px;
	float:left;
	margin-top:50px;
	margin-bottom:50px;
}

#inhalt {
	width: 500px;
	margin-left: 4px;
	background-color: #FFF;
	float:left;
}
#inhalt h1{
	margin:0px;
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
	color: #b09691;
	background-image: url(img/icon-h1.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	}
#inhalt h2{
	margin:0px;
	padding:0px;
	font-size: 21px;
	font-weight: normal;
	color: #595959;
	margin-bottom:39px;
	margin-left:28px;
	}
#inhalt h3{
	margin:0px;
	padding:0px;
	/*font-size: 18px;*/
	font-size: 14px;
	/*font-weight: normal;*/
	margin-bottom:8px;
	/*color: #595959;*/
	color: #ea8a9f;
	background-color: #fdeef2;
	margin-left:24px;
	padding:4px;
	}
#inhalt h4{
	margin:0px;
	padding:0px;
	font-size: 15px;
	margin-bottom:5px;
	margin-left:28px;
	}
#inhalt h5{
	margin:0px;
	padding:0px;
	font-size: 13px;
	margin-bottom:5px;
	margin-left:28px;
	}
#inhalt p {
	margin:0px;
	padding:0px;
	margin-bottom:11px;
margin-top:11px;
	margin-left:28px;
	}
#inhalt a {
	color: #ea8a9f;
	}
#inhalt a:hover {
	text-decoration: none;
	}
#inhalt ol {
	}
#inhalt ul {
	color: #9badd1;
	margin-left: 10px;
		color: #9badd1;
	margin-bottom: 8px;
	}
#inhalt ul li {
	color: #000;
	list-style-type: none;
	list-style-image: url(img/icon-li.gif);
	margin-bottom: 8px;
	}

#rechts {
	width: 160px;
	margin-left: 24px;
	background-color: #f3f4f4;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:95px;
}
#tippbereich {
	background-color: #FFF;
	width: 230px;
	float:right;
}

#tippbereich h1 {
	margin:0px;
	padding:0px;
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ea8a9f;
	margin-left:15px;
	}
#tippbereich h2 {
	margin:0px;
	padding:0px;
	font-size: 21px;
	font-weight: normal;
	color: #595959;
	margin-bottom:39px;
	margin-left:15px;
	}
#tippbereich h3 {
	margin:0px;
	padding:0px;
	font-size: 14px;	
	margin-left:15px;
	margin-top:8px;
	margin-bottom:9px;
	}
#tippbereich p {
	margin:0px;
	padding:0px;
	font-size: 13px;	
	margin-left:15px;
	margin-bottom:12px;
	}
#tippbereich a {
	margin:0px;
	padding:0px;
	font-size: 13px;
	margin-left:15px;
	color: #ea8a9f;
	text-decoration: none;	
	}
#tippbereich a:hover {
	text-decoration: underline;
	}
#tippbereich hr {
	margin:0px;
	padding:0px;
	width: 217px;
	margin-left:15px;
	margin-bottom:9px;
	}









#fuss {
	background-color: #f3f4f4;
	width: 970px;
	float:none;
	clear:both;
	height: 30px;
	line-height: 30px;
	padding-left:30px;
	color: #ea8a9f;
}
#fuss a {
	text-decoration: none;	
	color: #ea8a9f;
}
#fuss a:hover {
	text-decoration: none;	
	color: #b09691;
}
