
body
{
background-color: #CFCFCF;
font-family: Verdana, Arial, sans-serif;
font-size: 100.01%;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}

#wrapper
{
width: 1200px;
margin: 15px auto;
border: 1px solid black;
background-color: #008382;
}

#header
{
background: url(images/logos/hg2.jpg) no-repeat left;
margin: 15px 15px 30px;
height: 150px;
}

#menu
{
width: 180px;
background: #d8bb60;
margin-left: 15px;
float:left;
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2
{
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0; padding: 2px 3px;
}

#menu h2
{
color: #000000;
background: #40A0A0;
text-transform: uppercase;
}

#menu a
{
color: #000;
background: #DADADA;
text-decoration: none;
}

#menu a:hover
{
color: #a00;
background: #fff;
}

#menu li
{
position: relative;
}

#menu ul ul ul
{
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul, div#menu ul ul li:hover ul ul
{
display: none;
}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
{
display: block;
}

#rechtsbox
{
width: 200px;
text-align: center;
font-size: 0.9em;
float: right;
margin-right: 15px;
background: #008382;
}
#content
{
width: 720px;
border: 0px solid #000080;
margin: 0 5px 0 5px;
padding: 20px;
text-align: justify;
margin-left: 210px;
font-size: 0.8em;
line-height: 1.5em;
background: #EFF1C1;
}
#fuss
{
color: #000000;
text-align: center;
font-size: 0.9em;
padding-left: 20px;
border: 2px solid #004080;
height: 20px;
margin: 15px 15px 15px;
clear: both;
}
