




/* Nieuws
=================================================================*/
#nieuwslijst li {
	list-style:none;
	padding:2px 10px 3px 36px;
	font-weight:bold;
	background:url('gfx/nieuwslijst_bullet.gif') no-repeat 10px 2px;
	}
#nieuwslijst li.even {
	background-color:#eee;
	}


.reacties {
	margin:0px 10px 10px 10px;
	}
.reacties dt {
	padding:4px 10px;
	background:url('gfx/reactiebgkop.gif') no-repeat left top;
	color:#000;
	}
.reacties dd {
	padding:4px 10px;
	background:url('gfx/reactiebg.gif') no-repeat left bottom;
	}