
a {
  border: 1px solid #4a4934;
  margin: 1px;
  padding: 2px;
  display: block;
  width: 120px;
  font-size: 10pt;
  font-family: "Gill Sans MT",sans-serif;
  text-align: center;
  text-decoration: none;
  color: #6b6f45;
  font-weight: bolder;
}

a:hover {
  text-decoration: underline;
  font-weight: bolder;
  font-family: sans-serif;
  color: inherit;
}

a.text:link {
  border-width: 0px;
  color: #6b6f45;
  font-family: sans-serif;
  text-decoration: underline;
  font-size: 1em;
  text-align: justify;
  display: inline;
  clear: none;
  float: none;
  font-weight: normal;
  text-align: left;
}

a.text:hover {
  text-decoration: underline;
  font-size: 1em;
  font-family: sans-serif;
  color: inherit;
}

a.text:visited {
  border-width: 0px;
  color: #6b6f45;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 1em;
  display: inline;
  clear: none;
  font-weight: normal;
  float: none;
  text-align: left;
}
.titel {
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.8em;
}
.titel_klein {
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3em;
}
.normal {
  border: 0px solid #4a4934;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  text-align: justify;
}
.gross {
  border: 0px solid #4a4934;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 1.5em;
  text-align: center;
}
.fuss {
  font-family: sans-serif;
  text-decoration: none;
  font-size: 0.7em;
}

