/*Zweispaltiges Layout mit entgegem gesetzen Float und was dann daraus wurde ;)*/
html {
	height: 100%;
	padding-bottom: 1px;}
#wrapper {
	width :auto;
	margin: auto;
	}
	
	
	
h2 	{font-size: 130%;
	}
h3	{font-size: 120%;
	}	
	
	
	
#kopfbereich {
	background: #252e5e url(image/header.jpg) no-repeat 95% 2px;
	width: 100%;
	height: 175px;
	margin-top: 40px;
	}
		
#textbereich {
	
	width: 520px;

	}
			
#navibereich {
	background: url(image/naviback.jpg);
	width: 8em;
	height: 670px;
	position: absolute;
	right: 80%;
	top: -10px;
	border: 1px solid #476F00;
	padding-top: 12px;
	font-family: Arial,Helvetica,sans-serif;
  	font-size: medium;
  	line-height: normal;
	
	}
	
	
#navibereich ul{
	
	
	text-decoration: none;
	list-style: none;
	top: 87px;
	left: 10px;
	right:15px;
	padding: 18px;
	margin-top: 290px;
	
	
	}	
	
#navibereich li  {
	list-style: none;}
	
	
#navibereich #navi01 {
  
}		
				
#navibereich a {
	text-decoration: none;
	list-style:none;
	display: block;
	padding: 5px;
	background-color: #252e5e;
	
	color: white;
	border-top: 4px solid #f1571f;
	}
#textbereich {
	padding: 40px 10px 20px 30px;
 	margin-left: 225px;
 	font-family: Verdana,Arial,Helvetica,sans-serif;
  	font-size: small;
}					
				
#fussbereich {
	clear: both;
	}				