* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

#seite {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

#kopf {
}

#inhalt {
    padding-bottom: 2em;
}

#fuss {
    position:absolute;
    bottom: 0;
    width: 100%;
    height: 4em;
}
