/*BEGIN nieuwsberichten klein op voorpagina*/ 
#nieuws_small{
    position:relative;
	float:right;
	display:inline;
	margin-bottom:10px;
	margin-right:10px;
}

#nieuws_small_left{
	position:relative;
	float:left;
	display:inline;
	width:15px;
	height:42px;
	background-image:url(../images/bg-head-left.jpg);
	}
	
#nieuws_small_center{
	position:relative;
	float:left;
	display:inline;
	height:42px;
	width:260px;
	background-image:url(../images/bg-head.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height:38px;
	}
	
#nieuws_small_right{
	position:relative;
	float:left;
	display:inline;
	width:13px;
	height:42px;
	background-image:url(../images/bg-head-right.jpg);
	}
	
.bg-nieuws-top{
	position:relative;
	float:left;
	display:inline;
	width:256px;
	height:4px;
	background-image:url(../images/bg-nieuws-top.gif);
	background-repeat:no-repeat;
	font-size:0px;
	line-height:0px;
	}
	
.bg-nieuws-center{
	position:relative;
	float:left;
	display:inline;
	width:256px;
	height:180px;
	background-image:url(../images/bg-nieuws-center.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	}
	
.bg-nieuws-bottom{
	position:relative;
	float:left;
	display:inline;
	width:256px;
	height:4px;
	background-image:url(../images/bg-nieuws-bottom.gif);
	background-repeat:no-repeat;
	font-size:0px;
	line-height:0px;
	}

.nieuws_small_datum{
    color:#075075;
	font-size:12px;
}

.nieuwsberichten_small{
    position:relative;
	float:left;
	display:inline;
	clear:both;
	width:260px;
	background-color:#d1e6ff;
	padding-left:15px;
	padding-right:13px;
	padding-bottom:15px;
	padding-top:15px;
}

.nieuws_blok_bottom_left{
	position:absolute;
	bottom:0px;
	left:0px;
	height:4px;
	width:4px;
	background-image:url(../images/blok-bottom-left.gif);
	background-repeat:no-repeat;
	}
	
.nieuws_blok_bottom_right{
	position:absolute;
	bottom:0px;
	right:0px;
	height:4px;
	width:4px;
	background-image:url(../images/blok-bottom-right.gif);
	background-repeat:no-repeat;
	}

.nieuwsbericht_small{
	margin-top:12px;
	display:block;
	}  

.nieuwsberichten_small a{
    font-size:11px;
    color:#383838;
} 
  
#nieuws_small h1{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	line-height:38px;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#003b93;
	height:15px;
	margin-left:15px;
	}
    
a:hover.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#003b93;
	}
	
.nieuwssamenvatting_small{
	display:block;
	margin-left:15px;
	margin-right:10px;
	margin-top:8px;
	padding-bottom:10px;
	color:#333333;
	font-size:11px;
	}
	
.nieuwssamenvatting_next{
	position:relative;
	float:left;
	width:100px;
	height:30px;
	color:#003b93;
	cursor:pointer;
	background-image:url(../images/nieuws-next.gif);
	background-repeat:no-repeat;
	background-position:right;
	line-height:27px;
	}
	
.nieuwsfoto_small{
	display:inline;
	float:right;
	margin-right:10px;
	margin-left:3px;
	margin-bottom:3px;
	margin-top:8px;
	}

.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:#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:#d1e6ff;
	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*/