html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:  0.9em;
line-height: 1.1;
text-align: center;
margin: 0;
padding: 0;
color: #000; 
background-color:#fff; 
background-image: url(hintergrund.jpg);
}

a:link { color: #45341E; }
a:visited { color: #979946; }
a:hover, a:active { color: #979946;}


h1 { color: #45341E; font-size: 140%; margin: 20px 0 15px 0; }
h2 { color: #45341E; font-size: 118%; margin: 10px 0 3px 0; }
h3 { color: #45341E; font-size: 103%; font-weight: bold; margin: 8px 0 3px 0; }

#container
{
overflow: auto;
margin:auto;
margin-top: 0; 
width: 800px;
height: 100%;
text-align: left;
padding: 0 0 0 0;
background-color:#fff;
background-position: top left; 
background-repeat: no-repeat;
min-height: 500px;
height: 100%;
/*background-image: url(hintergrund-wasserzeichen.jpg);*/
}

#header
{
height: 166px;
width : 800px;
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
}

#header img
{
border: 0 none;
}

#menu { float: left; background-position: top; background-repeat: no-repeat; width: 155px;
margin: 5px 5px 0 10px; /* top right bottom left */ overflow:hidden;} 
#menu li {border-top: 4px solid #fff;}
#menu li a { border-bottom: 0px solid #fff; border-left: 7px solid #3A441D; /*background-color: #181953;*/ color: #000; line-height: 10px; display: block; 
			 padding: 4px 5px 5px 5px; text-decoration: none; }
#menu ul { visibility: visible; margin-left: 0; padding-left: 0; list-style-type: none; line-height: 120%; }
#menu ul ul li { border-top: 1px solid #fff;}
#menu ul li a { /*background-color: #181953;*/ list-style-type: none; }
#menu ul ul { list-style-type: none; }
#menu ul ul li a { color: #555555; list-style-type: none; line-height: 10px; padding: 1px 5px 1px 5px; margin-left: 7px; 
font-size: 85%; }
#menu ul ul ul { font-size: 70%; font-weight: normal; padding-left: 20px; list-style-type: disc; font-size: 95%; }	
#menu li a:hover { color: #fff; background-color: #3A441D;}
#menu li .menu_current a, #menu li .menu_current a:link { background-color: #979946; color: #ffffff; }

#search { margin-left: 0px;} 

#contents { 
float: right;
overflow: hidden;
margin: 5px 5px 5px 0px; /* top right bottom left */
width:580px;
padding: 10px 10px 10px 10px;
line-height: 125%;
min-height: 350px;
}

#unten {
padding: 0px; 
font-size: 85%; 
overflow: hidden;
margin:auto;
margin-bottom: 10px; 
width: 800px;
/*height: 15px;*/
/*border-top: 1px solid #3A441D;*/
padding: 2px 0 2px 0;
/*text-align: center;*/
color: #000;
background-color: #E9EDEF;
}

#footer { 
}

.search {
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #999;
	width: 135px;
}

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;
}