#nieuwsbrief {
	width: 190px;
	float: right;
	padding: 5px;
	border: 1px #CCC solid;
	background: transparent url(/images/homebg.jpg) left top repeat-x;
}
#nieuws {
	padding-top: 5px;
	width: 300px;
	margin-right: 10px;
	float: left;
}

.nieuwsitem {
	clear: both;
	width: 300px;
}

#nieuws div.bericht {
	clear: both;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}
#nieuws a {
	color: #015C31;
	text-decoration: none;
	font-weight: bold;
}
#nieuws a.image {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	display: block;
	text-decoration: none;
	border: 1px #CCC solid;
}
#nieuws div.omschrijving {
	float: left;
	width: 253px;
	height: 36px;
	line-height: 18px;
}
