html, body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:  0.95em;
line-height: 1.1;
text-align: center;
margin: 0;
padding: 0;
color: #000; 
background-color:#83C0C7; 
/*background-image: url(hintergrund.jpg);*/
}

a:link { color: #000; }
a:visited { color: #000; }
a:hover, a:active { color: #000;}


h1 { color: #45341E; font-size: 125%; margin: 20px 0 15px 0; }
h2 { color: #45341E; font-size: 110%; 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: 15px; 
width: 900px;
height: 100%;
text-align: left;
padding: 0 0 0 0;
background-color:#FBEFB7 /*E2DEAE*/ /*E0EDC0*/;
border-right: 14px solid #F9B95A; 
border-left: 14px solid #F9B95A; 
background-position: top left; 
background-repeat: no-repeat;
min-height: 500px;
height: 100%;
}

#header
{
height: 205px;
width : 900px;
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 0; padding-left: 10px; overflow:hidden;
/*background-color: #D3DFB5*/ /*E0EDC0*/; } 

#menu li { border-top: 4px solid #fff; visibility: hidden; border-top: 1px solid #fff; }
#menu li a { border-bottom: 0px solid #fff; border-left: 7px solid #AD813E; color: #000; 
line-height: 14px; 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 li a { list-style-type: none; }
#menu ul ul { list-style-type: none; }
#menu ul ul li a { visibility: visible; border-bottom: 0px solid #fff; list-style-type: none; line-height: 17px; padding: 1px 5px 1px 5px;  }
#menu ul ul ul { list-style-type: none; font-size: 95%; padding-left: 10px; margin-left: 7px; }	
#menu ul ul ul li { border-top: 1px solid #fff;}
#menu li a:hover { color: #000; background-color: #fff; font-weight: bold;}
#menu li .menu_current a, #menu li .menu_current a:link { background-color: #F9B95A; color: #000; }

#search { margin-left: 0px;} 

#contents { 
float: right;
overflow: hidden;
margin: 5px 5px 5px 0px; /* top right bottom left */
width:680px;
padding: 10px 10px 10px 10px;
line-height: 125%;
min-height: 350px;
}

#unten {
padding: 0px; 
font-size: 75%; 
overflow: hidden;
margin:auto;
margin-bottom: 10px; 
width: 900px;
padding: 2px 0 2px 0;
}

#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;
}
