/* ------------- Allgemeine Einstellungen ------------- */
body {
  padding: 0px;
  margin: 0px;
  background-color: #00471f;
  font-family:"trebuchet ms";
  font-size:10pt;
  color: #00471f;
}

a {
  text-decoration:none;
  color:#00471f;
}

.intext {
  text-decoration:underline;
}

/* ------------- Header ------------- */
#headerlogo {
  float:left;
  margin-left:5px;
  margin-top:5px;
}

#headertext {
  position: absolute;
  left: 50%;
  margin-left: -380px;
  top: 50%;
  margin-top: -300px;
  width: 990px;
  height: 110px;
  font-size: 48pt;
  color: #000000;
}

#subheadertext {
  position: absolute;
  left: 50%;
  margin-left: -380px;
  top: 50%;
  margin-top: -230px;
  width: 990px;
  height: 110px;
  font-size: 24pt;
  color: #000000;
}

/* ------------- Menue ------------- */
#menuebody {
  background-color:#9ACD32;
}

#menuetabelle {
  border:0px;
  padding:0px;
  border-spacing:5px;
  font-size:12pt;
}

/* ------------- Inhalt ------------- */
#inhaltkopf {
  font-family:"trebuchet ms";
  font-size:20pt;
  color:#FF6633;
  margin:20px;
  font-weight:normal;
}

.inhaltsubkopf {
  font-size:14pt;
  margin:20px;
  font-weight:normal;
}

.inhaltbild {
  float:right;
  margin:10px;
}

.inhalttext {
  margin:20px;
}

/* ------------- News ------------- */
#newsbody {
  background-color:#9ACD32;
  font-size:10pt;
 }

.newsline {
  color: #9ACD32;
  background-color: #9ACD32;
  border:0px;
  height: 5px;
  width: 195px;
  margin-left: 0px;
  text-align:left;
}

.newstext {
  margin-left:5px;
  margin-right:5px;
  margin-top:5px;
  margin-bottom:5px;
}

#newsterminekopf {
  font-family:"trebuchet ms";
  font-size:16pt;
  color:#FF6633;
}

.newsmehr {
  text-decoration:underline;
}

/* ------------- Footer ------------- */
#footerbody {
  background-color: #9ACD32;
  font-size: 10pt;
  text-align: center;
}

/* Tabelle Termine */
.terminetabelle {
  text-align:left;
  border:0px;
  font-size:10pt;
  width:100%;
}

.terminetd {
  text-align:left;
  vertical-align:top;
  border:0px;
}

#submenu {
  text-align:left;
  font-style:italic;
  font-size:10pt;
  padding-left: 30px;
}

#subsatz_index {
  font-family:"trebuchet ms";
  font-size:12pt;
  color:#000000;
}

#subsatz {
  font-family:"trebuchet ms";
  font-size:12pt;
  color:#000000;
}

#w3 {
  position: absolute;
  left: 100%;
  margin-left: -100px;
  top: 100%;
  margin-top: -70px;
}