.newsitem {
	cursor: pointer;
	height: 29px;
	overflow:hidden;
}

.newsheader {
	position: relative;
	height: 25px;
	
	padding: 4px 0 0 0;
	
	background: transparent url('../images/line.striped.gif') repeat-x left top;
}

.newstitle {
	float: left;
}

.newstitle a {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	
	font-weight: bold;
	text-decoration: none;
}

.newstitle a:hover {
	color: #662c90;
	text-decoration: none;
}

.newsdate {
	float: right;
	
	font-family: Arial;
	font-size: 14px;
	color: #662c91;
	
	font-weight: bold;
}

.newstext {
	padding: 0 0 10px 0;
}

.nieuwsitem_datum {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	
	font-weight: bold;
	
	padding: 0 0 10px 0;
}

.nieuwsitem_bericht {
	padding: 0 0 10px 0;
}
