/*BEGIN nieuwsberichten klein op voorpagina*/ 
#nieuws_small{
    position:relative;
	float:left;
	width:405px;
	margin-top:15px;
	margin-bottom:5px;
}

#nieuwsberichten_small_titel{
	position:relative;
	float:left;
	width:390px;
	height:34px;
	background-image:url(../images/nieuws-top.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family: tahoma;
	padding-left:15px;
    font-size:15px;
	line-height:32px;
    letter-spacing: 1px;
	}

.nieuws_small_datum{
	position:relative;
	float:left;
    color:#5f6fb6;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.nieuwsberichten_small{
	position:relative;
	float:left;
	width:383px;
	background-image:url(../images/blok-center.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e9efd3;
	border-left:1px solid #a9ae97;
	border-right:1px solid #a9ae97;
	padding:10px;
	line-height:18px;
}

#nieuwsberichten_bottom{
	position:relative;
	float:left;
	width:405px;
	height:8px;
	background-image:url(../images/nieuws-bottom.png);
	background-repeat:no-repeat;
}

.nieuwsbericht_small{
	margin-top:12px;
	display:block;
	}  

.nieuwsberichten_small a{
    font-size:11px;
    color:#fff;
} 
	
.nieuws_small_hoofdtitel{
	position:relative;
	float:left;
	background-color:#996633;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#5f6fb6;
	}
    
a:hover.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#5f6fb6;
	}
	
.nieuwssamenvatting_small{
	display:block;
	margin-top:3px;
	color:#666666;
	font-size:11px;
	}
	
.nieuwsfoto_small{
	display:inline;
	float:left;
	margin-right:5px;
	margin-bottom:3px;
	}

.nieuwsfoto_small img{
	border:0px;
	}
/*EINDE nieuwsberichten klein op voorpagina*/ 
	
	
	
/*BEGIN nieuwsberichten groot op nieuws pagina*/  
#nieuws{
	position:relative;
	float:left;
	}

.nieuws-bericht-container{
	position:relative;
	clear:both;
	}
	
.nieuws-datum{
	position:relative;
	display:inline;
	color:#5f6fb6;
	font-weight:bold;
	}
	
.nieuws-titel{
	position:relative;
	display:inline;
	width:580px;
	height:15px;
	font-size:13px;
	color:#5f6fb6;
	}
	
.nieuws-bericht{
	position:relative;
	float:left;
	width:580px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-top:1px dotted #5f6fb6;
	border-bottom:1px dotted #5f6fb6;
	background-color:#f0f0f0;
	overflow:auto;
	}
	
.nieuws-foto{
	position:relative;
	float:right;
	margin-right:10px;
	}
/*EINDE nieuwsberichten groot op nieuws pagina*/ 
	
/*Begin nieuws popup*/
.nieuws_popup{
    width:580px;
}
/*Einde nieuws popup*/



/*aanmelden nieuwsbrieven module */
#nieuwsbrief_small{
	position:relative;
	float:left;
	width:405px;
	height:79px;
	background-image:url(../images/nieuwsbrief.png);
	background-repeat:no-repeat;
	color:#5f6fb6;
	margin-top:5px;
	}
	
#nieuwsbrief_titel{
	position:relative;
	float:left;
	height:300px;
	margin-left:90px;
	margin-top:10px;
	}

#nieuwsbrief_tekst{
	position:relative;
	float:left;
	}