body {background-color: #BFBFBF;}
#kopf {border-width: 3px;
			border-top-right-radius: 18px;
			border-bottom-left-radius: 18px;
       border-color: black;
       border-style: solid;
       background-color: #F0F0F0;}
       
#inhalt {border-width: 3px;
         border-color: black;
		 border-style: solid;
		 background-color: #F0F0F0;
		 border-top-right-radius: 18px;
		border-bottom-left-radius: 18px; 
		}
		 
#links {background-color: #F0F0F0;
        border-width: 3px;
		border color: black;
		border-style: solid;
		border-top-right-radius: 18px;
		border-bottom-left-radius: 18px;}
		
#kopf {position: absolute;   
		height: 110px; width: 180px;    
		left: 9px; top: 9px;}
	            
#inhalt {position: absolute;   
			height: auto; width: 900px;    
			left: 196px; top: 9px;
			}
			
#links {position: absolute;
			height: 300px; 
			width: 180px;
			left: 9px;
			top: 148px;}


	
