#nieuws
{
}
#nieuws .nieuws
{
	position:				relative;
	margin:					0 0 14px;
	background:				#6A6A6A url(/media/images/grijs_verloop.bmp) repeat-y right;
	display:				block;
	overflow:				auto;
	text-decoration:		none;
	color:					white;
	cursor:					default;
	_zoom:					1;
}
#nieuws .nieuws.linkje:hover
{
	background:				#6A6A6A;
}
#nieuws .linkje
{
	cursor:					pointer;
}
#nieuws .datum
{
	position:				absolute;
	bottom:					4px;
	_bottom:				3px;
	left:					4px;
	padding:				5px 11px 0 5px;
	width:					119px;
	height:					19px;
	color:					white;
	background:				url(/media/images/project_datum.png) no-repeat;
	_background:			none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/project_datum.png', sizingMethod='scale');
}
#nieuws .foto
{
	padding:				4px;
	margin:					0 25px 0 0;
	background:				#006A6A;
	float:					left;
}
#nieuws .foto img
{
	width:					250px;
	height:					187px;
	display:				block;
}
#nieuws .artikel
{
	float:					left;
	display:				inline;
	width:					500px;
	height:					195px;
	overflow:				hidden;
}
#nieuws h3
{
	margin:					20px 0;
	font-size:				14px;
}
#nieuws p
{
	margin:					0;
}