/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	.normaal{}
	
	.font1 {
		font-size: 35px;
					color: #753F58;
				line-height: normal;
	}
	
	.font2 {
		font-size: 15px;
					color: #E27AC0;
				line-height: normal;
	}
	
	.font3 {
		font-size: 13px;
					color: #B2B2B2;
				line-height: normal;
	}

	img.plaatje_links_uitlijnen {
		float: left;
		padding-right: 10px;
	}
	
	img.plaatje_rechts_uitlijnen {
		float: right;
		padding-left: 10px;
	}
	
	.tekst_hoofdkleur {
					color: #EC008C;
			}
	
	a.dubbel_pijl {
					
						
								
					
			background: url('../cms_file.php?fromDB=651') no-repeat 100% 4px;
				padding-right: 12px;
		text-decoration: none;
		font-weight: bold;
		font-style: normal;
	}
	
	a.pijl_grijs {
		background: url('../images/arrows/grey_r.gif') no-repeat 0px 50%;
		padding-left: 10px;
		font-weight: bold;
		text-decoration:none;
		font-style: normal;
	}
	
	.Popup{}
