html 
{
height:100%;
}

body
{
font-family: Tahoma, Verdana;
margin:0px;
padding:0px;
text-align:center;
background-color:#EFEFEF;
/*background-attachment:fixed;*/
scrollbar-base-color:#B11512;
scrollbar-3d-light-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#FFFFBB;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-track-color:maroon;
height:100%;
}

/*
Beginn: container-Info
Bewirkt das die Seite mittig im Browser angezeigt wird
Enthaelt allen Inhalt der Seite
*/
#container
{
position:relative;
padding:0px;
margin:0px auto;
width:1000px;
height:100%;
z-index:1;
background-image:url(../images/container/bg_oben.gif);
background-repeat:no-repeat;
background-position:top left;
text-align:left;
}
/*
Zustaendig, f&uuml;r das richtige Bild in der Seitenmitte
*/
#container_mitte
{
position:absolute;
top:150px;
bottom:20px;
width:1000px;
padding:0px;
margin:0px;
z-index:1;
background-image:url(../images/container/bg_mitte.gif);
background-repeat:repeat;
background-position:left;
}
/*
Zustaendig, f&uuml;r das richtige Bild am Fuss der Seite
*/
#container_unten
{
position:absolute;
bottom:0px;
width:1000px;
height:20px;
padding:0px;
margin:0px;
z-index:1;
background-image:url(../images/container/bg_unten.gif);
background-repeat:no-repeat;
background-position:bottom left;
}
/*
Ende: container-Info
*/

/*
Hier wird das Aussehen des Headers festgelegt
*/
#header
{
position:relative;
height:150px;
z-index:15;
}

/*
Beschreibt das aeu&szlig;erste Div der Navigation
legt Lage und Groe&szlig;e fest
*/
#navigation_container {
position:absolute;
top:125px;
bottom:0px;
width:185px;
overflow:auto;
padding:10px 0px 0px 15px;
font-size:12px;
text-align:left;
z-index:30;
}

#last_update_container {
position:absolute;
top:380px;
left:0px;
width:185px;
overflow:none;
padding:10px 0px 0px 15px;
font-size:13px;
text-align:left;
z-index:100;
}

/*
Beginn: content_container-Info
Allgemeine Lage mit overflow
*/
#content_container
{
position:absolute;
top:125px;
left:200px;
bottom:0px;
width:800px;
overflow:auto;
z-index:40;
background-image:url(../images/wz.png);
background-repeat:no-repeat;
background-position:center center;
}
/*
eigentlicher Content, overflow ist hier etwas irrefuehrend
gemeint ist das dieser Bereich den uebergro&szlig;en Inhalt enthaelt
*/
#content_overflow
{
position:absolute;
top:10px;
left:10px;
bottom:0px;
width:765px;
margin:0px;
/*padding:5px 0px 10px 10px;*/
padding:0px;
z-index:50;
/*background-attachment:fixed;
border:1px;
border-style:solid;
border-color:black;
*/
text-align: center;
}
/*
Ende: content_container-Info
*/
