/* NIEUWS DETAIL*/
table.nieuwsList
{
	font-size: 12px;
	font-family: arial;
	color:#000000;
}

table.nieuwsList
{
	width: 565px;
	margin: 0px 0px 15px 0px;
	margin-left: -10px;
}


table.nieuwsList td
{
	padding: 0px;
}

table.nieuwsList td.image
{
	padding: 0px 5px 0px 0px;
	vertical-align: top;
}

table.nieuwsList td.image img
{
	height: 100px;
	width: 100px;
}

table.nieuwsList td.titel
{
	height: 15px;
}

table.nieuwsList td span.titel
{
	font-weight: bold;
	color: #F59E2B;
}

table.nieuwsList td span.separator
{

}

table.nieuwsList td span.subtitel
{
	font-style: italic;
}

table.nieuwsList td.datum
{
	height: 10px;
	border-bottom: 1px solid #CCCCCC;
}

table.nieuwsList td.datum span
{
	font-size: 10px;
	font-weight: bold;
}

.table.nieuwsList td.body
{
	vertical-align: top;
}

.table.nieuwsList td.body p
{

}

a.leesmeer:link, a.leesmeer:visited
{
	display: block;
	color: #000000;
	float: right;
}
a.leesmeer:hover, a.leesmeer:active
{
	display: block;
	color: #F59E2B;
	float: right;
}
/**/
table.kort
{

}

table.kort td
{
	font-family: Arial;
	font-size: 10px;
}

td.kortKop li
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

span.kortDatum
{
	font-weight: bold;
}

span.kortTekst
{
}
a.kortMeer:link, a.kortMeer:visited
{
	text-decoration: underline;
}

a.kortMeer:hover, a.kortMeer:active
{
	text-decoration: none;
}
.kortDatum strong
{
	font-weight: bold;
}
/**/
