  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:#EEE8AA;
  }

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

#head {
  background-image:url(../images/head.jpg);
  background-repeat:no-repeat;
  width:791px;
  height:166px;
  border: 2px ridge silver;
  }

#head p{
   font-size:2em;
   font-weight:bold;
   background-color:red;
   color:white;
   width:795px;
   position:relative;
   bottom:-151px;
   left:0px;
   }

#navigation {
    font-size: 0.91em;
    float: left; width: 170px;
    margin: 0;
    padding: 45px  0 0 0px;
    background:transparent;
    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: #0000FF;
}
#schalter1 a:link {
color: #fff;
}
#schalter1 a:visited {
color: #000080;
}
#schalter1 a:hover {
border: 1px solid;
border-color: #eeeeee #304e6a #304e6a #eeeeee;
background-color: #FFFF00;
color: #0000FF;
}
#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 ----- */

#initial {
	font-weight:bold;
	font-size:16px;
}


/* ----- Galerie ----- */
#thumbnail
{
float: left;
width: auto;
margin: 0 15px 15px 0;
padding: 5px;
text-align:center;
}
#clearboth { clear: both; }
/* ----- Ende Galerie ----- */

a {
	color: black;
	margin-left:10px;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:0px;
}

a:visited {
	color:black;
}

a:hover {
	color: black;
	text-decoration:underline;
}

a:active {
	color:black;
}
