.menutext {
  color: black;
  font-size: 16px;
  font-weight: bold;
}
.menutextklein {
  font-weight: bold;
  color: black;
  font-size: 14px;
}
.menu a {
  display: block;
  text-decoration: none;
}
.menu td:hover {
  background-color: #cccccc;
}
.menu a:hover {
  background-color: #cccccc;
}
.menu td {
  background-color: silver;
}
.menu a:active {
  text-decoration: none;
  color: black;
}
.menu a:link {
  text-decoration: none;
  color: black;
}
.willkommen {
  font-weight: bold;
  font-size: 36px;
  color: red;
}
.willkommenklein {
  color: black;
  font-size: 20px;
  font-weight: bold;
}
.bodyschriftart {
  font-family: Arial,Helvetica,sans-serif;
}
.indexinfotext {
  font-size: 18px;
}
.indexinfodaten {
  font-size: 25px;
  color: red;
  font-weight: bold;
}
.ueberschrift_1 {
  text-decoration: underline;
  font-weight: bold;
  font-size: 26px;
  color: black;
}
.ueberschrift_2 {
  color: black;
  font-weight: bold;
  font-size: 20px;
}
.normalertext {
  color: black;
  font-size: 17px;
  font-weight: normal;
}
.normalertext2 {
  color: black;
  font-size: 14px;
  font-weight: normal;
}
.menu a:visited {
  color: black;
  text-decoration: none;
}
.linkimtext {
  font-size: 20px;
  text-decoration: none;
  color: black;
  background-color: silver;
}
.linkimtext a:hover {
  font-size: 20px;
  text-decoration: none;
  color: black;
  background-color: #cccccc;
}
.linkimtext a:visited {
  color: black;
  font-size: 20px;
  background-color: silver;
  text-decoration: none;
}
.linkimtext a:active {
  color: black;
  font-size: 20px;
  background-color: silver;
  text-decoration: none;
}
.linkimtext a:link {
  text-decoration: none;
  font-size: 20px;
  color: black;
  background-color: silver;
}
