/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	.normaal{}
	
	.font1 {
		font-size: 20px;
				line-height: normal;
	}
	
	.font2 {
		font-size: 18px;
				line-height: normal;
	}
	
	.font3 {
		font-size: 16px;
				line-height: normal;
	}

	img.plaatje_links_uitlijnen {
		float: left;
		padding-right: 10px;
	}
	
	img.plaatje_rechts_uitlijnen {
		float: right;
		padding-left: 10px;
	}
	
	.tekst_hoofdkleur {
					color: #ED1A77;
			}
	
	a.dubbel_pijl {
					background: none;
				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{}