/*BEGIN nieuwsberichten klein op voorpagina*/ 
#nieuws_small{
    position:relative;
	float:right;
	display:inline;
	margin-top:35px;
	width:700px;
}

.nieuws_small_datum{
	display:none;
	font-size:0px;
	line-height:0px;
}

.nieuwsberichten_small{
	display:inline;	
}

.nieuwsbericht_small{
	position:relative;
	float:left;
	display:inline;
	width:680px;
	min-height:100px;
	margin-left:-20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	margin-top:10px;
	background-image:url(../images/bg-nieuws.gif);
	background-repeat:repeat-x;
	}  

.nieuwsberichten_small a{
    font-size:13px;
    color:#383838;
} 
  
#nieuws_small h1{
	/*font-family:Arial, Helvetica, sans-serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:21px;
    color:#007eab;
	font-weight:normal;
	display:inline;
	line-height:22px;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	font-size:16px;
	text-decoration:none;
	color:#006374;
	}
    
a:hover.nieuws_small_titel{
	font-size:16px;
	text-decoration:none;
	color:#006374;
	}
	
.nieuwssamenvatting_small_title{
	margin-bottom:10px;
	}
	
.nieuwssamenvatting_small{
	color:#000;
	font-size:13px;
	line-height:17px;
	}
	
.nieuwsfoto_small{
	display:inline;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	}

.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{
	display:none;
	font-size:0px;
	line-height:0px;
	}
	
.nieuws-titel{
	position:relative;
	display:inline;
	float:left;
	width:580px;
	height:15px;
	margin-bottom:10px;
	}
	
.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*/

	

