/*BEGIN nieuwsberichten klein op voorpagina*/ 
#nieuws_small{
    position:relative;
	float:left;
	width:192px;
	background-image:url(../images/projecten-bg.jpg);
	background-repeat:repeat;
	color:#490a63;
	}

.nieuws_small_datum{
    color:#490a63;
	font-size:12px;
	}

#nieuwsberichten_small-top{
	position:relative;
	float:left;
	width:192px;
	height:5px;
	background-image:url(../images/projecten-top.jpg);
	background-repeat:no-repeat;
	}

.nieuwsberichten_small{
	position:relative;
	float:left;
	}

#nieuwsberichten_small-bottom{
    position:relative;
	float:left;
	width:192px;
	height:6px;
	background-image:url(../images/projecten-bottom.jpg);
	background-repeat:no-repeat;
	}

.nieuwsbericht_small{
	margin-top:0px;
	display:block;
	margin-left:18px;
	margin-right:18px;
	}  

.nieuwsberichten_small a{
	position:relative;
	float:left;
	width:154px;
    font-size:11px;
    color:#7c4195;
	margin-top:0px;
	} 
	
.nieuws_kop{
	position:relative;
	float:left;
	margin-left:18px;
	margin-top:7px;
	font-size:15px;
	padding-bottom:10px;
	}
  
#nieuws_small h1{
	font-size:16px;
	font-weight:bold;
	color:#490a63;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#7c4195;
	}
    
a:hover.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#490a63;
	}
	
.nieuwssamenvatting_small{
	display:block;
	margin-top:5px;
	color:#333333;
	font-size:11px;
	padding-bottom:20px;
	}
	
.nieuwsfoto_small{
	display:inline;
	float:left;
	margin-bottom:8px;
	border:1px solid #666666;
	}

.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:#490a63;
	}
	
.nieuws-titel{
	position:relative;
	display:inline;
	width:645px;
	height:15px;
	color:#7c4195;
	}
	
.nieuws-bericht{
	position:relative;
	float:left;
	width:645px;
	padding:10px;
	margin-bottom:20px;
	border:1px dotted #490a63;
	background-color:#fcf4ff;
	overflow:auto;
	}
	
.nieuws-foto{
	position:relative;
	float:right;
	}
/*EINDE nieuwsberichten groot op nieuws pagina*/ 
	
/*Begin nieuws popup*/
.nieuws_popup{
    width:645px;
}
/*Einde nieuws popup*/

	


