/* -------------------- overzicht alle provincies -------------------- */
div.column3 {
	float: left;
	padding-right: 15px;
}
div.provincie {
	width: 178px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.provincie h2{
	font-weight: bold;
	color: #AACC24;
	font-size: 14px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/provincie.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: 0px 22px;
	padding-bottom: 24px;
}
div.provincie h2 a{
	color: #AACC24;
}
div.provincie h2 a:hover{
	color: #AACC24;
	text-decoration:underline
}
div.provincie ul{
	padding-left: 0px;
	list-style-type: none;
}
div.provincie ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFC9DC;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: none;
	font-weight: bold;

}
div.provincie ul li span{
	color: #B380AD;
	font-size: 9px;
	font-weight: normal;
}
div.provincie a{
	text-decoration: none;
}

div.provincie a:hover{
	text-decoration: underline;
	color: #000000;
}
/* -------------------- overzicht 1 provincie -------------------- */
div.prov {
	width: 250px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.prov ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFC9DC;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: none;
	font-weight: normal;

}
div.prov ul li span{
	color: #B380AD;
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
}

