table.calendarTableStyle {
	margin: 3px 0 10px 14px;
}
 /* td-class, wo link zurück */
table.calendarTableStyle .calendarPreviousLinkStyle  {
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}

 /* td-class, wo link weiter */
table.calendarTableStyle .calendarNextLinkStyle  {
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
}

 /* td-class, wo Monatsname steht */
table.calendarTableStyle .calendarTitleStyle  {
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	color: #923c0b;
	padding:3px 0;
}

 /* td-class, wo Tagesnamen stehen */
table.calendarTableStyle .calendarWeekdayStyle  {
	text-align:         center;
	font-size:          11px;
	font-weight:		bold;
	color: #923c0b;
	padding:3px 0;
}

 /* td-classen */
table.calendarTableStyle .calendarOddMonthStyle, .calendarEvenMonthStyle, .calendarActiveDayStyle, .calendarEvenMonthStyle, .calendarEmptyDayStyle {
	font-size:          11px;
	vertical-align:     middle;
	text-align:         center;
	width: 24px;
	height:24px;
	color: #676767;
}

 /* td-classen leere td's */
table.calendarTableStyle .calendarEmptyDayStyle {
	background-color:  none;
}

 /* td-classen td's, wo eintrag ist */
table.calendarTableStyle .calendarEvenMonthStyle  {
	background-color: none;
	color: #666666;
}

table.calendarTableStyle .calendarEvenMonthStyle a, a:visited .a:active {
    text-decoration: none;
    color: #923c0b;
}

 /* td-classen td's normal */
table.calendarTableStyle .calendarOddMonthStyle  {
	background-color:   none;
	color: #666666;
}

 /* td-classen Heute */
table.calendarTableStyle .calendarActiveDayStyle {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #666666;
}

table.calendarTableStyle a.normal, a.normal:visited .a.normal:active {
    text-decoration: none;
    font-weight: normal;
    color: #666666;
}

table.calendarTableStyle a.aktiv, a.aktiv:visited .a.aktiv:active {
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

table.calendarTableStyle a, a:visited .a:active {
    text-decoration: none;
    color: #666666;
}
