body 
{
background: #eeeeee;
color: #222222;
}

#banner
{
/*

background: #6c81ab;
color: grey;
*/
background: URL("graphics/titel_bg.jpg");
height: 150px;
margin-left: 20px;
margin-right: 20px;
position: relative;
top: 10px;
padding: 0px;
z-index: 2;
border: 1px dotted black;
-moz-border-radius:7px;
}
#banner_image
{
position: absolute;
top: -150px;

}

#main
{
border: 1px dotted black;
margin-right: 20px;
margin-left: 180px;
padding: 10px;
z-index: 1;
position: relative;
top: -160px;
background: #eeeeee;
-moz-border-radius:7px;
color: black;
font-family: Verdana, sans serif;
font-size: 12px;
}

#fusszeile
{
border: 1px dotted black;
margin-left: 20px;
margin-right: 20px;
height: 50px;
padding: 0px;
z-index: 4;
position: relative;
bottom: 10px;
background: #eeeeee;

color: grey;
text-align: center;
font-family: Verdana, sans serif;
font-size: 11px;
}

a.menulink
{
color: #f0f0f0;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
text-decoration: none;
border: 0px;
padding: 10px;
}

a.menulink:hover
{
color: #f0f0f0;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
text-decoration: none;
border: 0px;
padding: 5px;
border-left: 5px solid white;
}

a.top
{
color: #6c81ab;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
text-decoration: none;
border: 0px;
padding: 10px;
}
a.top:hover
{
color: #5c719b;
}