/* Kalenderfarbe */
.normal { color: white; font-size: 9pt; font-family: Arial; margin-top: 4px; margin-bottom: 4px;}
.tdFF  { background-color: #990000;  font-size: 9pt; font-family: Arial; margin-top: 4px; margin-bottom: 4px;}
.tdFF:hover  { background-color: #99000;}
.tdJF  { background-color: #FF6600;  font-size: 9pt; font-family: Arial; margin-top: 4px; margin-bottom: 4px;}
.tdJF:hover  { background-color: #FF6600;}
.tdEvent  { background-color: #2163ff;  font-size: 9pt; font-family: Arial; margin-top: 4px; margin-bottom: 4px;}
.tdEvent:hover  { background-color: #2163ff;}
.tdAndere { background-color: yellow;  font-size: 9pt; font-family: Arial; margin-top: 4px; margin-bottom: 4px;}
.tdAndere:hover  { background-color: yellow;}
.tdSport { background-color: #009933;  font-size: 9pt; font-family: Arial; margin-top: 4px; margin-bottom: 4px;}
.tdSport:hover  { background-color: #009933;}
#div { background-color: white; padding: 3px; border: solid 2px #711111; width: 200px }




/* Verlinkte Termine */ 
#div a:hover { border-bottom: 0px solid black; text-decoration: underline; color: black;}



/*Für die 3-Fach Preview*/
.prev_titel  {
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	top: 10px;
}
.listMonth { color: #711111; font-weight: bold; font-size: 11pt; margin-top: 15px; margin-bottom: 0px }
.prev_date  { font-size: 11pt; font-weight: bold }
/*Für den Eventkalender*/
.span { overflow: visible }
.span_titel { color: #7F7F7F; font-weight: bold; font-size: 9pt; line-height: 9pt; font-family: Arial; margin-top: 0px; margin-bottom: 0px }
.span_date { color: #711111; font-weight: bold; font-size: 9pt; line-height: 9pt; font-family: Arial; margin-top: 0px; margin-bottom: 0px }
.span_standart { color: black; font-size: 9pt; line-height: 11pt; font-family: Arial; margin-top: 3px; margin-bottom: 3px }
.cal_day  { color: black; font-size: 9pt; font-family: Arial; font-weight: 700; text-decoration: none; margin-top: 4px; margin-bottom: 4px; border-bottom: 0 }
.cal_day:link   { color: black; font-family: Arial; font-weight: 700; text-decoration: none }
.cal_day:hover { color: black; font-family: Arial; font-weight: 700; text-decoration: none }
/*Tabellen einstellungen*/
	#flashcontent {
	position:absolute;
	height: 100%;
	width: 100%;

	}