html {
    
    background-color: sandybrown;
   
   
    min-height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    
}



{
    margin: 0;
    padding: 0;
}
 
html, body {
    height: 100%;
}
 
#seite {
    position: relative;
    height:100%;
  
    width: 1100px;
    margin: 0 auto;
    background-color: silver;
    
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 2em 2em 4em;
    width: 1100px;
    height:2000px;
}

#head {
    background-color: orangered ;
    padding-top: 0em;
    height: 150px;
    max-width: 100%;
    font-size: 80pt;
    font-family: cursive;
    color: darkslategrey;
    position: relative;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    
}

#navi {
    font-size: 15pt;
    font-family: cursive;
    color: darkslategrey;
    line-height: 50px;
    padding-top: 0em;
    height: 650px;
    width: 15%;
    background-color: orangered;
    float: left;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    
}
#inhalt {
    background-color: white;
    padding-top: 2em;
    padding-left: 19%;
    padding-bottom: 0em;
    max-height: 100%;
    float: none;
    font-family: cursive;
    float:none;
}
 
#fussbereich {
    float: none;
    position: absolute;
    bottom: 0;
    background-color: white;
    height: 2em;
    width: 1100px;
}
#werbung {
    position:absolute;
    width: 100%;
    background-color: white;
    float: right;
    max-width: 800px;
    padding-bottom: 0em;
    
}
#körper {
    position:relative;
    background-color: white;
    padding-top: 0em;   
}
#aktuelles{
    font-size: 20pt;
    font-family: cursive;
    color: red;
    padding-top: 0em;
    background-color: white;
   
}
#formular {
    height: auto
}
