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

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

#geruest{	
	width: 1015px;
	margin:0em auto 0;
	}
	
	
#kopf{
	width: 1015px;
	height:212px;
	background-image: url(img/kopf-hg.jpg);
	background-repeat: no-repeat;
	}
#kopf a img{
	margin-top:4px;
	margin-left:91px;
	float:left;
	}
#kopf #leiste{
	margin:0px;
	padding:0px;
	width: 1001px;
	clear: both;
	float: none;
	margin-left:7px;
	margin-top:84px;
	}
	
#kopf ul{
	margin:0px;
	padding:0px;
	float:left;
	margin-right:15px;
	margin-left:5px;
	}
#kopf ul li{
	display: inline;
	margin-right:3px;
	}
#kopf ul li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #0d1a27;
	text-decoration: none;	
	}
#kopf ul li a:hover{
	color: #004482;
	color: #d00000;
	}
	
#content{	
	width: 1001px;
	margin-left:6px;
	}
	
#links{
	width: 178px;	
	float:left;
	margin-top:50px;
	}
	
#links ul{
	margin:0px;
	padding:0px;
	}
#links ul li{
	margin-bottom:5px;
	list-style-type: none;
	}
#links ul li:hover, #links ul li.selected{
	list-style-image: url(img/links-li-hover.gif);
	font-weight: bold;	
	}
#links ul li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #595959;
	text-decoration: none;
	
	}
#links ul li a:hover, #links ul li.selected a{	
	color: #0d1a27;
	}
	#links ul li ul, #links ul li.selected ul{	
	margin-bottom:15px;
	border-top:1px solid #e5e5e5;
	}
	#links ul li ul li, #links ul li.selected ul li{
	margin-bottom:0px;
	list-style-image: none;
	list-style-type: none;
	border-bottom:1px solid #e5e5e5;
	}
	#links ul li ul li:hover, #links ul li.selected ul li:hover,  #links ul li.selected ul li.selected{
	background-image: url(img/links-li--li-hover.gif);
	background-repeat: repeat-x;	
	font-weight: bold;	
	}
	#links ul li ul li a, #links ul li.selected ul li a{
	font-size: 13px;
	color: #00427c;
	padding-left:5px;
	font-weight: normal;
	}
	#links ul li ul li a:hover, #links ul li.selected ul li a:hover, #links ul li.selected ul li.selected a{
	font-weight: bold;			
	}
	
	
	
#inhalt{
	width: 640px;
	float:left;
	background-image: url(img/inhalt-hg.gif);
	background-repeat: repeat-y;
	margin-top:50px;	
	}
#inhalt #button {
	background-image: url(img/button.jpg);
	height: 26px;
	width: 218px;	
	float:right;
}
#inhalt #button:hover {
	background-image: url(img/button-hover.jpg);
}
#inhalt #button a{
	letter-spacing: 3em;
	margin-left:4px;
	text-decoration: none;
}
#inhalt #box{
margin-left:40px;
}
	
	
#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4, #inhalt h5, #inhalt h6, #inhalt p, #inhalt ul, #inhalt ol, #inhalt img, table{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	margin-left:40px;
	margin-right:30px;
}
#inhalt h1#breadcrumbs{
	font-size: 12px;
	color: #595959;
	margin-bottom:0px;
}
#inhalt h1{
	font-size: 25px;
	font-weight: normal;
	color: #00437d;
	margin-bottom:22px;
}
#inhalt h2{
	font-size: 22px;
	font-weight: normal;
	color: #d00000;
	margin-bottom:8px;
	margin-top:10px;
}
#inhalt h3{
	font-size: 19px;
	font-weight: normal;
	color: #00437d;
	margin-bottom:8px;
}
#inhalt h4{
	font-size: 17px;
	color: #00437d;
	margin-bottom:3px;
}
#inhalt h5{
	font-size: 15px;
	color: #00437d;
	margin-bottom:3px;
}
#inhalt h6{
	font-size: 13px;
	margin-bottom:3px;
}

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

#inhalt a{
	color:#646726;
	font-weight: bold;
}
#inhalt a:hover{
	color:#afb90d;
	text-decoration: none;
}

#inhalt ul{
	margin-bottom:25px;
	margin-left:57px;
}
#inhalt ul li{
	font-size: 13px;
	list-style-type: square;
}


#inhalt ol{
	margin-bottom:25px;
	margin-left:57px;
}
#inhalt ol li{
	font-size: 13px;
}


#inhalt img{
	margin:0px;
	padding:0px;
	margin-top:4px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

#inhalt img.right{
	margin:0px;
	padding:0px;
	margin-top:3px;
	margin-left:15px;
	margin-bottom:15px;
	float:right;
	margin-right:30px;
}

#inhalt table{
	
}

#inhalt table tr{
	margin:0px;
	padding:0px;
	font-size: 13px;
	border:1px solid #e5e5e5;
}
#inhalt table tr td{	
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	border-top:1px dotted #e1e1e1;
	border-bottom:1px dotted #e1e1e1;
	color: #232323;
}
#inhalt table tr td b{
	color:#0d1a27;	
}
#inhalt table tr td ul{
	margin-left:20px;
	margin-top:10px;
}






	
#rechts{
	width: 160px;
	float:right;
	margin-top:50px;
	}
	
#fuss{
	width: 1001px;
	height:35px;
	background-color: #fff;
	clear: both;
	float: none;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	line-height: 35px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	

#fuss a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #0d1a27;
	text-decoration: none;	
	}
#fuss a:hover{
	color: #004482;
	color: #d00000;
	}
