/* all styles used by CMS objects */

	p {
		margin: 0px;
	}
	
	.normaal {}
	
	.Kop1 {
		font-size:18px;
	}
	
	a.Pijl_link_rood {
		color: #e2001a;
		background-image: url('../images/arrows/red_double_r.gif');
		padding-right: 10px;
		background-position: 100% 60%;
		background-repeat: no-repeat;
		text-decoration: none;
	}
	
	a.Link_rood {
		color: #e2001a;
		text-decoration: underline;
	}
	
	a.link_zwart {
		color: #000;
		text-decoration: underline;
	}
	
	a:hover.link_zwart {
		color: #e2001a;
		text-decoration: underline;
	}
	
	a.Pijl_link_rood:hover {
		text-decoration: underline;
	}
	
	.Kop_rood_bold {
		font-size: 12px;
		color: #e2001a;
		font-weight: bold;
	}
	
	.Tekst_rood {
		color: #e2001a;
	}
	
	img.Plaatje_links_uitlijnen {
		float: left;
		padding-right: 10px;
	}
	
	img.Plaatje_rechts_uitlijnen {
		float: right;
		padding-left: 10px;
	}
	
	.Contact_Rood
	{
		color: #CC0000;
	}
