/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	.normal {}
	
	img.plaatje_links_uitlijnen {
		float: left;
		padding-right: 10px;
	}
	
	img.plaatje_rechts_uitlijnen {
		float: right;
		padding-left: 10px;
	}
	
	.kop_blauw {
		font-size: 12px;
		color: #329cfe;
		font-weight: bold;
	}
	
	a.link_blauw {
		color: #329cfe;
		text-decoration: none;
	}
	
	.tekst_blauw {
		color: #329cfe;
	}
