div.termin {
  padding-top: 10px;
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
}
div.termin div.termin_datum {
  float: left;
  width: 150px;
  font-weight: bold;
}

div.termin div.termin_zeit {
  font-weight: normal;
  font-size: 90%;
}

div.termin div.termin_titel {
  float: left;
  width: 450px;
  padding-right: 20px;
}

div.termin div.termin_mehr {
  float: right;
  width: 50px;
  text-align: right;
}






