/* CSS Dokument fr kalender */
tr {
	vertical-align: top;
}
.stylekalender a:link {
	color: #dcca06;
	text-decoration: none;
	font-size: 14px;
	
}
.stylekalender a:visited {
	text-decoration: none;
	color: #dcca06;
	font-size: 14px;
}
.stylekalender a:hover {
	text-decoration: none;
	color: #dcca06;
	font-size: 14px;
}
.stylekalender a:active {
	text-decoration: none;
	color: #dcca06;
	font-size: 14px;
}
.tableheader {
	background-color: #000000;
	text-align: center;
	color: #dcca06;
}
.tableempty {
	background-color: #606060;
}
.tabledate {
	background-color: #606060;
	text-align: center;
}
.tabletoday {
	background-color: #373737;
	text-align: center;
	color: #FFFFFF;
}
.datenumb {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.todaydatenumb {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

