/* CSS für Termine */

#hauptseite table {
  width:85%;
  border-collapse:collapse;
  border:none;
  margin:0 auto;
}

#hauptseite .tdkopf5 {
  width:5%;
  background-color:#000088;
  height:25px;
  padding:3px;
  color:#eeeeee;
  font-weight:bold;
  text-align:center;
}

#hauptseite .tdkopf8 {
  width:8%;
  background-color:#000088;
  height:25px;
  padding:3px;
  color:#eeeeee;
  font-weight:bold;
  text-align:center;
}

#hauptseite .tdkopf87 {
  width:87%;
  background-color:#000088;
  height:25px;
  padding:3px;
  color:#eeeeee;
  font-weight:bold;
}

#hauptseite .td5 {
  width:5%;
  padding:3px;
  text-align:center;
}

#hauptseite .td8 {
  width:8%;
  padding:3px;
  text-align:center;
}

#hauptseite .td87 {
  width:87%;
  padding:3px;
}
