html body {
  font-family : Helvetica, Verdana, Arial, sans-serif;
  font-size : 100%;
  font-style : normal;
  text-align : left;
  color : #000000;
  background-color : #ffffff;
  overflow : auto;
  margin : 20px 2em;
  padding : 0;
}

html body td { vertical-align:top; }

html body a { text-decoration:none; }

html body ul.auswahl {
  list-style:none;
  margin:0px;
  padding:0px;
}

html body ul.auswahl a {
  padding:4px 10px;
  display:block;
  color:#ffffcc;
}
html body ul.auswahl a:hover {
  color:#cc0000;
}

html body ul.auswahl ul {
  display: none;
}

html body li:hover ul {
  display: block;
  z-index:10;
  position: absolute;
  left: 11em;
  margin:-2em 0px 0px 0px;
  padding:0px;
  list-style: none;
  text-align:center;
  color:#ffffcc;
}

html body div img {
  border-width:6px;
  border-color:#559988;
  border-style:ridge;
}

html body div.navi {
  left:2em;
  width:11em;
  position:absolute;
  bottom:0px;
  top:160px;
  z-index:10;
  background:#52AD21;
}

html body div.navi h3 { margin:0.8em 10px;}
html body div.navi ul.auswahl li { background:#52AD21; }
html body div.navi ul.auswahl li:hover { background:#73bc61; }


html body div.navi ul.jahre { z-index:10; }
html body div.navi ul.jahre li { background:#73bc61;padding:4px 10px; }
html body div.navi ul.jahre li:hover { background:#d1e9cb; }
html body div.navi ul.jahre a { padding:0px; display:block; }

html body div.content {
  position:absolute;
  left:14em;
  right:0px;
  top:160px;
  bottom:0px;
  margin:0px;
  padding:0px 1em 0px 0px;;
  overflow:auto;
  line-height:1.4em;
}
html body div.content h3 { margin:0.8em 0px;}

html body div.navi2 {
  background:#A2D396;
  margin:0px;
  left:13em;
  width:13em;
  position:absolute;
  bottom:0px;
  top:160px;
}
html body div.navi2 h3 { margin:0.8em 10px;}

html body div.navi2 h3 { margin:0.8em 10px 0.5em;}
html body div.navi2 ul.auswahl li { background:#A2D396; }
html body div.navi2 ul.auswahl li:hover { background:#d1e9cb; }

html body div.content2 {
  position:absolute;
  left:27em;
  right:0px;
  top:160px;
  bottom:2.5em;
  margin:0px;
  padding:0px 1em 0px 0px;;
  overflow:auto;
  line-height:1.4em;
}
html body div.content2 h3 { margin:0.8em 0px;}

html body div.disclaimer {
  bottom:0px;
  left:0px;
  right:1em;
  vertical-align:bottom;
  margin:0.5em;
  padding:0px;
  position:absolute;
  font-size : 75%;
  line-height:1em;
}

html body div.content table td { padding:0px 1em 0px 0px; }

html body div.content table.berichte { margin:-0.5em 0px 0px; }

html body div.content table.berichte h4 {
  margin:0.5em 0px;
  text-align:left;
  width:7em;
}

html body div.content2 table tr td { vertical-align:middle; }

html body div.fotolink {
  position:fixed;
  bottom:0px;
  left: 26em;
  right: 0px;
  height: 2em;
  text-align:center;
  background:#ddeeee;
  padding-top:0.5em;
}

html body a.fotolink {
  font-style: italic;
  font-size: smaller;
  
}


