.site{ 
 width:790px;
 text-align:left;
}

.top{
 width:790px;
 height:69px;
 background-image:url(/templates/images/pepino_top.gif);
 background-repeat:no-repeat;
 background-color:black;
}
.top-news{
 z-index:1;
 position:absolute;
 margin-left:249px;
 margin-top:9px;
 width:250px;
}
.top-navi{
 z-index:2;
 position:absolute;
 margin-left:560px;
 margin-top:50px;
 width:250px;
}
.banner{
 width:790px;
 background-color:black;
}

.content {
 position:absolute;
 width:790px;
 background-image:url(/templates/images/bgr_content.gif);
 background-repeat:repeat-y;
/* border-left:3px solid #D80000;
 border-right:3px solid #D80000;*/
 border-bottom:1px solid #D80000;
}
.links {
 z-index:3;
 float:left;
 margin:5px;
}
.infos-win {
 z-index:4;
 margin:10px;
 background-image:url(/templates/images/infos_top.gif);
 background-repeat:no-repeat;
 border:1px solid red;
}

.news-win {
 z-index:4;
 margin:10px;
 background-image:url(/templates/images/news_top.gif);
 background-repeat:no-repeat;
 border:1px solid red;
}

.rechts {
 z-index:4;
 float:left;
 margin:5px;
 width:490px;
}
.fuss{
 position:absolute;
 width:790px;
 border:1px solid red;
 text-align:center;
}
