/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	a.pijl_link_blue_bold {
		background-image: url('../images/arrows/blue_r.gif');
		background-repeat: no-repeat;
		background-position: 0px 50%;
		text-decoration: none;
		color: #0098a1;
		font-weight: bold;
		padding-left: 11px;
	}
	
	.Tekst_blauw {
		color: #0098a1;
		font-weight: bold;
	}
	
	.Kop_donker_blauw {
		color: #00a1a9;
		font-weight: bold;
	}
	
	a.pijl_link_blauw {
		background-image: url('../images/arrows/blue_r.gif');
		background-repeat: no-repeat;
		background-position: 0px 50%;
		text-decoration: none;
		color: #0098a1;
		padding-left: 11px;
	}
	
	a.bol_link_blauw {
		color: #0098a1;
		text-decoration: none;
	}
	
	a.bol_link_blauw:hover {
		text-decoration: underline;
	}
	
	img.Plaatje_links_uitlijnen {
		float: left;
		padding-right: 10px;
	}
	
	img.Plaatje_rechts_uitlijnen {
		float: right;
		padding-left: 10px;
	}
		