body {
  background-color: #fff;
}

.unsichtbar,
.kontextnavigation,
.logos,
#topnavigation,
#headerbild,
#hauptnavigation,
.liste_filter,
.liste_head_sp2,
.nonprint,
a.a_zurueck,
.seitenservice
{
  display: none;
}

#positionierung {
  width: 100%;  
  background: none;
  background-color: #fff;
  margin: 0;
}

#content {
  overflow: visible;
  background: none;
}


/* Spalte 1 */
/* Logo, Kontextnavigation, ... */

#spalte_1 {
  float: right;
  overflow: visible;
}

#logo {
  padding: 0;
  float: right;
}


/* Spalte 2 */
/* Topnavigation, Headerbild, Hauptnavigation, Inhalte */

#spalte_2 {
  width: 600px;
  clear: both;
  float: none;
  overflow: visible;
}


/* Inhalte */
/*****************************************/

#inhalte {
  overflow: visible;
}
#inhalte_sp1 {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: visible;
}
#inhalte.inhalte_einspaltig #inhalte_sp1 {
  width: 100%;
  padding: 0;
  margin: 0;
}
#inhalte_sp2 {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: visible;
}

/* Aufklappmenüs */


.klapper_inhalt {
  display: block;
  overflow: visible;
  background-color: #E2E2E2;
}


/* Listen für Aktuelles, Stellen, Termine, Presse */

.listitem_sp1 {
  width: 380px;
  margin-right: 20px;
}
.listitem_sp2 {
  width: 200px;
}



