@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*GERELATEERD ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#relatedWrapper {
	margin:0px 0px 0px 14px;
	clear:both;
}

#indexRelatedWrapper{clear:both; width:500px; margin:33px 0px 0px 0px; }
#relations{clear:both; width:445px; height:115px; margin:0px 0px 0px 0px; }

.relationItem{ 
	width:228px;
	height:138px;
	float:left;
	display:inline;
	overflow:hidden;
}

#relations .relationItem{ 
	width:220px;
	height:113px;
	float:left;
	display:inline;
	overflow:hidden;
}


.relationItem .relationItemContent{	
	margin:12px 0px 12px 12px;
	width:180px;
	float:left;
	display:inline;
}

.relatedBlockA {
	background-image:url(/images/site/relatedBlockA.png);
	background-repeat:no-repeat;
}
.relatedBlockB {
	background-image:url(/images/site/relatedBlockB.png);
	background-repeat:no-repeat;
	margin-left:10px;
}
.relatedBlockC {
	background-image:url(/images/site/relatedBlockC.png);
	background-repeat:no-repeat;

}

.relatedBlockC .relationItemContent{	
	width:170px;
}

.relatedBlockA p.relationsTitle{ 
	font-weight:bold; 
	color:#000000;
	margin-bottom:4px; 
}
.relatedBlockA p.relationsIntro{ 
	height:85px;
	color:#000000;
}
.relationItem a.relationsReadMore { 
	width:33px; 
	height:25px;
	float:right;
	display:inline;
	clear:right;
	margin:108px 0px 0px 0px;
	
}
.relatedBlockB p.relationsTitle{ 
	font-weight:bold; 
	color:#ffffff;
	margin-bottom:4px;  
}
.relatedBlockB p.relationsIntro{ 
	height:85px;
	color:#ffffff;
}

.relatedBlockC p.relationsTitle{ 
	font-weight:bold; 
	color:#000000; 
	height:40px;
	overflow:hidden;
}
.relatedBlockC p.relationsIntro{ 
	height:50px;
	color:#000000;
	overflow:hidden;
}
.relatedBlockC a.relationsReadMore { 
	width:33px; 
	height:25px;
	float:right;
	display:inline;
	clear:right;
	margin:85px 0px 0px 0px;
	
}
.withLeftMargin { margin-left:5px;clear:right;}