html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
text-align: center;
margin: 0;
padding: 0px;
color: #333333; 
background-image: url(background.jpg);
background-color: #003366;
background-repeat: repeat-x;
}

a:link { color: #011D4C; }
a:visited { color: #0000aa; }

a:hover, a:active
{
color: #fff;
background-color: #011D4C;
}

h1
{
color: #011D4C;
font-size: 120%;
margin: 10px 0px 5px 0px;
}

h2
{
color: #011D4C;
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;
margin: 10px 10px 10px 10px;
padding: 3px 3px 3px 3px ;
background-color:#ffffff; 
border: 1px solid #444;
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;*/
}

#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: 165px;
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: #ffffff;     /*011D4C;*/
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 3px solid #aaaaaa;
border-right: 3px solid #aaaaaa;
background-color: #011D4C;  /*E1E5EA;*/
text-decoration: none;
border-bottom: 1px solid #ddd;
}

#menu li a:hover
{
background-color: #888888; 
color: #000000;
}

#menu li .menu_current a, #menu li .menu_current a:link { 
background-color: #888888;
color: #ffffff;
}

#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;
color:#000000;
background-color: #555555;
}
	
#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: 13px 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;
 }

#contents p {  }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }


#footer
{
text-align: center;
width: 775px;
color: #ffffff;
padding: 0px;
font-size: 80%;
}

#leiste
{
width: 775px; 
clear: both;
text-align: center;
font-size: 75%;
color: #898989;
}

#leiste a:link, a:visited, a:hover, a:active
{
color: #898989;
}
