 *		{font-family:arial, sans-serif;
   			margin: 0px 0px;
   			}
 
 ul, p, h1, h2 {margin:10px;}
 a:link, a:visited, a:active {color: rgb(115,115,115)}

  
   
   #huelle {width:900px; height:100%;
   			margin-top:10px;
   			margin-left:10px;
   			background-color: black;
   			color:white;}
   
   #logo {width: 180px; height:140px;
   			padding:10px;
   			float:left;
   		}
   
   
   #header 	{float:left;
   			height: 160px;
   			width:700px;   			
   				}
   			
   #sidebar	{
   			height: 498px;
   			width: 200px;
   			float: left;
   			border-top: 1px white solid;
   			   			border-bottom: 1px white solid;

   			}
   ul {line-height:1.9em;}			
   #content	{
   			height: 500px;
   			width: 699px;
   			float: left;
   			background-color: white;
   			color: black;
   			border-right: 1px black solid;
   			}
   #footer	{
   			clear:left;
   			height: 39px;
   			width: 900px;
   			text-align:center;