body
{
margin: 0;
padding: 0;
font-family:verdana, sans-serif;
font-size: 14px;
text-align: center;
color: #333;
background-color: #D6D6D6;
background-image: url(images/bg.gif);
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
color: #fff;
background-color: #B52C07;
}

h1
{
color: #B52C07;
font: 120% georgia, times, "times new roman", serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h1 a { text-decoration: none; }

h2
{
color: #5B5E0E;
font: 106% georgia, times, "times new roman", serif;
font-weight: bold;
margin-top: 0;
}

#container
{
margin: auto;
width: 850px;
text-align: left;
background-color: #fff;
border: 1px none #fff;
}

#header
{
height: 100px;
width: 100%;
background-image: url(images/header.gif);
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: 1px solid #fff;
position: relative;
border: 1px none #fff;
border-bottom: 1px solid #fff;
}
#logo {
padding: 32px 0 0 30px;
color: #315D06;
text-decoration: none;
font-size: 36px; 
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
float: right;
width: 165px;
border-left: 1px solid #C5C877;
padding-left: 15px;
}

#contents { margin: 0 200px 20px 20px; }
#contents p { line-height: 1.5; }
.rechts { border-bottom: 0px solid #C5C877; }
.imagefloat { float: left; }

#footer
{
clear:both;
color: #E9DF90;
text-align: center;
font-size: 90%;
height: 90px;
padding: 0px;
background-image: url(images/footer.gif);
}