#nieuws{
	position:relative;
	float:left;
	}
    
#nieuws_small{
    position:relative;
    float:right;
    margin-right:40px;
    margin-top:25px;
    background-color:#efefef;
    border:1px solid #8f8f8f;
    width: 180px;
    padding:10px;
}

.nieuws_small_datum{
    color:#075075;
}

.nieuwsberichten_small{
    margin-top:5px;
}    

.nieuwsberichten_small a{
    font-size:11px;
    color:#383838;
}    
	
.nieuws-titel{
	position:relative;
	float:left;
	width:580px;
	height:15px;
	}
	
.nieuws-bericht{
	position:relative;
	float:left;
	width:890px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-top:1px dotted #0d72a6;
	border-bottom:1px dotted #0d72a6;
	background-color:#e8f2f7;
	}
	
.nieuws-foto{
	position:relative;
	float:right;
	margin-right:10px;
	}
    

