html,body {
  width:100%
  margin: 0;
  padding: 0;
  font-family: verdana, arial, helvetica, geneva, sans-serif;
  font-size: 88%;
  font-weight: normal;
  color: #333333;
  background: #ffffff;
  background-image:url(hg.gif);
  background-repeat: repeat-y
}

#oben1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 85px;
  width: 100%;
  color: #333333;
  background: #ffffff;
  background-image:url(oben.gif);
  background-repeat: repeat-x;
  z-index:20;
}





#menue {
  position: absolute;
  top: 86px;
  left: 0px;
  width:165px;
  text-align:right;
  line-height:2.8em;
}

a.menue:link, a.menue:visited, a.menue:hover  {
  font-weight: normal;
  color: #333333;
  text-decoration:none;
}

a.menue:active, a.menue:hover  {
  font-weight: bold;
  color: #CC3333;
  text-decoration:none;
  
}

.rt {
  color:#CC3333;
}

a.menue:active  {
  font-weight: bold;
  color: #000000;
  text-decoration:none;

}


a.inhalt:link, a.inhalt:visited  {
  font-weight: normal;
  text-decoration:none;
  color: #333333;
  background-color: #ffffff;
}

a.inhalt:hover  {
  font-weight: bold;
  text-decoration:none;
  color: #333333;
  background-color: #ffffff;
}


#inhalt {
  font-size:90%;
  width:515px;
  position: absolute;
  top: 86px;
  left: 166px;
  color: #333333;
  background-color: #ffffff;
  line-height:1.4em;
  padding-top:50px;
  padding-left:30px;
  padding-right:10px;
  /*border: 1px solid #000000;*/

}

#fuss {
  font-size:90%;
  color: #929292;
  background-color: #ffffff;
  position:absolute;
  top:532px;
  left:200px;
}

a.fuss:link, a.fuss:visited  {
  color: #929292;
  text-decoration:none;
}

a.fuss:hover  {
  color: #929292;
  text-decoration:underline;
}


h1{
  font-weight:bold;
  font-size:100%;
  margin-top:25px;
}

input, select, textarea {
  font-size:100%;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  background-color:#F8F8F8;
  color:#666666; 
  border: 1px solid #828282; 
  padding: 2px;
}

.sende-bl {
  background-color:#99CC33; 
  color:#ffffff; 
  border: 1px solid #ffffff;
  padding: 0px;
}

.wech {
  display: none;
}

.nichtwech {
}


