/*BEGIN nieuwsberichten klein op voorpagina*/ 
#nieuws_small_container{
    position:relative;
    float:left;
	display:inline;
	width:669px;
	min-height:155px;
	margin-top:50px;
	background-image:url(../images/bg-nieuws-container.gif);
	background-repeat:repeat-y;
}

#nieuws_small_top{
	position:absolute;
	width:669px;
	height:200px;	
	top:-45px;
	left:0px;
	background-image:url(../images/bg-nieuws-top.png);
	background-repeat:no-repeat;
	z-index:1;
	}
	
#nieuws_small_bottom{
	position:absolute;
	width:669px;
	height:22px;	
	bottom:0px;
	left:0px;
	background-image:url(../images/bg-nieuw-bottom.gif);
	background-repeat:no-repeat;
	z-index:1;
	}

.nieuws_small_datum{
	display:none;
	line-height:0px;
	font-size:0px;
}

.nieuwsberichten_small{
	position:relative;
	float:left;
	display:inline;
	z-index:2;
	margin-left:20px;
	width:630px;
	padding-bottom:10px;
}

.nieuwsbericht_small{
	margin-top:12px;
	display:block;
	}  

.nieuwsberichten_small a{
    font-size:11px;
    color:#fff;
} 
  
#nieuws_small h1{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}
    
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;
	font-weight:normal;
	}
	
.nieuwsfoto_small{
	position:relative;
	float:right;
	display:inline;
	width:150px;
	height:150px;
    margin-top:-12px;
    margin-left: 15px;
    margin-bottom: 12px;
	}

.nieuwsfoto_small img{
	display:inline;
	border:1px solid #f49195;
	}
/*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:#0099FF;
	}
	
.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 #0d72a6;
	background-color:#e8f2f7;
	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*/

	


