/** CSS projecten StyleSheet StudieBaan 2009  
 *
 * Author(s): 	NCOI
 * Date:		19-08-2009
 * Copyright:	(c)2009 NCOI opleidingsgroep
 *
 * PALETTE
 * ------------------------------------------------------------
 * Red: 			#B2071A
 * Red (links):		#B71B29
 * Blue:			#037FBB
 * Green:			#80933A
 * Gray (links):	#666
 * Gray (lines):	#8E8E8E
 **/

div#newsList {
	margin: 0 auto;
}

div#newsList .newsitem {
	margin-bottom: 1.5em;
}

div#newsList .newstitle {
	font-size: 12px;
	display: block;
	font-weight: bold;
	color: #037FBB;
	clear:both;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
}

div#newsList .newsintro {
	padding: 0;
	border: none;
}

div#newsList .newsintro_agenda {
	padding: 0;
	width: 50px;
	height: 60px;
	background: url(/images/news_agenda_day.jpg);
	overflow:hidden;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	line-height:14px;
	padding-top: 4px;
	margin: 3px;
	float: left;
}
div#newsList .newsintro_text {
}
