body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
}
h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #FF9E1C;
  margin-top:20px;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 0.9em;
  font-weight: bold;
  color: #FF9E1C;
  margin:0;
}
h3 {
  font-size: 0.9em;
  font-weight: bold;
  margin: 1.2em 0 0 0;
}

h4, h5, h6 {
  font-size: 0.8em;
  font-weight: bold;
  margin:0;
}
p {
	line-height: 1.4em;
  margin-bottom: 1.2em;
}
p, pre, dt, dd {
  font-size: 0.8em;
  margin-top: 0;
}
li p {
  font-size: 1em;
  margin-bottom: 0;
}
blockquote {
  margin-right: 0;
  margin-left: 20px;
}
acronym {
	border-bottom: 1px dashed #103d8f;
  cursor: help;
}
.code {
  font-family: Courier New, Courier, mono;
  font-size: 1em;
  background-color: #f3f3f3;
}

/* Links */
a {
  color:#6a7070;
  text-decoration: none;
}
a:hover, a:active, a:focus, #inhalt a {
  text-decoration: underline;
}
#inhalt a {
  color: #103d8f;
}
#inhalt a:hover, #inhalt a:focus, #inhalt a:active {
  text-decoration: underline overline;
}
#inhalt a:visited {
  color: #6a7070;
}
#logo a, #band a, #menu a {
  color: #333333;
}
#band a.selected {
  color: #FF9E1C;
  font-weight: bold;
}
#logo a.selected {
  color:#6a7070;
  font-weight: bold;
}


/* Kopfbereich */
#kopf {
  position: absolute;
  background-image: url("bilder/layout/head1.jpg");
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 187px;
}
#banderole {
  background-image: url("bilder/layout/banderole.jpg");
  background-repeat: repeat;
	top: 0;
  left: 0;
  width: 100%;
  height: 187px;
}

#logo {
  position: absolute;
  right:0px;
  width: 370px;
}
#logo img {
}
#logo ul {
  margin: 0;
  padding: 0;
  list-style-type:none;
}
#klinika {
  font-size: 0.7em;
  position: absolute;
  top: 120px;
  left: 153px;
}

/* Horizontal-Navi */
#band {
  top: 187px;
  left: 0;
  width: 100%;
  background-color:#ffffff;
  font-size: 0.8em;
  padding: 3px 0 3px 0;
  border-top: 1px solid #FF9E1C;
  border-bottom: 1px solid #bdbec0;
  height: 16px;
}
#band ul {
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
}
#band1 {
  position: relative;
  left: 15px;
}
#band2 {
  position: absolute;
  left: 310px;
}
#band li {
	float: left;
}
#band2 li.border, #band1 li.border {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #6a7070;
}

/* Inhaltsbereich */
#inhalt {
	margin: 0 0 0 310px;
  width: 470px;
}
#inhalt li {
	font-size: 0.8em;
	line-height: 1.4em;
}
#inhalt li li {
	font-size: 1em;
}

/* Submenu (im Inhaltsbereich) */
#inhalt #submenu {
  background-color:#EDEEEE;
  margin-bottom:20px;
  margin-top: 10px;
  padding:5px;
  background-image: url(bilder/layout/submenu_ende.gif);
  background-position: bottom right;
  background-repeat: no-repeat;

}
#inhalt #submenu a.selected {
  font-weight: bold;
}
#inhalt #submenu ul {
  margin-bottom: 0;
}
#inhalt #submenu li {
  font-size: 0.70em;
}
#inhalt #submenu li li {
  font-size: 1em;
}
#inhalt #submenu p {
  margin-bottom: 0;
  font-size: 0.70em;
}

#breadcrumb {
  top: 209px;
  left: 310px;
  width: 470px;
  font-size: 0.7em;
  z-index: 5;
  margin: 0 0 0 310px;
  padding-top: 20px;
}

/* Menue */
#menu {
  position: absolute;
  left: 0;
  top: 211px;
	width: 278px;
  float:left;
	font-size: 0.8em;
  clear: both;
}
#menu ul {
  margin: 0;
  padding: 0;
  border-top: 22px solid #dadbdb;
	font-size: 1.2em;
}
#menu ul ul {
  border-top: 0;
}
#menu li {
  padding-left: 15px; /* normale einrueckung 1. ebene */
  background-color: #dadbdb;	/* grau */
  border-top: 2px solid white; /* weisse linie zwischen hauptmenuepunkten */
  list-style-type: none; /* eigenlich egal, weil nicht im bild */
  padding-top: 2px;
  padding-bottom: 2px;
  color:#000000;  /* Farbe der Bullets/Striche */
  font-weight: bold;
}
/* heller Hintergrund und gelbe Farbe fuer aktiven Menuepunkt */
#menu .selected {
  background-color: #FFFFFF;
  color: #FF9E1C;
  font-weight: bold;
  padding-bottom: 0;  /* muss aus, weil die untergeordneten <li>s selbst das padding setzen */
}

/* Graue Linie, wenn Unter-Menuepunkt als erster ausgewaehlt */
#menu ul ul li.selected {
  border-top: 2px solid #dadbdb;  /* grau */
}
#menu ul ul {
   font-size: 0.8em;  /* rp neu */
}
#menu ul li.selected ul {
	margin-left: -15px;  /* padding-left von ul li aufheben */
}
#menu ul ul li {
  font-weight: normal;
  padding-top: 2px;
  padding-bottom:2px;
  border-top: 0;
}
#menu ul ul li.selected ul {
  border-top: 0;
	margin-left: -5px;
}
/* E3 */
#menu ul ul ul {
  font-size: 0.9em;  /* rp neu */
}
#menu ul ul ul li {
  list-style-type: none;
  margin-left: -20px;
  padding-top:1px;  /* rp */
  padding-bottom:0px; /* rp */
}
#menu ul ul ul li.selected {
  list-style-type: none;
  margin-left: -20px;
  padding-top:0px;  /* rp */
}
#menu .selected li {
  padding-left: 25px;  /* 2./3. ebene (ist immer selected) */
}
#menu ul ul li.selected li {
  padding-left: 50px; /* 3. ebene noch weiter einruecken */
}
/* E4 */
#menu ul ul ul .selected li {
  padding-left: 0px;
}
#menu ul ul ul ul {
  font-size: 1em;
}
#menu ul ul ul ul li {
  list-style-type: none;
  margin-left: -45px;
  padding-top:1px;  /* rp */
  padding-bottom:0px; /* rp */
}
#menu ul ul ul ul li.selected {
  list-style-type: none;
  margin-left: -45px;
  padding-top:0px;  /* rp */
}
#menu ul ul ul li.selected li {
  padding-left: 75px; /* 4. ebene noch weiter einruecken */
}

#menu a {
  display: block;
  width: 100%;
}

/* rundung am ende */
#menu li.ende {
  background-color:#ffffff;
  background-image: url("bilder/layout/menu_ende.gif");
  background-repeat: no-repeat;
}
#menu ul ul li.ende {
  background-color:#dadbdb;
  background-image:none;
}
#menu .spacer {
  margin-left: -75px;
  background-color: #dadbdb;
}

/* Highlight für IBF-VA, Pressemitteilung */
#menu ul.highlight {
  border-top: 22px solid #ffffff;
}

#menu li.highlight {
  background-color: #ff9e1c;
  /* background-color: #ffcc66; */
  color: #ffffff;
  border-top: 0;
}
#menu ul.highlight ul li {
/*  background-color: #ff9e1c ;*/
  background-color: #f4f4f4;
  border-right: 2px solid #ff9e1c;
  margin-left: -15px;
  padding-left: 30px;
  border-top: 0;
}
#menu li.highlightende {
  background-color:#ffffff;
  background-image: url("bilder/layout/menu_highlightende.gif");
  background-repeat: no-repeat;
  border-top: 0;
}



/* bullet ebene 2 */
.bullet2 {
  font-weight: bold;
  margin-top: 0px;
  position: absolute;
  z-index: 1;
  left: 15px;
}
/* bullet ebene 3 */
.bullet3 {
  margin-top: 0px;
  position: absolute;
  z-index: 1;
  left: 40px;
}
/* bullet ebene 4 */
.bullet4 {
  margin-top: 0px;
  position: absolute;
  z-index: 1;
  left: 65px;
}

#abschnitt1 {
}
.abschnitt {
  position: relative;
  margin: 0;
  padding: 0;
}
/* Hilfe für Rundum-Bilder Zentral-OP */
.hilfe {
  left:500px;
  top:0pt;
  width:150px;
  float:right;
}
.hilfe p {
  background-color:#DADBDB;
  font-size:0.7em;
  line-height:normal;
  margin-bottom:0.5em;
  padding-left:4px;
}

/* Bilder */
.bilderleiste {
  position: absolute;
  left: 500px;
  top:0;
  width: 185px;
}
#abschnitt1 .bilderleiste {
  top:211px;
  left:810px;
}
.bilderleiste p {
  font-size: 0.7em;
  line-height: normal;
  background-color: #dadbdb;
  margin-bottom: 0.5em;
}

.bilderleiste .imageMargin {
  margin-bottom: 8px;
}

#aktuelles {
}

#aktuelles_band {
  background-image: url("bilder/layout/banderole2.jpg");
  background-repeat: repeat-x;
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
}


/* Bilderkorrektur bei Aktuelles */
#aktuelles_text {

}

#aktuelles_bilder {
  float: right;
  width: 185px;
  margin-left:1em;
}

#aktuelles img.aktuellesBild {
  float:right;
  margin-bottom: 1em;
}

/* Tabellen */
table {
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  margin-top: 5px;
  margin-bottom: 1.2em;
  font-size: 1em;
  border-collapse: collapse;
}
th {
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  text-align: left;
  padding: 6px 5px 6px 5px;
  font-size: 0.8em;
  vertical-align: top;
}
td {
  border-bottom: 1px solid black;
  border-right: 2px solid white;
 	background-color:#f3f3f3; /* grau */
  padding: 6px 5px 6px 5px;
  font-size: 0.8em;
  vertical-align: top;
}
td p {
  font-size: 0.9em;
}
tr.zeileA td {
	background-color:#e8e9e9; /* grau */
}
tr.zeileB td {
 	background-color:#f8f8f9; /* grau */
}
tr.zeileC td {
 	background-color:#f1f1f2; /* grau */
}
td.zeileA  {
	background-color:#e8e9e9; /* grau */
}
td.zeileB{
 	background-color:#f8f8f9; /* grau */
}
td h1 {
  font-size: 1.3em;
}
td h2 {
  font-size: 1.2em;
}
td h3 {
  font-size: 1.1em;
}
td h4, td h5, td h6 {
  font-size: 0.9em;
  font-weight: bold;
  margin:0;
}

.middle {
  vertical-align: middle;
}
.baseline {
  vertical-align: baseline;
}
.bottom {
  vertical-align: bottom;
}
.bordertop {
  border-top: 1px solid #666666;
}
.borderright {
  border-right: 1px solid #666666;
}
.borderbottom {
  border-bottom: 1px solid #666666;
}
.borderleft {
  border-left: 1px solid #666666;
}

/* Tabellendesign: Formular-Tabelle */
table.tab2 {
  width: 470px;
  border: 1px solid #666666;
}
table.tab2 td.middle  {
  padding-left: 7px;
  padding-right: 3px;
}
.tab2 textarea {
  width: 450px;
  height: 150px;
}
table.tab2 td.nopadding {
  padding:0;
  margin:0;
}
table.tab2 td.nopadding input {
  border: 0;
  height: 20px;
}
table.tab2 td.nopadding textarea {
  border:0;
  width: 100%;
  height: 120px;
}

/* Fotostrecken */
table.fotostrecke {
  border: none;
  width: 100%;
}
table.fotostrecke td {
  border-bottom: none;
  border-right: none;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
div.fotostrecke  {
  background-color: #eaeceb;
  text-align: left;
  background-image: url(bilder/layout/submenu_ende.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.fotostrecke p {
  margin:0;
  padding:0;
  line-height: 1.3em;
}

/* Form-Tags */
form table, table.noBorder {
  border-left: none;
  border-bottom: none;
}
form td, table.noBorder td {
  border-bottom: none;
  border-right: none;
  background-color: #ffffff;
  margin: 0;
  padding-left: 0;
  padding-right: 10px;
}
table.noBorder td.border {
  border-bottom: 1px solid black;
}

textarea, input, select {
  border: 1px solid #7f9db9;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
input.noBorder {
  border: 0;
  width: auto;
}
label.right {
  display: block;
  text-align: right;
}
.w300 {
  width: 300px;
}
.w200 {
  width: 200px;
}
.w150 {
  width: 150px;
}
.w110 {
  width: 110px;
}

/* Skiplinks */
.skip {
  position: absolute;
  top: -100px;
  left: 0px;
	z-index: 500;
}

.skip a:focus,
.skip a:active,
.skip a:hover {
  position: absolute;
  top: 204px;
	left: 370px;
  display: block;
	font-size: 0.8em;
	text-decoration: underline;
  white-space: nowrap;
  width: auto;
  height: auto;
  color: #000000;
  background-color: #FFFFFF;
	padding: 0 10px 0 10px;
}

/* Pressemitteilung-Datum */
.date {
  margin-bottom: 0;
  margin-top: 20px;
}
.presse h1 {
  margin-top: 0;
}
.noBottomMargin {
  margin-bottom: 0;
}


#kopfp {
  display: none;
}

#ibf .obertitel {
  font-size: 0.8em;
  font-weight: bold;
  color: #000000;
  margin:0;
}

#ibf h2 {
  margin-bottom: 1.2em;
}

#stelle .bereich {
  font-size: 0.9em;
  font-weight: bold;
  color: #FF9E1C;
  margin:0;
}
#inhalt ul {
  list-style-image: url("bilder/layout/bullet.gif");
  list-style-position:outside;
  padding: 0;
  margin: 0 0 1.2em 20px;
}
#inhalt ul ul {
  list-style-image: url("bilder/layout/bullet2.gif");
  list-style-position:outside;
  padding: 0;
  margin: 0 0 0 20px;
}
#stelle li, #ibf li {
  padding:0;
  margin: 0;
}
.bildunterschrift {
  background-color: #dadbdb;
  text-align: right;
  font-size: 0.8em;
}
.vorschaubild {
  margin-left: 20px;
}
.normal {
  font-weight: normal;
}

/* Lageplan */
#lageplan {
  position: relative;
}
#plantext {
  font-size: 11px;
  z-index: 120;
  left: 396px;
  width: 200px;
  font-family: Arial,Helvetica,Verdana;
  position: absolute;
  top: 128px;
}

.planpunkt {
  z-index: 100;
  left: 0px;
  position: absolute;
  top: 0px
}
.gebaeude {
  position: absolute;
  display: none;
  padding: 10px 10px 10px 20px;
  /* background-image:url(/internet/bilder/layout/sizer.gif); */
  z-index: 1000;

}
.gebaeude .inner {
  border: 1px solid #777777;
  background-color:#ffffff;
  margin: 0;
  padding: 3px 5px 3px 8px;
  width: 200px;
}
.gebaeude .inner .close{
  position: absolute;
  right: 16px;
}
.gebaeude h2 {
  font-size: 0.7em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 3px;
  width: 200px;
}
.gebaeude h3 {
  border-top: 1px solid #8d8d8d;
  color: #ff9e1c;
  font-size: 0.7em;
  margin-top: 4px;
  padding-top: 3px;
  margin-bottom: 0px;
}
.gebaeude h4 {
  font-size: 0.7em;
  margin-top: 0px;
  font-weight: bold;
}
.gebaeude p {
  font-size: 0.6em;
  margin-bottom: 2px;
  line-height: normal;
}
#lageplan p {
  margin-bottom: 2px;
}
#printversion {
  display:none;
}
table.noBorder h1, table.noBorder h2, table.noBorder h3 {
  margin-top: 0;
}

.print {
  display: none;
}
.screen {
  display: block;
}

/* druckbereich */

@media Print {
  #kopfp {
    display: block;
    background-image:  url("bilder/layout/banderole120.jpg");
    background-repeat: repeat-x;
    background-position: top;
    height: 120px;
    left: 0px;
  }
  #kopfp img {
    text-align: right;
    float: right;
  }
  #kopf {
    display: none;
  }
  #banderole {
    display: none;
  }
  #logo {
    display: none;
  }
  #breadcrumb {
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 0;
    width: 600px;
  }
  #inhalt {
    position: relative;

    top: 0px;
    left: 0px;
    margin-left: 0;
    width: 475px;
  }
  #abschnitt1 {
    position: relative;
    margin-top: 0;
  }

  .bilderleiste {
    position: absolute;
    left:490px;
    top:0;
    width: 185px;
  }
  #menu, #band, #klinika, #toplink {
    display:none;
  }
  #bglayer, .planpunkt {
    display:none;
  }
  #printversion {
    display: block;
  }
  .print {
    display: block;
  }
  .screen {
    <!-- display: none; -->
  }

}
