@charset "UTF-8";
*, html {
  margin:0;
  padding:0;
}
body {
  font-family: "Helvetica";
  font-size: 13px;
  background-color: #e1e1ca;
  /*color: #fff;*/
  line-height: 120%;
}
/* override inline styles 
Überschriften haben sonst ein Standard-Style, weil sich in h2 noch ein span-Tag generiert*/
span[style] {
  color: inherit !important;
  font-size: inherit !important;/*background-color: inherit !important;
  font-family: inherit !important;*/
}
/*Hauptüberschrift*/
h1 {
  font-size: 1.1em;
  color: #000;
}
/*Titel*/
h2 {
  font-size: 1em;
  font-weight:bold;
}
a {
  text-decoration: none;
}
a:hover {
  font-weight:normal;
  color: #000;
  background-color: #fff645;
  padding: 0px 2px;
}
li {
  list-style-type: none;
  text-decoration: none;
}
hr {
  color: #FFF;
}
