@import url("farben.css");
@import url("format.css");
@import url("navi.css");
@import url("navi_o.css");
@import url("fuss.css");


* {
	margin:0;				/*Browsereichung: alles auf Null*/
	padding:0;
	
	
}

body {

	font-family:verdana, tahoma, sans-serif;	 /*nicht serifenschrift*/					
	color:#000000;
	background-image:url(../bilder/hintergrund.gif);
	
	
	font-size:100.01%;		 /*Bugfix gegen kollabierende Font-zise im Safari*/

}
  
  #wrapper {		
		width:960px;
  		height:650px;
  		margin:10px auto;
		
  		
  
  
  }
  
  #hc_01 {
  		width:960px;
  		height:100px;
  		
  		
      }
    
    	#logo {
    			width:148px;
    			height:100px;
    			float:left;
    	    	}
  -->
  	#kopf_rechts {
    			width:812px;
    			height:70px;
				background:url(../bilder/kopf_rechts.png); 
    			float:left;
    	
    	    	}
    	    	
    	 #navi_o {
    	 		width:812px;
    	 		height:30px;
    	 		margin-top:0px;
    	 		background:url(../bilder/navi_o.png);
    	 		float:right;
    	 
    	 
    	 }  	
 	
  #hc_02 {
  		width:960px;
  		height:500px;
  		
  
  
  }
  
  #navi_links {
  		width:148px;
  		height:500px;
  		background:url(../bilder/navi_l.png);
  		float:left;
  
    }
    
  #inhalt {
  
		width:812px;
  		height:500px;
  		float:left;
  		overflow:auto;
		
  
    }  
  
  #fuss {
  		width:960px;
  		height:50px;
  		background:url(../bilder/fuss.png);
  		
  		
  
  }
