/* 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: #004882;
			}
	
	a.dubbel_pijl,
	a.dubbel_pijl_links {
					
						
								
					
			background-image: url('../cms_file.php?fromDB=30');
			background-repeat: no-repeat;
			background-position: 100% 4px;
				padding-right: 12px;
		text-decoration: none;
		font-weight: bold;
		font-style: normal;
	}

	a.dubbel_pijl_links {
		padding-right: 0;
		padding-left: 12px;
		background-position: left 4px;
	}
	
	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{}