html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align: center;
margin: 0;
padding: 0px;
color: #333333; 
background-color:#ccc; 
}

a:link { color: #000255; }
a:visited { color: #0000aa; }
a:hover, a:active { color: #fff; background-color: #000096; }

h1 { color: #EA3D00; font-size: 120%; margin: 10px 0px 5px 0px; }
h2 { color: #EA3D00; font-size: 100%; margin: 10px 0px 5px 0px; }
h2 a { text-decoration: none; }
h3 { color: #000255; font-size: 100%; font-weight: bold; margin: 8px 0px 0px 0px;; }

#container
{
overflow: auto;
margin:auto;
margin-top: 10px; 
width: 775px;
height: 100%;
text-align: left;
padding: 0 0 0 0;
background-color:#eeeeee; /*F4F4F4;*/
border: 1px solid #444;
background-position: top left; 
background-repeat: no-repeat;
}

#header
{
height: 115px;
width : 775px;
background-color:#fff;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}

#header h1
{
font-size: 15px;
text-align: right;
color: #fff;
margin: 0;
padding: 0;
}


#menu {float: left;background-position: top;background-repeat: no-repeat; width: 155px; margin: 28px 5px 5px 5px; /* top right bottom left */ overflow:hidden;} 
#menu h1 {text-align: center;}
#menu li {border-bottom: 1px solid #D6D6D6;}
#menu li a
{
line-height: 20px;
color: #EA3D00;
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 3px solid #EA3D00;
border-right: 3px solid #EA3D00;
background-color: #dfdfdf;
text-decoration: none;
border-bottom: 1px solid #ddd;
}

#menu li a:hover { background-color: #F4F4F4; color: #000000; }
#menu li .menu_current a, #menu li .menu_current a:link { background-color: #F4F4F4; }
#menu ul { margin-left: 0; padding-left: 0; list-style-type: none; line-height: 120%; }
#menu ul ul { color: White; font-weight: normal; padding-left: 10px; padding-right: 10px; list-style-type: none; }
#menu ul ul li a { line-height: 17px; background-color: #dfdfdf; }
#menu ul ul ul { font-size: 80%; font-weight: normal; padding-left: 20px; list-style-type: disc; font-size: 95%; }	

#contents { 
float: right;
overflow: hidden;
margin: 28px 5px 5px 0px; /* top right bottom left */
width:565px;
/*width:527px;*/
padding: 10px 10px 10px 10px;
line-height: 125%;
min-height: 350px;
}

#contents ul { 
list-style-type:circle;
 }

#contents ul ul { 
list-style-type:circle;
 }


#footer { 
width : 775px; 
background-color: #ddd; 
padding: 0px; 
font-size: 80%; 
overflow: auto;
margin:auto;
margin-bottom: 10px; 
width: 775px;
height: 100%;
text-align: center;
padding: 0 0 0 0;
border-right: 1px solid #444;
border-left: 1px solid #444;
border-bottom: 1px solid #444;
}

#leiste
{
clear: both;
text-align: center;
font-size: 75%;
color: #898989;
}
