/*******************************************************************************
 *
 * - $Id: news.css 9917 2010-11-26 13:49:40Z ralderlieste $
 *
 * Copyright Rovecom ICT BV
 *
 ******************************************************************************/
/*---------- Nieuws lijst -------------*/ 



/*---------- Nieuws Detail -------------*/ 
#news .detail .intro {
	color: gray;
}
#news .detail .meta {
	background-color:#E6E6E6;
	border:1px dotted silver;
	font-size:11px;
	line-height:24px;
	padding: 10px;
	margin: 10px 0;
}
#news .detail .meta span {
	text-transform: capitalize;
	font-weight: bold;
}
/* news.css */