@charset "utf-8";
/* CSS Document */
#news{
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#news div#newsheader{
	height: 42px;
}

#news div.item{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#news div.beeld{
	margin-bottom: 10px;
}
#news div.titel,#news div.subtitel, #news div.text{
	padding-right: 30px;
}
#news div.titel,
#newsitem div.titel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#news div.subtitel,
#newsitem div.subtitel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-bottom: 4px;
}
#news div.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 4px;
}
#news div.beeld{
}

#news span.more a{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}




#newsitem div.kop{
	margin-bottom: 10px;
}

#newsitem img.afbeelding{
	margin-right: 20px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#newsitem div.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	

}