/*
* CSS Einstellungen für den Kalender
*/

/*
* Kopfteil des Kalenders
*/
A.KalenderHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}		
TD.KalenderHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color : #060E9F;
}

/*
* Fußteil des Kalenders
*/	
A.KalenderFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #060E9F;
}		
	
TD.KalenderFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #060E9F;
	background-color : #E4EEFE;
}

/*
* Die CSS Einstellung für den heutigen Tag
*/		
A.KalenderFooterAKT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #DD353B;
}		
	
TD.KalenderFooterAKT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #DD353B;
	background-color : #BCD4FB;
}
		
/*
* Die CSS Einstellung für den Sonntag
*/
A.KalenderFooterSonntag	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
}

TD.KalenderFooterSonntag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
	background-color : #E4EEFE;
}
