* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: White;
	background-image: url(../pics/bspbg1.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#container {
	padding-bottom: 10px;
	width: 100%;
	width: 90%;
	min-width: 880px;
}
#header {
padding: 10px 10px 0px 10px;
	margin:0 0 5px 0;
	height: 135px;
	border-bottom: 1px solid #fff;
	width: 880px;
	background-color: #84CDB2;	
}
img {
	border: none;
}
.linkes {
	float: left;
	font-size: 10px !important;
}
.rechtes {
	float: right;
	font-size: 11px !important;
}
.groesse {
border-bottom: 1px solid #ffffff;
padding: 5px;
font-size: 10px !important;
}
#content {
	width: 904px;
	border-left: 1px solid #84CDB2;
	border-right: 1px solid #84CDB2;
	border-bottom: 1px solid #84CDB2;
	padding-bottom: 0px;
	min-height: 415px;
	background-color: #84CDB2;
}
#content_links {
	float: left;
	width: 170px;
	text-align: center;
	
}
#content_inhalt {
	width: 700px;
	
	font-size: 12px; 
	text-align: left;
	line-height: 140%;
	padding: 0 10px 10px 20px;
	background-color: #fff;
	min-height: 405px;
	color: #518168;
		
}
* html #content_inhalt {
	height: 415px;
}
#content_inhalt h1 {
	font-size: 20px;
	
	padding-bottom: 8px;
	border-bottom: 1px solid #518168;
}
#content_inhalt h2 {
	font-size: 16px;
	color: #518168;
	padding-bottom: 8px;
	border-bottom: 1px solid #518168;
	margin: 10px 0 10px 5px;
	width: 250px;
}
#content_inhalt img {
	margin: 10px;
}
#contentmain {
	width: 904px;
	/*background: url(../pics/buergerspital2.jpg) no-repeat 180px 0px;*/
	border-left: 1px solid #84CDB2;
	border-right: 1px solid #84CDB2;
	border-bottom: 1px solid #84CDB2;
	padding-bottom: 10px;
	min-height: 455px;
	height: 455px;
	text-align: left;
	
}
#contentmain h1 {
position: relative;
z-index:100;
top: 400px;
left: 280px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #5C8D73;
width: 400px;
}
#contentmain h2 {
position: relative;

top: -15px;
left: 280px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #5C8D73;
width: 400px;
}
#footer {
	width: 902px;
	background-color: #84CDB2;
	border: 2px solid #84CDB2;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
	color: #fff;
	height: 16px;
	margin-bottom: 5px;
}
#footer a {
	color: #5C8D73;
	text-decoration: none;
	font-size: 10px !important;
}
hr {
	display: none;
	clear: both;
}
#content_inhalt li {
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: #598C73;
}
a:hover {
	text-decoration: underline;
	color: #598C73;
}
.box250 {
	width: 320px;
	float: left;
	margin-bottom: 10px;
	margin: 0 12px 0 0;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  float:right;
  margin: 0px;
  border: 0 none;
  padding: 0px;
  width: 600px; /*For KHTML*/
  list-style: none;
  height: 22px;
  /*background-color: Blue;*/
 }

ul#navmenu li {
  margin: 0px;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 21px;
}

ul#navmenu ul {
  margin: 0 0 0 0px;
  border: 0 none;
  padding: 0;
  width: 115px;
  list-style: none;
  display: none;
  position: absolute;
  top: 21px;
  left: 0;
}
ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}
/* Root Menu */
ul#navmenu a {
  border: 1px solid #B6DCC3;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 0px;
  margin-right: 1px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  filter:alpha(opacity=85);
  opacity: 0.85;
  background: #518168;
  color: White;
  font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif !important;
  text-decoration: none;
  height: auto !important;
  height: 100%; /*For IE*/
  width: 115px;
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #50A687;
  color: #000;
}
/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #518168;
  color: #000;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #84CDB2;
  color: #000;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}
ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
