/* DEFAULT SETTINGS DISPLAY METHODS */

	.contentItem, .display_faq
	{
		padding:						0 0 20px 0;
		margin:						0 0 20px 0;

		background-position-x:	left;
		background-position-y:	bottom;
		background-repeat:		repeat-x;
		display:						block;
	}
	
	.display_faq
	{
		background-image:			url(http://www.kolsloot.nl/simg/under_line.gif);
		background-position-x:	left;
		background-position-y:	bottom;
		background-repeat:		repeat-x;
		padding:						0 0 10px 0;
		margin:						0 0 10px 0;
		clear:						both;
	}
	
	hr
	{
		background-image:			url(http://www.kolsloot.nl/simg/under_line.gif);
		background-position-x:	left;
		background-position-y:	bottom;
		background-repeat:		repeat-x;
	}
	
	a.meerlink
	{
		color:					#ff191b;
	}
	
	.contentItem strong, .contentItem STRONG
	{
		font-weight:		bold;
	}
	
	.contentItem em, .contentItem EM
	{
		font-style:		italic;
	}
	
	.imageLink
	{
		padding:			0px 10px 0 10px;
		float:				left;
		width:				110px;
	}
	
	.imageTextLink
	{
		width:				350px;
		float:				right;
	}

	.contentItem .intro
	{
		font-weight:		bold;
		margin:				5px 0 5px 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-image:			url(http://www.kolsloot.nl/simg/bg_bullet.gif);
			background-position-x:	0;
			background-position-y:	6px;
			background-repeat:		no-repeat;	
		}
		
			.contentItem ul.contentList li a
			{
				background-image:		none;
				color:					#ff191b;
				text-decoration:		underline;
				padding:					0;	
			}

	
	/* LINKS */
	div.links
	{
		padding:				10px 0 0 0;
	}
	
	ul.linksList li
	{
		display:				inline;
	}
	
	ul.linksList li a
	{
		display:				block;
		color:					#ff191b;
		text-decoration:		underline;
	}
	
	ul.linksList li a.internalLink
	{
		background-image:			url(http://www.kolsloot.nl/simg/internal_link.gif);
		background-position-x:	left;
		background-position-y:	center;
		background-repeat:		no-repeat;
		padding:						0 0 0 15px;
	}
	
	ul.linksList li a.externalLink, ul.linksList li a.documentLink
	{
		background-image:			url(http://www.kolsloot.nl/simg/external_link.gif);
		background-position-x:	left;
		background-position-y:	center;
		background-repeat:		no-repeat;
		padding:						0 0 0 15px;
	}
	
	.display_custom_news
	{
		background-image:			none;
	}
	
	.display_custom_news ul li
	{
		padding:						0 0 10px 0;
		margin:						0 0 10px 0;
		background-image:			url(http://www.kolsloot.nl/simg/under_line.gif);
		background-position-x:	left;
		background-position-y:	bottom;
		background-repeat:		repeat-x;
		display:						block;
	}
	
	.display_custom_news ul.pageCounter li
	{
		background-image:				none;
	}
	
	.display_custom_news ul.pageCounter li a
	{
		font-weight:			bold;
		color:					#ff191b;
		text-decoration:		none;
		padding:				0 0 0 18px;
	}
			
	.display_custom_news ul.pageCounter li a.next
	{
		background-image:			url(http://www.kolsloot.nl/simg/bg_next_page.gif);
		background-position-x:	0px;
		background-position-y:	3px;
		background-repeat:		no-repeat;
	}
	
	.display_custom_news ul.pageCounter li a.prev
	{
		background-image:			url(http://www.kolsloot.nl/simg/bg_prev_page.gif);
		background-position-x:	0px;
		background-position-y:	3px;
		background-repeat:		no-repeat;
	}
			
	.links .title
	{
		display:				none;
	}