html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align: center;
margin: 0;
padding: 0pt;
color : #000000;
background-color:#646464;
}

a:link { color: #6F1007; }
a:visited { color: #6F1007; }
a:hover, a:active {color: #fff; background-color: #6F1007; }

h1
{
font-weight: bold;
font-size: 130%;
color: #E7B64F;
margin: 10px 0 10px 0;
}

h2
{
font-weight: bold;
font-size: 120%;
color: #E7B64F;
margin: 10px 0 10px 0;
}

h3
{
font-size: 110%;
font-weight: bold;
margin-top: 10px;
}
  
#top
{
overflow: auto;
margin:auto;
width: auto;
height: 100%;
text-align: center;
padding: 0 0 0 0;
font-size: 80%;
}


#container
{
overflow:hidden;
margin: 10px auto 10px auto ; /* top right bottom left  */
width:98%;
height: 100%;
text-align: left;
background-image: url(Hintergrund.jpg); 
border: 1px solid #999;
}

#header
{
height: 135px;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}

#header h1
{
text-align: right;
color: #fff;
}

#headerprint{
display:none;
}

#contents { 
padding: 0 1em;
/*overflow:hidden;*/
width: 510px;
margin: 10pt 0 10pt 135px; /* top right bottom left  */
line-height: 125%;
}

#footer
{
overflow: auto;
margin: 0 auto 10pt auto; /* top right bottom left  */
width:98%;
text-align: center;
padding: 0 0 0 0;
background-color: #E7B64F;
border: 1px solid #999;
font-size: 80%;
}

#menu
{
margin: 25px 0 0 2px;
float: left;
overflow:hidden; 
width: 135px;
height: 100%;
} 

#menu li 
{border-top: 1px solid #D6D6D6;
}

#menu li a
{
color: #000;
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 3px solid #000;
background-color: #ccc;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

#menu li a:hover
{
color: #fff;
border-left: 3px solid #dddddd;
background-color: #6F1007;
}

#menu li .menu_current a, #menu li .menu_current a:link { 
background-color: #E7B64F;
color: #fff;
}

#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 120%;
}

#menu ul ul {
font-size: 80%;
color: White;
font-weight: normal;
padding-left: 10pt;
list-style-type: circle;
}

#menu ul ul li a
{
color: #000;
background-color: #fff;
}
	
#menu ul ul ul {
font-size: 80%;
font-weight: normal;
padding-left: 20pt;
list-style-type: disc;
font-size: 95%;
}	

