a:aktive {
                                font-family:Verdana,Arial;
                                font-size:8pt;
      					  color:blue;
                                font-weight:normal;
                                text-decoration:none;
                                line-height:12pt;
}


a:hover {
                                font-family:Verdana,Arial;
                                font-size:10pt;
                                color:Red;
                                text-decoration:none;
                                line-height:12pt;
     					  font-weight: bold;
}


BODY {
                                scrollbar-base-color:#B9C8D2;
                                scrollbar-track-color:#FFFFFF;
                                scrollbar-face-color:#B9C8D2;
                                scrollbar-highlight-color:#B9C8D2;
                                scrollbar-3dlight-color:#FFFFFF;
                                scrollbar-darkshadow-color:#B9C8D2;
                                scrollbar-shadow-color:#B9C8D2;
                                scrollbar-arrow-color:#FFFFFF;
}


body,p {
                                font-family:Verdana,Arial;
                                font-size:8pt;
                                color:black;
                                line-height:12pt;
}

a  {
                                font-family:Verdana,Arial;
                                font-size:10pt;
                                color:Maroon;
                                text-decoration : none;
                                line-height :12pt;
						  
}

.tabtex  {
                                font-family:Verdana,Arial;
                                font-size:9pt;
                                color:black;
                                line-height :12pt;
}

.menu  {
                                font-family:Verdana,Arial;
                                font-size:8pt;
                                color:black;

}

.head  {
                                font-family:Verdana,Arial;
                                font-size:9pt;
                                color:black;
                                line-height:12pt;
}

.filexi1 {
                                font-family:Calligraph421 BT;
                                font-size:10pt;
                                color:maroon;
                                font-weight:bold;

}

.filexi2 {
                                font-family:Calligraph421 BT;
                                font-size:10pt;
                                color:maroon;
}


.news {
                               font-family:Arial,Helvetica,Geneva,sans-serif;
                               font-size:10pt;
                               color:black;
                               font-weight:none;
                               text-decoration:none;
}

.knoten {    
       font-family:Arial, Helvetica, Geneva, sans-serif;
       font-size:12pt;
       color:maroon;
       
}

.calendar {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 18pt;
    color: Maroon;
}

.shop {
    font: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color:Maroon;
}

.beschreibung {
    font-size:10pt;
    color: Maroon;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.normal {
    font-size: 12px;
    color: Black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.ueberschrift {
    font-size: 25px;
    color: Maroon;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   
}

.wichtig {   font-size: 12px;
    color: red;
    font-weight: bold;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.hinweis {
										font-size: 12px;
										font-weight: bold;
										color: Maroon;
										font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.copyright {
										font-size: 8px;
										font-weight: normal;
										color: Maroon;
										font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.anzahlgruppe {
										font-size: 15px;
										font-weight: bold;
									   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
										color: Maroon;										
}

.achtung {
										font-size: 13px;
										font-weight: bold;
										font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
										color: Red;
}


/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #003366;
 }

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 17pt;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-image:  url(.././calendar/monthBg.gif);
	}
/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #252216;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	background-color: #F5F4D3;
	text-align: center;
	vertical-align: middle;
	}
/* Day Name Setup */
.dayNamesText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #433D27;
	background-image:  url(.././calendar/dayBg.gif);
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	color: #CF0000;
    }

/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

Remove the "background-image..." lines to remove graphics as table cell background images.

If you do use images, change the "background-color..." to a sililar color to that
of your image. This will help persons with slow connections to see the event markings.

You can optionally remove the "background-color..." lines to only use graphics.

*/

/* Normal Cell Background (date number with no event markings) */
.s2 {
 background-image:   url(../%22./calendar/cdef.gif%22);
 background-color: #EEEEEE;
 }
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
 background-image:   url(../%22./calendar/cdef5.gif%22);
 background-color: #EBEBEB;
 }
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
 background-image:   url(../%22./calendar/cdef2.gif%22);
 background-color: #F5E0D8;
 }
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
 background-image:   url(../%22./calendar/cdef2.gif%22);
 background-color: #F5E0D8;
 }
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
 background-image:   url(../%22./calendar/cdef2.gif%22);
 background-color: #F5E0D8;
 }
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
 background-image:   url(../%22./calendar/cdef2.gif%22);
 background-color: #F5E0D8;
 }