body {
	font-family: arial;
	font-size: 12px;
}
td {
	text-align: center;
	font-size:10px;
	text-decoration: none;
}
.maand {
	font-size: 12px;
	font-weight: bold;
	background-color:#FFFFFF;
	text-align:center;
}
.kalenderRand {
	font-size: 10px;
	color:#333333;
	text-align:center;
	background-color:#F4F9E7;
}
.maandnaam {
	background-color:#FFFFFF;
	font-size: 15px;
}
.vandaag{
	font-weight: bold;
	border: 1px solid red;
}

/*status 0 betekent dat het een lege cel is */
.cel0 {
	color: #336633;
	background-color:#FFFFFF;
}

/*status 1 betekent dat de datum nog vrij is */
.cel1 {
	color: #FFFFFF;
	background-color:#00CA00;
}

/*Status 2 betekent dat de datum in het verleden ligt */
.cel2{
	background-color: blue;
	color: #FFFFFF;
}

/* Status 3 zou bijvoorbeeld kunnen betekenen dat deze dag bezet is */
.cel3{
	background-color:#FFA8A8;
	color: #FFFFFF;
}
