/* DEFAULT SETTINGS DISPLAY METHODS */

	.contentItem
	{
		margin:					10px 0 5px 0;
		background:				url(../graphics/bg_line.gif) bottom repeat-x; 
		padding:				0 0 20px 0;
		float: left;
		clear: left;
		width: 100%;
	}
	
	#template_projecten .contentItem{
		background:				none;
	}
	
		.contentItem h4
		{
			color:				#A45411;
			font-size:			120%;
			margin:				0 0 10px 0; 
 			display:			block;
		}
				
		.contentItem .title
		{
			color:				#A45411;
			font-size:			120%;
			margin:				0px; 
			padding:			0px;
			font-weight:		bold;
		}
		
		.contentItem .subtitle	
		{
			color:				#999999;
			font-weight:		bold;
			font-size:			100%; 
			margin:				0 0 10px 0;
		}
		
		.contentItem .intro
		{
			font-weight:		bold;
			margin:				5px 0 5px 0;
		}
			
		.contentItem .imageText
		{
			background:			#DDC9B9;
			padding:			3px;
			margin:				1px 0 0 0;
			font-size:			90%;			
		}
		
		
		
		
		
		
			
		.contentItem  ul
		{
			display:			block;
			list-style:			none;	
			margin:				0; 
			padding:			0; 
		}
		
			.contentItem ul li
			{
				list-style:			none;
				display:			inline;
				border-bottom:		none;	
			}
		
				.contentItem  ul li a
				{
					background:			url(../graphics/bg_readmore.gif) right bottom no-repeat;
					color:				#000000;
					display:			block;
					text-decoration:	none;
					padding:			0px 21px 0px 0px;
					border-bottom:		1px solid #EFE2D7;
					margin:				0px;
					cursor:				pointer;
				}
				
				.contentItem  ul li a:hover
				{
					background:						url(../graphics/bg_readmore_active.gif) right bottom no-repeat;
					border-bottom:					1px solid #A45411;
				}
				
				.contentItem .links .title
				{
					display:			none;
				}  
				
				.contentItem  .links .subtitle	
				{
					color:				#A45411;
					font-weight:		bold;
					font-size:			100%; 
					margin:				5px 0 0 0;
				}
		
		.contentItem  ul.contentList
		{
			display:			block;
			list-style:			none;	
			margin:				10px; 
			padding:			0; 
		}
		
			.contentItem ul.contentList li
			{
				list-style:			none;
				padding:			0 0 0 15px;
				display:			block;
				background:				url(../graphics/bg_bullet.gif) 0 6px no-repeat;	
			}
		
		.flashVideoBox{
			width:				320px;
			float:				right;
			margin:				0 0 0 10px;
		}
		
		
/* ARTICLE */




	.display_article .imagesBox, .display_article_readmore_thumb .imagesBox
	{
		float:				left;
		width:				200px;
		margin:				3px 10px 0 0;
	}
	
	.display_article_readmore_thumb .imagesBox
	{
		width:				140px;
	}
	
	
		.display_article .imagesBox .image
		{
			clear:			both;
			width:			200px;
			margin:			5px 0 0 0;
		}
	
		.display_article .imagesBox .image img
		{
			width:			200px;
			margin:			0;
			float:				left;
			
		}
		
		.display_article_readmore_thumb .imagesBox .image img
		{
			width:				140px;
			height:				100px;
			float:				left;
		}
		
	
		
/* TEASER */
	
	.display_teaser_thumb .image
	{
		float:				left;
		margin:				3px 10px 0 0;
	
	}

	#template_home .display_teaser_thumb .image img
	{
		width:				100px;
		float:				left;
						
	}
	
	#template_home #primaryContentArea .display_teaser_thumb .image img
	{
		width:				200px;
		float:				left;
					
	}
	

/* RELATED LINKS BOXS */
	.display_link .introText
	{
		padding:				0 0 10px 0;
	}

/* IMAGE */

	#primaryContentArea .contentBoxOne .display_image .image img
	{
		width:				540px;
	}
	
/* DOCUMENT DOWNLOAD */
		.display_documentdownload .documentType
		{
			margin:				5px 0 0 0;
			float:				left;
			width:				25px;
		}
		
		.display_documentdownload .documentText
		{
			margin:				5px 0 0 0;
			float:				left;
			width:				515px;
		}
		
		.display_documentdownload .documentText a
		{
			color:				#000000;
			text-decoration: 	none;
			padding:			0 10px 0 0;
			background:			url(../graphics/bg_readmore.gif) right bottom no-repeat;
			display:			block;
			border-bottom:		1px solid #EFE2D7;
		}
		
		.display_documentdownload .documentText a:hover
		{
			background:						url(../graphics/bg_readmore_active.gif) right bottom no-repeat;
			border-bottom:					1px solid #A45411;
		}
