/* CSS Document */

a.cal_head
			{
				color: #F2F2F2;
				text-decoration: none;
			}
a.cal_head:hover
			{
				text-decoration: none;
				color:red;
			}
.cal_head
			{
				background-color: #C4D4E3;
				BACKGROUND-COLOR: #9d9fa2;
				color:            #F2F2F2;
				font-family:      Verdana;
				font-size:        11px;
				font-weight:      bold;
				font-style:       normal;
			}
.cal_days /*darussol*/
			{
				background-color: #C4D4E3;
				BACKGROUND-COLOR: #9d9fa2;
				color:            #676767;
				font-family:      Verdana;
				font-size:        11px;
				font-weight:      bold;
				font-style:       normal;
			}
.cal_content
			{
				background-color: #EEEEEE;
				BACKGROUND-COLOR: #9d9fa2;
				color:            #F2F2F2;
				font-family:      Verdana;
				font-size:        10px;
				font-weight:      normal;
				font-style:       normal;
			}
.cal_today, a.cal_today
			{
				background-color: #9d9fa2;
				color:            red;
				font-family:      Verdana;
				font-size:        10px;
				font-weight:      bold;
				font-style:       normal;
				text-decoration:none;
			}
 .cal_event, a.cal_event /* e-man 17-06-04 */
			{
				background-color: #C4D4E3;
				BACKGROUND-COLOR: #9d9fa2;
				color:            #F2F2F2;
				font-family:      Verdana;
				font-size:        10px;
				font-weight:      bold;
				font-style:       normal;
				text-decoration: none;
			}
a.cal_event:HOVER  {
	color:red;
}
	
#Kalender {
	margin-top: 10px;
}

#Kalender table {
	border: 1px solid  #d1d2d4;
}

