/*BEGIN nieuwsberichten klein op voorpagina*/ 
#nieuws_small{
    position:relative;
	float:left;
	display:inline;
    width: 277px;
}

.nieuws_small_datum{
	display:none;
	font-size:0px;
	line-height:0px;
}

.nieuwsberichten_small{
    display:inline;
}

.nieuwsbericht_small{
	position: relative;
    float:left;
    display:inline;
    width:277px;
    background-image:url(../images/bg-nieuws-small.gif);
    background-repeat:repeat-x;
    background-position: bottom;
	}  

.nieuwsberichten_small a{
    font-size:13px;
    color:#009058;
}

#kort-nieuws-titel{
	position: relative;
    float:left;
    display:inline;
    width: 262px;
    height: 40px;
    line-height: 35px;
    font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
    font-size:15px;
    color:#009058;
	font-weight:normal;
	display:inline;
    padding-left:20px;
    background-image:url(../images/bg-nieuws-small.gif);
    background-repeat:repeat-x;
    background-position: bottom;
	}
	
#bekijk-alle-nieuwsberichten{
	position: relative;
    float:left;
    display:inline;
    width: 262px;
    height: 25px;
    line-height: 25px;
    font-family:"Lucida Sans Unicode","Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
    font-size:11px;
    color:#009058;
	font-weight:normal;
	display:inline;
    padding-left:20px;
    background-image:url(../images/bg-nieuws-small.gif);
    background-repeat:repeat-x;
    background-position: top;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	position:relative;
	float:left;
	display:inline;
	font-size:13px;
	text-decoration:none;
	color:#009058;
	margin-top:15px;
	line-height:20px;
	}
    
a:hover.nieuws_small_titel{
	position:relative;
	float:left;
	display:inline;
	font-size:13px;
	text-decoration:none;
	color:#009058;
	margin-top:15px;
	line-height:20px;
	}
	
.nieuwssamenvatting_small_title{
	margin-bottom:5px;
    margin-left:20px;
	}
	
.nieuwssamenvatting_small{
    position: relative;
    float:left;
    display:inline;
    width:240px;
	color:#000;
	font-size:12px;
	line-height:17px;
    margin-left: 20px;
	padding-bottom:15px;
	}
	
.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:590px;
	height:15px;
	color:#009058;
	font-size:14px;
	margin-bottom:10px;
	}
	
.nieuws-bericht{
	position:relative;
	float:left;
	width:590px;
	padding:20px;
	margin-bottom:20px;
	overflow:auto;
	background-image:url(../images/bg-nieuws.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #CCCCCC;
	}
	
.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*/

	

