html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align: center;
margin: 0;
padding: 0px;
color: #000; 
background-color:#DCDCDC; 
}

a:link { color: #fff; }
a:visited { color: #fff; }
a:hover, a:active { color: #ddd;}

h1 { color: #000; font-size: 120%; margin: 10px 0px 5px 0px; }
h2 { color: #000; font-size: 110%; margin: 10px 0px 5px 0px; }
h2 a { text-decoration: none; }
h3 { color: #000; font-size: 100%; font-weight: bold; margin: 8px 0px 0px 0px;; }

#container
{
overflow: auto;
margin:auto;
margin-top: 0px; 
width: 775px;
height: 100%;
text-align: left;
padding: 0 0 0 0;
background-color:#FFA500;
border: 2px solid #000;
background-position: top left; 
background-repeat: no-repeat;
}

#header
{
/* height: 96px; */
height: 115px;
width : 775px;
background-color:#fff;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
/*border-bottom: 5px solid #FF8000;*/
}

#menu { float: left; background-position: top; background-repeat: no-repeat; width: 155px;
margin: 0 5px 0 0; /* top right bottom left */ overflow:hidden; font-size: 95%;} 
#menu li { font-weight: bold; border-bottom: 1px solid #990100; }
#menu li a { background-color: #990100; color: #fff; line-height: 17px;  display: block; padding: 4px 5px 4px 5px; text-decoration: none; }
#menu li .menu_current a, #menu li .menu_current a:link { color: #660000; color: #fff; }
#menu li a:hover { color: #000000; background-color: #fff; }
#menu ul { margin-left: 0; padding-left: 0; list-style-type: none; line-height: 120%; }
#menu ul li a { background-color: #530000; list-style-type: none; }
#menu ul ul { background-color: #990100; color: #000; padding-left: 10px; list-style-type: none; }
#menu ul ul li a { background-color: #990100; list-style-type: none; }
#menu ul ul ul { font-size: 80%; font-weight: normal; padding-left: 20px; list-style-type: disc; font-size: 95%; }	

#menu2 { float: right; background-position: top; width: 120px; 
margin: 5px 5px 0 0; /* top right bottom left */ overflow:hidden; 
font-size: 80%; font-weight: bold; margin-left: 10px;
background-image: url(menu2.jpg);
} 
#menu2 ul { margin-left: 5px; margin-top: 25px; padding-left: 10px; list-style-type: none; line-height: 150%; text-decoration: none;}

#contents { 
overflow: hidden;
margin: 5px 0px 5px 0px; /* top right bottom left */
width:445px;
padding: 10px 10px 10px 10px;
line-height: 125%;
min-height: 350px;

position:relative;
left:0; top:0;
}

#contents ul { 
list-style-type:circle;
 }

#contents ul ul { 
list-style-type:circle;
 }

#footer { 
width : 775px; 
padding: 0px; 
font-size: 80%; 
overflow: auto;
margin:auto;
margin-bottom: 10px; 
width: 775px;
height: 100%;
text-align: right;
padding: 0 0 0 0;
color: #fff;
border-right: 2px solid #000;
border-left: 2px solid #000;
border-bottom: 2px solid #000;
background-image: url(footer.gif);
height: 17px;
}

#leiste
{
clear: both;
text-align: center;
font-size: 75%;
color: #898989;
}
