/* Start of CMSMS style sheet 'Kalender' */
#calendar_title, #calendar_list {
	width: 600px;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
	position: relative;
}
#calendar_title {padding: 20px 0;}
#calendar_title h2 {
	position: absolute;
	width: 100%;
	margin: -5px 0 0;
	left: 0;
}
#calendar_title a {
	margin: 0 40px;
	position: relative;
	z-index: 2;
}
#calendar_list {
	background: #FFFBC3;
	border: 1px solid #8E894C;
}
#calendar_list th {
	text-align: center !important;
	background: #8E894C;
	color: white;
	padding: 3px 5px;
}
#calendar_list td {
	border: dotted #8E894C;
	border-width: 1px 0;
	padding: 3px 5px;
}
/* End of 'Kalender' */

