@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*GERELATEERD ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

#right-related {
	position:relative;  
	width:178px;
}


#relations  {
	margin:0px 0px 0px 0px; 
	padding-top: 10px; 
	min-height:96px; 
	height:auto!important;
	height:96px; 

}
#relations #relatedWrapper {
	 background-image:url(../../images/site/sidebarItemRepeat.jpg);  
	 background-repeat:repeat-y;	
	 margin-left:5px;
	 width:185px;
	 min-height:70px;
	 height:auto!important;
	 height:70px;
}
#relations #relatedFooter{
	background-image:url(../../images/site/sidebarItemFooter.jpg);
	background-repeat:no-repeat;
	clear:both;
	height:3px;
	width:178px;
	margin-left:5px;
}


	
#relationsTitle {font-weight:bold; color:white; margin:0 0 0 5px;}

#relations ul li { 
  background: url('../../images/site/point.gif') no-repeat;
  background-position: 3px 5px;
  padding-left:10px;
}
#relations a, #relations a:hover{
  color:#000;
  text-decoration:none;	

  
}
	
#relations a:hover  {
  color:#af0e16;
  text-decoration:underline;
 }
 
ul#onderdeaandachtList  { margin:0 0 0 5px;padding:0;}
 
#relations ul   {margin:0 0 0 5px;padding:0;list-style:none;display:block;}
#relations li   {line-height:18px;}
#relations .titleRelpag {color:#666666; font-weight:bold;}


