/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	.normaal{}
	
	.kop1_klein {
		font-size: 7pt;
		font-weight: bold;
	}
	
	.kop2_middel {
		font-size: 10pt;
		font-weight: bold;
	}
	
	.kop3_groot {
		font-size: 13pt;
		font-weight: bold;
	}
	
	.standaard1_klein {
		font-size: 7pt;
	}
	
	.standaard2_middel {
		font-size: 10pt;
	}
	
	.standaard3_groot {
		font-size: 13pt;
	}
	
	img.plaatje_links_uitlijnen {
		float: left;
		padding-right: 10px;
	}
	
	img.plaatje_rechts_uitlijnen {
		float: right;
		padding-left: 10px;
	}
	
	.kop_blauw {
		color: #2386c9;
		font-weight: bold;
		font-size: 12px;
	}
	
	a.pijl_roze_rechts {
		background-image: url('../images/arrows/pink_r.png');
		background-repeat: no-repeat;
		background-position: 100% 50%;
		padding-right: 13px;
		text-decoration: none;
		color: #ea288f;
	}
	
	a.pijl_roze_links {
		background-image: url('../images/arrows/pink_l.png');
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding-left: 13px;
		text-decoration: none;
		color: #ea288f;
	}
	
	a.link_roze {
		color: #ea288f;
		text-decoration: none;
	}
	
	.tekst_roze {
		color: #ea288f;
	}
