/*Beginn Kalender */
a.cal_head
{
	color: red;
}
a.cal_head:hover
{
	text-decoration: none;
}
.cal_head
{
	background-color: #DDDDDD;
	color:            red;
	font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	font-size:        13px;
	font-weight:      bold;
	font-style:       normal;
}
.cal_days /*darussol*/
{
	background-color: #DDDDDD;
	color:            gray;
	font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	font-size:        13px;
	font-weight:      bold;
	font-style:       normal;
}
.cal_content
{
	background-color: #EEEEEE;
	color:            #000000;
	font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	font-size:        12px;
	font-weight:      normal;
	font-style:       normal;
}
.cal_today
{
	background-color: white;
	color:            blue;
	font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	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:Tahoma,Arial,Helvetica,Sans-Serif;
	font-size:        12px;
	font-weight:      bold;
	font-style:       normal;
}
/*Ende Kalender */


