body {
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}

html {
    padding: 0;
}

body {
    margin: 0; padding: 0;
}

#navigation {
    position : absolute;
    top : 0;
    left : 0;
    bottom : 0;
    width : 221px;
    padding : 0 0;
    background-color : #ffff7f;
    overflow : auto;
}

html>body #navigation {  /* nur fuer moderne Browser! */
    position: fixed;
}

#karteireiter {
    position : absolute;
    top : 0px;
    left : 223px;
    right : 0;
    height : 55px;
    background-color : #ffff7f;
    overflow : no;
}

html>body #karteireiter {  /* nur fuer moderne Browser! */
    position: fixed;
}

#buttons {
    position : absolute;
    left : 230px;
    bottom : 18px;
    right : 0;
    height : 27px;
    background-color : #ffffff;
    color : #000000;
    overflow : no;
}

html>body #buttons {  /* nur fuer moderne Browser! */
    position: fixed;
}

#message {
    position : absolute;
    left : 223px;
    bottom : 0px;
    right : 0;
    height : 18px;
    background-color : #ffff00;
    color : #000000;
    overflow : no;
}

html>body #message {  /* nur fuer moderne Browser! */
    position: fixed;
}

#footer {
    position : absolute;
    left : 223px;
    bottom : 0;
    right : 0;
    height : 18px;
    background-color : #ffffff;
    color : #000000;
    overflow : no;
}

html>body #footer {  /* nur fuer moderne Browser! */
    position: fixed;
}

#inhalt {
    position : absolute;
    top : 60px;
    left : 230px;
    bottom : 50px;
    right : 0;
    /* overflow : auto; */
}

#inhaltohnemessage {
    position : absolute;
    top : 60px;
    left : 230px;
    bottom : 0px;
    right : 0;
    /* overflow : auto; */
}

#hidden {
    position : absolute;
    left : 0;
    top : -50px;
    right : 0;
    height : 50px;
    border-top : 0.2em solid #ffffff;
}
    
