/* Globale Angaben */

body {
  background: #ffffff;
  text-align: left;
  font-family: Verdana, Arial, Helvetica;
  color: #000000;
  margin: 0;
  padding: 15px;
}

h1 {
  color: #92999F;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}

h2 {
  color: #0066A6;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

p {
  font-size: 12px;
  color: #000000;
  line-height: 18px;
}

/* Layoutangaben */

#container {
  width: 500px;
  top: 0;
  text-align: left;
  margin: 0;
}

#container #links {
  display: none;
}

#container #mitte {
  margin: 0 0 0 0;
  width: 500px;
  background: #ffffff;
  float: left;
}

#container #mitte #logo {
  display: none;
}


#container #mitte #bilder {
  display: none;
}

#container #mitte #bilder.links {
  display: none;
}

#container #mitte #bilder.rechts {
  display: none;
}

#container #mitte #content {
  width: 500px;
  float: left;
  text-align: left;
  background: #ffffff;
  padding: 0;
}

#container #mitte #content #footer {
  display: none;
}

#container #mitte #content #footer a, #container #mitte #content #footer a:link, #container #mitte #content #footer a:active {
  display: none;
}

#container #mitte #content #footer a:hover {
  display: none;
}

#container #rechts {
  display: none;
}
