/* CSS Document */

a.cal_head
			{
				color: #EF6D00;
			}
a.cal_head:hover
			{
				text-decoration: none;
			}
.cal_head
			{
				background-color: #DDDDDD;
				color:            #EF6D00;
				font-family:      Verdana;
				font-size:        11;
				font-weight:      bold;
				font-style:       normal;
			}
.cal_days /*darussol*/
			{
				background-color: #DDDDDD;
				color:            gray;
				font-family:      Verdana;
				font-size:        11;
				font-weight:      bold;
				font-style:       normal;
			}
.cal_content
			{
				background-color: #DDDDDD;
				color:            #000000;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      normal;
				font-style:       normal;
			}
.cal_today
			{
				background-color: white;
				color:            green;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      bold;
				font-style:       normal;
				text-decoration: none;
			}
 .cal_event, a.cal_event /* e-man 17-06-04 */
			{
				background-color: #DDDDDD;
				color:            #EF6D00;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      bold;
				font-style:       normal;
				text-decoration: none;
			}

	
#Kalender {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 141px;
	
}

#Kalender a {
	font-weight: bold;
	text-decoration: none;
}
