.tx-calendar {
  margin-bottom: 25px;
}

/* Teaser */
.termin-teaser {
  background: url(gfx/sidebar_box.gif) 0 0 repeat-y;
  padding: 10px 20px 15px 17px;
  font-weight: bold;
}
.termin-teaser .termin .date {
  border: 1px solid #D4E7F7;
  background: #3590E8;
  margin-top: 5px;
  padding: 0 10px 1px;
  font-size: 0.9em;
  color: #FFF;
}
.termin-teaser .termin .header {
  background: url(gfx/star.gif) 3px 9px no-repeat;
  padding: 5px 0 5px 23px;
  font-size: 1.15em;
  color: #C00;
}
.termin-teaser .termin .text {
  padding: 0 0 20px 5px;
}


/* Liste */
.termin-liste {
  border-top: 1px solid #C7DDF0;
}
.termin-liste .termin {
  border-bottom: 1px solid #C7DDF0;
  padding: 10px 0 20px;
}
.termin-liste .termin .date {
  background: url(gfx/star.gif) 0 4px no-repeat;
  padding: 0 0 5px 20px;
  float: left;
  width: 190px;
  font-weight: bold;
}
.termin-liste .termin .header {
  font-weight: bold;
  color: #C00;

}
.termin-liste .termin .text {
  margin-left: 210px;
}