/* nieuws */

#links {
	width: 478px;
	float: left;
	margin: 20px 0 0 0;
	height:100%;
}

#links #header {
	height: 28px;
	width: 478px;
	float:left;
}

#links #header #titel{
	padding-left: 10px;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #ffff04;
	width: 468px;
	float: left;
	background-image: url('../img/header_artikel.png'); 
	background-repeat: no-repeat;
	margin: 0 0 17px 0;
}

#links #links #linklijst {
	float: left;
	margin: 0 0 0 10px;
}

#links #links #linklijst li {
	padding-left: 10px;
	background: url(../img/block_grey.png) left center no-repeat;
	margin-left: 0px;
}

#links #links #linklijst li strong {
	float:left;
}

#links #links #linklijst li a {
	color: #000;
	display: inline;
}

