body {
   height: 100%;
   margin: 0;
   padding: 0;
}
div.logo {
   position: fixed;
   left: 0;
   top: 0;
   height: 162px;
   width: 277px;
   padding-top: 0px;
   background : url(nav/leistenbg.jpg);
   background-repeat : repeat-y;
}
div.navigation {
   position: fixed;
   left: 0;
   top: 162px;
   height: calc(100% - 170px);
   width: 277px;
   padding-top: 0px;
   background : url(nav/leistenbg.jpg);
   background-repeat : repeat-y;
}
div.header {
   position: fixed;
   left: 277px;
   top: 90px;
   height: 50px;
   width: 730px;
   background: #ffffff;
}
div.karteireiter {
   position: fixed;
   left: 277px;
   top: 0px;
   padding-top: 10px;
   width: calc(730px + 17px);
   height: calc((44px * 2) - 3px);
   background: #ffffff;
}
div.karteireiter2 {
   position: absolute;
   height: 100%;
   overflow-x: hidden;
   overflow-y: scroll;
}
div.inhalt {
   margin-top: 145px;
   margin-left: 277px;
   width: 730px;
}
div.message {
   position: fixed;
   left : 277px;
   height : 18px;
   bottom : 0;
   width: 720px;
   background-color : #ffa743;
   color : #2158bd;
   overflow : auto;
}
.hide {
   display: none;
}
div.hidden {
    position : absolute;
    left : 0;
    top : -50px;
    right : 0;
    height : 50px;
    border-top : 0.2em solid #ffffff;
}
