html, body, td, p, span, a, input, textarea {
 font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
 font-size: 8pt;
 color: #475f17;
}

body {
 margin: 0;
 background-color: #eaf4dc;
 font-size: 101%;
}

#site_verlauf {
background-image: url(img/gruen_verlauf.jpg);
background-repeat: repeat-x;
background-position: bottom;
background-color: #cccd67;

}

#content {
 background-color: #ffffff;
  background-image: url(img/contentbg.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 min-height:  320px;

}


h1 {
 background-color: #cccd67;
 font-weight: bold;
 font-size: 10pt;
 padding-bottom: 3px;
 padding-left: 10px;
 padding-right: 10px;
 margin-top: 2px;
 display: inline;
 background-image: url(img/headline_bg.jpg);
 background-repeat: no-repeat;
 background-position: right;
}

h2 {
 font-size: 13pt;
}

ul {
margin-right: 30px;
margin-left: 30px;
 line-height: 18px;
 }

 li {
  margin-bottom:10px;
  list-style-image: url(img/bullet.gif);
 }

 .contentbox {
  padding: 30px;
  line-height: 18px;
 }

 .contentbox td {
   line-height: 18px;
 }
 
 
 .nichtaktiv, .aktiv {
  height: 25px;
  border: none;
  background-repeat: no-repeat;
  padding: 6px 1px 1px 40px;
  width: 185px;
 }
 .nichtaktiv {
  background-image: url(img/kontaktfeld_aktiv.jpg);

 }
 
 .aktiv {
  background-image: url(img/kontaktfeld_nichtaktiv.jpg);
 }
 
 
 
  .textarea_nichtaktiv, .textarea_aktiv {
  height: 137px;
  border: none;
  padding-top: 6px;
  background-repeat: no-repeat;
  padding-left: 40px;
  width: 185px;
 }
 .textarea_nichtaktiv {
  background-image: url(img/textarea_aktiv.jpg);

 }

 .textarea_aktiv {
  background-image: url(img/textarea_nichtaktiv.jpg);
 }
 
 
 .button {
  background-color: #F8F2E6;
  border: 1px solid #6E582F;
  padding: 4px;
  width: 90px;
 }
 
 #kontakt_trenner {
  border-left: 1px solid #475f17;
 }
 
 /*  .aktiv {
  background-image: url(img/kontaktfeld_aktiv.gif);
  background-repeat: no-repeat;
  border: none;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: black;
  width: 245px;
 }
 */
 
 .text_big {
  font-size: 12pt;
  font-weight: bold;
  line-height: 25px;
 }
 
 .text_bigger {
  font-size: 16pt;
 }
 
 .bild {
  border: 1px dotted #475f17;
  background-color: #ffffff;
  padding: 2px;
 }