a.antwort:link {
  color: #000000;
  background: #40ff40;
  text-decoration:none;
}
a.antwort:visited {
  color: #000000;
}
a.antwort:hover {
  color: #000000;
}
a.antwort:active {
  color: #000000;
}

p.antwort{
  background: #c0c0ff;
  border:2px solid #8080ff;
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
}

hr.trennung{
  width: 50%;
  border-top: 0px;
  border-bottom: 3px dotted #8080ff;
}