/*--------------------------------------------------------------------
Basic Style Sheet

Version: 2.0
Copyright: 2010, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

/* News
--------------------------------------------------------------------*/
div#news {
	position: relative;
	float: left;
	width: 450px;
	margin: 40px 80px 0 0;
	padding-top: 5px;
}

	/* News::Listitem
	--------------------------------------------------------------------*/
	div#news div.listitem {
		position: relative;
	}
	
	div#news div.listitem div.title {
		margin-top: 20px;
	}
	
	div#news div.listitem div.content {
		margin-bottom: 30px;
	}
	
	div#news div.listitem div.content span.date {
	
	}
	
	div#news div.listitem div.content span.read a {
	
	}
	
	div#news div.listitem div.content span.read a:hover {
	
	}
	
	/* News::Archief
	--------------------------------------------------------------------*/
	div#news div.archief {
		position: relative;
		margin-top: 0px;
	}
	
	div#news div.archief div.date {
		float: left;
		width: 60px;
		font-size: 10px;
		font-weight: bold;
	}
	
	div#news div.archief div.title {
		float: left;
		width: 350px;
	}
	
	div#news  div.archief div.title a {
		font-weight: normal;
	}
	
	div#news div.archief div.title a:hover {
	
	}
	
	/* News::Item
	--------------------------------------------------------------------*/
	div#news div.item {
		position: relative;
	}
	
	div#news div.item {
		margin-top: 20px;
	}
	
	div#news div.item div.date {
		width: 200px;
		font-weight: bold;
	}
	
	div#news div.item div.content {
		
	}
	
	div#news div.item div.content p {
		
	}

