html, body {
    height: 100%;
}


#seite {
    position: relative;
    min-height: 80%;
    /* width: 550px; */
    margin: 0 auto;
    /* background-color: silver; */
}

#inhalt {
    /* background-color: orange; */
    padding-bottom: 0em;
}

#fussbereich {
    position:relative;
    bottom: -30px;
    width: 100%;
    /* background-color: yellow; */
    height: 1em;
}