@charset "ISO-8859-1";
* { margin: 0px; padding: 0px; }


 #bodystandart 
 { 
    position: absolute; 
    width: 100%; 	
    height: 98% ;
    background-color:#F0F0F0;
    font-family: serif; 
    z-index: 0;
    min-height: 480px;
/*    min-width: 780px; */ }

 
 #mainfield_sub 
 { 
   position: absolute; 
   height:95%; 
   left: 2% ; 
   width: 94%; 
   z-index: 0;
   background-color:#DDDDDD;
   border-radius:15px;
   padding: 1%;
 }

.headfield
{
   position: absolute;   
   top: 10px;          
   font-size: 28px;
   width: 120px; 
   height:40px; 
   color: black;
   font-style: normal ;
}


.midtext_o 
 { 
   position: absolute;   
   left: 145px ; 
   top: 10px;          
   font-size: 14px;
   color: black;
   font-style: normal ;
 } 
 
.midtext_o_small 
 { 
   position: absolute;   
   top: 10px;          
   font-size: 11px;
   color: black;
   font-style: normal ;
   border: 2px solid red;
 } 
 

.midtext_u 
 { 
   position: absolute;   
   bottom: 10px;          
   font-size: 14px;
   color: black;
   font-style: normal ;
 } 
 

 .bild_1
 {
   position: absolute;   
  overflow:hidden;  
     top: 10%;          
   width: 49% ; 
   height: 52%;      
   padding: 3% 1% 5px 1% ;
   border-radius:15px;
   background-color:#CCCCCC;
 }


 .start_text
 {
   position: absolute; 
 /*  overflow:hidden;  */
   left: 53% ;
   top: 10%;          
   padding: 3% 1% 5px 1% ;
   height: 52%;           
   width: 44% ;
   font-size: 13px;
   border-radius:15px;
   background-color:#CCCCCC;
 }
 

  
.teaserbox
{ 
   position: absolute;   
   top: 68%;              
   height: 19%;
   width: 27% ; 
   border-radius:15px;
   padding: 5px 1% 5px 3% ;
   background-color:#CCCCCC;
 }
 
.teaserbox h1 { font-size: 14px; }
.teaserbox li { font-size: 12px; }


#navigation
 {
   position: absolute;   
   left: 33% ;
   top: 68%;              
   height: 19%;
   width: 23% ; 
   padding: 5px 1% 5px 5% ;
   font-size: 12px; 
   border-radius:15px;
   background-color:#CCCCCC;
}
 
.navigation a { font-size: 10px; }
.navigation li { font-size: 10px; }
 

 
.normalbox
 {
   position: absolute;   
   top: 68%;              
   height: 19%;
   width: 30% ;
   height: 80px;
   padding: 15px 1% 5px 5% ;
   border-radius:15px;
   background-color:#CCCCCC;
}
 
.normalbox h2 { font-size: 14px; }
.normalbox li { font-size: 12px; }
 
 


.impressum 
 { 
   position: absolute;
   padding: 10px 10px 10px 10px ;  
 }

 
 
 
