body { 
   background: #000000;
   font-family: Calibri, Verdana, Arial, Helvetica,         sans-serif; 
   font-size: 105%; 
   color: black; 
   line-height: 1.3;
   overflow-y: scroll;
}


address {
  text-align: center;  
  font-size: 60%;      
  font-style: normal;  
  letter-spacing: 2px; 
  line-height: 1.5;    
  color: grey;
}       

p{
            padding:2%;
            color: #000000;
}
img{
            text-align:center;
            max-width: 100%;
            height:auto;
            width:auto;
}

#wrapper{
         width: 1200px; 
         max-width: 70em;  
         min-width: 760px;  
         margin: 50px auto; 
         font-size: 120%;
         background: white;  
}
        
div#bereichmus {
    margin-left: 21%;
}

footer {
        padding: 10px 20px 10px 20px;
        border-top: 1px solid #8c8c8c;
        margin-top: 0;  
        overflow: hidden;
        }
 
