body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
background: #ffffff;
background-image:url(http://baseportal.de/files/bei123/class.gif);
background-repeat:repeat-x
font-family:arial,sans serif;
}
#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 160px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: silver;
color: white;
}
#framecontentTop{ 
left: 160px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 47px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background:#ffffff;
background-image:url(http://baseportal.de/files/bei123/class.gif);
background-repeat:repeat;
font-size:12px;
font-family:arial;
color: #000000;
}
#maincontent{
position: fixed; 
left: 160px; /*Set left value to WidthOfLeftFrameDiv*/
top: 47px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}
.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
.infodiv{
width:100%;
font-size:11px;
font-family:arial;
border:1px dotted silver;
}
* html body{ /*IE6 hack*/
padding: 47px 0 0 160px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}
form {
margin:0px;
padding:0px;
}
.butt {
font-size:11px;
text-align:left;
padding-left:2px;
width:180px;
}
.butt2 {
font-size:11px;
font-weight:bold;
text-align:left;
padding-left:1px;
background:#f0f0f0;
color:#808080;
width:50px;
}
code {
font-size:12px;
color:blue;
}
h2 {
color:#808080;
}
* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}