html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0;
padding: 0;
color : #000000;
background-color:#646464;
}

a:link { color: #00698C; }
a:visited { color: #00698C; }
a:hover, a:active {color: #fff; background-color: #0099CC; }

h1
{
font-weight: bold;
font-size: 130%;
color: #0099CC;
margin: 10px 0 10px 0;
}

h2
{
font-weight: bold;
font-size: 120%;
color: #0099CC;
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 0 auto ; /* top right bottom left  */
width:95%;
height: 100%;
background-image: url(Hintergrund.jpg); 
}


#header
{
height: 117px;
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: 620px;
margin: 25px 0 10pt 190px; /* top right bottom left  */
line-height: 125%;
}



#footer
{
overflow: auto;
margin: 0 auto 30pt auto; /* top right bottom left  */
width:95%;
text-align: center;
padding: 0 0 0 0;
background-color: #0099CC;
font-size: 80%;
}

#menu
{
overflow: hidden;
margin-left: 10px;
margin-top: 25px;
float: left;
width: 165px;
height: 100%;
} 


#menu li 
{border-bottom: 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: #00698C;
}

#menu li .menu_current a, #menu li .menu_current a:link { 
background-color: #0099CC;
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%;
}