/* Styles für den kleinen Kalender */
TABLE.kal, TR.kal, TD.kal  /* allgemeine Einstellungen */
{ font-family : Arial, sans; font-size: 10pt; color:#FFFFFF; }


TABLE.mainbg, TR.mainbg, TD.mainbg  /* Gesamthintergrund */
{ font-family : Arial, sans; font-size: 8pt; color:#000000; background-color : #dfdfdf;}

TABLE.mainbg {
	border-left : 1px solid Blue;
	border-right : 1px solid Blue;
	border-top : 1px solid Blue;
	border-bottom : 1px solid Blue;
}

TABLE.monat, TR.monat, TD.monat  /* Einstellungen fuer Monatsanzeige */
{ font-family : Arial, sans; font-size: 8pt; color:#FFFFFF; background-color : navy;}

TABLE.wotag, TR.wotag, TD.wotag  /* Einstellungen fuer Wochentage */
{ font-family : Arial, sans; font-size: 8pt; color:#efefef; background-color : Green;}

TABLE.date, TR.date, TD.date  /* Einstellungen fuer Datumsfelder */
{ font-family : Arial, sans; font-size: 8pt; color:#000000; background-color : #CCFFCC;}

TABLE.vorschau, TR.vorschau, TD.vorschau  /* Einstellungen fuer Datumsfelder */
{ font-family : Arial, sans; font-size: 8pt; color:#efefef; background-color : #303030;}

TABLE.heute, TR.heute, TD.heute  /* Einstellungen fuer Termine Heute */
{ font-family : Arial, sans; font-size: 8pt; color:#FFFFFF; background-color : Navy;}

/* Linkeinstellungen für Kalendertage */
A.kal           { font-size : 8pt; font-family : Arial, sans; font-weight : normal; color : Red; text-decoration : none; }
A:Visited.kal   { font-size : 8pt; font-family : Arial, sans; font-weight : normal; color : Red; }
A:Active.kal    { font-size : 8pt; font-family : Arial, sans; font-weight : normal; color : Red; }
A:Hover.kal     { font-size : 8pt; font-family : Arial, sans; font-weight : normal; color : Green; }

/* Linkeinstellungen für Kalendernavigation (Monat vor und zurück) */
A.kalnav           { font-size : 12pt; font-family : Arial, sans; font-weight : normal; color : Yellow; text-decoration : none; }
A:Visited.kalnav   { font-size : 12pt; font-family : Arial, sans; font-weight : normal; color : Yellow; }
A:Active.kalnav    { font-size : 12pt; font-family : Arial, sans; font-weight : normal; color : Yellow; }
A:Hover.kalnav     { font-size : 12pt; font-family : Arial, sans; font-weight : normal; color : red; }


/* Styles für die Termindetail-Ansicht */
TABLE.terminhead, TR.terminhead, TD.terminhead  /* Termindaten */
{ font-family : Arial, sans; font-size: 10pt; color:#FFFFFF; background-color : #287BBF;}

<font color="#287BBF"></font>