/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	.normaal{}
	
	.kop1 {
		font-size: 14px;
							font-weight: bold;
							font-style: normal;
							text-decoration: none;
				color: #004165;
		line-height: normal;
	}
	
	.kop2 {
		font-size: 12px;
							font-weight: bold;
							font-style: normal;
							text-decoration: none;
				color: #004165;
		line-height: normal;
	}
	
	.kop3 {
		font-size: 11px;
							font-weight: normal;
							font-style: normal;
							text-decoration: none;
				color: #004165;
		line-height: normal;
	}
/*	
	.standaard1_klein {
		font-size: 6pt;
	}
	
	.standaard2_middel {
		font-size: 10pt;
	}
	
	.standaard3_groot {
		font-size: 13pt;
	}
	
	.standaard4_groter {
		font-size: 17pt;
	}
	
	.standaard5_grootst {
		font-size: 22pt;
	}
*/	
	img.plaatje_links_uitlijnen {
		float: left;
		padding-right: 10px;
	}
	
	img.plaatje_rechts_uitlijnen {
		float: right;
		padding-left: 10px;
	}
	
	.tekst_hoofdkleur {}
	
	a.dubbel_pijl_grijs {
		background: url('../images/arrows/double_grijs.gif') no-repeat 100% 55%;
		padding-right: 15px;
		text-decoration: none;
		color: #666;
		font-weight: bold;
		font-style: normal;
	}
	
	a.link_hoofdkleur {
		text-decoration: underline;
	}
	
	a.pijl_hoofdkleur {
		background: url('../images/arrows/grey_r.gif') no-repeat 0px 50%;
		padding-left: 10px;
		font-weight: bold;
		text-decoration:none;
		font-style: normal;
	}
	
	a.dubbel_pijl_wit {
		background: url('../images/arrows/double_white.gif') no-repeat 100% 50%;
		padding-right: 15px;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-style: normal;
	}
	
	.Popup {}
