table#kalender {
	font-size:80%;
	background-color:#f6fcb7;
	border:3px;
	border-color:#330099;
	border-collapse:collapse;
	empty-cells:show;
}

table#kalender td {
	width:25px;
	height:25px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#88af1e;
}

table#kalender td.dag {
	width:25px;
	height:25px;
	text-align:center;
	color: #990033;
	border-width:1px;
	border-color:#990033;
	border-style:solid;
}
table#kalender td.activiteit {
	background-color:#ffffff;
	width:25px;
	height:5px;
	text-align:center;
}
table#lijst {
	margin-left:5px;
	padding:none;
	border:1;
	width:500px;
	align:center;
}
table#lijst td{
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
}
table#lijst td.tit{
	font-weight:bold;
	width:80%;
	
	
}
table#lijst td.maand{
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	vertical-align:top;	
	color:#990033;
}
table#lijst td.omschrijving{
	
	
}
table#lijst td.datum{
}
