﻿a.redLink
{
	font-size: 12px; 
	padding-left: 16px;
	font-weight: bold; 
	color: #444; 
	text-decoration: none; 
	background: url("../images/icons/lnkbullet_red.gif") no-repeat 0px 2px;
}
/*a:hover.redLink
{
	text-decoration: underline;
}*/
a.blueLink 
{
	font-size: 12px; 
	padding-left: 16px;
	font-weight: bold; 
	color: #156895 ; 
	text-decoration: none; 
	background: url("../images/icons/lnkbullet_blue.gif") no-repeat 0px 2px;
}

/*a:hover.blueLink 
{
	text-decoration: underline;
}*/

a.nieuwsLink 
{
	font: bold 12px/18px Arial;
	color: #156895;
	text-decoration: none;
}
hr.nieuwHr 
{
	border-top: 1px dotted #000;
	color: #fff;
	padding-bottom:2px;
	margin-bottom:2px;
}
.nieuwsDatum 
{
	font: normal 10px Arial;
	color: #666666;
}

.nieuwsContent 
{
	color: #666666;
	font: normal 12px Arial;
}

.kop
{
    font-size: 12pt;
    font-family :Arial ;
    font-weight : bold ;
    
    }