a.bereichLink {
  color: black;
  text-decoration: none;
  background-color: transparent;
  height: 16px;
}

a.bereichLink:link {
  height: 16px;
  text-decoration: none;
}

a.bereichLink:visited {
  height: 16px;
  text-decoration: none;
}

a.bereichLink:hover {
  background-color: #ffffff;
  color: black;
  text-decoration: none;
}

a.bereichLink:active {
  background-color: #ffffff;
  color: black;
  text-decoration: none;
}

a.bereichLink:focus {
  background-color: #ffffff;
  color: black;
  text-decoration: none;
}
