/*BEGIN nieuwsberichten klein op voorpagina*/ 
#nieuws_small{
    position:relative;
	float:right;
	display:inline;
	margin-top:35px;
	width:191px;
}

.nieuws_small_datum{
	display:none;
	font-size:0px;
	line-height:0px;
}

.nieuwsberichten_small{
	position:relative;
	float:left;
	display:inline;
	margin-top:5px;
	padding-bottom:35px;
}

.nieuwsbericht_small{
	position:relative;
	float:left;
	display:inline;
	width:166px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	}  

.nieuwsberichten_small a{
    font-size:13px;
    color:#383838;
} 
  
#nieuws_small h1{
	position:relative;
	float:left;
	display:inline;
	width:176px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#fff;
	font-weight:normal;
	line-height:33px;
	height:37px;
	margin:0px;
	padding:0px;
	padding-left:15px;
	background-color:#007675;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	font-size:12px;
	text-decoration:none;
	color:#008298;
	}
    
a:hover.nieuws_small_titel{
	font-size:12px;
	text-decoration:none;
	color:#008298;
	}
	
.nieuwssamenvatting_small_title{
	margin-bottom:5px;
	}
	
.nieuwssamenvatting_small{
	color:#333333;
	font-size:12px;
	line-height:16px;
	}
	
.nieuwsfoto_small{
	position:relative;
	width:52px;
	display:inline;
	float:right;
	margin-left: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;
	float:left;
	display:inline;
	margin-top:5px;
	margin-bottom:20px;
	}
	
.nieuws-datum{
	display:none;
	font-size:0px;
	line-height:0px;
	}
	
.nieuws-titel{
	position:relative;
	display:inline;
	float:left;
	width:445px;
	height:20px;
	margin-bottom:5px;
	font-size:16px;
	color:#008298;
	}
	
.nieuws-bericht{
	position:relative;
	float:left;
	width:423px;
	padding-left:10px;
	padding-top:7px;
	padding-right:10px;
	padding-bottom:7px;
	border:1px dotted #0d72a6;
	background-color:#eaf0f0;
	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*/

.nieuws-laatste-titel-home{
	position:absolute;
	left:-40px;
	top:-55px;
	width:445px;
	height:37px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:19px;
    color:#007675;
	font-weight:normal;
	display:inline;
	line-height:35px;
	padding-left:40px;
	height:37px;
	background-color:#d9ebeb;
	}

.nieuws-titel-home{
	position:relative;
	display:inline;
	float:left;
	width:445px;
	height:30px;
	margin-top:70px;
	font-size:16px;
	color:#008298;
	}
	
.nieuws-bericht-home{
	position:relative;
	float:left;
	display:inline;
	width:433px;
	padding-bottom:30px;
	}

