/*#######################################################*/
/*                     nieuws                            */
/*#######################################################*/		
#nieuws
	{
	width: 175px;
	color: #6A6A6A;
	font-size: 11px;
	line-height: 120%;
	}
	
#nieuws h2				/* rubriekskop */
	{
	width: 77px;
	height: 17px;
	text-indent: -9000px;
	background: url(../beeld/bg_nieuws.gif) 0 0 no-repeat;
	}

#cursussen #nieuws h2	/* rubriekskop */
	{
	background: url(../beeld/bg_nieuws_cursussen.gif) 0 0 no-repeat;
	}
	
#nieuws h3				/* kopje nieuwsbericht */
	{
	color: #039;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	padding: 2px 0 3px 0;
	}

#nieuws h4				/* datum nieuwsbericht */
	{
	color: #900;
	font-size: 9px;
	font-weight: bold;
	}
	
#nieuws a
	{
	color: #900;
	}
	
#nieuws a:hover
	{
	color: #039;
	}	
	
.hr_nieuws
	{
	display: block;
	width: 175px;
	height: 25px;
	background: url(../beeld/bg_hr_nieuws.gif) 0 11px repeat-x;
	}

.hr_nieuws hr
	{
	display: none;
	}
	
