/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	img.Plaatje_links_uitlijnen {
		float: left;
		padding-right: 10px;
	}
	
	img.Plaatje_rechts_uitlijnen {
		float: right;
		padding-left: 10px;
	}
	
	.Normaal {
		color: #000;
		font-weight: normal;
		text-decoration: none;
		padding: 0;
		margin: 0;
		border: 0;
		border-collapse: collapse;
	}
	
	.Kop1 {
		font-size: 10pt;
		font-weight: bold;
		color: #f5038a;
	}
	
	a.Pijl_roze_rechts {
		background: url('../images/arrows/pink_arrow.gif') no-repeat 0px 50%;
		text-decoration: none;
		padding-left: 12px;
	}
	
	a.Link_roze {
		color: #f5038a;
	}
	
	.Kop_roze{
		font-size: 14px;
		font-weight: bold;
		color: #F5038A;
	}
	.Kop_grijs{
		font-size: 11px;
		font-weight: bold;
		color: #808080;
	}
