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;
background-image: url(bg.jpg);
}

a:link { color: #173884; }
a:visited { color: #4752A8; }
a:hover, a:active { color: #4752A8;}

h1 { color: #173884; font-size: 130%; margin: 20px 0px 10px 0px; }
h2 { color: #173884; font-size: 110%; margin: 10px 0px 5px 0px; }
h2 a { text-decoration: none; }
h3 { color: #173884; font-size: 100%; font-weight: bold; margin: 8px 0px 0px 0px;; }

#container
{
overflow: auto;
overflow-x: hidden;
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-image: url(background.jpg);
background-position: 20px 90px;
}

#header
{
height: 115px;
width : 775px;
background-color:#173884;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}

/* Royalblue 173884 */


#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-top: 1px solid #fff; }
#menu li a { background-color: #ddd; color: #000; 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; border-bottom: 1px solid #173884; border-right: 2px solid #173884;}
#menu ul ul { line-height: 17px; font-size: 80%; background-color: #eee; color: #000; margin-left: 20px; list-style-type: none; }
#menu ul ul li a { line-height: 17px; font-size: 80%; background-color: #eee; margin-left: 20px; list-style-type: none; }
#menu ul ul ul { line-height: 17px; font-size: 80%; font-weight: normal; margin-left: 20px; list-style-type: disc; }	
#menu li .menu_current a, #menu li .menu_current a:link { background-color: #173884; color: #fff; }
#menu li a:hover { color: #173884; 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; 
padding: 0px; 
font-size: 80%; 
overflow: auto;
margin:auto;
margin-bottom: 10px; 
width: 775px;
height: 100%;
text-align: center;
padding: 5px 0 5px 0;
color: #fff;
background-color: #173884;
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: #ffffff
}

#leiste a:link { color: #ffffff; }
#leiste a:visited { color: #ffffff; }
#leiste a:hover, a:active { color: #ffffff;}