/* Klein nieuws overzicht voor plaatsing op b.v. de startpagina */
div#newsitemsmall_date {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 7pt;
	color: #6e7678;
	margin-top: 5px;
	margin-bottom: 2px;
	/*border-top: 1px solid #cccccc;*/
}
div#newsitemsmall_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 9pt;
	color: #000;
	margin-bottom: 8px;
}
div#newsitemsmall_title a {
	color: #000;
}
div#newsitemsmall_title a:hover {
	color: #000;
	text-decoration: underline;
}


/* Nieuws overzicht voor plaatsing op de nieuwspagina */
div#newsitemlist_seperator {
	border-top: 1px solid #eaeaea;
	width: 80%;
}
div#newsitemlist_date {
	font-family: 'PT Sans Narrow', sans-serif;
	font-style: italic;
	font-size: 8pt;
	color: #6e7678;
	margin-top: 0px;
	margin-bottom: 5px;
	
}
div#newsitemlist_title {
	margin-top: 10px;
	margin-bottom: 0px;
	width: 80%;
}
div#newsitemlist_shorttext {
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #000;
	margin-bottom: 10px;
	width: 80%;
}


div#newsitemlist_title a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 13pt;
	font-weight: 600;
	color: #3b3b3b;
}
div#newsitemlist_title a:hover {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 13pt;
	font-weight: 600;
	color: #e86204;
	text-decoration: underline;
}

a.readmore {
	color: #00156e;
	font-size: 9pt;
}
a.readmore:hover {
	color: #00156e;
	text-decoration: underline;
	font-size: 9pt;
}
