	.gewoon
	{
		background-color:	#fff;
		color:				#000;
	}
	.LinkHover
	{
		background-color:	#E1ECF4;
		color:				#102060;
		cursor:				hand;
	}
	#Lijst
	{
		position:			absolute;
		display:			none;
		background-color:	#FFF;
		overflow:			auto;
		overflow-x:			hidden;
		border:				1px solid #000000;
	}
	#Lijst td
	{
		font-family:		Arial;
		font-size:			10pt;
		padding-left:		3px;
		padding-right:		3px;
		white-space:		nowrap;
	}
	.gewoon .aantal
	{
		color:				#666;
	}
	.LinkHover .aantal
	{
		color:				#5070B0;
	}
	.geenlink
	{
		text-decoration:	none;
		color:				#000;
	}
