/******************allgemeines*******************/
body {
	background-color:#d3d5dc;
	margin:0px;
	padding:0px;
	width:100%;
}


#inhalt2 {
	background-image: url(../templates/images/hintergrund_inhalt.gif);
	background-repeat:repeat-y;
	background-position: center;

	}
	
#inhalt1 {
	background-image: url(../templates/images/hintergrund.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#343c51;

	}
	
#inhalt3 {
	background-image: url(../templates/images/hintergrund_oben.gif);
	background-repeat: no-repeat;
	background-position: center top ;

	}
	
#inhalt4 {
	background-image: url(../templates/images/hintergrund_unten2.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	}
	
#inhalt5 {
	background-image: url(../templates/images/hintergrund_unten.gif);
	background-repeat:no-repeat;
	background-position: center bottom;
	}

#inhalt6 {
	margin:0px auto;
	width:813px; 
	padding-bottom:130px;
	padding-top:20px;
	}
		
#druckversion {display:none;}	
/***************navigation*******************/

#navi1 {
	text-align:right;
	padding-top:165px;
	margin:0px auto;
	width:860px;}
	
#navi1 a:link,
#navi1 a:visited,
#navi1 a:hover{
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	color:#000418;
	margin-left:10px; margin-right:10px; 
	height:30px;

	}	
#navi1 a:hover{
	color:#990000;
	
	}
	
#navi2 {
	padding-top:15px;
	margin:0px auto;
	width:850px;}
	
#navi2 a:link,
#navi2 a:visited,
#navi2 a:hover{
	text-decoration:none;
	color:#dadcdf;
	padding-left:10px; padding-right:10px; 
	border-right:1px solid #dadcdf;

	}	
#navi2 a:hover{
	color:#FFFFFF;
	
	}
	
	
