a { text-decoration:none; }
a:link { color: #00b300; }
a:visited { color: #00b300; }
a:hover { color: #00b300; }
a:active { color: #004a00; }
a:focus { color: #004a00; }

a.navlink, a.openlink, a.actlink, a.navlink2, a.actlink2 {
  padding-left: 12px;
  background-image: url(grafik/pfeil_r.gif); background-repeat: no-repeat;
  background-position: 0 3px;
  font-size: 12px;
  font-weight: bold;
}

a.navlink:link, a.openlink:link, a.navlink2:link { color: white; }
a.navlink:visited, a.openlink:visited, a.navlink2:visited { color: white; }
a.navlink:hover, a.openlink:hover, a.navlink2:hover { color: #00b300; }
a.navlink:active, a.openlink:active, a.navlink2:active { color: #004a00; }
a.navlink:focus, a.openlink:focus, a.navlink2:focus { color: #00b300; }

a.openlink {
  background-image: url(grafik/pfeil_u.gif);
}

a.actlink, a.actlink2 {
  background-image: url(grafik/pfeil_rd.gif);
  color: #004a00;
}

a.navlink2, a.actlink2 {
  background-position: 11px 3px;
  padding-left: 23px;
}

body {
  background-color:#007000;
  color: white;
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/* Kopfzeile */

#kopf {
  z-index: 5;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background-color:#004a00;
  background-image:url(grafik/white_line.gif); background-repeat: repeat-y;
  background-position: 161px 0px;
  text-align: left;
  border-bottom: 1px solid #00b300;
  overflow: hidden;
}

.logo {
  float: left;
  width: 160px;
  height: 100px;
  margin-right: 20px;
}

#kopf h1 {
  margin: 10px 0 0 20px;
  font-size: 30px;
  white-space: nowrap;
}

/* Navigationsmenü */

#menue {
  z-index: 6;
  position: absolute;
  left: 0;
  top: 100px;
  width: 170px;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  background-image:url(grafik/white_line.gif); background-repeat: repeat-y;
  background-position: 161px 0px;
  font-size: 12px;
  font-weight: bold;
}

#menue p {
  margin: 10px 0 0 11px;
}

.menutopic {
  margin-top: 20px;
  border-bottom: 1px solid #00b300;
}

/* Hauptteil */

#main {
  z-index: 3;
  border: 1px solid #007000;
  border-left: 1px solid #00b300;
  position: relative;
  left: 0;
  top: 100px;
  margin: 0 170px 75px 170px;
}

#main h2 {
  margin: 33px 0 0 0;
  padding: 0 0 3px 20px;
  font-size: 16px;
  font-weight: bold;
}

#main p {
  padding: 0 0 0 20px;
}

#zfsg {
  margin: 0;
  padding: 20px 0 20px 20px;
  font-style: italic;
  border-top: 1px solid #00b300;
  border-bottom: 1px solid #00b300;
  background-color:#004a00;
}

#main h3 {
  margin: 20px 0 0 0;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-weight: bold;
}

.rechtsb {
  text-align: right;
}

.bild_links {
  margin: 0 5px 3px 20px;
  float: left;
}

.bild_links_or {
/* Linksbündiges Bild mit nur 5px Margin links (für Querformat-Fotos) */
  margin: 0 0 3px 5px;
  float: left;
}

.bild_rechts {
  margin: 0 0 3px 5px;
  float: right;
}

.picbox {
  float: left;
  margin: 5px 0 0 0;
  width: 150px;
  height: 150px;
  overflow: auto;
  text-align: center;
}

#main table {
  width: 80%;
  margin: 20px 0 0 20px;
}

#main table th {
  text-align: left;
}

#main table caption {
  margin: 20px 0 0 20px;
  font-weight: bold;
  text-align: left;
}

/* News-Säule rechts */

#news {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 101px;
  width: 160px;
  border-left: 1px solid #00b300;
  border-bottom: 1px solid #00b300;
  padding-top: 30px;
  font-size: 12px;
  font-weight: bold;
}

#news p {
  margin: 10px 0 10px 0;
  padding-left: 10px;
  border-bottom: 1px solid #00b300;
}

.nachricht {
  padding: 0 0 10px 10px;
}

.termin {
  display: block; }

.text {
  display: none;
}

.datum {
  display: none;
}

/* Footer */

#footer {
  height: 60px;
  border-top: 1px solid #00b300;
}

#copyright {
  position: absolute;
  right: 20px;
  margin: 0;
  width: 230px;
  border: 1px solid #00b300;
  border-top: 0;
  font-size: 12px;
}
