/* CSS Document */
body{
background-color: #fff; 
color: #000; 
margin: 0; 
padding:0px; 
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;

}

html>body .navigation{
	width: 196px;
	padding-bottom:25px;
		}
		
.navigation{
	position:absolute;
	left:-23px;
	top:290px;
	width:150px;
	height:auto;
	text-align:left;
	background-color:#fff; 
	z-index:20;
	padding-bottom:8px;
	padding-top:0	
	}
		
.navigation li{
	font-size: 80%;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-type:none;
	width:150px; /*damit die Links beim Hovern im IE nicht springen*/	

		}
.navigation li a{
	color:#000;
	text-decoration:none;	
	width:150px; /*damit die Links beim Hovern im IE nicht springen*/	
		}
		
html>body .navigation li a:hover{
	color: #fff;
	background-color: #1483bb;
	display:block;
		}
		
.navigation li a:hover{
	color: #fff;
	background-color: #1483bb;
	display:block;
	width:150px; /*damit die Links beim Hovern im IE nicht springen*/
	}
		
html>body .content{
	margin-left:-75px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding-top: 0;
	padding-bottom: 20px;
	width: 600px
	}

.content{
	height:auto;
	position:absolute;
	left:277px;
	margin-left:-400px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top: 166px;
	text-align:justify;
	width:600px;
	font-size: 0.8em
}

.content a{

	color:#000;
	text-decoration:none;
	font-weight:bold
	}
	
	.content a:hover{
	color: #fff;
	background-color: #1483bb;
	}
	

html>body .text{
	padding-bottom: 40px;
}

h1{
	font-size:100%; 
	font-weight:bold; 
	background-color: #1483bb; 
	display:block; 
	color:#fff;
	margin-bottom:20px
}

html>body #bilderleiste{
	position:absolute; 
	width:202px; 
	height:110px; 
	z-index:1; 
	left: 199px; 
	top: 32px;
	}

#bilderleiste{
	position:absolute; 
	width:202px; 
	height:110px; 
	z-index:1; 
	left: 227px; 
	top: 32px;
}

html>body #logo{	
	top: 168px;
	
 }
#logo{
	position:absolute;
	left: 12px;
	top: 162px;
	width: 152px;
	height: 104px;
	}
hr{border:solid #1c7caf 1px;height:1px}
