	body
	{
		height: 101%;
		margin: 0;
		padding: 0;
		font-family: Verdana;
		text-align: center;
		color: black;
		background-color: #a0a0a0;
	}
	
	a:link { color: #464749; }
	a:visited { color: #464749; }
	
	a:hover, a:active
	{
		color: #00A631;
	}
	
	#container
	{
		margin: auto;
		width: 1000px;
		height: 1900px;
		border:1px solid #717277;
		text-align: left;
		background-color: #E0E1E2;
	}
		
		#header
	{
		height: 370px;
	}
		
		#mainnav
	{
		margin-left:850px;
		margin-top:3;
		height: 40px;
		background-color: #E0E1E2;
	}	
		#mainnav a
	{
		text-decoration: none;
		color: #ff8100;
	}
	
		#sidebar
	{
		float: left; 
		margin-left:20px;
		margin-top: -11px;
		width: 160px;
		height: 190px;
		background-color: E0E1E2;
	}
		#sidebar ul
	{
		margin-left:0;
		line-height:100%;
	}
		#sidebar li
	{
		border-bottom:1px black solid;
		padding: 10px 5px 10px 15px;
		
		list-style:none;
		color : #464749;
		background:url("listenpunkt.gif") left no-repeat;
	}
		#sidebar a
	{
		text-decoration: none;
	}
		#sidebar #active
	{	
		color: #ff8100 ;
	}
		
		#subsidebar
	{
		float: left;
		margin-top:3;
		margin-left:10px;
		width: 120px;
		height: 190px;
		background-color: #E0E1E2;
	}
		#subsidebar ul
	{
		margin-left: 0px;
	}	
		#subsidebar li
	{
		margin-left: -20px;
		margin-bottom: 3px;
	}	
		#subsidebar a
	{
		color: #ff8100;
		text-decoration: none;
	}
		
		#content
	{
		float:left;
		margin-left: 30px;
		margin-bottom: 40px;
		width: 400px;
		height: 800px;
		background-color: #E0E1E2;
	}
		#content ul
	{
		padding-left:15px;
		line-height:120%;
	}
		#content li
	{
		margin-bottom: 1px;
	}	
		
		#content2
	{
		float:left;
		margin-left: 20;
		height: 350px;
		width: 100px;
		background-color: #E0E1E2	
	}
		
		#footer
	{
		clear: both;
		height: 25px;
		color: #6C6f72;
		background-color: #E0E1E2;
	}