/*BEGIN nieuwsberichten klein op voorpagina*/ 
#nieuws_small{
    position:relative;
    float:right;
    margin-right:40px;
    margin-top:25px;
    background-color:#efefef;
    border:1px solid #8f8f8f;
    width: 180px;
    padding:10px;
}

#nieuws-pagina-logo{
	position:absolute;
	right:0px;
	top:-7px;
	width:97px;
	height:60px;
	background-image:url(../images/nieuws-logo.png);
	background-repeat:no-repeat;
	z-index:2;
	}

.nieuws_small_datum{
    color:#075075;
	font-size:12px;
}

.nieuwsberichten_small{
    margin-top:5px;
}

.nieuwsbericht_small{
	margin-top:12px;
	display:block;
	}  

.nieuwsberichten_small a{
    font-size:11px;
    color:#383838;
} 
  
#nieuws_small h1{
	font-size:16px;
	font-weight:bold;
	color:#3366CC;
	}

a:link.nieuws_small_titel, a:visited.nieuws_small_titel, a:active.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#3366FF;
	}
    
a:hover.nieuws_small_titel{
	font-size:13px;
	text-decoration:none;
	color:#3399FF;
	}
	
.nieuwssamenvatting_small{
	display:block;
	margin-top:3px;
	color:#333333;
	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;
	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:#e8f2f7;
	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-rss{
	position:relative;
	float:left;
	display:inline;
	width:450px;
	text-align:right;
}
