/*basisangaben*/
body { 
font: 100.01% Arial, Geneva, Verdana, helvetica, sans-serif;
   width: 100%; 
   margin: 0px; 
   padding: 0px; 
   border: 0px; 
   background-color: #b0b0b0;  
   text-align: left; 
   overflow: -moz-scrollbars-vertical; 
} 
#wrapper{
	position:absolute;
	top: 0px;
	left:50%;
	width:900px;
	height: 100%;
	margin-left: -450px;
	text-align: left;
	background-color: #fff;
}
#header{
	position: absolute;
	top: 90px;
	left: 0px;
	height: 145px;
	width: 900px;
	text-align: right;
}
#main{
position: absolute;
top: 290px;
left: 0px;
border-left: 40px solid white;
border-right: 40px solid white;
width: 820px;
background-color: white;
}
#navi{
	position: absolute;
	top: 190px;
	left: 0px;
	width: 900px;
	height: 70px;
}
#nav li {
  /* floaten der Hauptlistenpunkte */
  margin: 0;
  float: left;
  display: block;
  padding-right: 0px;
}

#nav li.off ul, #nav li.on ul {
  /* Verstecken der Untermenüs */
  display: none;
}

#nav li a {
  /* Für alle Links in der Liste */
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  display: block;
  height: 15px;
  padding: 5px;
   background-color: #aa9593;
}
#nav li.off ul, #nav li.on ul {
  /* Subnavs positionieren und verstecken */
  display: none;
  position: absolute;
  top: 20px;
  height: 15px;
  left: 0;
  padding-top: 10px;
}
#nav li.on a {
  /* Rahmenfarbe für aktive Fläche ändern */
  /*border: 1px solid #aa9593;*/
    background-color: #8a6e6b;
}

#nav li.on ul a, #nav li.off ul a {
  /* Vererbung des Rahmens für Untermenü
     des aktiven Themas unterdrücken */
  border: 0;
  background-color: #fff;
  color: #8a6e6b;
}

#nav li.on ul {
  /* Liste des aktiven Untermenüs ausgeben */
  display: block;
}
#nav li.on ul a, #nav li.off ul a {
  float: left;
  /* IE vererbt den Float nicht */
  border: 0;
  color: #000;
  width: auto;
  margin-right: 5px;
  color: #aa9593;
}
#nav li.on ul li.active a, #nav li.on ul li a:hover{
	color: #8a6e6b;
}

#nav li.on ul {
  /* Aktuelle Thema anzeigen */
  display: block;
}

#nav li.off:hover ul {
  /* Die anderen Themen anzeigen
     bei hover über dem Elternmenü */
  display: block;
  z-index: 6000;
}
#nav li.off a:hover, #nav li.off:hover a {
  background: #000;
  color: red;
}
#nav li.off ul, #nav li.on ul {
  /* Subnav nach unten verschieben */
  top: 33px;
  *top: 30px; /* Repositionierung für IE */
}
#nav li.off:hover ul, #nav li.over ul {
  display: block;
  z-index: 6000;
}

#nav li.off a:hover,
#nav li:hover a,
#nav li.over a {
  background: #8a6e6b;
  color: #fff;
}


.content{
	padding: 5px 10px;
	font-size: 11px;
}
.content h2{
	font-size: 13px; 
}
.content a{
	color: #456680;
}
.leftbox{
	width: 565px;
	border: 1px solid #456680;
	margin-bottom:20px;

}
.leftbox h2{
	background-color: #456680;
	color: #fff;
	width: 555px;
	font-size:15px;
	padding: 5px;
	margin-top: 0px;
}
.rightbox{
	width: 230px;
	border: 1px solid #456680;
	margin-bottom: 20px;
}
.mainbox{
	width: 816px;
	border: 1px solid #456680;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#footer{
	position: absolute;
	left: 0px;
	clear: both;
	width: 782px;
	height: 34px;
	font-size: 10px;
	text-align: center;
	line-height: 30px;
}
.foot, .foot a:link, .foot a:active, .foot a:visited{
	color: #fff;
}
.foot a:hover{
	color: #a20b36;
}
.datum{
	float: left;
	color: #456680;
	width: 180px;
}
.datumdet{
	color: #456680;
}
.newstext{
	width: 350px;
	float: left;
	margin-bottom: 20px;
}
.newstextlong{
	width: 600px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #456680;
}
.newstextlong h3{
	font-size: 12px;
	font-weight: bold;
}
.field{
	width: 250px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #698f9b;
	color: #505050;
	float: left;
}

.radio{
	margin: 0px 0px;
}

label{
	width: 150px;
	float: left;
}

.textfield{
	width: 250px;
	height: 100px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #698f9b;
	float: left;
	
}
.checkbox{
	float: left;
	margin-right: 20px;
}
.clear{
	clear: both;
	height:0px;
	margin:0px;
	padding: 0px;
}
.service{
	font-weight: bold;
	color: red;
}