.nieuws-bericht-inleiding {
	margin-bottom: 10px;	
}

.nieuws-bericht-inleiding .titel {
	font-weight: bold; 
	border-top: 1px dotted black; 
	padding: 4px 0px;
	margin: 0px;
}


.nieuws-bericht-inleiding .content span {
	font-size: 10px;
	color: #6F6F6F;
}

.nieuws-bericht-inleiding .content a{
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


.nieuws-berichten-tabel {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #e1e1e1;
	border-collapse: separate;
	empty-cells: show;
	border-spacing:0;
	width:100%;
}

.nieuws-berichten-tabel th{
	border-bottom:1px solid #fff;
	padding: 4px 0;
	font-weight:bold;
	color:#191919;
	text-align:left;
	background-color: #CB0131;
	color: #ffffff;
	font-size:11px
}

.nieuws-berichten-tabel td {
	border-bottom: 1px solid #e6e6e6;
	padding:5px 4px 5px 0;
	vertical-align:top;
	font-size: 11px
}

.nieuws-berichten-tabel td.datum {
	color: #6F6F6F;	
	width: 40px;
}

.nieuws-berichten-tabel a {
	text-decoration: none;
	color: pink;
}

.nieuws-berichten-tabel td a {
	color: #000000;	
}

.nieuws-bericht {
	
}

.nieuws-bericht div.author {
	font-size: 10px;
	color: #6E6E6E;
	margin: 0px;
	padding: 0px;
}

.nieuws-bericht div.author a {
	font-weight: bold;
	color: #6E6E6E;
}
