@import url(text.css);
@import url(menu.css);
@import url(news.css);

html {
    width: 100%
	height: 100%;
}

body {
    align: center;	
    text-align: center;			
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px; 
	overflow: -moz-scrollbars-vertical;
	background: #fff url(/fileadmin/bilder/layout/hintergrund.jpg) repeat-x;
	height: 100%; 




}


/******************************hauptlayout****************************************/

#hauptlayer {
    margin-top: 50px;
    height: auto;     
    margin-left:-475px;
    width: 949px;
    position: absolute; 
    left:50%;   
    margin-left:-475px;   
    text-align: left;	
    background: #fff;
    z-index: 1;
     border-style: solid;
     border-color: #000;
     border-width: 1px;
     
}

#oben {	    
	width: 949px;
	height: 240px; 
	z-index: 2;	
}
#banner {	    
	width: 949px;
	padding-left: -2px;
	height: 209px; 
	z-index: 2;	
}

* { margin: 0; padding: 0; }

#mitte-bild {
	width: 949px; 
    background:  #fff;
        position: relative;

}

#mitte {
	width: 949px; 
    height: 100%;
    position: relative;
		
}

#menu {
    float: left;  
    padding: 50px 0px 10px 20px;  
    width: 180px; 	
	z-index: 10;
    height:100%;
    position: relative;

}
#links {
    float: left;  
    padding: 50px 0px 10px 20px;  
    width: 180px; 	
	z-index: 10;
    height:100%;
    position: relative;

}

#inhalt { 
    float: left;
	width: 600px; 
    padding: 50px 0px 10px 50px;
	height: 100%;
    
	
}



#unten {
align: center; 
 text-align: center;	
	width: 949px; 
    height: 105px;
    background:  #fff;
   	z-index: 5;
	
}
#copy {
align: center; 
 text-align: center;	
	width: 949px; 
    height: 25px;
    background:  #fff;
   	z-index: 5;
	
}

/******************************block-oben****************************************/
#hauptmenu {  
    z-index: 100; 
    width: 940px;
    padding-left: 5px;  
}
