body {
  background-image: url(pics/bg_fade.jpg);
  background-repeat: repeat-y;
  background-color: #7ACA7A;
  height: 100%;
  margin: 0;
}

#balken {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 207px;
  min-height: 100%;
  height: 100%;
  background-image: url(pics/balken.gif);
  background-repeat: repeat-y;
  z-index: 5;
}

#logo {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 15;
}



#haende {
  position: absolute;
  left: 575px;
  top: 0px;
  z-index: 20;
}

#skyscraper {
  position: absolute;
  left: 791px;
  top: 0px;
  z-index: 13;
  border-left: 1px solid #009900;
}

#wraplinks {
  position: absolute;
  top: 121px;
  left: 0px;
  width: 200px;
  height: 400px;
 /* background-color: #FFCCFF;   */
  z-index: 20;
}


#menu {
  position: relative;
  left: 17px;
  top: 20px;
  width: 162px;
  border: 1px solid #009900;
  z-index: 20;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #FFFFFF;
}

#menu ul{
    list-style-image: url(pics/green.gif);
    list-style-position: outside;
    padding-left: 14px;
    margin: 0px;
}

#menu a {
font-family: "MS Sans Serif", sans-serif;
color: black;
}

#menu a:hover {
  text-decoration: none;
  color: #009900;
}



.navi1 {
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;

  line-height: 120%;
  text-decoration: none;
  color: black;
}



#partnerh {
  position: relative;
  top: 40px;
  left: 20px;
  z-index: 20;
}

#partner1 {
  position: relative;
  top: 55px;
  left: 19px;
  width: 180px;
  height: 120px;
  border: 1px solid #009900;
}

#partner2 {
  position: relative;
  top: 80px;
  left: 19px;
  width: 180px;
  height: 60px;
  border: 1px solid #009900;
  background-color: white;

}

#inhalt {
  position: absolute;
  left: 200px;
  top: 121px;
  width: 590px;
  background-color: #FFFFFF;
  z-index: 12;
  border: 1px solid #009900;
  margin-bottom: 10px;
}

#fusszeile {
  position: relative;
  bottom: 0;
  width: 580px;
  height: 40px;
  padding: 5px;
  background: #FFCC00;
  text-align: center;
  border-top: 1px solid #009900;
  font-family: "MS Sans Serif", sans-serif;
  font-size: 14px;
  line-height: 130%;
}

#content {
  position: relative;
  margin-top: 0px;
  min-height: 500px;
  padding: 0px;
}

* html #content { height:500px; } /* nur für IE 5.5 - 6.x */
html + body #content { height:500px; } /* nur vom IE 5.0 */

#fusszeile a a:visited {
  text-decoration: underline;
  color: #0000EE;
}

#fusszeile a:hover {
  text-decoration: none;
}

#content a {

color: #009900;
text-decoration: underline;
font-family: "MS Sans Serif", sans-serif;
font-size: 14px;
}

#content a:hover {
text-decoration: none;
}

h1 {
  font-family: "MS Sans Serif", sans-serif;
  font-size: 20px;
  color: black;
  display: block;
  margin-top: 20px;
}

h2 {
  font-family: "MS Sans Serif", sans-serif;
  font-size: 18px;
  color: black;
  display: block;
  margin-top: 20px;
}


p, ul, li {
 font-family: "MS Sans Serif", sans-serif;
  font-size: 15px;
  color: black;
  line-height: 130%;
}











