#berichten .bericht {
	clear: both;
}
#berichten a.image {
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	border: 1px #336666 solid;
	padding:0px;
}

#berichten a.titel {
	color: #336666;
	font-weight: bold;
	float: left;
}
#berichten .omschrijving {
	float: left;
	width: 400px;
}

