  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
    background-color:#FFEC8B;
  }

div#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 1em;
    border: 2px ridge silver;
    background-color:white;
  }

#head {
  background-image:url(../images/head4.jpg);
  background-repeat:no-repeat;
  width:760px;
  height:162px;
  border: 4px solid rgb(0,98,46);;
  }

#head p{
   font-size:2em;
   font-weight:bold;
   background-color:rgb(0,98,46);
   color:white;
   width:760px;
   position:relative;
   bottom:-93px;
   left:0px;
   }

#navigation {
    font-size: 0.91em;
    float: left; width: 170px;
    margin: 0;
    padding: 45px  0 0 0px;
    background:white;
    min-height:400px;

  }

/* 3-Gaenge-Menue */
#menue1 {
width: 150px;
margin: 0 auto;
}
#menue1 #abstand1 {
border: 1px solid;
border-color: #ffffff #304e6a #304e6a #ffffff;
background: white;
padding: 5px 5px;
}
#schalter1 a {
display: block;
padding: 2px;
text-decoration: none;
border: 1px solid #ccc;
width: 130px;
font-weight: bold;
text-align: right;
margin: 3px 0;
background-color: rgb(0,98,46);
}
#schalter1 a:link {
color: white;
}
#schalter1 a:visited {
color: white;
}
#schalter1 a:hover {
border: 1px solid;
border-color: #eeeeee #304e6a #304e6a #eeeeee;
background-color: white;
color:  rgb(0,98,46);
}
#schalter1 a:active {
color: #c00;
}
#schalter1 a .pfeil1 {
display: none;
}
#schalter1 a:hover .pfeil1 {
display: inline;
color: #000080;
}
#menue1 .toc1 {
color: #757575;
font-size: 85%;
font-weight: bold;
margin: 0 5px 5px;
}
#menue1 .copy1 {
color: #757575;
font-size: 80%;
font-weight: normal;
margin: 5px 0 0;
text-align: right;
}
#menue1 .space1 {
font-size: 1px;
margin: 3px 0;
}

#inhalt {
padding: 20px;
margin:0 0 0 170px;
background-color:white;
}
#bild {
text-align:center;
}
#hoch {
vertical-align:super;
text-decoration:underline;
font-size:10px;
}

/* ----- Formular ----- */
legend {
	font-size:15px;
}

label {
    font-size:12px;
    width: 100px;
    text-align: right;
    display:block;
    float:left;
}



fieldset {
   margin:10px 5px 10px 5px;
}
/* ----- Ende Formular ----- */

#inhalt a:link {color:black; text-decoration:none; font-weight:bold;}
#inhalt a:visited {color:black; text-decoration:none; font-weight:bold;}
#inhalt a:active {color:black; text-decoration:none}
#inhalt a:hover {color:black; text-decoration:underline}
