* {
    margin: 0;
    padding:0;
}

body {
    font-family: Arial;
    text-align: center;
   /* background-image: url(Bilder/bodyhintergrund.jpg);     */
}

li {
    list-style-type: none;  
    margin-top: 10px;  
}

ul {
    margin-left: 60px;
}

.hauptpunkt:hover .unterpunkt {
    display: table;
    color: #C17738; 
}
.unterpunkt {
    display: none;
}

.imp {
    text-align: justify;
    font-size: 0.7em;
}
          
a {
    color: black;
    text-decoration: none;   
}

a:hover {
    font-weight: bold;
 }

p {
    text-align: left;
    font-size: 0.9em;
  /*  margin-left: 125px;   */
}

h1 {
    text-align: left;
    font-size: 1.5em;    
  /*  margin-left: 125px;  */
    margin-top: 30px;   
    margin-bottom: 10px;
}


#drumherum {
    margin: 0px auto ;          
    width: 737px;
    background-color: white;
    min-height: 1500px;  
 /*   border-left: 5px  solid #D2D2D2;
    border-right: 5px  solid #D2D2D2;     */
 }

#kopfbereich {
    background-image: url(Bilder/Kopf_SLW.jpg);
    width: 737px;
    height: 150px;
}

#steuerung {   
    width: 270px;
    float: left;
    text-align: left;
    font-size: 0.8em;
    margin-top: 3em;
 /*   background-color: #00FF00;         */
}

#inhalt {
 /*   background-color: yellow;   */  
    margin-left: 270px;
}

#rechterRand {
    width: 50px;
    min-height: 1200px;
    float: right;
    background-color: white;    
}

#unten  {
    background-color: white;
    
}
