body {
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}

html {
    padding: 0;
}

body {
    margin: 0; padding: 0;
}

#navigation {
    background : url(leistenbg.png);
    background-repeat : repeat-y;
    position : absolute;
    top : 0;
    left : 0;
    bottom : 0;
    width : 277px;
    padding : 0 0;
    overflow : auto;
}

html>body #navigation {  /* nur fuer moderne Browser! */
    position: fixed;
}

#karteireiter {
    position : absolute;
    top : 0;
    left : 277px;
    width : 725px;
    height : 80px;
}

html>body #karteireiter {  /* nur fuer moderne Browser! */
    position: fixed;
}

#message {
    position : absolute;
    left : 278px;
    bottom : 0;
    right : 0;
    height : 20px;
    background-color : #ffff00;
    color : #000000;
    overflow : no;
}

html>body #message {  /* nur fuer moderne Browser! */
    position: fixed;
}

#footer {
    position : absolute;
    left : 278px;
    bottom : 0;
    right : 0;
    height : 20px;
    background-color : #ffffff;
    color : #000000;
    overflow : no;
}

html>body #footer {  /* nur fuer moderne Browser! */
    position: fixed;
}

#inhalt {
    position : absolute;
    top : 80px;
    left : 277px;
    bottom : 25px;
    width : 725px;
    overflow : auto;
    padding : 0 0;
}
    
#hidden {
    position : absolute;
    left : 0;
    top : -50px;
    right : 0;
    height : 50px;
    border-top : 0.2em solid #ffffff;
}
    
