html, body
{
font-family: Times New Roman;
font-size: 1.0em;
text-align: center;
margin: 0;
padding: 0pt;
color : #000000;
background-color:#92C7F9;
}

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 0 auto ; /* top right bottom left  */
width:950px;
height: 100%;
text-align: left;
background-image: url(Hintergrund.jpg); 
border-top: 1px solid #999; 
border-right: 1px solid #999; 
border-left: 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;
float: center;
/*overflow:hidden;*/
/*width: 510x;*/
margin: 25px 0 10pt 170px; /* top right bottom left  */
line-height: 125%;
}

#footer
{
/*overflow: auto;*/
margin: 0 auto 0 auto; /* top right bottom left  */
padding-top: 5pt;
width: 950px;
height: 35px;
text-align: center;
padding: 5 0 0 0;
background-color: #4582C1;
background-image: url(footer.jpg); 
border-left: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
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: #000;
display: block;
padding: 5px 5px 5px 0.5em;
/*background-color: #ddd;*/
text-decoration: none;
/*border-bottom: 1px solid #ccc;*/
}

#menu li a:hover
{
color: #fff;
background-color: #008000;
}

#menu li .menu_current a, #menu li .menu_current a:link { 
background-color: #4582C1;
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%;
}	

