 a.cal_head /*Pfeile links, rechts*/
                        {
                                color: white;
                        }
                        a.cal_head:hover
                        {
                                text-decoration: none; font-size:8pt;
                        }
                        .cal_head /*Ueberschrift Monat*/
                        {
                                background-color: #a0060e;
                                color:            white;
                                font-family:      arial, sans-serif, Verdana;
                                font-size:        12px;
                                font-weight:      bold;
                                font-style:       normal;
                        }
                        .cal_days /*darussol*/ /*Wochentage*/
                        {
                                background-color: #a0060e;
                                color:            white;
                                font-family:      arial, sans-serif, Verdana;
                                font-size:        12px;
                                font-weight:      normal;
                                font-style:       normal;
                        }

                        .cal_content /*alle anderen Tage*/
                        {
                                background-color: #a0060e;
                                color:            white;
                                font-family:      arial, sans-serif, Verdana;
                                font-size:        12px;
                                font-weight:      normal;
                                font-style:       normal;
                        }

                        .cal_today /*aktueller Tag*/
                        {
                                background-color: black;
                                color:            white;
                                font-family:      arial, sans-serif, Verdana;
                                font-size:        12px;
                                font-weight:      bold;
                                font-style:       normal;
                        }



                         .cal_event, a.cal_event /* e-man 17-06-04 */
                        {
                                background-color: #DDDDDD;
                                color:            #000000;
                                font-family:      arial, sans-serif, Verdana;
                                font-size:        12px;
                                font-weight:      bold;
                                font-style:       normal;
                        }