td.datum {
	border: 1px solid #696969;
	padding-left: 20px;
	font-weight: bold;
}

td.link {
	border: 1px solid #696969;
	text-align: center;
	padding: 5px;
	width: 225px;
}

td.link_x {
	border: 1px solid silver;
	text-align: center;
	padding: 5px;
	width: 225px;
	color: gray;
}

td.link_ota {
	border: 1px solid #696969;
	text-align: center;
	padding: 5px;
	background-color: #dcdcdc;
	font-weight: bold;
}

td.link_ota_x {
	border: 1px solid silver;
	text-align: center;
	padding: 5px;
	background-color: #efefef;
	font-weight: bold;
	color: gray;
}

td.datum_x {
	border: 1px solid silver;
	padding-left: 20px;
	color: gray;
}

td.datum_big {
	border: 1px solid gray;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.datum_big_x {
	border: 1px solid #dcdcdc;
	padding-left: 20px;
	color: silver;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.datum_ota {
	border: 1px solid #696969;
	padding-left: 20px;
	background-color: #dcdcdc;
	font-weight: bold;
}

td.datum_ota_x {
	border: 1px solid silver;
	padding-left: 20px;
	background-color: #efefef;
	font-weight: bold;
	color: gray;
}

a.inhoud_x {
	color: #8fbc8f;
}

table.kalender_4 {
	background-image: url(../afbeeldingen/kalender_4.gif);
	background-repeat: no-repeat;
	height: 61px;
	background-position: center;
	margin-top: 0px;
}

table.kalender_4_x {
	background-image: url(../afbeeldingen/kalender_4_x.gif);
	background-repeat: no-repeat;
	height: 61px;
	background-position: center;
	margin-top: 0px;
}

div.kalender {
	background-image: url(../afbeeldingen/kalender.gif);
	background-repeat: no-repeat;
	height: 61px;
	background-position: center;
	width: 61px;
	margin-top: 0px;
}

div.kalender_x {
	background-image: url(../afbeeldingen/kalender_x.gif);
	background-repeat: no-repeat;
	height: 61px;
	background-position: center;
	width: 61px;
	margin-top: 0px;
}

div.dag {
	text-align: center;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	color: white;
	padding-top: 5px;
}

div.dag_x {
	text-align: center;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	color: #dcdcdc;
	padding-top: 5px;
}

div.datum {
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 20px;
	color: black;
	padding-top: 4px;
}

div.tot {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: black;
	padding-top: 4px;
}

div.datum_x {
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 20px;
	color: gray;
	padding-top: 4px;
}

div.maand {
	text-align: center;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
}

div.maand_x {
	text-align: center;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	color: gray;
	padding-top: 0px;
}

span.datum {
	font-weight: normal;
}

div.onclick {
	text-decoration: none;
	color: #006b6c;
	font-family: Arial, serif, sans-serif;
	font-size: 12px;
	cursor: pointer;
}


