/******************allgemeines*******************/
body {
	background-image:url(../templates/images/hintergrund.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#194782;
	margin:0px;
	padding:0px;
}


/****************Ebenen*****************/

#imagebild {
	width:971px;
	height:232px;
	background-image:url(../templates/images/imagebild.jpg);
	position:relative;
	left:50%;
	margin-left:-490px;
	}
	
#inhalt {
	width:971px;
	background-image: url(../templates/images/hintergrund_inhalt.jpg);
	position:relative;
	left:50%;
	margin-left:-490px;
	margin-top:0px;
	border-bottom:10px solid #1f2532;
	padding-bottom:40px;
	}
	
#banner {
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-10px;
	}
	
#banner img {
	border: 1px solid #1f2532;
	}
	
#inhalt2 {
	width:480px;
	float:right;
	margin-right:15px;
	}
	

#adverts {
	float:right;
	width:160px;
	margin-right:15px;
	}
	
#druckversion {
	display:none;
	}

	
#navi {
	padding-left:10px;
	float:left;
	}
	
#navi2 {
	width:95px;
	float:left;
	margin-left:10px;
	padding-top:51px;
	}
	
#navi h1 {
	padding-left: 15px;
	margin-bottom:10px;
	}	

.but a:link,
.but a:visited,
.but a:hover{
	width:157px;
	display:block;
	color: #003366;
	text-decoration:none;
	background-image: url(../templates/images/trans.gif);
	}	
.but a:hover{
	background-image: url(../templates/images/navi_b.gif);
	}
	
	
.but2 a:link,
.but2 a:visited,
.but2 a:hover{
	text-decoration:none;
	background-repeat:no-repeat;
	background-position: center left;
	display:block;
	background-image: url(../templates/images/trans.gif);
	}	

.but2 a:hover{
	background-image:url(../templates/images/but2_b.gif);
	}

.abstand_navi {
	padding:5px;	
	padding-left:15px;
	}
	
.abstand_navi2 {
	margin-left:5px;
	padding:5px;
	}
	
#active {
	background-image:url(../templates/images/navi_active.gif);
	}

#n2active {
	background-image:url(../templates/images/but2_b.gif);
	color: #990000;
	}

.drucken a:link,
.drucken a:visited,
.drucken a:hover{
	width:107px;
	height:20px;
	display:block;
	background-image: url(../templates/images/druck_a.gif);
	float:right;
	margin-bottom:20px;
	}	
.drucken a:hover{
	background-image: url(../templates/images/druck_b.gif);
	}	
	
.none {display:none;}


#logolink {
	position:absolute;
	width:340px;
	height:160px;
	left:50%;
	margin-left:-350px;
	top:30px;
	}
	
#logolink img {width:100%;
	height:100%;
	border:0px;
}