/*********************************************************************/
/* 						    MAIN ELEMENTS	  		     			 */
/*********************************************************************/
html {
	height: 100%;
}

body {
	background: url('/img/bg_body.gif') repeat-y center;
	margin: 0;
	font: normal 11px Verdana;
	color: #000000;
	text-align: center;
}

#center_container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


h1 {
	font: normal 18px Verdana;
	color: #000000;
}

h2 {
	font-size: 12px;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 12px;
	margin: 10px 0 10px 0;
}

h4 {
	font-size: 11px;
	margin: 10px 0 10px 0;
}

p {
	font: normal 11px Verdana;
	color: #000000;
}


/*********************************************************************/
/* 							  FRAMEWORK 							 */
/*********************************************************************/
#site_container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
	#header {
		background: url('/img/nav.gif') no-repeat bottom;
		height: 98px;
		position: relative;
		clear: both;
	}
		a img {
			border: none;
		}
	
	#container {
		float: left;
		background-color: #FFFFFF;
		width: 780px;
		padding: 0 0 8px 0;
	}
		#container #content {}

	#footer {
		background: url('/img/footer.gif') no-repeat top;
		margin: 0 auto;
		clear: both;
		text-align: right;
		height: 20px;
		width: 780px;
	}


/*********************************************************************/
/* 						HEADER (SEARCH FUNCTION)					 */
/*********************************************************************/
#search_function {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 30px;
}
	#search_function .row {
		height: 30px;
		float: left;
	}

		#search_function .row .search_fld {
			float: left;
		}
		
			#search_function .ctrl_txt {
				border: 1px solid #676564;
				padding-left: 2px;
				height: 15px;
				line-height: 15px;
			}
		
		#search_function .row .search_btn {
			float: left;
			margin: 5px 0 0 5px;
		}
		
			#search_function .row .search_btn a {
				font: bold 11px Arial;
				text-decoration: none;
				color: #676564;
				background: url('/img/magn_glass.gif') no-repeat;
				padding-left: 20px;
			}


/*********************************************************************/
/* 							HEADER (NAVIGATION)						 */
/*********************************************************************/
#nav_header {
	margin: 6px 0 0 0;
	padding:0;
	list-style-type:none;
	float: left;
	font: bold 11px Arial;
	text-decoration: none;
	color: #676564;
}

	#nav_header li {
		float: left;
		padding: 0 10px;
	}
	
	#nav_header li.last {
		background: none;
	}
		#nav_header li a {
			font: bold 11px Arial;
			text-decoration: none;
			color: #676564;
		}


/*********************************************************************/
/* 							NAVIGATION (MAIN)						 */
/*********************************************************************/
#nav_main {
	position: absolute;
	top: 67px;
	right: 0;

	margin: 0;
	padding:0;
	list-style-type: none;

	height: 30px;
	font: bold 11px Arial;
	font-weight: bold;
	border: 0px solid red;
}

	#nav_main li {
		float: left;
		height: 30px;
		line-height: 9px;

		background-color: #E0DCD8;
		background-repeat: repeat-x;
		background-position: 100% 50%;
		background-image: url('/img/nav_item_off.gif');

		white-space: nowrap;
		margin: 0;
		margin-top: 1px;
		padding:0 30px 0 8px;
		text-align: center;
	}

	/* exceptions for last menu-item */
	#nav_main li.last {
		background-position: 50% 50%;
		margin-right: 9px;
		
	}
		#nav_main li.last a {
			padding-right: 0px;
		}

	#nav_main li.selected a {
		color: black;
	}

	#nav_main li a {
		padding: 0 0px 0 0px;
		text-decoration: none;
		color: #676564;
		
	}
		#nav_main li a:hover {
			color: black;
		}


/*********************************************************************/
/* 							FOOTER (NAVIGATION)						 */
/*********************************************************************/
#nav_footer {
	margin:15px 0 0 0;
	padding:0;
	list-style-type:none;
	float: right;
	font: normal 10px Arial;
	color: #959595;
}

	#nav_footer li {
		float: left;
		padding: 0 10px;
		background: url('/img/nav_seperator.gif') no-repeat right;
	}
	
	#nav_footer li.last {
		background: none;
	}
		#nav_footer li a {
			color: #999999;
			text-decoration: none;
		}
			#nav_footer li a:hover {
				text-decoration: underline;
			}



/*********************************************************************/
/* 							 XSL: PAGINA							 */
/*********************************************************************/
#article {
	margin: 0;
	padding: 0;
}

	#article .article_content {
		padding: 0 15px 15px 0px;
		margin: 0;
	}
	
		#article .article_content h2 {
			font-size: 12px;
			margin: 10px 0 10px 0;
		}
		
		#article .article_content p {
			margin: 0;
			padding: 0;
		}
		
		#article .article_content .link {
			margin-top: 10px;
			text-align: right;
		}
		
			#article .article_content .link a {
				font-weight: bold;
				text-decoration: none;
				color: #000000;
				font-size: 11px;
			}
			
				#article .article_content .link a:hover {
					color: #666666;
				}
		
		#article img {
			margin-bottom: 15px;
			clear: both;
		}


/*********************************************************************/
/* 								 RESOURCE							 */
/*********************************************************************/
#resource {
	padding: 0 15px 15px 15px;
}


/*********************************************************************/
/* 								SEARCH PAGE							 */
/*********************************************************************/
#search_page {
	width: 220px;
	height: 30px;
}

	#search_page .row {
		height: 30px;
		float: left;
	}

		#search_page .row .search_fld {
			float: left;
		}
		
			#search_page .ctrl_txt {
				border: 1px solid #676564;
				padding-left: 2px;
				height: 15px;
				line-height: 15px;
			}
		
		#search_page .row .search_btn {
			float: left;
			margin: 5px 0 0 5px;
		}
		
			#search_page .row .search_btn a {
				font: normal 10px Arial;
				text-decoration: none;
				color: #676564;
				background: url('/img/magn_glass.gif') no-repeat;
				padding-left: 15px;
			}
			
	#container #content ul.summaries, 
	#container #content ul.small,
	#container #content ul.articles {
		margin: 0;
		padding: 0;
	}

		#container #content ul.small {
			border-bottom: 1px dashed #989898;
			margin-bottom: 14px;
		}

		#container #content ul.summaries li,
		#container #content ul.small li {
			margin: 0;
			padding: 0;
			height: 1%; /* fix for IE peekaboo bug */
			list-style-type: none;
			border-top: 1px dashed #989898;
			margin-bottom: 14px;
			padding-left: 7px;
			padding-top: 3px;
			overflow: hidden;
		}

			#container #content ul.summaries li img {
				float: left;
				margin-right: 7px;
				margin-top: 7px;
			}

			#container #content ul.summaries li .sub {
				font-weight: normal;
				font-size: 10px;
			}
			
		#container #content ul.summaries a {
			font-weight: bold;
			text-decoration: none;
			color: #000000;
		}

		#container #content ul.summaries a:hover {
			color: #666666;
		} 

		#sitemap a {
			font-weight: bold;
			text-decoration: none;
			color: #000000;
		}

		#sitemap a:hover {
			color: #666666;
		} 

/*********************************************************************/
/* 								TEMPLATE: BLOKKEN					 */
/*********************************************************************/

#blokken_doos {
/*	width: 780px;*/
}
	#blokken_doos .blok {
		float:left;
		width: 192px;
		height:197px;
		background-repeat:none;
		background-position: top left;
		margin-right: 4px;
	}
		#blokken_doos .blok_boven {
			margin-bottom: 4px;
		}
		#blokken_doos .blok_last {
			margin-right: 0;
		}		

	#blokken_doos .blok a.blok_link {
		display: block;
		width: 192px;
		height:197px;	
	}
	#blokken_doos .blok .blok_content {
		padding: 12px;
		font-size: 11px;
	}
	#blokken_doos .blok .blok_content a {
		color: #666;
		font-weight:bold;
		text-decoration: none;
	}
		#blokken_doos .blok .blok_content a:hover {
			text-decoration: underline;
		}

	#blokken_doos .blok .blok_content a.video_link {
		background: url(/img/yv/icon_movie.png) no-repeat top left;
		padding-left: 17px;
	}

/*********************************************************************/
/* 								Zijblokken							 */
/*********************************************************************/

table.blocks_holder {
	width: 100%;
}

	table.blocks_holder td.block {
		/*padding-bottom: 15px;*/
	}

		table.blocks_holder td.block div.bg_top {
			height: 10px;
			font-size: 1px;
		}	
		table.blocks_holder td.block div.block_contents {
			padding: 0 18px 18px 18px;
		}

	table.blocks_holder td.block_scale {
		height: 100%;
	}


	table.blocks_holder td.row_spacer {
		height: 4px;
		font-size: 1px;
	}
	

/* kleurtjes */

table.blocks_holder td.block_lime {
	background: #A8C903 url('/img/blocks/block_lime_bottom.gif') no-repeat bottom;
}
	td.block_lime div.bg_top {
		background: url('/img/blocks/block_lime_top.gif') no-repeat top;
	}

	table.blocks_holder td.block_lime h2,
	table.blocks_holder td.block_lime dl.news_list dt,
	table.blocks_holder td.block_lime dl.news_list dd,
	table.blocks_holder td.block_lime a {
		color: white;
	}


table.blocks_holder td.block_blue {
	background: #7D91B5 url('/img/blocks/block_blue_bottom.gif') no-repeat bottom;
}
	td.block_blue div.bg_top {
		background: url('/img/blocks/block_blue_top.gif') no-repeat top;
	}

	table.blocks_holder td.block_blue h2,
	table.blocks_holder td.block_blue dl.news_list dt,
	table.blocks_holder td.block_blue dl.news_list dd,
	table.blocks_holder td.block_blue a {
		color: white;
	}


table.blocks_holder td.block_gray {
	background: #E6E3DF url('/img/blocks/block_gray_bottom.gif') no-repeat bottom;
}
	table.blocks_holder td.block_gray div.bg_top {
		background: url('/img/blocks/block_gray_top.gif') no-repeat top;
	}

	table.blocks_holder td.block_gray h2,
	table.blocks_holder td.block_gray dl.news_list dt,
	table.blocks_holder td.block_gray dl.news_list dd,
	table.blocks_holder td.block_gray a {
		color: #797979;
	}

table.blocks_holder td.block_light {
	background: #F0F0F0 url('/img/blocks/block_light_bottom.gif') no-repeat bottom;
}
	table.blocks_holder td.block_light div.bg_top {
		background: url('/img/blocks/block_light_top.gif') no-repeat top;
	}

	table.blocks_holder td.block_light h2,
	table.blocks_holder td.block_light dl.news_list dt,
	table.blocks_holder td.block_light dl.news_list dd,
	table.blocks_holder td.block_gray a {
		color: #797979;
	}

table.blocks_holder h2 {
	font-size: 22px;
	font-weight: normal;
	margin:0;
	padding:0;
}
table.blocks_holder dl.news_list {
	margin: 15px 0 0 0;
	padding:0;
}
	table.blocks_holder dl.news_list dt {
		font-size: 11px;
		font-weight: bold;;
		margin-top: 15px ;

	}
	table.blocks_holder dl.news_list dd {
		margin:0;
		padding:0;
		font-size: 11px;
	}
		table.blocks_holder div.block_contents a {
			font-size: 11px;
		}



/*********************************************************************/
/* 								Foto-album							 */
/*********************************************************************/

.thumb_holder {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

div.photo_thumb {
	width: 110px;
	height: 80px;
	overflow: hidden;
}
	span.photo_thumb img {
		width: 110px;
	}
	.thumb_holder .desc {
		display: block;
		text-align:center;
		font-size: 10px;
		width: 110px;
	}
	.thumb_holder .desc a {
		color: black;
	}

#photo_big_holder {
	position: absolute;
	top: 120px;
	left: 0;
	background-color: white;
	border: 1px solid black;
	text-align:center;
	padding: 5px;
}
	#photo_big_holder a {
		font-size: 11px;
		font-weight: bold;
		color: black;
	}
	#photo_big_holder a.btn_next {
		position: absolute;
		right: 5px;
		top: 7px;
	}
	#photo_big_holder a.btn_prev {
		position: absolute;
		top: 7px;
		left: 5px;
	}

	#photo_big_holder img {
		margin-top: 5px;
	}
	#photo_big_holder #photo_big_desc {
		font-size: 11px;
		/*width: 100%;*/
		width: 400px;
		text-align:center;
		padding: 3px 0;
	}


/*********************************************************************/
/* 								Foto-album-index						 */
/*********************************************************************/

#album_index_container .album_index {
	float:left;
	width: 192px;
	height: 86px;

	background: url('/img/yv/album_index_block.png') no-repeat top left;
	margin-top: 4px;
	margin-right: 4px;
}
	#album_index_container .album_index_last {
		margin-right: 0;
	}

	#album_index_container .album_index .album_index_thumb {
		float:left;
		height: 86px;
		width: 72px;
		padding-top: 21px;
	}

	#album_index_container .album_index .album_index_content {
		float:left;
		height: 86px;
		width: 120px;
		font-size: 11px;
	}
	#album_index_container .album_index .album_index_content .album_desc {
		margin: 4px;
	}
		#album_index_container .album_index .album_index_content .album_desc a {
			color: black;
			font-weight:bold;
			text-decoration: none;
		}
			#album_index_container .album_index .album_index_content .album_desc a:hover {
				text-decoration: underline;
			}


/* trea */

div.trea_form  {
	margin-left: 10px;
}
div.trea_form .frm_row {
	clear:both;
	margin-bottom: 5px;
	font-size: 11px;
}
	div.trea_form .frm_row .lbl {
		width: 200px;
		float:left;
	}

	div.trea_form .ctrl_chk_label, div.trea_form .ctrl_rdo_label {
		font-size: 11px !important;
		width: 300px !important;
	}


a.rea_btn {
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: black;
}

.inner_content ul li, .inner_content ol li {
	font-size: 11px;
}


.message {
	padding: 5px;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-image: url(/img/ico_error.png);
	border: 1px solid #CC0000;
	background-color: #FFE3E3;
	color: #CC0000 ! important;
	font-size: 11px;
	font-weight: bold;
	
}

/***/
.mainflashtext {
	font-size:11px;
	margin:10px;
}

#hide {
        display:none;
        _display:block;
}

td#clt_newsletter_ctrl_container table tr td label {
    font: 11px verdana !important;
}

