/* CSS Document */

a.cal_head
			{
				color: green;
			}
a.cal_head:hover
			{
				text-decoration: none;
			}
.cal_head
			{
				background-color: #DDDDDD;
				color:            green;
				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: #EEEEEE;
				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;
			}
 .cal_event, a.cal_event /* e-man 17-06-04 */
			{
				background-color: #DDDDDD;
				color:            #000000;
				font-family:      Verdana;
				font-size:        10;
				font-weight:      bold;
				font-style:       normal;
			}

	
#Kalender {
	float: right;
}

#Kalender table {
	border: 1px solid #000000;	
}