* {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Helvetica;
}

html, body
{



}

#wrapper{
    /*background-color: #808080;*/ 
    

    width: 1240px;
    margin: 0px auto;
}

#hauptbereich {
    /*background-color: red; */
   

    width:1200px;
    
    margin: 20px auto;

}

#hauptbereich h1{
    text-align: center;
    padding-top: 100px;

}




#hauptbereich p{
    text-align: center;
    padding-top: 10px;

}

 #hauptbereich a{
       color: gray;
    }
     #hauptbereich a:hover{
       color: black;

    }

#logobereich {
    /*background-color: #00FFFF ; */
   
    width:200px;
    height: 200px;
    float: left;
    }
    
    #eyecatcher {
   /* background-color: #FFFF00 ;  */
    margin: 5px 5px;
    width:935px;
    height: 150px;
    float: left;
 
}   

#impressum {
   /*background-color: #808080 ; */
     width:1200px;
      margin-top: 50px;
      float: none;
      
    }
    
    #steuerung-kopf {

    margin-top:50px  ;
    margin-bottom:70px  ;
    margin-left: 5px;
    width:985px;
    height: 26px;
    float:left;


    font-size:1.3em;
}




#steuerung-kopf li {

display: inline;

 }

#steuerung-kopf a {

   width: 185px;
   display: block;
   float: left;
   padding-right: 10px;
   color: black;
   text-decoration: none;
    
}

#inhalt-links-links {

    float:left;
   /* background-color: #008000 ; */
     width:232px;
      height: 250px;


    }

#inhalt-links {

    float:left;
    /*background-color: #008080 ; */
     width:232px;
      height: 250px; 

    }

#inhalt-mitte {

    float:left;
    /*background-color: #800000 ;*/
     width:232px;
      height: 250px;
    }

#inhalt-rechts {

    float:left;
    /*background-color: #00FF00 ; */
     width:232px;
      height: 250px;
    }

#inhalt-rechts-rechts {
    
    float:left;
    /*background-color: #00FFFF ;  */
     width:232px;
      height: 250px;
  
    }
