/* MerkenAlfabet */
div#merkenalfabet {
	font-size: 1.0em;
}
div#merkenalfabet table {
	border-collapse: collapse;
	/* totale breedte 720 */
	width: 720px;
	/* totale hoogte 50 */
	height: 50px;
	background-image: url(../images/bg_alfabet.jpg);
	background-repeat: no-repeat;
	background-position:center;
	margin-bottom: 20px;
}

div#merkenalfabet a,
div#merkenalfabet a:link,
div#merkenalfabet a:visited {
	text-decoration: none;
	font-weight: bold;
	color: cfcfcf;
}
div#merkenalfabet a:active,
div#merkenalfabet a:hover {
	text-decoration: none;
	color: red;
	font-weight: bold;
}
div#merkenalfabet th {
	/* totale breedte 720 */
	width: 720px;
	/* totale hoogte 25 */
	height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 1.3em;
	color: white;
}

div#merkenalfabet td.alfabet {
	text-align: center;
	height: 25px;
	font-size: 1.2em;
}