html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;  /*0.90em;*/
text-align: center;
margin: 0;
padding: 0px;
color : #000000;
background-color:#003b7a; /*000096*/
}

a:link { color: #043ba0; }
a:visited { color: #043ba9; }
a:hover, a:active{ color: #fff; background-color: #FF9900;}

h1 {font-weight: bold; font-size: 130%; margin: 10px 0 2px 0; color: #043ba0; }
h2 {font-weight: bold; font-size: 120%; margin: 10px 0 2px 0;}
h3 {font-weight: bold; font-size: 110%; margin-top: 10px; }

small {font-size: 30%; }
   
#top
{
overflow: auto;
margin:auto;
margin-top: 10px; 
width: 990px;
height: 100%;
text-align: center;
padding: 0 0 0 0;
background-color: #ddd;
color: #858585;
border-top: 1px solid #999;
border-right: 1px solid #999;
border-left: 1px solid #999;
font-size: 80%;
}


#container
{
overflow: auto;
margin:auto;
width: 990px;
height: 100%;
text-align: left;
padding: 0 0 0 0;
background-color:#eee;
background-image: url(Hintergrund.jpg);
border-left: 1px solid #999;
border-right: 1px solid #999;
}


#header
{
height: 75px;
width : 990px; /*775*/;
background-color:#043ba0;
/*background-image: url(header.jpg);*/
background-repeat: no-repeat;
background-position: 0 0;
position: relative;

}

#header img{border-width:0;}

#headerprint{
display:none;
}

#links
{
float: left;
width: 182px;
margin: 10px 5px 5px 5px; /* top right bottom left */
overflow:hidden; 
}

#menu
{
float: left;
background-color:#fff;
border: 1px solid #CCC;
width: 180px;
} 

#infobox
{
float: left;
background-color:#fff;
border: 1px solid #CCC;
width: 180px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
font-size: 0.8em;
color: #ccc; 
}

#menu h1 {
text-align: center;
}


#menu li {border-top: 1px solid #D6D6D6; }
#menu li a { color: #fff; display: block; padding: 5px 5px 5px 0.5em; border-left: 3px solid #000; background-color: #043ba0; /*000096;*/ text-decoration: none;}
#menu li a:hover { border-left: 3px solid #dddddd; background-color: #FF9900; color: #fff; }
#menu li .menu_current a, #menu li .menu_current a:link { background-color: #000; color: #fff; }
#menu ul { margin-left: 0; padding-left: 0; list-style-type: none; line-height: 120%; }
#menu ul li a { border-left: 1px solid #000; }
#menu ul ul { font-size: 80%; color: white; font-weight: normal; padding-left: 10px; list-style-type: none; }
#menu ul ul li a { color: #000; background-color: #fff; line-height: 10px;  }
#menu ul ul ul { font-size: 80%; font-weight: normal; padding-left: 20px; list-style-type: none; font-size: 95%; }	

#contents { 
/*float: right;*/
overflow:hidden;
margin: 10px 5px 10px 0px; /* top right bottom left */
min-height: 300px;
width: 750px; /*540px;*/
padding: 10px 10px 10px 10px;
/*border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background-color:#fff;
background-image: url(Hintergrund.jpg);*/
line-height: 125%;
}

#contents p {  }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }

#footer
{
overflow: auto;
margin:auto;
margin-bottom: 10px; 
width: 990px; /*775px;*/
height: 100%;
text-align: center;
padding: 0 0 0 0;
background-color: #ddd;
color: #858585;
border-left: 1px solid #999;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
/*padding: 0px;*/
font-size: 80%;
}

#breadcrumbs
{
font-size: 80%; 
text-align: right;
}


.search {
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #aaa;
	width: 125px;
}

input.searchbutton {
	padding: 5px 3px 5px 3px;
	color: #000;
	border: none;
	background: #003368;
	cursor: pointer;
	text-transform: uppercase;
		
}
input.searchbutton:hover {
	padding: 5px 3px 5px 3px;
	color: #FFFFFF;
	border: none;
	background: #003368;
	cursor: pointer;
	text-transform: uppercase;
}

