/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	a.Pijl_oranje_bold {
		text-decoration: none;
		font-weight: bold;
		background-image: url('../images/arrows/arrow_r.gif');
		background-position: 0px 50%;
		background-repeat: no-repeat;
		color: #ff9806;
		font-size: 9pt;
		padding-left: 10px;
		line-height: 30px;
	}
	
	.Tekst_bold_groot {
		font-weight: bold;
		font-size: 9pt;
	}
	
	.Tekst_oranje {
		color: #ff9806;
	}
	
	.Normaal {
		color: #868686;
		font-weight: normal;
		text-decoration: none;
		padding: 0;
		margin: 0;
		border: 0;
		border-collapse: collapse;
	}
	
	img.Plaatje_links_uitlijnen {
		float: left;
		margin-right: 10px;
	}
	
	img.Plaatje_rechts_uitlijnen {
		float: right;
		margin-left: 10px;
	}
	
	a.pdf {
		background-image:url('../images/icons/adobe_pdf_icon.png');
		background-repeat:no-repeat;
		padding:5px 0 5px 30px;
	}