html, body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0;
padding: 0pt;
color : #000000;
background-image: url(Hintergrund.jpg); 
background-repeat:repeat-y;
background-position: 0 0;
letter-spacing: 0.5pt;
}

a:link { color: #444444; }
a:visited { color: #555555; }
a:hover, a:active {color: #3333FF; background-color: #555555; }

h1
{
font-weight: bold;
font-size: 130%;
color: #3333FF;
margin: 20px 0 10px 0;
}

h2
{
font-weight: bold;
font-size: 120%;
color: #333333;
margin: 20px 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;
width: 100%;
height: 100%;
text-align: left;
background-image: url(Banner.jpg); 
background-repeat: no-repeat;
background-position: 0 0;
}


#header
{
height: 135px;
position: relative;
}

#header h1
{
text-align: right;
color: #fff;
}

#headerprint{
display:none;
}

#contents { 
padding: 0 1em;
/*overflow:hidden;*/
width: 550px;
margin: 25px 0 10pt 220px; /* 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 { float: left; background-position: top; background-repeat: no-repeat; width: 155px;
margin: 55px 5px 0 20px; /* top right bottom left */ overflow:hidden;} 
#menu li { border-top: 1px solid #fff; }
#menu li a { background-color: #ddd; line-height: 20px;  display: block; padding: 4px 5px 4px 5px; text-decoration: none; }
#menu ul { margin-left: 0; padding-left: 0; list-style-type: none; line-height: 120%; }
#menu ul li a { background-color: #eee; list-style-type: none; }
#menu ul ul { font-size: 85%; background-color: #eee; padding-left: 10px; list-style-type: none; }
#menu ul ul li a { background-color: #eee; margin-left: 10px; list-style-type: none; }
#menu ul ul ul { font-size: 85%; font-weight: normal; padding-left: 20px; list-style-type: disc; font-size: 95%; }	
#menu li .menu_current a, #menu li .menu_current a:link { background-color: #e6e6e6; BORDER: #666666 1px solid;  }
#menu li a:hover { background-color: #cccccc; }