/* Kalender */
.monthview, .calendar-month {
font-size:1.0em;
border:0px;
}

.monthview td {
	border:1px solid #C0C0C0;
	border-color:#C0C0C0;}

.dayheader {
text-align: center;
font-weight: bold;
background-color: #FFFFFF;
color: #333333;
border: 0px;
padding:3px;
}

TABLE.monthview TR {
border:0px;
}

TABLE.monthview TR TD.day {
/* border-bottom: 1px solid #9999FF; */
vertical-align: top;
/*font-size:0.9em;*/
height: 40px;
border:1px solid #C0C0C0;
/*border: 1px solid #0066CC;*/
}

TABLE.monthview TR TD.weekend {
/* visibility: hidden; */
/* display: none; */
background-color: #DDDDDD;
}

TABLE.monthview TR TD.not_in_month {
/* visibility: hidden; */
/* display: none; */
background-color: #F3F3F3;
}

TABLE.monthview TR TD.day_is_today {
background-color: #B41515;
color:ffffff;
}

TABLE.monthview TR TD.day .dayTitle {
margin-top: 2px;
margin-left: 2px;
font-weight:bold;
}

.inner {
/*font-size:0.9em;*/
}



.calendar-month .prev_months {
		float: left;
		width: 220px;
		text-align: left;
		padding-top: 5px;
		white-space: nowrap;
		color:#333333;
	}

.calendar-month .next_months {
		float: right;
		text-align:right;
		width: 220px;
		padding-top: 5px;
		white-space: nowrap;
		color:#333333;
	}
	

.calendar-month .the_month {
		font-size: 13pt;
		margin-top:10px;
		*margin-top:0px;
		font-weight: bold;
		color: #B51515;
		text-decoration: none;
		text-align: center;}

.calendar-month .the_month A {
		color: #B51515;
		text-decoration: none;
	}

.calendar-month .p_m {
		float: left;
	}

.calendar-month .n_m {
		float: right;
		color:#333333;
	}
	
.calendar-month .n_m A {
		color:#333333;
	}


.calendar-month .p_y {
		float: left;
	}

.calendar-month .n_y {
		float: right;
	}

.calendar-month .p_y_1 {
		float: left;
		padding-left: 10px;
		color:#333333;
	}

.calendar-month .n_y_1 {
		float: right;
		padding-right: 10px;
		color:#333333;
	}

.calendar-month .cat_select {
		text-align: right;
	}

.calendar-month .p_y_1 A, .calendar-month .n_y_1 A {
		color:#333333;
		display: inline;
		text-decoration: none;
	}


	.calendar-month .p_m_1, 
	.calendar-month .p_m_2,
	.calendar-month .p_m_3,
	.calendar-month .n_m_1, 
	.calendar-month .n_m_2 {
	
		color: #333333;
		display: inline;
		font-weight:bold;
		text-align:right;
		margin-left:3px;

	}
	
.calendar-month .n_m_3{
		color: #333333;
		display: inline;
		font-weight:bold;
		text-align:right;
		margin-right:3px;}

	.calendar-month .p_m_1 A, 
	.calendar-month .p_m_2 A,
	.calendar-month .p_m_3 A,
	.calendar-month .n_m_1 A, 
	.calendar-month .n_m_2 A,
	.calendar-month .n_m_3 A
	{
		color:#333333;
		text-decoration: none;
	}

	.calendar-month .p_m_1, 
	.calendar-month .n_m_1 {
		/*font-size: 12pt;*/
	}

	.calendar-month .p_m_2,
	.calendar-month .n_m_2 {
		/*font-size: 10t;*/
		padding: 10px;
	}

	.calendar-month .p_m_3,
	.calendar-month .n_m_3 {
		/*font-size: 9pt;*/
	}

