/* all styles used by CMS objects */

	p
	{
		margin: 0px;
	}
	
	.Normaal {}
	
	.Afb_links
	{
		margin-right: 10px;
		
		float: left;
	}
	
	.Afb_rechts
	{
		margin-left: 10px;
		
		float: right;
	}
	
	.Kop
	{
		color: #4BBCEB;
		font-size: 15px;
		font-weight: bold;
	}
	
	.Pijl_link
	{
		padding-left: 12px;
		
		background-image: url('../images/global/layout/arrow.gif');
		background-position: 0px 50%;
		background-repeat: no-repeat;
	}
	
	.Lijst
	{
		margin-left: 17px;
		
		list-style-type: none;
		list-style-image: url('../images/global/layout/arrow.gif');
	}
	
	.Lijst a
	{
		color: #4D4D4D;
	}
	
	.Lijst a:hover
	{
		color: #09A4E4;
	}
