html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align: center;
margin: 0;
padding: 0pt;
color : #000000;
background-color:#000;
background-image: url(hintergrund.jpg); 
}

a:link { color: #000; }
a:visited { color: #000; }
a:hover, a:active {color: #fff; background-color: #000; }

h1
{
font-weight: bold;
font-size: 130%;
color: #000;
margin: 10px 0 10px 0;
}

h2
{
font-weight: bold;
font-size: 120%;
color: #000;
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:97%;
height: 100%;
text-align: left;
}


#header
{
height: 120px;
/*background-image: url(logo.jpg); 
background-repeat: no-repeat;
background-position: 0 0;
position: relative;*/
}

#header h1
{
text-align: center;
font-size: 180%;
color: #000;
}

#headerprint{
display:none;
}

#contents { 
padding: 0 1em;
float: center;
/*overflow:hidden;*/
width: 510x;
margin: 25px 0 10pt 225px; /* top right bottom left  */
line-height: 125%;
}

#footer
{
overflow: auto;
margin: 0 auto 10pt auto; /* top right bottom left  */
width:97%;
/*height: 100%;*/
text-align: center;
padding: 0 0 0 0;
font-size: 80%;
}



#menu
{
margin: 25px 0 0 5px;
float: left;
overflow:hidden; 
width: 155px;
height: 100%;
} 

#menu li 
{border-bottom: 1px solid #D6D6D6;
}

#menu li a
{
color: #fff;
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: #000;
}

#menu li .menu_current a, #menu li .menu_current a:link { 
background-color: #000;
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%;
}	

#topmenu ul
{
padding-left: 0;
margin: 1px 0 0 0;
background-color: #753300;
color: white;
float: middle;
width : 100%;
line-height: 30pt;
font-size: 120%;
text-align: center;
word-spacing:3mm;
}

#topmenu ul li { display: inline; }

#topmenu ul li a
{
padding: 0.2em 1em;
background-color: #753300;
color: white;
text-decoration: none;
float: none;
border-right: 1px solid #fff;
}

#topmenu ul li a:hover
{
background-color: #aaa;
color: #fff;
}

#topmenu li .menu_current a, #menu li .menu_current a:link { 
background-color: #FDC107;
color: #000;
}