h1, h2, h3, h4, li, p{
  color:#373535;
  font-family:Arial, Tahoma, Verdana;
}

#inhalt h1{
  font-size:16px;
  margin:12px 0 10px 0;
  
  
}

#inhalt h2{
  font-size:12px;
  font-weight:bold;
  background-color:#80C34E;
  line-height:20px;
  margin:10px 0 8px 0;
  padding:0 0 0 6px;
}

#inhalt h3{
  font-size:12px;
  font-weight:bold;
  margin:8px 0 8px 0;
}

p, li{
  font-size:12px;
  margin:6px 8px 0px 0;
  line-height:16px;
}

a{
  color:#80C34E;
  text-decoration:underline;
}

ul{
  margin:4px 20px;
  position:relative;
}

li{
  margin:0 0px;
  list-style-position:outside;
} 


/* Klassen */
.clear{
  clear:both;
}

span.schwarz, span.schwarz a, a.schwarz{
  color:#000000;
}

span.orange, a.orange{
  color:#F58735;
}

span.gruen, a.gruen{
  color:#80C34E;
}
