/*BEGIN nieuwsberichten klein op voorpagina*/ 
#nieuws_small{
}

.nieuwsbericht_scheiding{
	position:relative;
	float:left;
	display:inline;
	width:250px;
	height:38px;
	background-image:url(../images/bg-right-item-scheiding.gif);
	background-repeat:no-repeat;
	}

.nieuws_small_datum{
	display:none;
}

.nieuwsberichten_small{
}

.nieuwsbericht_small{
	position:relative;
	float:left;
	display:inline;
	width:220px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(../images/bg-right-item.gif);
	background-repeat:repeat-y;
	}  

.nieuwsberichten_small a{
    font-size:11px;
    color:#fff;
} 
  
#nieuws_small_naam{
	position:relative;
	float:left;
	display:inline;
	width:220px;
	height:15px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(../images/bg-right-item.gif);
	background-repeat:repeat-y;
	color:#fff;
	font-size:16px;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#fff;
	}
    
a:hover.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#fff;
	}
	
.nieuwssamenvatting_small{
	display:block;
	margin-top:3px;
	color:#fff;
	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:#e17917;
	}
	
.nieuws-titel{
	position:relative;
	display:inline;
	width:580px;
	height:15px;
	}
	
.nieuws-bericht{
	position:relative;
	float:left;
	width:560px;
	padding:10px;
	margin-bottom:20px;
	border:1px dotted #e17917;
	background-color:#ffeedf;
	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*/

	


