﻿
#inhoud .topvisual {
	width: 950px;
	height: 99px;
	margin-bottom: 10px;
}

#inhoud p {
	float: left;
	width: 300px;
	margin-right: 18px;
	margin-bottom: 10px;
}

#inhoud p.wide {
	float: none;
	width: auto;
	margin-right: 18px;
	margin-bottom: 10px;
	clear: both;
}

#inhoud ul {
	margin-right: 18px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#inhoud strong {
	color: 		#000000;
	font-weight: bold;
}

#inhoud p img {
		border: 0px;
}

#inhoud p a {
	color: 				#135210;
	text-decoration: none;
	font-weight: bold;
}

#inhoud p a:hover {
	color: 			#000000;
	text-decoration: underline;
}

