#nieuws_content {
	min-height:200px;
	_height:200px; /* IE 6 */
	width:500px;
}

#nieuws {
	width:850px;
}

#nieuws .titel {
	display:block;
	margin:10px 0 0 0;
	padding:2px 10px 2px 10px;
	line-height: 20px;
	color:#000;
	text-decoration:none;
	border-left:2px solid #eee;
	outline:none;
	background-color:#d8e8f8;
	font-weight:900;
}

#nieuws .inhoud {
	display:block;
	background-color: #fff;
	color:#333;
	overflow: hidden;
	padding:5px 15px;
	border-left:2px solid #eee;
	margin:0 0 3px 0;
}

#nieuws span.datum {
	font-weight:100;
}
