#nieuwsbrief {
	width: 190px;
	float: right;
	padding: 5px;
	border: 1px #CCC solid;
	margin-right: 5px;
}
#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: #1C3E95;
	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;
}
div.nieuwsitem a.omschrijving {
	width: 110px;
	display: block;
	float: left;
}