/* Globale Angaben */
body {
  background: #ffffff;
  font-family: Verdana, Arial, san-serif;
  font-size: 75%;
  color: #666666;
  margin: 0;
  padding: 0;
}

/* Layout */
#oben {
  position: relative;
  top: 0;
  left: 220px;
  float: left;
  height: 177px;
  width: 78%;
  background: url(../images/welle_oben_177x1780.gif) no-repeat;
  z-index: 1;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 149px;
  vertical-align: middle;
  z-index: 3;
}


#titel {
  position: absolute;
  top: 136px;
  left: 540px;
  line-height: 41px;
  font-size: 150%;
  color: #08A7D7;
  font-weight: bold;
  z-index: 3;
}

#grafik {
  position: absolute;
  top: 220px;
  left: 810px;
  width: 150px;
  height: 300px;
  margin: 0;
  padding: 0;
}

/* Navigation */
#navi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 220px;
  height: 2000px;
  background: url(../images/welle_links_2000x220.gif) no-repeat;
}

#navi #beginn {
  position: relative;
  top: 180px;
}

#navi #beginn ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  z-index: 1;
}

#navi #beginn ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
/* Navigation 1. Ebene */
#navi #beginn ul li a, #navi #beginn ul li a:link {
  display: block;
  line-height: 3.2em;
  padding: 15px 0 3px 75px;
  text-decoration: none;
  font-weight: bold;
  color: #08A7D7;
  background: url(../images/tropf.gif) no-repeat 20px 5px;
}

#navi #beginn ul li a:hover, #navi #beginn ul li a.active {
  display: block;
  line-height: 3.2em;
  padding: 15px 0 3px 75px;
  text-decoration: none;
  font-weight: bold;
  color: #3CA52B;
  background: url(../images/tropf_over.gif) no-repeat 20px 5px;
}

/* Navigation 2. Ebene */
#navi #beginn ul ul {
  background: #ffffff;
  margin: 0;
  padding: 10px 0 10px 0;
}
* html #navi #beginn ul ul {
  padding: 15px 0 10px 0;
}

#navi #beginn ul ul li a, #navi #beginn ul ul li a:link {
  display: block;
  line-height: 16px;
  padding: 0px 0 0px 75px;
  text-decoration: none;
  font-weight: normal;
  color: #08A7D7;
  background: #ffffff;
}

#navi #beginn ul ul li a:hover, #navi #beginn ul ul li a.active {
  display: block;
  line-height: 16px;
  padding: 0px 0 0px 75px;
  text-decoration: none;
  font-weight: normal;
  color: #3CA52B;
  background: #ffffff;
}

* html #navi #beginn ul li ul li a:hover, * html #navi #beginn ul li ul li a.active { /* nur IE  */
  display: block;
  line-height: 16px;
  padding: 0px 0 0px 75px;
  text-decoration: none;
  font-weight: normal;
  color: #3CA52B;
  background: #ffffff;
}


/* Navigation 3. Ebene */
#navi #beginn ul ul ul {
  background: #ffffff;
  margin: 0;
  padding: 3px 0 10px 0px;
}
* html #navi #beginn ul ul {
  padding: 3px 0 10px 0;
}

#navi #beginn ul ul ul li a, #navi #beginn ul ul ul li a:link {
  display: block;
  line-height: 13px;
  padding: 0px 0 0px 90px;
  text-decoration: none;
  font-weight: normal;
  color: #08A7D7;
  background: #ffffff;
}

#navi #beginn ul ul ul li a:hover, #navi #beginn ul ul ul li a.active {
  display: block;
  line-height: 13px;
  padding: 0px 0 0px 90px;
  text-decoration: none;
  font-weight: normal;
  color: #3CA52B;
  background: #ffffff;
}

* html #navi #beginn ul li ul li ul li a:hover, * html #navi #beginn ul li ul li ul li a.active { /* nur IE  */
  display: block;
  line-height: 13px;
  padding: 0px 0 0px 90px;
  text-decoration: none;
  font-weight: normal;
  color: #3CA52B;
  background: #ffffff;
}

/* Service-Navigation und Suche */
#meta {
  position: absolute;
  top: 12px;
  left: 340px;
  z-index: 1;
  width: 60%;
  height: 1em;
}

#meta a, #meta a:link, #meta a:active {
  color: #08A7D7;
  text-decoration: none;
  padding: 0 0.95em 0 0.95em;
  font-size: 95%;
}

#meta a:hover {
  text-decoration: underline;
} 

#meta div.text {
  font-size: 95%;
  color: #08A7D7;
  margin: 0;
}

#meta input.suche {
  border: 1px solid #08A7D7;
  font-family: Verdana, Arial, san-serif;
  font-size: 95%;
  background: #ffffff;
  width: 9em;
  padding: 0;
}

#meta input.submit {
  width: 15px;
  height: 15px;
  border: 0;
  vertical-align: top;
}

/* Contentinszenierung */
#content {
  position: absolute;
  top: 205px;
  left: 280px;
  width: 520px;
}

#content h1 {
  color: #08A7D7;
  font-size: 125%;
  font-weight: bold;
}

#content input, #content select, #content textarea {
  border: 1px solid #08A7D7;
  font-family: Verdana, Arial, san-serif;
  font-size: 95%;
  background: #ffffff;
  padding: 0;
  margin: 0 0 5px 5px;
}

#content a, #content a:link {
  color: #08A7D7;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content p {
  line-height: 1.5em;
}

#content table {
  margin: 0;
  padding: 0 0 0 0;
  width: 520px;
}

#content table tr {
  padding: 0;
  margin: 0;
}

#content table thead tr td {
  background: #08A7D7;
  color: #ffffff;
  font-weight: bold;
  width: 520px;
  height: 10px;
  padding: 0 0 0 5px;
  margin: 0;
  vertical-align: top;
}

#content table thead tr td p {
  padding: 0;
  margin: 0;
}

#content table tfoot tr td {
  background: #08A7D7;
  color: #ffffff;
  font-weight: bold;
  width: 520px;
  height: 10px;
  padding: 0 0 0 5px;
  margin: 0;
  vertical-align: top;
}

#content table tr td {
  background: #ffffff;
  color: #666666;
  padding: 0 0 0 5px;
  margin: 0;
  vertical-align: top;
}

#content table tr td p {
  padding: 0;
  margin: 0;
}

#content ul li {
  line-height: 1.5em;
  padding: 0 0 1em 0;
}
