/*
	Nieuws Module stylesheet
*/

/* Headlines */
#nieuws-headlines{

}

.nieuws-headline-title{
	float:left;
	
	width:100%;	
}

.nieuws-headline-title h1{
	color:#333;
}


.nieuws-headline-date{
	font-size:10px;
	color:#757577;
	float:left;
	width:100%;
}

.news-item-date
{
	font-size:10px;
	color:#757577;
	padding-left:0px;
}

.nieuws-headline-text{
	line-height:150%;
	margin-top:5px;
	float:left;
	margin-bottom:25px;
	padding:0px;


}

.nieuws-headline-text h2{
	font-weight:normal;	
	margin:0px;
	padding:0px;
}

.nieuws-headline-text a{
	font-size:12px;
	color:#333;
}

.nieuws-headline-text a:hover{
	text-decoration:underline;
}

.nieuws-headline-text img{

	height:80px;
	float:left;
	margin:0 10px 0 0px;
	margin-left:-5px;

}
.nieuws-headline-image{
}

/* Nieuws items */
#nieuws-items{

	clear:both;
	width:100%;
	border-bottom:1px dotted #757577;
	float:left;
	
}

.nieuws-items-title{
	float:left;
	width:60%;
	padding-top:5px;
	padding-bottom:5px;
	
}
.nieuws-items-title a{text-decoration:none; color:#666;}
.nieuws-items-title a:hover{text-decoration:underline;}


.nieuws-items-date{

	font-size:10px; 
	color:#757577; 
	float:left;
	width:40%;
	padding-top:7px;
	padding-bottom:7px;
	
}

.nieuws-items-reaction{}
#nieuws-terug{float:right; padding:3px;}
#nieuws-terug a{color:#004C99; text-decoration:none;}


.news-item img
{
	margin:5px 10px 1px 3px;
	float:left;
}
