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

body{
	margin:0px;
	padding:0px;
	background-image: url(img/body-hg.gif);
	background-repeat: repeat-x;
}

#geruest {
	width: 1001px;
	margin:0em auto 0;		
}

#kopf {
	margin:0px;
	padding:0px;
	height: 169px;
	width: 1002px;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#kopf #logo {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 27px;
	text-transform: uppercase;
	color: #04325c;
	text-decoration: none;
	float:left;
	margin-top:5px;
	height: 30px;
	width: 260px;
	
}

#kopf #logozusatz {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	text-decoration: none;
	float:left;
	margin-top:40px;
	height: 20px;
	margin-left:-260px;
	width: 120px;
	
}


#topnavigation {
	margin:0px;
	padding:0px;
	height: 25px;
	width: 200px;
	float:left;
	margin-left:542px;
}
#topnavigation ul {
	margin:0px;
	padding:0px;	
	float:right;
	color: #04325c;
}
#topnavigation ul li {
	display: inline;	
	color: #04325c;
}
#topnavigation ul li a{
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #04325c;
	text-decoration: none;
}
#topnavigation ul li a:hover{
	color: #7282b1;
	text-decoration: underline;
}


#box {
	margin:0px;
	padding:0px;
	height: 125px;
	width: 250px;
	float:left;
	font-size: 12px;
	margin-left:345px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#box p{
	margin:0px;
	padding:0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom:5px;
}
#box ul{
	margin:0px;
	padding:0px;
	margin-left:5px;
}
#box ul li{
	list-style-position: inside;
	list-style-type: square;
}


#nav{
	height: 20px;
	width: 375px;
	margin:0px;
	padding:0px;
	float:right;
}
#nav ul{
	margin:0px;
	padding:0px;	
}
#nav ul li{
	list-style-type: none;
	display: inline;
}
#nav ul li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8f3e15;
	text-decoration: none;
	background-color: #f5f6f6;
	border:1px solid #dadbdb;
	border-bottom:0px solid #dadbdb;
	border-top-right-radius: 5px 5px;/* Runde ecken!!!*/
    border-top-left-radius: 5px 5px;/* Runde ecken!!!*/	
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
}
#nav ul li a:hover{	
background-color: #fff;
}







#content {
	width: 1002px;
	float: left;
	background-image: url(img/content-hg.gif);
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#werbung {
	height: 18px;
	width: 980px;
	padding-right:5px;
	padding-left:15px;
	margin-bottom:15px;
	margin-top:7px;
	margin-left:1px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:5px;
}

#links {
	margin:0px;
	padding:0px;	
	width: 170px;
	float:left;	
	margin-right:45px;
}

#links ul {	
	margin:0px;
	padding:0px;
	margin-left:13px;
}
#links ul li{
	list-style-type: none;
	list-style-position: inside;
	padding-left:2px;
	list-style-image: url(img/links-li.gif);
	border-bottom:1px solid #ebebeb;
}
#links ul li:hover, #links ul li.selected{
	list-style-image: url(img/links-li-hover.gif);
	background-color: #fbfbfb;
}
#links ul li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #04325c;
	text-decoration: none;
	line-height: 25px;	
}

#links ul li ul {
	padding-left:0px;
	background-color: #FFF;
	margin-left:0px;
	padding-bottom:10px;
}
#links ul li ul li{
	list-style-type: disc;
	list-style-image: none;
	color: #04325c;
	font-size: 12px;
	border-bottom:0px solid #ebebeb;
	padding-left:30px;
}
#links ul li ul li:hover, #links ul li ul li.selected{
	list-style-image: none;
	list-style-type: circle;
	background-color: #FFF;
}
#links ul li ul li a{	
	font-size: 12px;
	line-height: 19px;	
}
#links ul li ul li a:hover, #links ul li ul li.selected a{
	font-style: italic;	
}









#inhalt {	
	width: 548px;
	float:left;
}
#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4, #inhalt h5, #inhalt h6, #inhalt p, #inhalt ul, #inhalt ol {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#inhalt h1 {
	font-size: 27px;
	font-weight: normal;
	color: #69130f;
	margin-bottom:15px;
}
#inhalt h2 {
	font-size: 22px;
	font-weight: normal;
	color: #69130f;
	margin-bottom:5px;	
	margin-top:20px;
}
#inhalt h3 {
	font-size: 19px;
	margin-bottom:0px;	
	color:#04325c;	
	margin-top:17px;
}
#inhalt h4 {
	font-size: 17px;	
	margin-bottom:0px;
	color:#04325c;	
	margin-top:17px;	
}
#inhalt h5 {
	font-size: 15px;
	margin-bottom:0px;		
	color:#04325c;
	margin-top:17px;			
}
#inhalt h6 {
	font-size: 13px;
	margin-bottom:0px;	
	margin-top:17px;	
}

#inhalt p {
	font-size: 13px;
	margin-bottom:15px;
}

#inhalt a {
	color:#04325c;
	font-weight: bold;
}
#inhalt a:hover {
	text-decoration: none;
	color:#7282b1;
}

#inhalt ul {
	margin-bottom:19px;
	margin-left:17px;
}
#inhalt ul li {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: square;
}

#inhalt ol {
	margin-left:17px;
	margin-bottom:19px;	
}
#inhalt ol li {	
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}




#inhalt table{
	margin-bottom:20px;
	margin-top:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#inhalt table, #inhalt td, #inhalt th{
 	border: 1px solid #e4e4e4;
 	border-collapse: collapse;
}
#inhalt table, #inhalt td, #inhalt th{
 	padding:5px;
 	font-size: 12px;
}





#rechts {
	width: 160px;
	float:right;
	margin-right: 15px;
}







#fuss {
	background-color: #e1e2e2;
	clear: both;
	float: none;
	height: 30px;
	width: 1001px;	
}
#fuss a{
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	padding-left: 15px;
}
#fuss a:hover{
	text-decoration: none;
}

