#anmeldetabelle {
  border-collapse:collapse;
  border:0px;
  width:500px;
  margin:1em auto;
}

#anmeldetabelle th {
  border-style:solid;
  border-width:0px;
  border-color:#000000;
  background-color:#99CCFF;
  color:#000000;
  font:normal 16px arial, sans-serif;
  font-weight:bold;
  height:40px;
  width:500px;
  text-align:center;
}

#anmeldetabelle td.links {
  border-style:solid;
  border-width:0px;
  border-color:#000000;
  background-color:#799CCFF;
  color:#000000;
  font:normal 16px arial, sans-serif;
  height:35px;
  text-indent:10px;
  width:250px;
  text-align:left;
  border-right:0;
}

#anmeldetabelle td.rechts {
  border-style:solid;
  border-width:0px;
  border-color:#000000;
  background-color:#99CCFF;
  color:#000000;
  font:normal 16px arial, sans-serif;
  height:35px;
  text-indent:10px;
  width:250px;
  text-align:left;
  border-left:0;
}