.alfabet {
	font-size: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #66CCCC;
	border-bottom-color: #66CCCC;
	margin-top: 10px;
	margin-bottom: 16px;
	height: 24px;
}
.alfabet a, .alfabet a:visited {
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	display: block;
	float: left;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.alfabet a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #66CCCC;
	display: block;
}
a.alfabet_actief {
	text-decoration: none;
	color: #000000;
	background-color: #66CCCC;
	display: block;
}

