
.nach-oben {
  display: none;
}

/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  border-right: 0;
}

#kopf {
  width: 780px;
  background: #FFF url(bilder/back-navigation.gif);
  height: 188px;
}

#kontakt {
  display: none;
}


#logo {
  width: 580px;
  float: left;
  background: #FFF;
}

#logo H1 {
  float: left;
  font-size: 80%;
  color: #3366FF;
  font-weight: bold;
  padding-left: 10px;
}

#linkzeile {
  display: none;
}

/* Inhaltsbereich
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#content {
  width: 780px;
  background: #fff url(bilder/back-navigation.gif);
}

.balken {
  display: none;
}

/* Menue
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  display: none;
}

/* Inhalt
/* * * ** * * * * * * * * * * * * * * * * * * * * * */

#inhalt {
  width: 355px;
  float: left;
  padding: 25px 15px 0px 10px;
}

/* inhalt_2spalten
/* * * ** * * * * * * * * * * * * * * * * * * * * * */
#inhalt_2spalten {
  width: 80%;
  padding: 25px 10px 0px 10px;
}


