/* CSS Document */


a.cal_head:hover
			{
				text-decoration: none;
			}
.cal_head , .cal_head a
			{
				background-color: #FFFFFF;
				color:            #4C4C4C;
				font-family:      Arial;
				font-size:        13px;
				font-weight:      bold;
				font-style:       normal;
			}
			
.cal_head a 
			{
			text-decoration: none;

			}
.cal_days /*darussol*/
			{
				background-color: #FFFFFF;
				color:            #4C4C4C;
				font-family:      Arial;
				font-size:        12px;
				font-weight:      bold;
				font-style:       normal;
				text-align:center;
			}
.cal_content
			{
				background-color: #FFFFFF;
				color:            #000000;
				font-family:      Arial;
				font-size:        12px;
				font-weight:      normal;
				font-style:       normal;
			}
.cal_today
			{
				background-color: white;
				color:            #E2001A;
				font-family:      Arial;
				font-size:        12px;
				font-weight:      bold;
				font-style:       normal;
				text-decoration: none;
			}
 .cal_event, a.cal_event /* e-man 17-06-04 */
			{
				background-color: #FFFFFF;
				color:            #000000;
				font-family:      Arial;
				font-size:        12px;
				font-weight:      bold;
				font-style:       normal;
				text-decoration: none;
			}

	
#Kalender {
	float: right;
}

#KalenderNachrichten {
	padding-left:10px;
	padding-right:10px;
	width: 180px;
}

#KalenderNachrichten table td {
	border-color:#0251b4;
}

