/* Generelles */
/**********************************
**********************************/

body {
  color: #000;
  background-image: none;
  background-color: #fff;
  overflow: visible;
  width: 100%;
}

.unsichtbar {
  display: none;
}

#positionierung {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  overflow: visible;
}

/* Kopfzeile */
/**********************************
**********************************/

#kopfzeile {
  display: none;
}

/* Schatten */
/**********************************
**********************************/

#schatten_oben {
  display: none;
}

#schatten_mitte {
  width: 100%;
  overflow: visible;
  background-image: none;
}

#schatten_unten {
  display: none;
}


/* Contentbereich */

#content {
  width: 100%;
  padding: 0;
  overflow: visible;
}

/* Logo */

/*
#logo {
  position: absolute;
  z-index: 3;
}
*/
#logo {
  position: relative;
  width: 100%;
}
#logo a {
  background-image: none;
  width: 100%;
}
#logo a img {
  display: block;
  float: right;
}

/* Hauptnavigation */
/**********************************
**********************************/

#hauptnavigation_schalter {
  display: none;
}

#hauptnavigation {
  display: none;
}


/* Inhaltsbereich */
/*
#bildstreifen {
  width: 100%;
  height: 195px;
  padding: 0;
}
#bildstreifen.home {
  width: 100%;
}
#bildstreifen.krankenhaus {
  width: 100%;
  height: 215px;
  padding: 0;
  border: 0;
}*/

#bildstreifen {
  display: none;
}

#bildstreifen object, #bildstreifen embed {
  display: none;
}
#bildstreifen img {
  display: block;
}

#inhalte {
  background-color: #fff;
  background-image: none;
  overflow: visible;
  width: 100%;
}
#inhalte_sp1, #inhalte_sp2, #inhalte_sp3 {
  overflow: visible;
  color: #000;
}

#inhalte_sp1 {
  display: none;
}

#inhalte_sp2 {
  width: 60%;
  
}
#inhalte_sp3 {
  width: 30%;
}

/* Inhalte Home */
#inhalte.home {
  background-color: #fff;
  background-image: none;
}
#inhalte.home #inhalte_sp1 {
  padding-left: 0;
  padding-bottom: 20px;
  display: block;
}
#inhalte.home #inhalte_sp2 {
  color: #000;
  width: 640px;
  float: none;
  padding: 0;
  padding-bottom: 20px;
}
#inhalte.home #inhalte_sp2 p {
  margin: 0 0 1em 0;
}

/* Inhalte Home Krankenhaus */
#inhalte.krankenhaus {
}
#inhalte.krankenhaus #inhalte_sp1 {
  width: 450px;
  padding-right: 70px;
  padding-left: 30px;
  display: block;
}
#inhalte.krankenhaus #inhalte_sp2 {
  width: 400px;
  font-size: 11px;
  line-height: 17px;
  padding-right: 0;
}

/* Inhalte Übersichtsseiten (z.B. Fachabteilungen) */
#inhalte.uebersicht {
}
#inhalte.uebersicht #inhalte_sp1 {
  width: 270px;
  padding-right: 50px;
  padding-left: 30px;
  display: block;
}
#inhalte.uebersicht #inhalte_sp2 {
  padding-right: 0;
  width: 600px;
}


/* Kontextnavigation */
/**********************************
**********************************/

#kontextnavigation {
  display: none;
}


/* Inhalt: Headline, Vorspann, Copytext ... */
/**********************************
**********************************/

h1 {
  color: #000;
}


/* Zurück-Link */
.zurueck {
  display: none;
}

/* Galerie */
/* **************************** */

/* Galerie */
/* **************************** */

#galerie {
  background-color: #fff;
  overflow: visible;
  padding: 0;
}
#galerie_gross {
  display: none;
}
#galerie_navigation {
  display: none;
}
#galerie #bildtext {
  float: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
.galerie_thumbs_zeile {
  padding: 0;
}
.galerie_klein {
  float: none;
  padding: 0;
}
.galerie_klein a img {
  border: 0;
  padding: 0;
  width: 420px;
  height: 280px;
}
.galerie_klein .text {
  display: block;
}



/* Pagebrowser */
.blaettern {
  display: none;
}


/* Suche in der Marginalie */
.marginalie_suche {
  display: none;
}


/* Contentnavigation */

#contentnavigation {
  display: none;
}


/* Seitenservice */

.seitenservice {
  display: none;
}


/* Fusszeile */

#fusszeile {
  color: #000;
  background-color: #fff;
  float: none;
  clear: both;
}
#fusszeile_sp1 {
  padding: 0;
}
#fusszeile_sp2 {
  display: none;
}
