/* DEFAULT SETTINGS DISPLAY METHODS */

	.contentItem
	{
		padding:				0 0 20px 0;
	}
	
	h3{
		font-size:			150%;
		display:			block;
		font-weight:		bold;
		color:				#01573E;
		margin:				0 0 15px 0;
	}
	
	.contentItem a{
		color:					#D01515;
	}
	
	.contentItem hr{
		background:				#D01413;
		color:					#D01413;
		height:					1px;
		border:					0px;
		margin:				10px 0 10px 0;
	}
	
	.contentItem h1
		{
		font-size:			140%;
		display:			block;
		font-weight:		bold;
		color:				#333;
	}
	
	.contentItem strong, .contentItem STRONG{
		font-weight:		bold;
	}
	
	.contentItem em, .contentItem EM{
		font-style:		italic;
	}
	
	
	.contentItem .text, .contentItem .intro, .contentItem p{
		text-align: justify; 
	}


	a.prevPage{
		background:				url(../graphics/bt_prev_page.gif) 0 4px no-repeat;
		padding:				0 0 0 15px;
		color:					#D01515;
		text-decoration:		none;
		font-weight:			bold;
	}
		
	
		.contentItem .title
		{
			color:				#D01515;
			font-weight:		bold;
			font-size:			15px;
		}
		
		.contentItem .subtitle, h2	
		{
			color:				#999999;
			font-weight:		bold;
			margin:				0 0 10px 0;
			font-size:			100%;
		}
		
		.contentItem .intro
		{
			font-weight:		bold;
			margin:				5px 0 5px 0;
		}
			
		.contentItem  ul
		{
			display:			block;
			list-style:			none;	
		}
		
			.contentItem  ul li{
				display:			inline
			}
		
				.contentItem  ul li a
				{
					background:			url(../graphics/bg_readmore.gif) right center no-repeat;
					color:				#666666;
					text-decoration:	none;
					padding:			0px 12px 3px 0px;
					margin	:			0px 0px 3px 0px;
					display:			block;
				
				}
				
				.contentItem  ul li a:hover{
					color:				#D01515;
					text-decoration:	underline;
				}
				
				.contentItem .links .title
				{
					display:			none;
				}  
				
				.contentItem  .links .subtitle	
				{
					color:				#D01515;
					font-weight:		bold;
					font-size:			100%; 
					margin:				5px 0 0 0;
				}
		
		.contentItem  ul.contentList
		{
			display:			block;
			list-style:			none;	
			margin:				10px; 
		}
		
			.contentItem ul.contentList li
			{
				list-style:			none;
				padding:			0 0 0 15px;
				display:			block;
				background:				url(../graphics/bg_bullet.gif) 0 6px no-repeat;	
			}
		
			.contentItem ul.contentList li a
			{
				background:				none;
				color:					#D01515;
				text-decoration:		underline;
				padding:				0;	
			}
		
		.contentItem .emptyImageBox
		{
				background:				url(../graphics/bg_empty_img.gif) no-repeat;
				height:					150px;
				width:					150px;
		}

	
/* ARTICLE */

.display_article_referentie{
	border-bottom:			1px solid #CCCCCC;
	padding:				0 0 10px 0;
	margin:					0 0 10px 0;
}

.display_article .links{
	margin:					7px 0 0 0;
}

.display_article .image, .display_article_referentie .image{
		float:				right;
		width:				240px;
		margin:				5px 0 10px 20px;		
	}

.display_article a.externalLink,.display_article_referentie a.externalLink{
	background:				url(../graphics/bg_external.gif) 0 5px no-repeat;
	color:					#D01515;
	border:					0px;
	padding:				0 0 0 18px;
	margin:					0;
}

.display_article a.documentLink, .display_article_referentie a.documentLink{
	background:				url(../graphics/bg_document.gif) 0 5px no-repeat;
	color:					#D01515;
	border:					0px;
	padding:				0 0 0 18px;
	margin:					0;
}

.display_article a.internalLink, .display_article_referentie a.internalLink{
	background:				url(../graphics/bg_internal.gif) 0 5px no-repeat;
	color:					#D01515;
	border:					0px;
	padding:				0 0 0 18px;
	margin:					0;
}

.display_article a:hover, .display_article_referentie a:hover {
	text-decoration:		underline;
}


/* TEASER */
	
	.display_teaser .image{
		float:				right;
		width:				255px;
		margin:				5px 0 10px 10px;		
	}
	
	
	.contentBoxTwo .display_teaser .image, .contentBoxThree .display_teaser .image{
		margin:				0 0 10px 0;
		float:				none;
	}
	
	.display_teaser  a{
		color:				#D01515;
		padding:			0 15px 2px 0;
		margin:				0 0 5px 0;
		background:			url(../graphics/bg_readmore.gif) right center no-repeat;
		
		text-decoration:	none;
	}
	
	.display_teaser h4{
		padding:			0 0 2px 0;
		margin:				0 0 5px 0;
	}
	
	/* Colors */
	


/*  BANNERS */
	.bannerBox{
		border-bottom:			1px solid #B5B4B2;
		padding:				6px 10px 6px 10px;		
	}
	
	.bannerBox ul li{
		padding:					4px 0 4px 0;
	}
	
	.bannerBox ul li img{
		width:						180px;
	}
	

/*  LINKSBOX */
	
		
		
/* article */
.display_article_readmore ul li a{
		color:				#D01515;
		font-size:			130%;
		padding:			0 20px 5px 0;
		margin:				0 0 5px 0;
		background:			url(../graphics/bg_readmore_big.gif) right center no-repeat;
		display:			block;
		border-bottom:		1px solid #D01515;
	}
	
	
		

/* Images */
.display_image{
	padding:					0 0 20px 0;
	margin:						0;
	border:						none;
}

#subNavigationArea .display_image{
	padding:					0;
	margin:						0;
	border:						none;
}
	
	#subNavigationArea .display_image.explanatoryText{
		display:				none;
	}

	
	
/* NEWS */

.display_custom_news{
	border-bottom:			none;
}

.display_custom_news ul li {
	margin:					0 0 15px 0;

}


.display_custom_news ul li a{
		color:				#D01515;
		padding:			0 0 2px 0;
		margin:				0 0 5px 0;
		background:			url(../graphics/bg_readmore.gif) right center no-repeat;
		display:			block;
		border-bottom:		0px solid #D01515;
		text-decoration:	none;
	}
	
.display_custom_news ul li a.readMore{
		color:				#D01515;
		padding:			0 15px 2px 0;
		margin:				0 0 5px 0;
		background:			url(../graphics/bg_readmore.gif) right center no-repeat;
		display:			inline;
		border-bottom:		0px solid #D01515;
		text-decoration:	none;
	}

.display_custom_news .image{
	float:					right;
	width:					60px;
	margin:					5px 0 0 10px;
}



.display_news .imagesBox .image{
	width:					160px;
	float:					right;
	margin:					5px 0 10px 20px;

}




/* FAQ */
 	.display_faq{
		padding:				0 0 10px 0;
		margin:					0 0 10px 0;
		border-bottom:			1px solid #CCCCCC;
	}
	
	
	.display_faq ul.faqQuestion li a{
		color:				#D01515;
		font-size:			105%;
		padding:			5px 20px 0px 0px;
		margin:				0 0 0 0;
		background:			url(../graphics/bg_readmore_smll.gif) right no-repeat;
		display:			block;
		border-bottom:		1px solid #FFFFFF;
	}
	
	
	
	
	
	.display_faq ul.faqQuestion a.activeElement{
		background:			url(../graphics/bg_readmore_smll_active.gif) right  no-repeat;
		padding:			5px 20px 0px 0px;
		margin:				0 0 0 0;
		font-size:			105%;
		color:				#D01515;
		
	}

	.display_faq .text{
		padding:			15px 0 30px 0;
	}
	


/* PageCounter */
	
	.pageCounterbox{
		background:				#E7E6E6;
		padding:				5px;
		font-size:				90%;
	}
	
	.pageCounterbox ul.pageCounter{
		width:					300px;
		float:					right;
		text-align:				right;
	}
	
	.pageCounterbox ul.pageCounter li{
		display:				inline;
	}
	
	.pageCounterbox ul.pageCounter li a{
		display:				inline;
		padding:				3px;
		color:					#444444;
		background:				none;
		font-size:				95%;
	}
	
	
.moreNews{
	font-size:				110%;
	color:					#999;
	font-weight:			bold;
}
	