body {
  margin: 0;
  padding: 0;
  font: normal 100% verdana, sans-serif;
  background-image: url(../images/hintergrund.gif);
  background-repeat: repeat-x;
  overflow: hidden;
  height: 100%;
}

.unsichtbar {
  display: none;
}

.trenner {
  float: none;
  clear: both;
}

img {
  border: 0;
}

#positionierung {
  width: 850px; 
  height: 565px;
  /*height: 100%;*/
  position: absolute; 
  left: 50%;
  top: 40px;
  top: 50%;
  margin-left: -425px; 
  margin-top: -300px;
}


#klammer {
}

#spalte_1 {
  float: left;
}

#flaeche_links_oben {
  background: #5da8f6;
  border: 10px solid #fff;
  border-bottom: 0;
  border-right: 0;
  width: 40px;
  height: 20px;
}

#flaeche_links_mitte {
  background: #a9dae3;
  border: 10px solid #fff;
  border-bottom: 0;
  border-right: 0;
  width: 40px;
  height: 75px;
}

#flaeche_links_unten {
  background: #e8e8e8;
  border: 10px solid #fff;
  border-right: 0;
  width: 40px;
  height: 200px;
}


#spalte_2 {
  border-left: 10px solid #fff;
  float: left;
}

#flaeche_mitte_oben {
  background: #d4ee6c;
  height: 20px;
  width: 210px;
  border: 10px solid #fff;
  border-bottom: 0;
  border-left: 0;
}
#flaeche_mitte_oben.home {
  width: 450px;
}

#zeile_foto_headline {
  border: 10px solid #fff;
  border-left: 0;
  overflow: hidden;
  height: 75px;
}

#foto {
  float: left;
  border-right: 10px solid #fff;
}

#headline {
  background: #fdea0c;
  height: 75px;
  width: 530px;
  padding: 13px 0 0 30px;
  float: left;
}

#headline strong {
  font-size: 80%;
}

#headline h1 {
  padding: 0;
  margin: 0;
  font-size: 150%;
  font-weight: normal;
}

#flaeche_mitte_unterseite {
  background-image: url(../images/verlauf_mitte.gif);
  background-repeat: no-repeat;
  width: 780px;
  height: 395px;
  border-right: 10px solid #fff;
  border-bottom: 5px solid #fff;
  overflow: hidden;
}

#flaeche_mitte_spalte_1 {
  float: left;
}

#flaeche_mitte_home {
  background-image: url(../images/home_titel.jpg);
  background-repeat: no-repeat;
  width: 780px;
  height: 480px;
  border: 10px solid #fff;
  border-left: 0;
  border-bottom: 5px solid #fff;
}

#navigation {
  background: #d2d2d2;
  border: 10px solid #fff;
  border-top: 0;
  border-left: 0;
  width: 210px;
  min-height: 200px;
  font-size: 70%;
}

#navigation.home {
  margin-top: 75px;
  border-top: 10px solid #fff;
}

#navigation ul {
  margin: 0;
  padding: 13px 0 0 0;
  list-style-type: none;
}

#navigation ul li {
}

#navigation ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  background-image: url(../images/nav_pfeil_aus.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding: 5px 0 6px 35px;
}

#navigation ul li a:hover {
  background-image: url(../images/nav_pfeil_an.gif);
  text-decoration: underline;
}

#navigation ul li a.aktiv {
  background-image: url(../images/nav_pfeil_an.gif);
  font-weight: bold;
}

#flaeche_mitte_spalte_2 {
  background-image: url(../images/ecke_rechts-unten.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 395px;
}

#copytext {
  position: relative;
  z-index: 3;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 70%;
  line-height: 150%;
  overflow: auto;
  width: 500px;
  height: 295px;
  padding: 0 30px 0 0;
}

#copytext a {
  color: #fdea0c;
  font-weight: bold;
}
#copytext a:hover {
  text-decoration: none;
}

#copytext_spalte_1 {
  float: left;
  width: 320px;
  padding-right: 10px;
}

#copytexte_spalte_2 {
  float: left;
  width: 150px;
}

#flaeche_mitte_unten {
  background-image: url(../images/verlauf_unten.gif);
  background-repeat: repeat-x;
  background-color: #24558f;
  border-right: 10px solid #fff;
  height: 60px;
  width: 780px;
}

