#nieuws .subnav {
	display: block;
}

#content dl {
	float: left;
	clear: both;
	width: 524px;
	padding: 0;
	margin-bottom: 20px;
}

#content dt {
	float: left;
	clear: left;
	width: 124px;
	color: Gray;
	font-size: .9em;
	line-height: 1.3em;
}

#content dd {
	float: left;
	width: 324px;
	margin-left: 20px;
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
}