/*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;
}

form .clear {
	margin-bottom:0px;
}

.filesize{
	font-size:80%;
	color:#999999;
	font-weight:normal;
}

.emphasize{
	font-weight:bold;
}

.note{
}

.required{
	color:#00372b;
}

.alert{
	color:#FF0000;
}

a.action{
	font-weight:bold;
	font-size:110%;
}

ul.selection {
	border-top:1px solid #0060ad;
	border-bottom:1px solid #0060ad;
	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:#0060ad;
		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:50px;
	width:157px;
	height:95px;
	z-index:2;
}

.printlogo {
	display:none;
}

#header{
	position:absolute;
	top:0px;
	right:0px;
	width:744px;
	height:95px;
	background-color:#FFFFFF;
	z-index:1;
	overflow:hidden;
}

#home #header{
	position:relative;
	width:100%;
	padding-top:3px;
	height:165px;
	background-color:#FFFFFF;
	z-index:1;
	overflow:hidden;
}

#home #quicksearch{
	position:absolute;
	top:52px;
	right:0px;
	width:280px;
	height:50px;
	z-index:3;
}

#quicksearch{
	position:absolute;
	top:180px;
	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%;
	}
	
	#quicksearch .submit_button{
		margin-top:0px;
		margin-bottom:0px;
	}
	
	#quicksearch .smalltext{
		width:230px;
		height:16px;
		font-size:70%;
		
	}
	
	#quicksearch a{
		padding-left:10px;
		color:#0060ad;
		font-size:70%;
	}
	
	#quicklinkvlak1{
		display:none;
	}
	
#home #quicklinkvlak1{
	display:block;
	position:absolute;
	top:10px;
	left:400px;
	z-index:11;
	width:150px;
	font-size:70%;
	height:85px;
	line-height:12pt;
	overflow:hidden;
}

#home #quicklinkvlak2{
	display:block;
	position:absolute;
	top:10px;
	left:540px;
	z-index:11;
	width:160px;
	font-size:70%;
	height:85px;
	line-height:12pt;
	overflow:hidden;
}

#focus_area{
	padding-top:133px;
	width:100%;
}


	#menu_area{
		position:absolute;
		top:95px;
		left:13px;
		z-index:8001;
		font-size:75%;
	}

		#contact .contactcol1{
			float: left;
			width: 45%;
		}

	#content_area{
		position:relative;
		width:710px;
		float:left;
	}

		.content_margin{
			font-size:70%;
			position:relative;
			padding:18px 40px 0px 28px;
			width:auto !important;
			width:100%;
		}
	
			#crums{
			font-size:80%;
			}
			
			.object_title{
			margin:18px 0px;
			}
			
				.title_emphasize{
					color:#666666;
				}
			
			.object_description{
				margin-bottom:18px;
				color:#0060ad;
				font-size:110%;
			}
			
				#content {
				}
			
				#content li {
					clear:both;
					}
	#container_area{
		margin-top:95px;
		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:10px;
	border-top: 1px solid 	#0060ad;
	
}

#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;
		list-style-type:none;
		float:left;
		display:block;
		width:auto !important;
		width:1px;
	}
	
		#mainmenu li a{
			display:block;
			cursor:pointer;
		}
		
		#mainmenu a{
			text-decoration:none;
		}

/*mainitem - mouseout*/
.mainitem{
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	margin:0px;
	display:block;
	padding:5px 0px 0px 0px !important;
	padding:0;
	position:relative;
	line-height:160%;
	font-weight:bold;
	width:auto !important;
	width:1px;
}

/*mainitem - mouseover*/
.amainitem {
	text-decoration:none;
	background-image:url(images/dm_mainmenu_active_bg2.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	padding:0px;
	margin: 0 2px;
	line-height:160%;
	font-weight:bold;
	height:37px;
	width:auto !important;
	width:1px;
}


/*mainitem - mouseover*/
.activemainitem{
	text-decoration:none;
	background-image:url(images/dm_mainmenu_active_bg.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	padding:5px 0px 0px 0px;
	line-height:160%;
	font-weight:bold;
	height:37px;
	width:auto !important;
	width:1px;
}

/*mainitem - mouseover*/
.aactivemainitem{
	text-decoration:none;
	background-image:url(images/dm_mainmenu_active_bg2.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	padding:0px;
	margin: 0 2px;
	line-height:160%;
	font-weight:bold;
	height:37px;
	width:auto !important;
	width:1px;
}

	.mainitem	.mainitem_margin{
		padding:4px 11px 0px 11px !important;
		padding:5px 13px 0px 13px;
		cursor:pointer;
		height:26px;
		width:auto;
	}
	
	.activemainitem	.mainitem_margin{
		padding:4px 11px 0px 11px !important;
		padding:0px 13px 0px 13px;
		cursor:pointer;
		height:26px;
		width:auto;
	}
	
	.amainitem	.mainitem_margin, .aactivemainitem	.mainitem_margin{
		padding:4px 10px 0px 10px !important;
		padding:4px 10px 0px 10px;
		border-left: 1px solid #73a8d3;
		border-right: 1px solid #73a8d3;
		cursor:pointer;
		height:33px;
		display:block;
		width:auto;
	}

.single {
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	padding:5px 10px 0px 0px !important;
	padding:0px 10px 0px 0px;
	line-height:160%;
	font-weight:normal;
	height:37px;
	width:auto !important;
	width:1px;
}
.asingle {
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	padding:5px 10px 0px 0px !important;
	padding:10px 10px 0px 0px;
	line-height:160%;
	font-weight:normal;
	height:37px;
	width:auto !important;
	width:1px;
}

.single2 {
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	padding:0px 10px 0px 0px !important;
	padding:5px 10px 0px 0px;
	line-height:160%;
	font-weight:normal;
	height:37px;
	width:auto !important;
	width:1px;
}
.asingle2 {
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	padding:5px 10px 0px 0px !important;
	padding:5px 10px 0px 0px;
	line-height:160%;
	font-weight:normal;
	height:37px;
	width:auto !important;
	width:1px;
}




/*div for subitems*/
.menulayer{
	position:absolute;
	display:none;
	width:175px;
	overflow:hidden;
	background-color:#73a8d3;
	z-index:999999;
	text-align:left;
	border-bottom:1px solid #73a8d3;
}

/*subitem - mouseout*/
.item_level_2{
	background-color:#005da8;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	border-left:1px solid #73a8d3;
	border-right:1px solid #73a8d3;
	
}

	/*subitem - mouseout - has children*/
	.item_level_2_children{
		background-image:url(images/dm_arrow_menu_active.gif);
		background-repeat:no-repeat;
		background-position:right top;
		border-left:1px solid #73a8d3;
		border-right:1px solid #73a8d3;
	}
	
	/*subitemtext - mouseout*/
	.link_level_2{
		color:#FFFFFF;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}

/*subitem - mouseover*/
.aitem_level_2{
	background-color:#eef4f9;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	border-left:1px solid #73a8d3;
	border-right:1px solid #73a8d3;
}

	/*subitem - mouseover - has children*/
	.aitem_level_2_children{
		background-image:url(images/dm_arrow_menu.gif);
		background-repeat:no-repeat;
		background-position:right top;
			border-left:1px solid #73a8d3;
		border-right:1px solid #73a8d3;
	}

	/*subitemtext - mouseover*/
	.alink_level_2{
		color:#005da8;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}
	
/*subsubitem - mouseout*/
.item_level_3{
	background-color:#005da8;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	border-right:1px solid #73a8d3;
	border-top:1px solid #73a8d3;
	border-left:1px solid #73a8d3;
}

	/*subsubitemtext - mouseout*/
	.link_level_3{
		color:#ffffff;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}

/*subsubitem - mouseover*/
.aitem_level_3{
	background-color:#eef4f9;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	border-right:1px solid #73a8d3;
	border-top:1px solid #73a8d3;
	border-left:1px solid #73a8d3;
}

	/*subsubitemtext - mouseover*/
	.alink_level_3{
		color:#005da8;
		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;
			width:auto;
			margin:3px 0px;

	display: block;

	height: 100%;

	cursor: pointer;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			color:#000;
}

.item a:hover{
	text-decoration: none;
	background:  #eef4f9;
	border-top: 1px solid #73a8d3;
	border-bottom: 1px solid #73a8d3;;
}

	.item h2{
		font-weight:normal;
		margin-top:0px;
		margin-bottom:0px;
		font-size:115%;
		font-weight:bold;
	}

	.item_photo{
		float:left;
		width:115px;
		overflow:hidden;
		margin-right:10px;
		margin-top:5px;
	}
	
	.item_text{
	}
	
	.item_text_photo{
		float:left;
	}
	
	ul.items{
	}
		
		ul.items li{
			list-style-type:none;
		}
		

		


		ul.items li.li_pdf{
			list-style-image:url(images/icon_pdf.gif);
		}
		
		ul.items li.li_pdf ul li{
			list-style-image:none;
		}
		
		ul.items li.li_sound{
			list-style-image:url(images/icon_sound.gif);
		}
	
	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:5px;
	}

/*-----------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:#eff4fa;
	padding:15px 40px 15px 20px;
}

.buttons {
	text-align:right;
}

.inputarea {
  width:580px;
	margin:0px;
	margin-bottom:15px;
	clear:both;
	background-color:#FFFFFF;
	overflow:visible;
}

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:375px;
}

.simpleform_label {
	background-color:#FFFFFF;
	float:left;
	width:375px;
	padding-left:3px;
	margin-top: 1px;
	padding-top:1px;
	overflow:visible;
}

.simpleform_label label {
	width:auto;
}

.simpleform_input{
	background-color:#FFFFFF;
	width:200px;
}

	label.labelinfront{
		display:inline;
		padding:0px 5px 0px 0px;
	}
	
	span.fake_label{
		display:block;
		text-align:left;
		padding-left:3px;
		margin-top: 1px;
		padding-top:1px;
		float:left;
		clear:left;
		width:375px;
	}
	
	.form_input {
		float:left;
		width:200px;
	}

.inputtext{
	height:16px;
	border:1px solid #0060ad;
	font-family: Verdana, arial, sans-serif;
}

.file_text{
	
}

.generalsize_text{
	font-size:100%;
	width:200px;
}

.smalltext{
	width:80px;
	font-size:100%;
	float:right;
	clear:right;
	display:block;
}

#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:150px;
	font-family:'Trebuchet MS', Arial, Verdana;
}

select{
	width:200px;
}

.submit_button{
	border:0px solid #000000;
	cursor:pointer;
	font-size:90%;
	height:19px;
	padding:0px 5px 0px 5px;
	margin-top:16px;
	background-image:url(images/dm_button_bg.gif);
	background-repeat:repeat-x;
	color:#000000;
}

	.submit_button_md{
	}
	
	.submit_button_mo{
		padding:2px 5px 0px 5px;
		background-image:url(images/dm_button_down.gif);
		background-repeat:repeat-x;
	}
	
	#submit_quicksearch {
		background-image:url(images/dm_search_button.gif);
		background-repeat:no-repeat;
		width:22px;
		height:17px;
		background-color: transparent;
		padding-left:35px;
		overflow:hidden;
		color:#ffffff;
	}
	
	#home #submit_quicksearch  {
			color:#eef4f9;
	}

.radio_check_input{
		float:left;
		width:20px;
		background-color:#FFFFFF;
	}
	
.radio_check_label{
	float:left;
	background-color:#FFFFFF;
}

	.radio_check_label label{
		padding-top:0px;
		padding-right:3px;
		width:auto;
	}

/*-----------AGENDA-----------------*/
#agenda{
}

	#agenda ul{
		margin-left:30px;
	}
	
	#agenda ol li{
		margin-bottom:15px;
	}
	
	#agenda ul{
		margin-bottom:15px;
	}
	
	#agenda ul ul{
		margin-bottom:0px;
	}
	
	#agenda ol ol li{
		margin-bottom:0px;
	}

.agenda_info{
	font-weight:bold;
}

.agenda_content{
	margin-top:15px;
}

.point_time{
	color:#999999;
}

/*-----------SIMPLEFORM-----------------*/

#simpleform{
}

#simpleform .fake_label{
}

#simpleform .fake_label a{
	color:#ffffff;
	text-decoration:none;
}

.help_popup{
	visibility:hidden;
	position:absolute;
	background-color:#ffffff;
	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;
}

.summary_answer {
	display:block;
	font-weight:bold;
	width:100%;
	clear:both;
	padding-bottom:10px;
}

.back_to_form{
	padding-top:15px;
	display:block;
}
								
/*-----------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:#eef4f9;
padding:15px 40px 15px 20px;
}

#bulletinboard a.action{
	display:block;
	color:#000000;
	font-weight:normal;
	background-image: url(images/dm_reageer.gif);
	background-repeat:no-repeat;
	height:21px;
	width:91px;
	text-align:center;
	font-size:90%;
}

#bulletinboard a.action:hover {
background-position: 0px -19px;
text-decoration:none;
}
		

#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 fieldset {
	text-align:right;
}

	#poll h2{
		margin-bottom:18px;
		font-size:110%;
		font-weight:normal;
	}

	/*---answers---*/
	.poll_answer{
		margin-top:5px;
	}

	.poll_percentarea{
		background-color:#ffffff;
		border:1px solid #0060ad;
		width:99%;
		height:11px;
		line-height:10pt !important;
		line-height:8pt;
	}
	
	.poll_percent{
		background-image:url(images/dm_poll_bar.gif);
		background-repeat:repeat-x;
	}
	
	.poll_facts{
	}

.submit_poll {
	text-align:right;
	margin-bottom:10px;
	clear:both;
}


/*-----------CONTAINERS----------------*/
.container{
	margin-bottom:10px;
	padding:0px;
	padding-right:15px;
	position:relative;
	overflow:hidden;
}

.container p {
	font-size:100%;
}

	.container form {
		padding:0px;
		width:auto;
		background-color:transparent;
	}
	
	
	/*
	Issue: 22319
	.container a{
		display:block;
	}*/
	
	.container .titlebar {
		background-image:url(images/dm_title_small_direct.gif);
		background-repeat:no-repeat;
		width:274px;
		height:40px;
	}
	
		.container .titlebar h3 {
			margin:0px;
			color:#000000;
			padding:4px 0px 0px 40px;
			font-weight:bold;
	}
	
	.container select{
		width:255px;
	}
	
	.container .submit_button{
		margin-top:5px;
	}
	
	.container hr{
		display:none;
	}
	
	.container ul{
	}
	
	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;
}

	#tab_buttons{
		height:20px;
		position:absolute;
		top:-20px;
		left:0px;
		z-index:99;
	}
	
	#tab_buttons ul{
		list-style-type:none;
	}
	
	#tab_buttons li{
		float:left;
	}
	
	.tab_button{
		height:20px;
		float:left;
		margin-right:3px;
		position:relative;
	}
	
	.tab_button_active{
		background-image: url(images/tab_button_active.gif);
		background-repeat:no-repeat;
		background-position:left top;
	}
	
		.tab_button_active .tab_button_text{
			background-image: url(images/tab_button_active.gif);
			padding-top:2px !important;;
		}
	
	.tab_button_inactive{
		background-image: url(images/tab_button_inactive.gif);
		background-repeat:no-repeat;
		background-position:left top;
		border-bottom:1px solid #9FA39C;
	}
	
		.tab_button_inactive .tab_button_text{
			background-image: url(images/tab_button_inactive.gif);
			padding-top:0px !important;
		}
	
	.tab_button_text{
		margin:0px 0px 0px 10px;
		padding:2px 10px 0px 0px;
		line-height:150%;
		background-repeat:no-repeat;
		background-position:right top;
	}

#tab_top{
	overflow:hidden;
	height:8px;
	width:100%;
	clear:both;
}

	.tab_top_left{
		background-image: url(images/tab_top.gif);
		background-repeat:no-repeat;
		background-position:left top;
		width:40%;
		float:left;
		height:8px;
	}
	
	.tab_top_right{
		background-image: url(images/tab_top.gif);
		background-repeat:no-repeat;
		background-position:right top;
		width:60%;
		float:left;
		height:8px;
	}
	
#tab{
	position:relative;
	background-image: url(images/tab_middle.gif);
	background-repeat:repeat-y;
	padding:20px 20px 20px 20px;
	border-right:1px solid #A1A39E;
	clear:both;
}

#tab .clear {
	margin:0px;
}

#tab_bottom{
	height:6px;
	overflow:hidden;
	margin-bottom:12px;
	width:100%;
}

	.tab_bottom_left{
		background-image: url(images/tab_bottom.gif);
		background-repeat:no-repeat;
		background-position:left top;
		width:40%;
		float:left;
		height:6px;
	}
	
	.tab_bottom_right{
		background-image: url(images/tab_bottom.gif);
		background-repeat:no-repeat;
		background-position:right top;
		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;
}

/*-----------egrant----------------*/
.egrant_search .egrant_column{
	width:290px;
	margin-right:20px;
	float:left;
}

	.egrant_search .egrant_column h2{
		margin-top:0px;
	}
	
	.egrant_search .egrant_column ul{
		margin-left:20px;
	}

.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 h2{
		margin-top:20px;
	}
	
	.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:normal;
	}
	
	#ris_home ul.items li{
		list-style-type:disc;
	}

/*-----------SEARCHRESULTS----------------*/
#searchresults{
}

#searchresults_items{
	width:100%;
	clear:both;
	padding-bottom:15px;
}

/*-----------PAGE LINKS----------------*/

#home #page_links{
	position:absolute;
	top:8px;
	right:0px;
	width:280px;
	height:45px;
	z-index:8000;
}

#page_links{
	position:absolute;
	top:135px;
	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:55px;
	}	
	
	.link_home{
			background-repeat:no-repeat;
			background-position:50% 0;
			padding-top:22px;
			background-image:url(images/dm_home.gif);
		}
		
		.link_fontsize{
			background-repeat:no-repeat;
			background-position:50% 1px;
			padding-top:22px;
			background-image:url(images/dm_groter.gif);
		}
		
		.link_contact{
			background-repeat:no-repeat;
			background-position:50% 3px;
			padding-top:22px;
			background-image:url(images/dm_mail.gif);
		}
		
		.link_reaction{
			background-repeat:no-repeat;
			background-position:0px 3px;
			padding-left:22px;
			background-image:url(images/icon_react.gif);
		}
		
		.link_print{
			background-repeat:no-repeat;
			background-position:50% 1px;
			padding-top:22px;
			background-image:url(images/dm_print.gif);
		}
		
		.link_sitemap{
			background-repeat:no-repeat;
			background-position:50% 1px;
			padding-top:22px;
			background-image:url(images/dm_sitemap.gif);
		}
		
		.link_favorites{
			background-repeat:no-repeat;
			background-position:0px 3px;
			padding-left:22px;
		}
	
	#set_normal{

		left:0px;
		display:none;
	}
	
	#set_bigger{

		left:0px;
		display:block;
	}

/*-----------FLASHPAGE-----------------*/
body.flashpage #globalcontainer{
	background-image:none;
}

body.flashpage #header{
	height:350px;
}

/*-----------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: 400px;
	}
	
	#homecontent_area .object_title {
		background-image:url(images/dm_title_wide.gif);
		background-repeat:no-repeat;
		width:360px;
		height:33px;
		margin:0px;
		padding:4px 0px 0px 40px;
	}
	#homecontent_area .content_margin {
		padding:0px 6px;
	}
	
		#homecontent_area #briefing {
			margin:0px 37px 0px 10px;
			padding: 0px;
		}

		#homecontent_area #briefing .items {
			margin:0px;
		}

		#homecontent_area .item a {
			padding:3px 6px 3px 15px;
			width:auto;
			margin:3px 0px;
		}
		#homecontent_area .item h2 {
			margin:0px;
		}
		
	#uitgelicht_area{
		position:relative;
		float:left;
		width:310px !important;
		overflow:hidden;
	}
	
	#uitgelicht_area .titlebar{
		background-image:url(images/dm_title_small.gif);
	}
	.regel{
		background-image:url(images/dm_title_small_regel.gif) !important;
	}
	
	.meest_aangevraagd{
		background-image:url(images/dm_title_small_meest.gif) !important;
	}
	
	
	#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-top:0px;
		}
		
		#home #container_area {
			margin-top:0px;
		}
		
		#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 #0060ad;
			border-bottom:1px solid #0060ad;
			}
			
			#home .containerslist {
				margin-left:10px;
			}
			
			#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 .content_margin .container {
				width:260px !important;
				width:280px;
			}

			
			#uitgelicht_area .container {
				overflow:visible;
			}
			
			td, th {
				font-size: 100% !important;
				font-size:70%;
			}
			
		#home	#container_area .inputarea {
			width:210px;
			overflow:hidden;
		}