body
{
 background-image: url(video/images/video_bg_oben.jpg);
 background-attachment: fixed;
 background-repeat: repeat;
 margin: 0px;
 padding: 0px;
}

#table
{
 z-index: 1;
 position: relative;
 height: 150px;
}

#header
{
 position: absolute;
 top: 0;
 right: 0;
 display: block;
}

#home
{
 position: absolute;
 top: 152px;
 left: 0px;
 display: block;
 width: 98px;
}

