.oben-nav
{
position:absolute;
z-index: 3;
width: 758px;
height: 33px; 
left: 0px;
top: 137px;
}

.oben-hg
{
position:absolute;
z-index: 2;
width: 995px;
height: 172px;
left: 0px;
top: 0px;
}

.main
{
position:absolute;
z-index: 1;
width: 990px;
height: 467px; 
left: 2px;
top: 140px;
}

.left
{
position:absolute;
z-index: 2;
width: 145px;
height: 400px; 
left: 1px;
top: 169px;
}

.right
{
position:absolute;
z-index: 2;
width: 190px;
height: 400px; 
left: 785px;
top: 171px;
}

div#inhalt
{
 position: absolute;
 z-index: 4;
 width: 635px;
 left: 150px;
 top: 171px;
 overflow: auto;
 margin-bottom: 15px;
}

div#footer
{
 z-index: 5;
 position: absolute;
 bottom: 0px;
 left: 2px;
 width: 990px;
}

@media screen
{
 body>div#footer
 {
  position: fixed;
 }
}

/*
* html body
{
 overflow: hidden;
} 
*/

/*
* html div#inhalt
{
  height: 425px;
  overflow: hidden;
}
*/