/* general settings */

.tx-cal-controller {
  width:100%;
}

/* month view */

#month-header {
  height:45px;
}

/* event view */

.icsimage {
  margin:10px 0 10px 0;
}

#event_bodytextseparator {
  margin:12px 0 5px 0;
  height:1px;
  width:450px;
  background-color:#ffffff;
  border-bottom:1px solid #606060;
}

#calendar-event h1 {
  margin-top:8px;
  font:bold 11pt arial;
}

.month-small th,
.month-small td,
.monthSmallBasic {
  font-size: 11px;
  
}

.tx-cal-controller .bold a {
  font-weigth: normal;
  text-decoration: none;
 
}

/* hide days of the month in yearview */
.yearmonth {
  display: none;
}

#calendar-event-backlink {
/*  float:left;*/
  clear:left; 
 }

div.csc-textpic-intext-right div.csc-textpic-imagewrap {
float:left;
} 

.tx-cal-controller {
  float:left;
}

/* list view */

#col_1_termine_content {
    padding:0 0 0.5em;
}

#col_1_termine_content div.tx-cal-controller {
  width:100%;
}

#col_1_termine_content div.tx-cal-controller h1 {
  margin:0;
  padding:0;
  display:none;
}

#col_1_termine_content .tx-cal-controller dl {
  margin:0;
  padding:0;
}

#col_1_termine_content .tx-cal-controller dd {
  display:none;
}

#col_1_termine_content .tx-cal-controller dt.even {
  background-color:transparent;
}

#col_1_termine_content .tx-cal-controller dt {
  font-weight:normal;
  background-color:transparent;
  padding:4px 4px 4px 4px;
}

#col_1_termine_content .tx-cal-controller a {
  font-weight:bold;
}

#col_1_termine_content .tx-cal-controller .V9G {
  font-weight:normal;
}


