#id0 { /* ganzer Seitenbereich  */
 overflow-y:none;
 overflow-x:none;
 width: 100%;
 height: 100%;
 margin-left: 0%;
 margin-top: 0%;
 position: absolute;
}
#id1 {  /* leftmenu  */
 width: 20%;
 height: 71%;
 margin-left: 0%;
 margin-top: 0%;
 position: absolute;
}

#id2 {  /* Top */
 /*border-style: solid; */
 width: 80%;
 height: 25%;
 margin-left: 20%;
 margin-top: 0%;
 position: absolute;
}

#id3 { /* Hauptbereich  */
 /*border-style: solid; */
 overflow-y:scroll;
 overflow-x:hidden;
 /*overflow: -moz-scrollbars-vertical,*/
 width: 780px;
 height: 360px;
 margin-left: 20%;
 margin-top: 17%;
 position: absolute;
}

#id4 { /* Footer  */
 /*border-style: solid;*/
 width: 99%;
 height: 20%;
 margin-left: 0%;
 margin-top: 55.00%;
 position: absolute;
}

#id5 { /* verdeckte Links */
 width: 70%;
 height: 0%;
 margin-left: 0%;
 margin-top: 0%;
 position: absolute;
}


