body {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color: #564b47;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #C0FF00;
}
img {
   border:none;
}
#mitte{
  width:980px;
  margin:0px auto;
  text-align:left;
}
#titel{
/*  border:1px solid #C0C0C0;
  background-color:#FEFFB9;
  margin-top:5px;*/
  background-color:#FEFE00;
  text-align: center;
/*  height:80px;*/
}
#titel_logo{
  width:980px;
  height:120px;
}
#logo {
/*  float:left;*/
  margin-bottom:2em;
}
#menue_haupt {
  width:150px;
  font-size: 13px;
  color:#FF0000;
  text-align:center;
  padding: 5px 0px;
  float:left;
/*  margin-top:5em;*/
/*  border-top:1px solid #C0C0C0;*/
  clear:right;
}
#menue_haupt a{
  text-decoration:none;
  margin-top:0.5em;
  padding: 2px;
  color:#008000;
  background-color:#FEFFB9;
  border:1px solid #008000;
  display:block;
}
#menue_haupt a:hover{
  font-weight:bold;
  border-right:2px solid #005000;
  border-bottom:2px solid #005000;
}
#menue_unter {
  font-size: 13px;
  text-align:center;
  padding-bottom: 5px;
  margin-left: 25px;
/*  border-top:1px solid #C0C0C0;*/
  clear:right;
}
#menue_unter a{
  text-decoration:none;
  padding: 2px;
  color:#008000;
  background-color:#FEFFB9;
  border:1px solid #008000;
}
#menue_unter a:hover{
  font-weight:bold;
}
#menue_aktiv{
  font-weight:bold;
}
#rechts{
  float:right;
}
#inhalt {
  float:right;
  width:810px;
  line-height: 150%;
  border-top:1px solid #008000;
  border-left:1px solid #008000;
  border-right:4px ridge #008000;
  border-bottom:4px ridge #008000;
  background-color:#FEFFB9;
  margin-top:5px;
  padding:5px;
  color:#000080;
  text-align: left;
}
h1 {
   font-size: 21px;
   line-height: 120%;
   margin: 25px 0px 10px 0px;
   padding: 5px;
/*   text-transform: uppercase;*/
   color: #008000;
/*   background-color: transparent;*/
}
h2 {
   font-size: 18px;
   line-height: 120%;
   margin: 10px 5px 5px 0px;
   padding-left: 5px;
/*   text-transform: uppercase;*/
   color: #008000;
/*   background-color: #FFFF00;*/
}
h3 {
   font-size: 15px;
   margin: 0px 5px 10px 10px;
   padding-top: 5px;
   color: #000080;
/*   color: #008000;*/
   padding-top: 5px;
   text-align: left;
/*   background-color: #FFFF00;*/
}
h4 {
   font-size: 13px;
   margin: 0px, 10px, 10px, 10px;
   padding-top: 5px;
   text-align: center;
/*   background-color: #C0C0C0;*/
}
h5 {
   font-size: 12px;
   margin: 0px, 5px, 4px, 4px;
   padding-top: 5px;
/*   background-color: #C0C0C0;*/
   display: inline;
}
#copyright {
   text-align: center;
   font-size: 10px;
   color: #C0C0C0;
   background-color: transparent;
}
/***
Seitenspezifisch Layouts.
***/
/**Kontakt **/
#inhalt address{
  text-align: left;
  padding: 10px;
}
#inhalt address h1{
  text-align: center;
}
#inhalt address h2{
  margin: 15px 0px 5px 0px;
  font-size: 18px;
  background-color: #FFFF00;
}
#inhalt address h3{
  background-color: #FFFF00;
}
#inhalt address p{
  color: #3F3F3F;
}
dt{
  font-weight:bold;
}
td{
  border:1px solid #008000;
  vertical-align: top;
}
th{
  border:1px solid #008000;
  text-align: center;
  background-color:#FEFE00;
}
#Anmeldung td{
  text-align: left;
  padding-left:3px;
}
#Anmeldung th{
  text-align: left;
  padding-left:4.5ex;
}
.rot{
  color: #FF0000;
}
.auf{
   visibility: visible;
}
.zu{
   visibility:hidden;
}
