body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
color:#D0D0D0;
}
#header, #footer{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
overflow: hidden; 
color: white;
background:#000 url(bgfh.jpg)
}
#header{
height: 24px; 
}
#footer{
top: auto;
bottom: 0; 
overflow: hidden; 
color: white;
height: 45px; 
}
#footerin{
margin:5px;
}
#maincontent{
position: fixed; 
top: 24px; 
left: 0;
right: 0;
bottom: 45px; 
overflow: auto; 
background-color:#000;
color:#D0D0D0;
}
table{
color:#D0D0D0;
}
#maintext{
margin:10px;
}
* html body{ 
padding: 24px 0 45px 0; 
}
* html #maincontent{ 
height: 100%; 
width: 100%; 
}
.left{
float:left;
}
.right{
float:right;
}
.navi_inaktive{
width:114px;
height:21px;
background:#000 url(/navi_inaktive.jpg) left top;
color:#fff;
padding: 2px 5px;
}
.navi_inaktive:hover{
background:#000 url(/navi_aktive.jpg) left top;
}
.navi_aktive{
width:114px;
height:21px;
background:#000 url(/navi_aktive.jpg) left top;
color:#fff;
padding: 2px 5px;
}
.navi a:link {color:#fff; text-decoration:none}
.navi a:visited {color:#fff; text-decoration:none}
.navi a:active {color:#fff; text-decoration:none}
.navi a:hover {color:#fff; text-decoration:underline}
