span.titel {
	font-weight: bold;
	font-size: 18px;
	height: 35px;
	line-height: 28px;
	color: #FFF;
	display: block;
}

.categorienaam {
	color: #1C3E95;
	height: 22px;
	font-weight: bold;
}

.categorie {
	margin-top: 10px;
	float: left;
	width: 162px;
	display: block;
	min-height: 150px;
	padding-right: 10px;
}

.categorie a {
	display: block;
	padding-left: 15px;
	line-height: 18px;
	color: #000;
}
.categorie a:hover {
	text-decoration: underline;
/*	background: #FFF url(/images/bullet.jpg) left 50% no-repeat;
	border-bottom: 1px #EC008C solid;*/
}