/*BEGIN nieuwsberichten klein op voorpagina*/ 
.nieuws_small_datum{
	position:relative;
	float:left;
    color:#fff;
	font-size:11px;
	font-weight:bold;
    margin-right:5px;
}

.nieuwsbericht_small{
	margin-top:12px;
	display:block;
	}  

.nieuwsberichten_small a{
    font-size:11px;
    color:#fff;
    font-weight: normal;
} 
  
#nieuws_small h1{
	position:relative;
	display:inline;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:33px;
	padding-left:15px;
	background-image:url(../images/nieuws-h1.gif);
	background-repeat:no-repeat;
	}
	
.nieuws_small_hoofdtitel{
	position:relative;
	float:left;
	background-color:#996633;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	font-size:11px;
	text-decoration:none;
	color:#fff;
    font-weight: normal;
	}
    
a:hover.nieuws_small_titel{
	font-size:11px;
	text-decoration:underline;
	color:#fff;
    font-weight: normal;
	}
	
.nieuwssamenvatting_small{
	display:block;
	color:#fff;
    font-weight: normal;
	font-size:11px;
	}
	
.nieuwsfoto_small{
	display:inline;
	float:left;
	margin-right:5px;
	margin-bottom:3px;
	}

.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;
    width: 704px;
    margin-left: 18px;
    margin-top: 15px;
    border: 1px solid #bfbfbf;
    background-color: #dfdfdf;
	}
	
.nieuws-datum{
	position: relative;
    float: left;
    display: inline;
    width: 660px;
    margin-left: 18px;
    margin-top: 15px;
	color:#000;
	}
	
.nieuws-titel{
	position: relative;
    float: left;
    display: inline;
    width: 665px;
    margin-left: 18px;
    margin-top: 15px;
    color:#000;
	}
	
.nieuws-bericht{
	position: relative;
    float: left;
    display: inline;
    width: 665px;
    margin-left: 18px;
    margin-top: 15px;
    padding-bottom: 10px;
    color:#000;
	}
	
.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*/

	

