/*********************************************************************/
/* 						    MAIN ELEMENTS	  		     			 */
/*********************************************************************/
html {
	height: 100%;
}

body {
	margin: 0;
	font: normal 11px Verdana;
	color: #666666;
	text-align: center;
	font-size: 11px;
}

#center_container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


h1 {
    font-style: italic;
    font-size: 18px;
}

h2 {
	font-size: 14px;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 12px;
	margin: 10px 0 10px 0;
}

h4 {
	font-size: 11px;
	margin: 10px 0 10px 0;
}

h1.fr {
    color: #c5a550;
    font-style: italic;
    font-size: 26px;
}

h2.fr {
    color: #c5a550;
	font-size: 21px;
    font-style: italic;
}

h3.fr {
    color: #c5a550;
	font-size: 17px;
    font-weight: normal;
}

h4.fr {
    color: #c5a550;
    font-weight: normal;
	font-size: 11px;
}

p {
	font: normal 11px Verdana;
	color: #000000;
}

a {
	font-size: 11px;
	text-decoration: none;
}

#content a {
    color: #666666;
    text-decoration: underline;
}

td {
	font-size: 11px;
}


/*********************************************************************/
/* 							  FRAMEWORK 							 */
/*********************************************************************/
#site_container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
	#header {
		position: relative;
		clear: both;
	}
		a img {
			border: none;
		}

	#left {
		float: left;
		clear: left;
		width: 200px;
	}
	
	#content {
		float: left;
		background-color: #FFFFFF;
		/*width: 490px;*/
		padding: 0 10px 0 10px;
                overflow: hidden;
	}

	#right {
		float: right;
		width: 230px;
                margin-right: -5px;
	}
	
	#footer {
		margin: 0 auto;
		clear: both;
		text-align: right;
		height: 20px;
	}

/********************************************************************/
/* 						Tell a friend (TiTaF)						*/
/********************************************************************/
.print_option {
	height:20px;
	position:relative;
	width:100%;

}

.print_option .ph_print {
	position:absolute;
	top:5px;
	right:10px;
	
}

.print_option .ph_taf {
	position:absolute;
	top:5px;
	right:35px;
	
}
.ph_taf, .ph_print {
        background:  url('/img/ds/icon_tell_a_friend.gif') no-repeat center top; /* Achtergrondkleur = pinkheader-roze */
        width:16px;
        height:13px;
        /*_margin: -10px 0 0 15px ;
        float:right;*/
}
.ph_print {
        background:  url('/img/ds/icon_print.gif') no-repeat center top; /* Achtergrondkleur = pinkheader-roze */
}
.ph_taf {
       /* margin-right: 10px;
        _margin-right: -5px;*/
}

#titaf_form {
	z-index: 100;
	text-align: center;
	position: absolute;

	-moz-box-sizing: border-box;

	width: 287px;

	padding: 5px;

	text-align:left;
	background-color: white;
	border:2px solid black;
}
	.headerpart {

		height:75px;
		background: #FFFFFF url('/img/ds/titaf_header.gif') no-repeat left top;
		padding-top:20px;
		padding-left:20px;
		text-align: left;
		margin: 0 auto;

		font-weight:bold;
		font-size:17px;
		color:#fff;
	}


	.bodypart {
		-moz-box-sizing: border-box;
		width: 270px;
		background-color:#ccdddd;
		padding: 15px;

	}
		.form_label {
			height:1em;
			display:block;
			font-size:11px;
			font-weight:bold;
			background-color: #ccdddd;
			padding:0;
			margin-top:4px;
			margin-bottom:5px;
			_margin-bottom:2px;
		}

	.footerpart {
		position: relative;
		height:51px;
		background: #FFFFFF url('/img/ds/titaf_footer.gif') no-repeat left bottom;
		margin-top: 4px;
	}
		.footerpart a {
			font-weight:bold;
			font-size:11px;
			text-decoration:none;
			color:#fff;
		}
		.butt_sluiten { /* Sluiten */
			position: absolute;
			right: 115px;
			top: 32px;

		}
		.butt_verzenden { /* Verzenden */
			position: absolute;
			right: 15px;
			top: 32px;
		}

	#titaf_form .ctrl_txt, #titaf_form .ctrl_txa {
		width: 200px;
	}


/*********************************************************************/
/* 						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;
		}

#topmenu {
  float: right;
  margin: 0px;
}
/*********************************************************************/
/* 							NAVIGATION (MAIN)						 */
/*********************************************************************/
#nav_main {
	margin: 0;
	padding:0;
	list-style-type: none;

	font: bold 11px Arial;
	font-weight: bold;
	border: 0px solid red;
}

	#nav_main li {
		float: left;
		/*height: 31px;*/
		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;
		}

	#menutab_left {
		background: url('/img/ds/menutab_left.png') no-repeat top left;
	}

	#menutab_middle {
		background: url('/img/ds/menutab_middle.png');
		padding: 0px 10px 0px 10px;
	}

	#menutab_right {
		background: url('/img/ds/menutab_right.png') no-repeat top left;
	}

	#submenutab_left {
		background: url('/img/ds/submenutab_left.png') no-repeat top left;
	}

	#submenutab_left_home {
		background: url('/img/ds/submenutab_left_home.png') no-repeat top left;
	}

	#submenutab_middle {
		background: url('/img/ds/submenutab_middle.png') repeat-x top left;
		padding: 0px 10px;
	}

	#submenutab_middle a {
		color: #666666;
	}

	#submenutab_middle a:active, #submenutab_middle a:hover {
		color: #000000;
	}

	#submenutab_right {
		background: url('/img/ds/submenutab_right.png') no-repeat top left;
	}

	ul#subnav {
		padding: 0px 0px 5px 0px;
        margin-top: 0px;
				
	}
	
	#subnav li {
		list-style-type: none;
		float: left;
		font-size: 11px;
	}

	#topmenu li  {
		list-style-type: none;
		float: left;
		font-family:Arial;
		font-size: 11px;
		line-height:20px;
		border-bottom:5px solid #fff;
		
	}

	#topmenu a  {
		color:#787878;	
		font-weight:bold;
	}

	#topmenu li.last_selected a , #topmenu li.last a:hover{
		color:#000;
		font-weight:bold;		
	}

        ul.breadcrumb {
            list-style-type: none;
            margin: 0px;
            margin-left: 15px;
            padding: 0px;
        }

        ul.breadcrumb li {
            float:left;
            display: block;
            line-height: 28px;
        }

        .breadcrumb a {
            color: #666666;
        }






/*********************************************************************/
/* 							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;
        font-size: 11px;
	}
	
	#nav_footer li.last {
		background: none;
	}
		#nav_footer li a {
			color: #666666;
			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 {
	height: 150px;
}

	#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 0px;
		}
		
			#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;
	}

    .fr_block_title {
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
    }

    .fr_block_title_purple {
        font-size: 16px;
        color: #004588;
        font-weight: bold;
    }

    .fr_block_title_purple_dl {
        font-size: 14px;
        color: #004588;
        font-weight: bold;
    }

	.block_right_top_green {
		background: url(/img/ds/block_right_top_green.png) no-repeat top left;
	}
	
	.block_right_middle_green {
		background: url(/img/ds/block_right_middle_green.png) repeat-y top left;
		color: #ffffff;
	}
	
	.block_right_bottom_green {
		background: url(/img/ds/block_right_bottom_green.png) no-repeat top left;
        font-size: 1px;
	}
	
	.block_right_top_purple {
		background: url(/img/ds/block_right_top_purple.png) no-repeat top left;
	}

	.block_right_middle_purple {
		background: url(/img/ds/block_right_middle_purple.png) repeat-y top left;
		color: #004588;
	}

	.block_right_bottom_purple {
		background: url(/img/ds/block_right_bottom_purple.png) no-repeat top left;
        font-size: 1px;
	}

	.block_right_top_brown {
		background: url(/img/ds/block_right_top_brown.png) no-repeat top left;
	}
	
	.block_right_top_brown td {
		color: #ffffff;
	}
	
	.block_right_middle_brown {
		background: url(/img/ds/block_right_middle_brown.png) repeat-y top left;
		color: #000000;
	}
	
	.block_right_bottom_brown {
		background: url(/img/ds/block_right_bottom_brown.png) no-repeat top left;
        font-size: 1px;
	}
	
	.purple .block_left_top {
		background: url(/img/ds/block_left_top_purple.png) no-repeat top left;
		padding: 0px;
	}
	
	.purple .block_left_middle {
		background: url(/img/ds/block_left_middle_purple.png) repeat-y top left;
		color: #004588;
	}
	
	.purple .block_left_bottom {
		background: url(/img/ds/block_left_bottom_purple.png) no-repeat top left;
		padding: 0px;
        font-size: 1px;
	}
	
	.purple .block_right_top {
		background: url(/img/ds/block_right_top_purple.png) no-repeat top left;
		padding: 0px;
	}

	.purple .block_right_middle {
		background: url(/img/ds/block_right_middle_purple.png) repeat-y top left;
		color: #004588;
	}

	.purple .block_right_middle td {
		color: #000000;
	}

	.purple .block_right_bottom {
		background: url(/img/ds/block_right_bottom_purple.png) no-repeat top left;
		padding: 0px;
        font-size: 1px;
	}

	.block_left_top_brown {
		background: url(/img/ds/block_left_top_brown.png) no-repeat top left;
	}
	
	.block_left_top_brown td {
		color: #ffffff;
	}
	
	.block_left_middle_brown {
		background: url(/img/ds/block_left_middle_brown.png) repeat-y top left;
		color: #000000;
	}
	
	.block_left_bottom_brown {
		background: url(/img/ds/block_left_bottom_brown.png) no-repeat top left;
        font-size: 1px;
	}

#left a, #right a {
     color: #000000;
}

#left hr, #right hr {
    color: #ffffff;
}
/*********************************************************************/
/* 								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;
		}

.poll_img {
     text-align: right;
     padding-right: 20px;
}

/*********************************************************************/
/* 								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;
	
}

/*********************************************************************/
/* 								Homepage					                             		 */
/*********************************************************************/

.summaries {
	list-style-type: none;
}

ul.summaries {
	margin: 0px;
	padding: 0px;
}

ul.summaries li {
	padding-bottom: 10px;
}

.ppu-arrow {
	border-bottom: 1px solid #aaaa77;
}

.summaries a {
  text-decoration: none;
	color: #aaaa77;
}

/*********************************************************************/
/* 								Dossiers					                             		 */
/*********************************************************************/

.nummers {
    float: left;
    margin-right: 5px;
    text-align: center;
    width: 125px;
    height: 210px;
}

.nummers a {
    font-size: 9px;
    margin-bottom: 10px;
}

.authors {
    color: #666666;
    font-size: 10px;
}




.ctrl_cmb_input  {
    border:0 none !important;
    width: 250px !important;
}

.ctrl_cmb_button, .ctrl_cmb_button_over, .ctrl_cmb_button_pressed {
    font-size: 11px !important;
}

/*********************************************************************/
/* 				aanmelden nieuwsbrief                          		 */
/*********************************************************************/

#tmai_usr_email_ctrl_container .ctrl_txt {
	width:165px!important;
}

.img_ok_newsletter {
	float:right;
	margin-top:-20px;
	margin-bottom:20px;

}


