/* CSS Document */

a.cal_head
			{
				color: #CC0000;
			}
a.cal_head:hover
			{
				text-decoration: none;
			}
.cal_head
			{
				background-color: #DDDDDD;
				color:            #00438E;
				font-family:      Verdana;
				font-size:        12;
				font-weight:      bold;
				font-style:       normal;
			}
.cal_days /*darussol*/
			{
				background-color: #DDDDDD;
				color:            gray;
				font-family:      Verdana;
				font-size:        12;
				font-weight:      bold;
				font-style:       normal;
			}
.cal_content
			{
				background-color: #EEEEEE;
				color:            #000000;
				font-family:      Verdana;
				font-size:        12;
				font-weight:      normal;
				font-style:       normal;
			}
.cal_today
			{
				background-color: white;
				color:            green;
				font-family:      Verdana;
				font-size:        12;
				font-weight:      bold;
				font-style:       normal;
			}
 .cal_event, a.cal_event /* e-man 17-06-04 */
			{
				background-color: #DDDDDD;
				color:            #CC0000;
				font-family:      Verdana;
				font-size:        12;
				font-weight:      bold;
				font-style:       normal;
			}

	
#Kalender {
	float: right;
	font-size:12px;
}

#Kalender a{
	text-decoration:none;
}

#Kalender .links{
	float:left;
	padding-left:3px;
}
#Kalender .rechts{
	float:right;
	padding-right:3px;
}