#Nieuws{
float: left;
width: 730px;


}

.NieuwsItem {
	float: left;
	width: 350px;
	margin-right: 12px;
	height: 200px;
	color: #000000;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;

}

.NieuwsFoto{
	text-align: center;
	padding-top: 2px;
}

.NieuwsHeader{
	font-weight: bold;
	color: #298631;
}

