div.eventcalendar {
	border-color: #123456 #123456 #123456 #123456;
	border-width: 6px 6px 6px 6px;
	border-style: ridge groove groove ridge;
}

table.eventcalendar {
		border-color: #123456 #123456 #123456 #123456;
	border-width: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
}

caption.month_title {
	font-weight: bold;	
}

table.eventcalendar tr th {
	font-weight: bold;
}

td.weeknumber {
	background-color: #8C97F0;
}

td.empty {
	background-color: Silver;
}

.sunday {
	background-color: #C8F08C;
}

.ec_feiertage {
	background-color: #F0E78C;
}

.ec_termine {
	background-color: #F0B48C;
}
