html, body
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.95em;
text-align: center;
margin: 0;
padding: 0px;
color: #000; 
background-color:#DCDCDC; 
line-height: 1.1;
}

a:link { color: #00427F; }
a:visited { color: #4752A8; }
a:hover, a:active { color: #4752A8;}

h1 { color: #00427F; font-size: 130%; margin: 20px 0px 10px 0px; }
h2 { color: #00427F; font-size: 110%; margin: 10px 0px 5px 0px; }
h2 a { text-decoration: none; }
h3 { color: #00427F; 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:#fff;
border: 1px solid #000;
background-position: top left; 
background-repeat: no-repeat;
}

#header
{
height: 115px;
width : 775px;
background-color:#00427F;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}

/* Pfeiffer RAL 5010 (Enzianblau) 00427F Pfeiffer Farbe bzw 00427F */
/* RAL 5012 (Lichtblau) 4752A8 */



#menu { float: left; background-position: top; background-repeat: no-repeat; width: 155px;
margin: 5px 5px 0 5px; /* top right bottom left */ overflow:hidden;} 
#menu li { border-bottom: 1px solid #fff; }
#menu li a { background-color: #00427F; color: #fff; 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: #00427F; list-style-type: none; }
#menu ul ul { background-color: #4752A8; color: #000; padding-left: 10px; list-style-type: none; }
#menu ul ul li a { background-color: #4752A8; list-style-type: none; }
#menu ul ul ul { font-size: 80%; font-weight: normal; padding-left: 20px; list-style-type: disc; font-size: 95%; }	
#menu li .menu_current a, #menu li .menu_current a:link { color: #4752A8; color: #fff; }
#menu li a:hover { color: #000000; background-color: #fff; }

#contents { 
float: right;
overflow: hidden;
margin: 5px 5px 5px 0px; /* top right bottom left */
width:565px;
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;
height: 100%;
font-size: 80%;
text-align: center; 
overflow: auto;
margin:auto;
margin-bottom: 10px; 
padding: 0 0 0 0;
color: #fff;
background-color: #00427F;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}

#leiste
{
clear: both;
text-align: center;
font-size: 75%;
color: #898989;
}
