* {
  margin: 0;
  padding: 0;
}

body{
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  background-color: rgb(240,240,240); /* grey94 */
}

#body {
  background-color: white;
  width: 950px;
  height: 805px;
  margin: 15px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(sonstiges/hintergrund.png);
}

b {
font-weight: normal;
}

h1 {
  font-family: Verdana, sans-serif;
  font-size: 11pt;
  line-height: 11pt;
  margin-bottom: 1px;
  margin-top: 1px;
}

a:link {
  text-decoration: none;
  color: rgb(85,107,47); /* DarkOliveGreen */
}

a:visited {
  text-decoration: none;
  color: rgb(85,107,47); /* DarkOliveGreen */
}

a:hover {
  color: rgb(85,107,47); /* DarkOliveGreen */
  font-weight: bold;
  text-decoration: underline;
}

#kopf {
  width: 942px;
  height: 141px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
}

#navigation {
  width: 942px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#navigation ul {
  list-style: none;
}

#navigation li {
  float: left;
  width: 157px;
}

#navigation li li {
  float: none;
}

#navigation ul ul {
  position: absolute;
  left: -999px;
}

#navigation a {
  display: block;
  padding: 5px 12px 5px;
  text-decoration: none;
  color: white;
  font-size: 11pt;
  background-color: rgb(54,54,54);    /* grey21 */
  border: 1px solid rgb(193,205,193); /* honeydew3 */
}

#navigation a:hover {
  background-color: rgb(69,69,69);  /* grey27 */
  color: rgb(238,201,0); /* gold2 */
  font-weight: bold;
}

#navigation li:hover ul {
  left: auto;
}

#aktiv {
  display: block;
  padding: 5px 12px 5px;
  background-color: rgb(69,69,69);  /* grey27 */
  border: 1px solid rgb(193,205,193); /* honeydew3 */
  font-size: 11pt;
  font-weight: bold;
  color: rgb(238,201,0); /* gold2 */
}

#mitte {
  width: 902px;
  height: 590px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 20px 20px 0px 20px;
}

#mitte img {
  margin: 10px;
  padding: 10px;
  border: 0px;
}


#fuss {
  width: 942px;
  height: 25px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

#copy {
  width: 942px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: rgb(131,139,131); /*honeydew4*/
}

/*Kontaktformular: Scrollbalken entfernen*/
iframe {
height: 400px;
}
