* {
    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;
    height: 800px;
    margin: 20px auto;

}

#logobereich {
    /*background-color: #00FFFF ; */
   
    width:200px;
    height: 200px;
    float: left;
    }
    
    #eyecatcher {
   /*background-color: #FFFF00 ;*/  

    width:935px;
   
    float: left;
 
}   

#inhalt {
   /*background-color: #00FF00 ; */
     width:1160px;
      margin: 0px auto;
      padding-left: 5px;
      
    }
    
    #inhalt h1{
   /*background-color: #00FF00 ;*/
    font-size: small;

    }
    
    #inhalt h5{
    color: #808080;
    text-decoration: none;
    font-family: Helvetica;
   text-align: center;
    padding-left: 200px;
    margin-top: 50px;
    margin-bottom: 50px;

    }
    
    #inhalt a{
       color: gray; 
    }
     #inhalt a:hover{
       color: black;

    }
    
    
    #steuerung-kopf {

    margin-top:50px  ;
    margin-bottom:70px  ;
    margin-left: 5px;
    width:975px;
    height: 26px;
    float:left;


    font-size:1.3em;
}




#steuerung-kopf li {

display: inline;

 }

#steuerung-kopf a {

   width: 185px;
   padding-right: 10px;
   display: block;
   float: left;
   color: black;
   text-decoration: none;
    
}


#platzhalter {
   
    float:left;
    background-color:   #FFFFFF ; 
     width:800px;
     height: 110px;


    }
#inhalt-rechts {
    
    float:right;
    /*background-color: #FFFF00 ;*/ 
     width:300px;
     height: 110px;


    }
