
/*############  CSS FÜR EXTENSION "CAL"  ##############*/

.cal_minimonth_header { /* Termine im ###MONAT### */
	font-size:11px;
	text-align:left;
	background-color: #CCCCE1;
	color:#000066;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;	
}
.cal_minimonth td {
	font-size:11px;
}
.cal_minimonth_weekday {
	font-size:11px;
	line-height:2em;
	color:#C93;
}
.monthsmallbasic monthoff { /* Mini-Kalender, alter Monat   geht nicht */
	color:#F44;
	background:#00FF33;
	}
.monthsmallbasic { /* Mini-Kalender, aktueller Monat    geht nicht */	
	color:#666;
	}
.monthsmallbasic monthselected monthon { /* aktueller Monat, Tag mit Ereignis */
	border:#CC9933 1px solid;
	}
.monthsmallbasic a {
	text-decoration:none;
	color:#A00;
	font-weight:bold;
	}
.cal_event_h2,
.cal_list_h2 a {
	font-size:13px;
	color:#CC0000;
	font-weight:bolder;
	}
.cal_list_h2 a:hover {
	font-size:13px;
	color:#B0844D;
	font-weight:bolder;
	text-decoration:none;
	}	
.cal_list_date {
	font-size:11px;
	color:#444;
	font-weight:normal;
	}
.cal_list_category {
	font-size:11px;
	color:#444;
	margin:-4px 0 -10px 0;
	}
.cal_list_text {
	font-size:15px;  /* x 0.7 em vom body p */
	line-height:1.1em;
 	}
.list-more-link,
.list-more-link a,
.list-more-link a:hover {
	font-size:11px;
	margin:13px 0 5px 0;
	}
	
.cal_event_table {
	margin-left:-3px;
	padding:0;
	border:none;
	line-height:1.3em;	
	}
.cal_event_label {
	color:#777;
	font-weight:bold;
	}
.cal_event_date {
	color:#000099;
	font-weight:bold;
	}
.cal_event_text {
	line-height:1.4em;
	}
#event_location_image {	
	float:right;
	margin-right:20px;
	width:150px;
	height:80px;
	}
#calendar-event-backlink { /*div für "zurück", bei Event, Ort und Veranstalter */
	background-image:url(../images/i_cal_event_back.gif); 
	background-repeat:no-repeat;
	padding-left:22px;
	margin-top:15px;
	height:15px;
	}
.hoerrex_header,
.allgemein_header { /*Zeitangabe eines Ereignis in day-Ansicht */
	color:#006;
	}
.padd a { /* Überschrift als Link bei Ereignissen in der Tagesansicht */
	}
.eventbg2 hoerrex_body { /* HG des Ereignisses in der Tgesansicht */
	}
.eventfont {
	background-color:#FFE;
	line-height: 2em;
	padding-left:10px;
	}
.tx-cal-controller p {
	border:#666666;
	}
	
/* NEU  seit Update auf cal 0.15.5 am 06.12.2007 */

#calendar-event fieldset {
	border:1px solid #C1C7DF;
	padding-bottom:10px; /* greift nur im IE */
}
#calendar-event, 
#calendar-event a,
#calendar-event a:hover{
	font-size:11px;
	margin-top: 2px;

}
#calendar-event p.bodytext {
	font-size:11px;
	margin: 0 0 10px 127px;
}
.tx-cal-controller label {
	font-size:11px;
	float:left;
	margin:0 0 4px 0;
	padding-right:7px;
	text-align:right;
	width:120px;
	color:#68718F;
}
















