/*All styles for the contentarea, most of it can be copied to the content.css file in: DS\www\gvscript */
@import "content.css";

p {margin-bottom:10px;}

.clear{
	width:100%;
	clear:both;
	margin-bottom:15px;
	background-color:#ffffff;
}



.filesize{
	font-size:90%;
	color:#999999;
	font-weight:normal;
}
.description {display:block;}

.emphasize{
	font-weight:bold;
}

.note{
}

.required{
	color:#ff0000;
}

.alert, .field_error{
	color:#FF0000;
}

a.action{
	font-weight:bold;
	font-size:110%;
}

ul.selection {
	border-top:1px solid #01457b;
	border-bottom:1px solid #01457b;
	height:22px;
}

ul.selection li{
	float:left;
	list-style-type:none;
	text-align:center;
	padding:2px 4px 2px 4px;

}

	ul.selection a{

		padding:2px 3px 2px 3px;
		width:auto;
	}
	
	ul.selection a:hover{
		padding:2px 3px 2px 3px;
		background-color:#01457b;
		color:#ffffff;
		text-decoration:none;
	}
	
	ul.selection li.current{

		padding:2px 3px 2px 3px;
		width:auto;
		color:#000000;
	}

/*shortcuts for blindpeople*/
.blindlayout{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	overflow:hidden;
	z-index:0;
}

	hr.blindlayout{
		display:none;
	}

/* global divs */
#globalcontainer{
	width:990px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
}

#logo{
	position:absolute;
	top:0px;
	left:3px;
	width:340px;
	height:95px;
	z-index:2;
}

.printlogo {
	display:none;
}

#header{
	position:absolute;
	top:0px;
	right:0px;
	width:656px;
	height:95px;
	background-color:#CCEFD9;
	z-index:1;
	overflow:hidden;
}

#home #quicksearch {
	position:relative;
	top:0px;
	left:15px;
	width:280px;
}

#quicksearch{
	position:absolute;
	top:194px;
	right:0px;
	width:280px;
	height:50px;
	z-index:3;
}
	
	#quicksearch form{
		padding:0px;
		width:auto;
		background-color:transparent;
		position:relative;
	}
	
	#quicksearch label{
		display:none;
		color:#000000;
		font-weight:bold;
		font-style:italic;
		font-size:100%;
	}
	
	#ikwil #quicksearch label{
		display:block;
		color:#000000;
		font-weight:normal;
		font-style:normal;
		font-size:100%;
		width:100%;
	}
	
	#ikwil #quicksearch {
		height:70px;
	}
	
	#quicksearch .submit_button{
		margin-top:0px;
		margin-bottom:0px;
		border-width:0px;
	}
	
	#quicksearch .smalltext{
		width:230px;
		height:16px;
		font-size:90%;
		
	}
	
	#quicksearch a{
		padding-left:10px;
		color:#01457b;
		font-size:70%;
	}
	
	#quicklinkvlak1{
		display:none;
	}


#focus_area{
	padding-top:133px;
	width:100%;
}


	#menu_area{
		position:absolute;
		top:95px;
		left:13px;
		z-index:8001;
		font-size:75%;
	}

	#contact {
		display:none;
	}
	#home #contact {
		display:block;
	}

		#contact .contactcol1{
			float: left;
			width: 50%;
			margin-left:15px;
		}

	#content_area{
		position:relative;
		width:710px;
		float:left;
		margin-bottom:30px;
	}

		.content_margin{
			font-size:75%;
			position:relative;
			padding:18px 20px 0px 15px;
			width:auto !important;
			width:100%;
		}
	
			#crums{
			font-size:80%;
			}
			
			.object_title{
			margin:18px 0px;
			}
			#home .object_title{
			margin:8px 16px;
			}
			
				.title_emphasize{
					color:#666666;
				}
			
			.object_description{
				margin-bottom:18px;
				color:#01457b;
				font-size:120%;
			}
			
			.object_description a {
				text-decoration:underline;
			}
			
		#content li {
			width:100%;
			clear:both;
		}
		
	#container_area{
		margin-top:110px !important;
		margin-top:100px;
		position:relative;
		width:280px;
		float:left;
		right:0px;
		padding:0px;
		overflow:hidden;
		font-size:70%;
	}
	
		#container_area h3 {
			margin-top:0px;
		}
	
#extra1{
	position:absolute;
	top:24px;
	left:401px;
	width:196px;
	height:36px;
	z-index:5;
}

#extra2{
	position:absolute;
	top:16px;
	left:717px;
	width:142px;
	height:52px;
	z-index:6;
}

#extra3{
	position:absolute;
	bottom:17px;
	left:250px;
	z-index:6;
}

	#extra3 h3{
		font-style:italic;
		color:#ffffff;
		margin-bottom:3px;
	}
	
	#extra3 a{
		margin:3px 15px 0px 0px;
	}

#quicklinkvlak2{
	display:none;
}

	#quicklinkvlak2 li{
	}
	
	#quicklinkvlak2 a{
	}
	
	#quicklinkvlak2 a:hover{
	}

#footer_area{
	display:block;
	position:relative;
	bottom:0px;
	width:100%;
	clear:both;
	height:50px;
	border-top: 1px solid #01457b;
	margin-top:50px;
}

#quicklinkvlak3{
	position:relative;
	display:block;
	font-size:65%
}
	
	#quicklinkvlak3 li{
		float:right;
		margin-right:15px;

		list-style-type:none;
	}

/*-----------MENU-----------------*/
#mainmenu{
	width:100%;
	height:37px;
}

#mainmenu ul{
	width:100%;
}

	#mainmenu li{
		margin:0px 0px 0px 0px;
		padding:0px;
		list-style-type:none;
		float:left;
		display:block;
	}
	
		#mainmenu li a{
			cursor:pointer;
		}
		
		#mainmenu a{
			text-decoration:none;
		}

/*mainitem - mouseout*/
.mainitem, .amainitem, .activemainitem, .aactivemainitem{
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	display:block !important;
	display:inline;
	padding:0;
	position:relative;
	font-weight:bold;
	margin:0px;
	margin-right:4px;
}

/*mainitem - mouseover*/
.amainitem, .activemainitem, .aactivemainitem {
	color:#FFFFFF;
}


.color_1 {
	background:transparent url(images/menucolor_1.gif) 0 0 repeat-x;
}
.color_2 {
	background:transparent url(images/menucolor_2.gif) 0 0 repeat-x;
}
.color_3 {
	background:transparent url(images/menucolor_3.gif) 0 0 repeat-x;
}
.color_4 {
	background:transparent url(images/menucolor_4.gif) 0 0 repeat-x;
}
.color_5 {
	background:transparent url(images/menucolor_5.gif) 0 0 repeat-x;
}
.color_6 {
	background:transparent url(images/menucolor_6.gif) 0 0 repeat-x;
}
.color_7 {
	background:transparent url(images/menucolor_7.gif) 0 0 repeat-x;
}
.color_8 {
	background:transparent url(images/menucolor_1.gif) 0 0 repeat-x;
}
.color_9 {
	background:transparent url(images/menucolor_2.gif) 0 0 repeat-x;
}
.color_10 {
	background:transparent url(images/menucolor_3.gif) 0 0 repeat-x;
}

.activemainitem .color_1, .amainitem .color_1, .aactivemainitem .color_1 {
	background:transparent url(images/menucolor_1_active.gif) 0 0 repeat-x;
}
.activemainitem .color_2, .amainitem .color_2, .aactivemainitem .color_2 {
	background:transparent url(images/menucolor_2_active.gif) 0 0 repeat-x;
}
.activemainitem .color_3, .amainitem .color_3, .aactivemainitem .color_3 {
	background:transparent url(images/menucolor_3_active.gif) 0 0 repeat-x;
}
.activemainitem .color_4, .amainitem .color_4, .aactivemainitem .color_4 {
	background:transparent url(images/menucolor_4_active.gif) 0 0 repeat-x;
}
.activemainitem .color_5, .amainitem .color_5, .aactivemainitem .color_5 {
	background:transparent url(images/menucolor_5_active.gif) 0 0 repeat-x;
}
.activemainitem .color_6, .amainitem .color_6, .aactivemainitem .color_6 {
	background:transparent url(images/menucolor_6_active.gif) 0 0 repeat-x;
}
.activemainitem .color_7, .amainitem .color_7, .aactivemainitem .color_7 {
	background:transparent url(images/menucolor_7_active.gif) 0 0 repeat-x;
}
.activemainitem .color_8, .amainitem .color_8, .aactivemainitem .color_8 {
	background:transparent url(images/menucolor_1_active.gif) 0 0 repeat-x;
}
.activemainitem .color_9, .amainitem .color_9, .aactivemainitem .color_9 {
	background:transparent url(images/menucolor_2_active.gif) 0 0 repeat-x;
}
.activemainitem .color_10, .amainitem .color_10, .aactivemainitem .color_10 {
	background:transparent url(images/menucolor_3_active.gif) 0 0 repeat-x;
}


	.mainitem	.mainitem_margin, .activemainitem	.mainitem_margin, .amainitem	.mainitem_margin, .aactivemainitem	.mainitem_margin{
		padding:5px 11px 0px 11px !important;
		padding:5px 13px 0px 13px;
		cursor:pointer;
		height:29px !important;
		height:34px;
		display:block !important;
		display:inline;
	}

.single {
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	display:block !important;
	display:inline;
	padding:5px 10px 0px 0px !important;
	padding:0px 10px 0px 0px;
	font-weight:normal;
	height:29px !important;
	height:34px;
}
.asingle {
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	display:block !important;
	display:inline;
	padding:5px 10px 0px 0px !important;
	padding:10px 10px 0px 0px;
	font-weight:normal;
	height:29px !important;
	height:34px;
}

.single2 {
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	display:block !important;
	display:inline;
	padding:5px 10px 0px 0px;
	font-weight:normal;
	height:37px;
}
.asingle2 {
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	display:block !important;
	display:inline;
	padding:5px 10px 0px 0px;
	font-weight:normal;
	height:37px;
}

.loggedin {
	color:#FFFFFF;
	font-size: 80%;
	line-height:160%;
	font-weight:normal;
	float:right;

}

/*div for subitems*/
.menulayer{
	position:absolute;
	display:none;
	width:175px;
	overflow:hidden;
	background-color:#01457b;
	z-index:999999;
	text-align:left;
	border-bottom:1px solid #01457b;
}

/*subitem - mouseout*/
.item_level_2{
	background-color:#01457b;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	border-left:1px solid #01457b;
	border-right:1px solid #01457b;
	
}

	/*subitem - mouseout - has children*/
	.item_level_2_children{
		background-image:url(images/dm_arrow_menu_active.gif);
		background-repeat:no-repeat;
		background-position:right 3px;
		border-left:1px solid #01457b;
		border-right:1px solid #01457b;
	}
	
	/*subitemtext - mouseout*/
	.link_level_2{
		color:#FFFFFF;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}

/*subitem - mouseover*/
.aitem_level_2{
	background-color:#ccefd9;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	border-left:1px solid #01457b;
	border-right:1px solid #01457b;
}

	/*subitem - mouseover - has children*/
	.aitem_level_2_children{
		background-image:url(images/dm_arrow_menu.gif);
		background-repeat:no-repeat;
		background-position:right 3px;
		border-left:1px solid #01457b;
		border-right:1px solid #01457b;
	}

	/*subitemtext - mouseover*/
	.alink_level_2{
		color:#01457b;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}
	
/*subsubitem - mouseout*/
.item_level_3{
	background-color:#01457b;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	border-right:1px solid #01457b;
	border-top:1px solid #01457b;
	border-left:1px solid #01457b;
}

	/*subsubitemtext - mouseout*/
	.link_level_3{
		color:#FFFFFF;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}

/*subsubitem - mouseover*/
.aitem_level_3{
	background-color:#ccefd9;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	border-right:1px solid #01457b;
	border-top:1px solid #01457b;
	border-left:1px solid #01457b;
}

	/*subsubitemtext - mouseover*/
	.alink_level_3{
		color:#01457b;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}


/*-----------ITEMS (briefing, searchresults, map e.d.)----------------*/
.item{
	overflow:hidden;
}


.item a{
	padding:3px 6px 3px 15px;
	margin:5px 0px;
	display: inline-block;
	height: 100%;
	width:100%;
	cursor: pointer;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color:#000;
}

.item a:hover{
	text-decoration: none;
	background:  #f0f5f9;
	border-top: 1px solid #01457b;
	border-bottom: 1px solid #01457b;;
}

	.item h2{
		font-weight:normal;
		margin-top:0px;
		margin-bottom:0px;
		font-size:115%;
		font-weight:bold;
	}

	.item_photo{
		float:left;
		width:100px;
		height:80px;
		overflow:hidden;
		margin-right:10px;
		margin-top:5px;
		display:block;
	}
	
	#home .item_photo, .item_photo_wide{
		margin:0px;
		width:324px;
		height:122px;
		overflow:hidden;
		margin:5px 0px;
		padding-bottom:5px;
		display:block;
		float:none;
	}
	
	.item_text{
	}
	
	.item_text_photo{
		float:left;
	}
	
	ul.items{
	}
		
		ul.items li{
			list-style-type:none;
		}
	
	ul.risinfo li{
		color:#666666;
		list-style-type:disc;
		margin-left:15px;
	}
	
	ul.item2ndlevel li{
		list-style-type:disc;
		margin-left:15px;
	}
	
	.item_footer{
		color:#666666;
		padding-bottom:0px;
		margin-bottom:0px;
	}

/*-----------FORMELEMENTS----------------*/
#sitemap{
}

	#sitemap ul{
		margin-left:0px;
		font-weight:bold;
	}
	
	#sitemap ul li{
		list-style-type:none;
		padding:10px 0px 10px 0px;
	}
		
		#sitemap ul ul{
			margin-left:15px;
			font-weight:normal;
			list-style-image:url(images/arrow_bulletlist_sitemap.gif);
		}

		#sitemap ul ul li{
			padding:0px 0px 0px 0px;
		}
		
			#sitemap ul ul ul{
				margin-left:40px;
			}
			
/*-----------FORMELEMENTS----------------*/
form{
	margin:0px;
	background-color:#e5f7ec;
	padding:15px 40px 15px 20px;
	display:inline-block;
}

.buttons {
	text-align:right;
}

.inputarea {
	margin:0px;
	margin-bottom:15px;
	clear:both;
	background-color:#FFFFFF;
	overflow:visible;
	min-height:20px;
	height:auto !important;
	height:20px;
	display:block;
}

#simpleform .inputarea  {display:inline-block;}

fieldset{
	border:0px solid #ffffff;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

legend{
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
	line-height:0px;
	text-indent:-999em;
	z-index:0;
}

.mask {
	display:block;
	width:200px;
	text-align:right;
	padding-right:3px;
	float:right;
}

label{
float:left;
display:block;
text-align:left;
width:405px !important;
width:410px;
padding-left:5px;
}

.simpleform_label {
	background-color:#FFFFFF;
	float:left;
	margin-top: 1px;
	padding-top:1px;
	overflow:visible;
}

.simpleform_label label {
	width:400px !important;
	width:415px;
	padding-right:5px;
}

.simpleform_input{
	background-color:#FFFFFF;
	width:200px;
	float:left;
}

	label.labelinfront{
		display:inline;
		padding:0px 5px 0px 0px;
		width:auto;
	}
	
	span.fake_label{
		display:block;
		text-align:left;
		margin-top: 1px;
		padding-top:1px;
		float:left;
		clear:left;
		width:400px;
		padding:0 5px;
	}
	.publication_label {
		float:left;
		width:390px;
		height:20px;
		line-height:14pt;
	}
	
	.form_input {
		float:left;
		width:200px;
	}

.inputtext{
	height:20px !important;
	height:20px;
	border:1px solid #01457b;
	font-family: Verdana, arial, sans-serif;
}

.file_text{
	
}

.generalsize_text{
	font-size:100%;
	width:200px;
}

.smalltext{
	width:80px;
	font-size:100%;
	float:left;
}

.enlabel{
	width:20px !important;
	width:30px;
	padding:0px 5px;
}

#quicksearch .smalltext{
	float:left;
	clear:none;
	margin-right:5px;
	font-size:80%;
}

#quicksearch a {display:block;}

.anders {
	width:176px;
	font-size:100%;
}


.generalsize_textarea{
	width:200px;
	height:auto !important;
	font-family:Arial, Verdana, sans-serif;
}

select{
	width:200px;
}

.submit_button{
	border:1px solid #01457b;
	cursor:pointer;
	font-size:90%;
	padding:2px 5px 3px 5px;
	margin-top:-3px;
	margin-bottom:1px;
	color:#FFFFFF;
	background-color:#01457b;
}

a.submit_button {
	border:1px solid #01457b;
	display:inline-block;
	margin-top:3px;
	margin-right:3px;
	padding:1px 5px 1px 5px;
	margin-bottom:2px;
	text-decoration:none;
}

	.submit_button_md{
	text-decoration:none;
	}
	
	.submit_button_mo{
		text-decoration:none;
		padding:2px 5px 3px 5px;
		background-color:#ccefd9;
		margin-top:-3px;
		margin-bottom:1px;
		color:#01457b;

	}
	
	#submit_quicksearch {
		background-repeat:no-repeat;
		height:17px;
		overflow:hidden;
		color:#ffffff;
		background-color:#252B72;
		padding:0px;
		padding-left:25px;
		width:22px;
		text-indent:300px;
		background:transparent url(images/dm_search_button.gif) 0 0 no-repeat;
	}
	
	#ikwil #submit_quicksearch {
		background-repeat:no-repeat;
		height:34px;
		overflow:hidden;
		color:#ffffff;
		background-color:#252B72;
		padding:0px;
		width:34px;
		padding-left:34px;
		background:transparent url(images/dm_prod_search.gif) 0 0 no-repeat;
	}
	
	#home #submit_quicksearch  {
			color:#eef4f9;
	}

.radio_check_input{
		float:left;
		width:20px;
		background-color:#FFFFFF;
	}

.simpleform .radio_check_label{
	float:left;
	background-color:#FFFFFF;
	width:180px;
}
	
.radio_check_label{
	float:none;;
	background-color:#FFFFFF;
	width:auto;
}

	.radio_check_label label{
		padding-top:0px;
		padding-right:3px;
		width:auto !important;
			float:none;
	}



/*-----------SIMPLEFORM-----------------*/

#simpleform{
}

#simpleform .fake_label{
}

#simpleform .fake_label a{
	color:#ffffff;
	text-decoration:none;
}

.help_popup{
	visibility:hidden;
	position:absolute;
	background-color:#ffffe1;
	border:1px solid #e1e1e1;
	padding:5px;
	width:300px;
	display:block;
	z-index:99;
}

.comment{
	margin:16px 0px 8px 0px;
}

.summary_label{
	display:block;
	font-weight:normal;
	width:100%;
	clear:both;
	margin-top:15px;
}

.summary_answer {
	display:block;
	font-weight:bold;
	width:100%;
	clear:both;
}

.back_to_form{
	padding-top:15px;
	display:block;
}

.inputarea .clear {
	margin-bottom:0px;
}
								
/*-----------PRODUCT-----------------*/
#product #content h2{
	margin-top:15px;
}

#product #content h3{
	margin-top:0px;
}



/*-----------BRIEFING----------------*/
#briefing{
			margin:0px 0px 0px -14px;
			padding: 0px;
}

#briefing img {
	/*float:right;*/
}

	#briefing h2{
	}

	#briefing ul{
		margin-left:0px;
	}
	
	#briefing ul li{
	}

	.briefing_column{
	}
	
	.briefing_column .item_photo{
		margin-top:7px;
		margin-right:7px;
	}
	
	.briefing_first_column{
		width:315px;
		float:left;
	}
	
	.briefing_second_column{
		width:315px;
		float:left;
		margin-left:10px;
	}
	
/*-----------URL----------------*/
#url{
}

/*-----------DISCUSSION----------------*/
#discussion{
	width:100%;
}

	#discussion .action{
		margin:10px 0px 10px 20px;
	}
	
	.showhide_links{
	
	}

#discussion_tree{
	width:100%;
	border-left:1px solid #cccccc;
	padding:10px 0px 10px 0px;
}

#discussion h2{
	font-weight:normal;
	margin:0px 0px 0px 10px;
	font-size:115%;
	font-weight:bold;
}

#discussion p{
	margin-left:10px;
}

#discussion ul{
	margin:20px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	border-left:1px solid #cccccc;
	list-style-type:none;
}

	#discussion ul li{
		background-image:url(images/discussion_pointer.gif);
		background-repeat:no-repeat;
		background-position:0px 0px;
		margin:10px 0px 0px -20px;
		padding:0px 0px 0px 20px;
	}

#discussion ul ul{
	margin:10px 0px 30px 20px;
}

#discussion ul ul ul{
	margin:10px 0px 0px 20px;
}
/*-----------BULLETINBOARD----------------*/
#bulletinboard{
}

.reactie {
text-align:right;
background-color:#ccefd9;
padding:15px 40px 15px 20px;
display:block !important;
display:inline-block;
}

#bulletinboard a.action{
	display:block;
	color:#FFFFFF;
	font-weight:normal;
	background-image: url(images/reageer_button.gif);
	background-repeat:no-repeat;
	height:21px;
	width:91px;
	text-align:center;
	font-size:90%;
}

#bulletinboard a.action:hover {
background-position: 0px -21px;
text-decoration:none;
color:#000000;
}
		

#bulletinboard h2{
	font-weight:bold;
	font-size:115%;
	margin-bottom:0px;
}

#bulletinboard ul{
	margin:20px 0px 20px 0px;
	list-style-type:none;
}

#bulletinboard li{
	margin-top:10px;
}

/*-----------POLL----------------*/
#poll{
}

#poll form {display:block;}

#poll fieldset {
	text-align:right;
}

	#poll h2{
		margin-bottom:18px;
		font-size:110%;
		font-weight:normal;
	}

	/*---answers---*/
	.poll_answer{
		float:left;
		width:325px;
		background-color:#ffffff;
		padding-bottom:2px;
		padding-left:5px;
	}

	.poll_percentarea{
		float:left;
		background-color:#ffffff;
		border:1px solid #01457b;
		width:245px;
		height:19px;
	}
	
	.poll_percent{
		background-color:#ccefd9;
	}
	
	.poll_facts{
	font-size:75%;
	width:42px;
	text-align:right;
	height:19px;
	float:left;
	}

.submit_poll {
	text-align:right;
	margin-bottom:10px;
	clear:both;
}

.fakeform {
	padding:15px 20px 35px 20px;
	background-color:#e5f7ec;
	clear:both;
	float:none;
}

.poll_results {
	clear:both;
	margin-bottom:15px;
	height:20px;
	}

#poll legend {display:none;}

/*-----------CONTAINERS----------------*/
.container{
	margin-bottom:10px;
	padding:0px;
	padding-right:6px;
	position:relative;
	overflow:hidden;
}

.container p {
	font-size:100%;
}

	.container form {
		padding:0px;
		width:auto;
		background-color:transparent;
	}
	
	.container_more {
		display:block;
		margin-top:-10px;
		margin-bottom:10px;
	}
	
	/*
	Issue: 22319
	.container a{
		display:block;
	}*/
	
	.titlebar {
		background-image:url(images/dm_title_small_direct.gif);
		background-repeat:no-repeat;
		width:270px;
		height:40px;
	}
		
		.container .title {
			color:#000000;
			padding:5px 0px 0px 30px;
			font-weight:bold;
			font-size:110%;
			background: transparent url(images/dm_direct_arrow.gif) 5px 5px no-repeat;
			margin:0px;
	}
	
	#home #ikwil .title {
			margin:5px 0 0 10px;
			color:#000000;
			padding:0px 0px 0px 30px;
			font-weight:bold;
			font-size:110%;
			background: transparent url(images/dm_direct_arrow.gif) 5px 0px no-repeat;
	}
	
	.title_uitgelicht {
			color:#000000;
			padding:5px 0px 0px 30px;
			font-weight:bold;
			font-size:110%;
			background: transparent url(images/dm_direct_arrow.gif) 5px 5px no-repeat;
	}
	
	
	.container select{
		width:255px;
	}
	
	.container .submit_button{
		margin-top:5px;
	}
	
	.container hr{
		display:none;
	}
	
	.container ul{
	}
	
	#ikwil ul{
		padding-left:0px;
		padding-left:30px;
		width:auto;
		list-style-type:none;
	}
	
	#ikwil li {
		padding-bottom:5px;
		list-style-image: url(images/arrow_bulletlist.gif);
	}
	
	ul.containerimage {
			list-style-image:none;
			list-style:none;
			margin-left:15px;
			width:248px;
			overflow:hidden;
			
	}

	.container ul.items li{
		margin-left:0px;
	}
	
	.container_externallink{
		background-color:#00372b;
	}
	
		.container_externallink h3{
			font-weight:normal;
		}
		
		.container_externallink a{
			color:#ffffff;
		}
		
		.container_externallink a:hover{
			color:#ffffff;
		}
		
		.container_externallink hr{
			display:none;
		}
		
		.containerslistitem h3 {
			font-size:100%;
		}
		
		.containerslistitem select {
			width:240px;
		}
		.containerslistitem {
		 list-style-image:url(images/arrow_bulletlist.gif);
		}

/*-----------DIGID----------------*/
#digid_login{
	display:none;
}

	#digid_login a{
		color:#ffffff;
	}
	
/*-----------TABS----------------*/
#tabindex{
	
}

	#tabindex form{
		background-color:transparent;
		padding:0px;
	}

#tabarea{
	width:100%;
	position:relative;
	margin-top:35px;
	border:1px solid #01457b;
}

	#tab_buttons{
		height:22px;
		position:absolute;
		top:-22px;
		left:5px;
		z-index:99;
	}
	
	#tab_buttons ul{
		list-style-type:none;
	}
	
	#tab_buttons li{
		float:left;
	}
	
	.tab_button{
		height:22px;
		width:73px;
		float:left;
		margin-right:3px;
		position:relative;
	}
	
	.tab_button_active{
		background-image: url(images/tab_button_inactive.gif);
		background-repeat:no-repeat;
		background-position:0px -22px;
	}
	
		.tab_button_active .tab_button_text{
			padding-top:2px !important;
		}
	
	.tab_button_inactive{
		height:21px;
		background-image: url(images/tab_button_inactive.gif);
		background-repeat:no-repeat;
		background-position:left top;
		border-bottom:0px solid #01457b;
	}
	
		.tab_button_inactive .tab_button_text{
			padding-top:0px !important;
		}
	
	.tab_button_text{
		text-align:center;
		line-height:150%;
	}

#tab_top{
	overflow:hidden;
	height:8px;
	width:100%;
	clear:both;
}

	.tab_top_left{
		width:40%;
		float:left;
		height:8px;
	}
	
	.tab_top_right{
		width:60%;
		float:left;
		height:8px;
	}
	
#tab{
	position:relative;
	padding:20px 20px 20px 20px;
	clear:both;
}

#tab .clear {
	margin:0px;
}

#tab_bottom{
	height:6px;
	overflow:hidden;
	margin-bottom:12px;
	width:100%;
}

	.tab_bottom_left{
		width:40%;
		float:left;
		height:6px;
	}
	
	.tab_bottom_right{
		width:60%;
		float:left;
		height:6px;
	}

#tip{
	position:absolute;
	width:50%;
	background-image: url(images/tip.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	top:50px;
	clear:both;
	z-index:15;
}

/*=========persoonlijke nieuwsbrieven==========*/

.pnalabel{
	
}

.pnaitem{
	display:block;
	padding-bottom:4px;
	padding-top:4px;
	background-color:#e5f7ec;
}

.clearPna{
	width:100%;
	clear:both;
	margin-bottom:0px;
	background-color:#e5f7ec;
}

.emailWidth{
	width:240px !important;
	margin-left:5px;
}

.pnaemailLabel{
	width:355px !important;
}

#formverstuuropties {clear:both; padding:20px 0;}

.inputpaddingfield{

}

.spanselection{
	float:right;
	width:250px;
}


	#pnform {display:block !important; width:500px !important;}


#pnform .radio_check_input, #pnform .radio_check_label {background-color:#FFFFFF; height:20px; margin-bottom:5px; }

.pnainputheight{
	clear:both;
	padding:5px 0px;
	height:82px !important;
}

.fakebutton{
	float:right;
}

/*-----------egrant----------------*/
.egrant_search .egrant_column{
	width:300px;
	margin-right:20px;
	margin-top:10px;
	float:left;
}

	.egrant_search .egrant_column h2{
		margin-top:0px;
	}
	
	.egrant_search .egrant_column ul{
		margin-left:20px;
	}
	
	.egrant_column li {
		margin:0px;
		list-style-image:url(images/arrow_bulletlist.gif);
		list-style-type:none;	
	}

.egrant_themes .margin_column{
}

	.egrant_themes h3{
		font-weight:bold;
	}
	
	.egrant_themes .margin_column{
		margin-right:1em;
	}
	
	.egrant_themes .tabarea_colum_1{
		float:left;
		width:300px;
	}
	
	.egrant_themes .tabarea_colum_2{
		float:left;
		width:300px;
	}

.egrant_alpha{
}
	
	.egrant_alpha .alpha_header{
		font-size:110%;
		margin:0px;
		margin-top:20px;
		font-weight:bold;
		color:#01457b;
	}
	
	.egrant_alpha ul.alpha_choices{
		margin:0px 0px 0px 15px;
		list-style-image:url(images/arrow_bulletlist.gif);
		list-style-type:none;
	}

/*-----------MYRESIDENCE-STATUS----------------*/
.my_residence{
}

.status_legenda{
	margin-top:15px;
}

	.legenda_emphasise{
		font-weight:bold;
	}
	
.my_residence .WE_Kolommen1{        
	width:100%;
}

.my_residence .WE_Kolommen1 th{
	background-color:#333333;
	color:#ffffff;
	text-align:left;
	vertical-align:top;  
	padding:5px;
}

.my_residence .WE_Kolommen1 th.odd{
	background-color:#cccccc;
}

.my_residence .WE_Kolommen1 th.even{
	background-color:#e1e1e1;	
}

.my_residence .WE_Kolommen1 td{
	text-align:left;
	vertical-align:top;
	padding:5px;
}  

.my_residence .WE_Kolommen1 td.odd{
	background-color:#cccccc;
}

.my_residence .WE_Kolommen1 td.even{
	background-color:#e1e1e1;	
}

/*-----------RIS----------------*/
#ris_home{
}

	#ris_home form{
		margin:15px 0px 0px 0px;
	}
	
	#ris_home form a{
		margin:15px 0px 0px 0px;
		display:block;
	}
	
	#ris_home h2{
		margin:15px 0px 0px 0px;
		font-weight:bold;
	}
	
	#ris_home ul.items li{
		list-style-type:none;
	}
	
	.vergaderoverview {
		width:311px;
		float:left;
	}
	
	.vergaderoverview a {
		font-size:110%;
		text-transform:capitalize;
	}
	
	.vergaderoverview li {
		margin-top:10px;
	}
	
	.kolom1 {
		margin-right:20px;
	}
	.browse {
		height:30px;
		border-bottom:1px solid #01457b;
		border-top:1px solid #01457b;
		margin-top:30px;
		clear:both;
	}
	
	.browse .previous, .browse .next {
		width: 150px;
		padding:5px 5px 0px;
		
	}
	
	.browse .previous {
		float:left;
	}
	.browse .next {
		float:right;
		text-align:right;
	}
	
	.agenda_time {
		width: 105px;
		float:left;
		font-weight:bold;
	}
	
	.agenda_point {
		width:567px;
		float:right;
	}

	.agenda_point {
		width:567px;
		float:right;
	}

	p.agenda_point_description {
		font-size:10px;
	}
	
	.column {
		float:left;
		width:33%;
	}
	
.recent {
			background-image:url(images/arrow_bulletlist.gif);
			background-position:0px 0px;
			background-repeat:no-repeat;
			padding-left:18px; 
		}

.pdf	{
			background-image:url(images/pdf_icon.gif);
			background-position:0px 0px;
			background-repeat:no-repeat;
			padding-left:18px;
		}
		.doc	{
			background-image:url(images/doc_icon.gif);
			background-position:0px 0px;
			background-repeat:no-repeat;
			padding-left:18px;
		}
		.xls	{
			background-image:url(images/xls_icon.gif);
			background-position:0px 0px;
			background-repeat:no-repeat;
			padding-left:18px;
		}
		.ppt	{
			background-image:url(images/ppt_icon.gif);
			background-position:0px 0px;
			background-repeat:no-repeat;
			padding-left:18px;
		}

.rissubmit_form{
	border-width:0px;
	color:#ffffff;
	background-color:#01457b;
	font-size:11px;
}

.risfield{
	 width:200px;
}
	
	
	/*-----------AGENDA-----------------*/
#agenda{
}

	#agenda ol{
		margin-left:0px;
	}
	
	#agenda ol li{
		margin-bottom:10px;
	}
	
	#agenda ul{
		margin-bottom:15px;
	}
	
	#agenda ul ul{
		margin-bottom:0px;
	}
	
	#agenda ol ol li{
		margin-bottom:0px;
	}

.agenda_info{
	clear:both;
}

.agenda_title {
	font-weight:bold;
	width:75px;
	display:block;
	float:left;
}


.agenda_content{
	margin-top:15px;
}

.agenda_content ol li {
	clear:both;
}

.point_time{
	color:#999999;
}

#showhide ul  {
	margin:0px;
}

#showhide ul li {
	margin-left:15px;
	margin-bottom:0px !important;
	list-style-image:url(images/arrow_bulletlist.gif);
}


/*-----------SEARCHRESULTS----------------*/
#searchresults{
}

#searchresults_items{
	width:100%;
	clear:both;
	padding-bottom:15px;
}

/*-----------PRINT---------------------*/

#print{
	position:relative;
	margin-top:50px;
}

/*-----------PAGE LINKS----------------*/


#page_links{
	position:absolute;
	top:152px;
	right:0px;
	width:280px;
	height:45px;
	z-index:8000;
}

	#page_links a{
		display:block;
		margin-top:0px;
		font-size:70%;
		line-height:130%;
		color:#000000;
	}
	
		#page_links a img{
			clear:both;
			display:block;
		}
	.page_link_functions {
		text-align:center;
		float:left;
		width:45px;
	}	
	
	.link_home{
			background-repeat:no-repeat;
			background-position:50% 0;
			padding-top:22px;
			height:25px;
			background-image:url(images/dm_home.gif);
		}
		
		.link_fontsize{
			background-repeat:no-repeat;
			background-position:50% 1px;
			padding-top:22px;
			height:25px;
			background-image:url(images/dm_groter.gif);
		}
		
		.link_contact{
			background-repeat:no-repeat;
			background-position:50% 3px;
			padding-top:22px;
			height:25px;
			background-image:url(images/dm_mail.gif);
		}
		
		.link_reaction{
			background-repeat:no-repeat;
			background-position:0px 3px;
			padding-left:22px;
			height:25px;
			background-image:url(images/icon_react.gif);
		}
		
		.link_print{
			top:20px;
			background-repeat:no-repeat;
			background-position:50% 1px;
			padding-top:22px;
			height:25px;
			padding-right:10px;
			background-image:url(images/dm_print.gif);
		}
		
		.link_sitemap{
			background-repeat:no-repeat;
			background-position:50% 1px;
			padding-top:22px;
			height:25px;
			background-image:url(images/dm_sitemap.gif);
		}
		
		.link_login{
			background-repeat:no-repeat;
			background-position:50% 1px;
			padding-top:22px;
			height:25px;
			background-image:url(images/dm_login.gif);
		}
		
		.link_logout{
			background-repeat:no-repeat;
			background-position:50% 1px;
			padding-top:22px;
			padding-left:1px;
			height:25px;
			background-image:url(images/dm_logout.gif);
		}
		.link_favorites{
			background-repeat:no-repeat;
			background-position:0px 3px;
			height:25px;
			padding-left:22px;
		}
	
	#set_normal{

		left:0px;
		display:none;
	}
	
	#set_bigger{

		left:0px;
		display:block;
	}

/*-----------HOME-----------------*/
#quote{
	position:relative;
	width:500px;
	height:190px;
	overflow:hidden;
}

	body.home #container_area{
		padding:245px 0px 0px 0px;
	}
	
		body.home .showcase_container{
			padding:0px;
		}
		
			.fake_heading{
				font-size:140%;
				margin-bottom:5px;
			}
			
			/*-----start-ticker--*/
			#tickerholder{
				position:relative;
				width:100%;
				height:200px;
				overflow:hidden;
				margin-top:0px;
			}
			
			#ticker{
				position:absolute;
				left:0px;
				top:0px;
				margin-left:0px;
			}
			
			#ticker ul{
				margin:0px;
				list-style-type:none;
			}
			
				#ticker li{
		
				}
				
				#ticker li a{
					margin-bottom:25px;
					background-color:#39645A;
					text-align:center;
					display:block;
					width:100%;
					padding:5px;
					color:#ffffff;
					font-weight:bold;
					font-size:80%;
				}
				
					#ticker li img{
						display:block;
					}
			/*-----stop-ticker--*/

#home_content{
	position:relative;
}

	#home_news{
		margin-top:40px;
		width:360px;
		margin-left:-20px;
	}
	
		#home_news h2{
			margin-left:20px;
			font-size:140%;
			font-weight:bold;
		}
	
		#home_news h3{
			font-weight:normal;
			margin-top:10px;
			margin-bottom:3px;
			font-size:115%;
			font-weight:bold;
		}
		
		#home_news ul{
			position:relative;
			list-style-image:none;
			margin-left:20px;
		}
	
	#home_content #events{
		position:absolute;
		top:15px;
		right:0px;
		width:186px;
	}
	
body.home .callme_container{
	background-color:#C7D218;
	background-image:none;
	padding:0px;
	margin:20px 0px 0px 0px;
}

	body.home .callme_container h3{
		margin:5px 0px 0px 5px;
	}
	
	body.home .callme_container form{
		margin:5px;
	}

	body.home .callme_container .submit_button{
		position:absolute;
		bottom:3px;
		right:10px;
		width:70px;
	}
	
	body.home .callme_container label{
		width:0px;
		height:0px;
		overflow:hidden;
		position:absolute;
	}
	
	body.home .callme_container .smalltext{
		width:100px;
		max-height:21px;
	}
	
.home_more_link{
	font-weight:bold;
	width:100%;
	margin:5px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}	

#home_news .home_more_link{
	margin:15px 0px 0px 20px;
}

/*-----------forum----------------*/


/*-----------system----------------*/

.gvflag {
	display: none;
}

.gmap {
	width: 100%; 
	height: 300px;
	border: 1px solid black;
}


/*-----------Homepage----------------*/


	#homecontent_area {
		position:relative;
		float:left;
		width: 364px;
	}
	
	#homecontent_area .object_title {
		font-size:130%;

	}
	#homecontent_area .content_margin {
		padding:0px;
	}
	
		#homecontent_area #briefing {
			margin:0px 5px 0px 15px;
			padding: 0px;
		}

		#homecontent_area #briefing .items {
			margin:0px 0px;
		}

		#homecontent_area .item a {
			padding:0 10px;
			width:auto;
			margin:3px 0px;
		}
		#homecontent_area .item h2 {
			margin:0px;
		}
		
	#uitgelicht_area{
		position:relative;
		float:left;
		width:270px !important;
		overflow:hidden;
		margin-top:65px;
	}
	
	#uitgelicht_area .titlebar{
		background-image:url(images/dm_title_small.gif);
	}
	
	
	#uitgelicht_area h3 {
		padding-left:6px;
	}
	
	.uitgelicht {
		margin-bottom:0px;
	}
	
		#uitgelicht_area .container p, #uitgelicht_area .container div {
		padding-left:6px;
		}
		
		#uitgelicht_area .content_margin {
			padding:0px;
			margin:0px;
		}
		
		#ikwil {
			border:1px solid #01457b;
			background-color: #ccefd9;
			margin-bottom:20px;
		}
		
		#home #container_area {
			width:306px;
			margin:10px 24px !important;

		}
		
		#adresblock {
			background-color:red;

}
		
		#home #container_area .inputarea {
			padding-left:6px;
			margin:0px;
			text-align:left;
			float:left;
			overflow:visible;
			width:210px;
		}
		
		#home #submit_loket {
		background-image:url(images/dm_prod_search.gif);
		background-repeat:no-repeat;
		width:34px;
		height:34px;
		background-color: transparent;
		padding-left:37px;
		color:#ffffff;
		}
		
		#home .alpha_prod {
			padding-left:6px;
			margin-top:-12px;
			width:250px;
		}
		#home .product_alphabet {
			display:block;
			text-transform:lowercase;
			margin-left:6px;
			width:265px;
		}
		#home .product_alphabet a {
			display:block;
			float:left;
			margin:0px;
			margin-right:1px;
			padding:0px 1px;
			width:auto;
			border-top:1px solid #FFFFFF;
			border-bottom:1px solid #FFFFFF;
		}
		
		#home .product_alphabet a:hover {
			display:block;
			background-color:#eef4f9;
			text-decoration:none;
			border-top:1px solid #01457b;
			border-bottom:1px solid #01457b;
			}
			
			#home .containerslist {
				margin-left:10px;
				list-style-image:none;
			}
			
			#home	.containerslistitem {
				list-style-image:none;
				list-style-type:none;
				margin-left:0px;
		 
		}
			
			#home .containerslist h3, #home #uitgelicht_area h3 {
				margin:0px;
			}
			
			.containerslist {
				width:255px;
				margin: 0px 10px;
				overflow:hidden;
			}
			
			.containerslistitem {
				list-style-image:url(images/arrow_bulletlist.gif);
				margin:0px;
				margin-left:12px;
			}
			
			#home .radio_check_label{
				width:230px;
			}
			
			.container .radio_check_label{
				width:230px;
			}
			
			#uitgelicht_area .content_margin {
				
				width:100%;
			}
			
			#uitgelicht_area .container {
				overflow:visible;
			}
			
			td, th {
				font-size: 100% !important;
				font-size:70%;
			}
			
		#home	#container_area .inputarea {
			width:210px;
			overflow:hidden;
		}
		
		#home #login {
			position:absolute;
			top:0px;
			right:25px;
			text-align:right;
			color:#000000;
			font-size:70%;
			width:260px;
			overflow:hidden;
			z-index:1000;
		}
		
		#login {
			position:absolute;
			top:132px;
			right:25px;
			text-align:right;
			color:#000000;
			font-size:70%;
			width:260px;
			overflow:hidden;
			z-index:1000;
		}

/*Smoelenboek hide container*/

#voornaamContainer { display:none; }


/*---- FOLDER---*/

	.dualkolom li{
		width: 335px;
		float:left;
		list-style-type:none;
		padding:0px;
		margin:0px;
	}
	
	.dualkolom .item2ndlevel li {
	margin-left:0px;
	float:none;
	}
	.dualkolom .item_text {

	}

.dualkolom .item_text a {
	background-color:transparent;
	border:0px;
	margin:0px;
	padding:0px;
	color:#01457b;
}

.dualkolom .item_text a:hover {
	background-color:transparent;
	border:0px;
	margin:0px;
	padding:0px;
	color:#01457b;
}

.dualkolom .item_text .item2ndlevel li a {
	background:transparent url(images/arrow_bulletlist.gif) 0px 1px no-repeat;
	border:0px;
	margin:0px;
	padding:0px 0 0 15px;
	color:#01457b;
}

.dualkolom .item_text .item2ndlevel li a:hover {
	background:transparent url(images/arrow_bulletlist.gif) 0px 1px no-repeat;
	border:0px;
	margin:0px;
	padding:0px 0 0 15px;
	text-decoration:underline;
	color:#01457b;
}

.dualkolom .item_photo_wide {
	display:block;
	height:auto;
	padding:0px;
}

.more {font-size:95%;}

/*--- Wie is wie --*/
.whoiswho {font-size:100%; width:100%;}
.whoiswho .odd {background-color:#e5f7ec;}
.whoiswho td {padding:2px 2px; font-size:100%;}
td.sbzoekscherm {padding:10px 10px 0px; background-color:#e5f7ec;}
td.sbalfabet {padding:0px 10px 10px; background-color:#e5f7ec;}
.sbzoekscherm form {padding:0px;}
a.sblink {font-weight:bold; display:block; float:left; padding:2px 4px;}
#sbresults td {padding:3px;}

.perso {padding:10px 10px; background-color:#e5f7ec; height:140px;}
.sbemp {margin-top:0px; border-bottom: 1px solid #333333;}

table.sb_person {font-size:100%; }
.sb_person td {font-size:100%; width:auto;}
.sb_person .title, .prof .title, .werkdagen .title {width:150px;}

.prof, .werkdagen {padding:10px 10px; font-size:100%;}
.prof td, .werkdagen td {font-size:100%; width:auto;}
td.link {font-size:100%;}

.prof td {border-bottom: 1px solid #d7d7d7;}


.dossier_title {display:block;}