/*All styles for the contentarea, most of it can be copied to the content.css file in: DS\www\gvscript */
@import "content.css";

.clear{
	width:100%;
	clear:both;
	height: 1px;
	overflow: hidden;
}

#options{
	float: left;
	width: 100%;
	margin-left: -100%;
}

.filesize{
	font-size:80%;
	color:#999999;
	font-weight:normal;
}

.footer_info{
	font-size:80%;
	color:#999999;
	font-weight:normal;
}

.emphasize{
	font-weight:bold;
}

.note{
}

.required{
	color:#d72626;
}

.alert{
	color:#d72626;
	font-weight:bold;
	font-style:italic;
}

a.action{
	font-weight:bold;
	font-size:110%;
}

ul.selection{
	padding: 11px;
	text-align:center;
	position: relative;
	border-bottom: 1px solid silver;
	color: silver;
	font-weight: bold;
}


ul.selection li a{
	color:#E66400;
}

	#egrant_search ul.selection{
		border-bottom: 0px;
		text-align: left;
		padding: 5px 0 0;
	}

#selectionbottom{
	border-bottom: 0px;
	border-top: 1px solid silver;
}

ul.selection li{
	list-style: none;
	display: inline;
}

	ul.selection a{
		padding: 0 5px;		
	}
	
	ul.selection a:hover{
		
	}
	
	ul.selection li.current{
		color: Black;	
	}
	
	.selection_text_vorige{
		background: url(images/arrow_black_left.gif) no-repeat left 5px;
		padding: 0 10px;
	}
	
	.selection_text_volgende{
		background: url(images/arrow_black.gif) no-repeat right 5px;
		padding: 0 10px;
	}
	
/*
ul.selection li{
	float:left;
	list-style-type:none;
	font-size:110%;
	font-weight:bold;
	text-align:center;
}

	ul.selection a{
		border:1px solid #cccccc;
		margin:0px 5px 2px 0px;
		padding:2px 10px 2px 10px;
		height:20px;
		width:auto;
		display: block;
	}
	
	ul.selection a:hover{
		border:1px solid #1b2149;
		background-color:#1b2149;
		color:#ffffff;
		text-decoration:none;
	}
	
	ul.selection li.current{
		border:1px solid #cddb20;
		margin:0px 5px 2px 0px;
		padding:2px 10px 2px 10px;
		height:20px;
		width:auto;
		background-color:#cddb20;
		color: White;
	}
*/

/*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{
	/*min-width:985px;
	max-width: 1240px;*/
	width:991px;
	position:relative;
	Background:url(images/maas_global.gif) repeat-y -2px top;
	margin: 0 auto;
	
}

#globalcontainer_abonneer{
	/*min-width:985px;
	max-width: 1240px;*/
	width:992px;
	position:relative;
	margin: 0 auto;
	
}

.home #globalcontainer {
border:none;
background:none;

}

#logo{
	position:absolute;
	top:20px;
	right:0px;
	width:222px;
	height:190px;
	z-index:4;
	background:#f8901f;
	text-align: center;
}

	#logo img{
		margin-top: 50px;
	}

#printlogo{
	display: none;
}

#header{
	position:absolute;
	left:0px;
	top:20px;
	width:100%;
	height:190px;
	z-index:1;
	overflow:hidden;
	background: silver;
}

#headerextension{
	position:absolute;
	left:0px;
	top:223px;
	width:28px;
	height:183px;
	z-index:10;
	overflow:hidden;
	display: none;
}

#header2{
	position:absolute;
	left:0px;
	top:150px;
	width:254px;
	height:350px;
	z-index:3;
	overflow:hidden;
}

#subimage{
	width: 254px;
	height: 84px;
	background: url(images/subimage.jpg);
	position: absolute;
	left: 0px;
	top: 153px;
}

#quicksearch{
	position:absolute;
	top:200px;
	right: 0px;
	width:222px;
	z-index:4;
	background-color: #f8901f;
}

	#quicksearch form{
		padding: 10px;
		margin: 0;
		width:auto;
		position: relative;
		border: 0px;
		background-color: #f8901f;
	}
	
	#quicksearch label{
		display: none;
	}
	
	#quicksearch .submit_button{
		margin: 5px 0 0;
		padding: 0 0px;
	}
	
	#quicksearch .smalltext{
		width:147px;
		margin: 0;
		background: White;
		border:#000000 1px solid;
	}
	
	#quicksearch a{
		margin: 2px;
		margin-right:52px;
		color: White;
		text-decoration: underline;
    float:right;
	}
	
	#quicksearch a:hover{
		text-decoration: none;
	}

#quicklinkvlak1{
	width:100%;
	position: absolute;
	top: 0px;
	left:0px;
	z-index: 4;
	background-color:#f8901f;
	height: 20px;
	font-family:Verdana, Arial, Sans Serif;
}

	#quicklinkvlak1 ul{
		display: block;
		padding:2px 0 0;
		font-size: 80%;
	}

	#quicklinkvlak1 li{
		display: inline;
		margin-right: 12px;
	}
	
	#quicklinkvlak1 span{
		display: none;
	}
	
	#quicklinkvlak1 a{
		font-weight: bold;
	  color:#000000;
	}

	#submenu_area{
		float: left;
		width:258px;
		margin-top: 210px;
		margin-left: -100%;
		background: White;
		min-height: 50px;
		z-index:101;
	}
	
		.home #submenu_area{
			width:290px;
			margin: 210px 0 0 -100%;
			border-right: 0px;
			background:transparent !important;
		}
		
		.homebanners {
			height: 144px;
			overflow:hidden;
		}
		
		#home_quicklinkvlak2 ,
		#home_quicklinkvlak3 {
			margin: 0px;
			padding:0px;
			display:block;

		}
		
		#home_quicklinkvlak2{
			width:479px;
			float:left;
		}
		#home_quicklinkvlak3 {
			width:290px;
			float:left;
		}
		
	
	#content_area{
		float:left;
		margin: 210px 0px 0px 1px;
		overflow: hidden;
		width: 100%;
		background:url(images/bgCrumsnew.gif) repeat-x left 0px;
	}
	
	.home #content_area{
		margin: 210px 0 0;
		background: transparent;
	}
	
		.content_margin, .content_margin_wide{
			padding:0px 20px 20px 20px;
			margin: 0 0px 0 259px;
			overflow: hidden;
			min-height:495px;
		}
		
		.homepage{
			margin: 0px 0px 0px 0px !important;
			
		}
	
		.content_margin_wide{
			margin: 0 0px 0 255px;
		}
	
		.home .content_margin{
			padding: 0;
			margin: 0 222px 0 290px;
			margin: 0 0px 0 290px;
			min-height:265px;
		}
		
				.home .container_area{

}

		.homepage {
				min-height:265px;
				background-color:#e66400;
		}
		
		
				.homepage .clear {
           height:0px;
		}
		
		.home .content_margin a{
			font-weight: bold;
		}
		
			#crums{
				margin: 0 -20px 10px;
				padding: 10px 20px;
				color: White;
				font-size: 90%;
			}
	
			#crums a,#crums .emptynav{
				text-decoration: underline;
				background: url(images/arrow_white_crums.gif) no-repeat right 5px;
				padding: 0 18px 0 0;
				color: White;
				font-weight: bold;
			}
			
			#crums .emptynav {
				display:inline; 
				text-decoration:none;}
	
			#crums a:hover{	
				text-decoration: none;
			}
			
			#crums span{
				display: none;
			}
			
			.object_title{
				margin:15px 0px 20px;
			}
			
			.search_title{
				margin:20px 0px 20px;
				font-size: 150%;
			}
			
			h2.object_title{
				padding: 20px 20px 0;
				margin: 0;
				color: White;
			}
			
				.title_emphasize{
					color:#666666;
				}
			
			.object_description{
				margin: 0 0 20px;
				color: #858585;
				font-size: 120%;
				font-style: italic;
			}
	
	#container_area{
		position:relative;
		min-height: 1024px;
		width:222px;
		margin-top:275px;
		margin-right:0px;
		float:right;
		z-index:101;
	}
	

	
	.home #container_area{
		margin: 202px 0 0 -222px;	
		padding:0px;
		float:right;
	}
	
		#contactdoc{
			padding: 10px 20px;
			margin: 0 0 0;
			font-size: 95%;
			height:312px;
			overflow: hidden;
		}
		
		#contactdoc h2{
			font-size:135%;
			color: #000000;
			margin: 0;
			padding: 13px 0;
		}
		
		#contactdoc p{
			margin: 0;
			padding: 0px 0;
		}
		
		#contactdoc a{
			color:#363636;
		}
		
		#contactdoc a:hover{
			text-decoration: none;
		}
			
	#mainmenu_area{
		position: absolute;
		left: 0px;
		top: 210px;
		width: 100%;
		height: 39px;
		z-index: 3;
		background: #d46033;
		display: none;
	}
	
#extra1{
	display: none;
}

#extra2{
	display: none;
}

#extra3{
	display: none;
}

#quicklinkvlak2{
	position: relative;
	overflow: hidden;
	height:144px;
	
}

	#quicklinkvlak2 ul{
		padding: 0;
		margin: 0;
	}

	#quicklinkvlak2 li{
		list-style: none;
		display: block;
		padding: 0;
		margin: 0 0 -3px;
		line-height: 1%;
	}
	
	#quicklinkvlak2 a{
		margin: 0;
		padding: 0;
	}
	
	#quicklinkvlak2 a img{
		padding: 0;
		margin: 0;
	}
	
		#quicklinkvlak2 span{
			display: none;
		}
	
	#quicklinkvlak2 a:hover{
	}
	
#leftside{
	float: left;
	position: relative;
	width: 769px;
}

.home #leftside{
	background:none;
	background-color:#ffffff;
}
	
#footerclear{
	height: 0Px;
}
#footer_area{
	width:100%;
	overflow: hidden;
  xxbackground: url(images/linksonder.png) no-repeat left top;
	position: absolute;
	bottom: -10px;
	left: 0px;

}

	#footerhoekright{
		width: 10px;
		height: 10px;
		float: right;
	xxbackground: url(images/rechtsonder.png) no-repeat right bottom;
	} 

#quicklinkvlak3{
	position:absolute;
	top:347Px;
	background: #d46033;
	height:144px;
}
	
	#quicklinkvlak3 li{
		list-style: none;
		display: block;
		padding: 0;
		margin: 0;
	}
	
	#quicklinkvlak3 span{
		display: none;
	}
	
	#quicklinkvlak3 a{
		font-weight: bold;
	}
	
		#quicklinkvlak3 img{
		height:144px;
	}

/*-----------MAINMENU-----------------*/
#mainmenu{
	position: relative;
	font-family: Arial, Verdana;
	font-size: 120%;
	font-weight: bold;
}

#mainmenu ul{
}

#mainmenu li{
	display: inline;
}

#mainmenu li.actief{
}

#mainmenu li.actief a{
	color: #3a98c1;
	background: White;
}

#mainmenu a{
	display: block;
	float: left;
	padding: 10px 22px 9px 32px;
	color: White;
	background: url(images/arrow_green.gif) no-repeat 22px 50%;
	border-right: 1px solid #eab099;
	font-size: 150%;
}

#mainmenu a:hover{
	text-decoration: none;
	color: #b0ffed;
}

/*-----------SUBMENU-----------------*/

#submenu{
	position: relative;
	padding: 10px 0 30px;
}



	#submenu h2{
		margin: 0;
		padding: 0px 15px 10px;
		font-size: 120%;
		font-weight: bold;
	}
	
#submenulist{
	font-weight:bold;
	list-style: none;
}

#submenulist li{
}
	
	#submenulist li a{
		color:#000000;
		display: block;
		width: 100%;
	}
	
		#submenulist li a span{
			padding: 4px 10px 5px 30px;
			display: block;
			background: url(images/arrow_black.gif) no-repeat 17px 10px;
		}

#submenulist li.actief, #submenulist li.open{
}

	#submenulist li.actief a{
		color: #ef7d02;
	}
	
		#submenulist li.actief a span{
		}
	
		#submenulist li.open a span{
		}

#submenulist li ul{
	padding: 5px 0 10px;
	list-style: none;
	font-weight: normal;
}

#submenulist li ul li{
	background: transparent;
	border: 0px;
}

#submenulist li ul li.actief{
	background: transparent;
}

	#submenulist li ul li a{
	}

	#submenulist li ul li.actief a{
		font-style: italic;
	}

	#submenulist li ul li a:hover{
	}
	
		#submenulist li ul li a span, #submenulist li.actief ul li a span{
			padding: 1px 10px 1px 55px;
			display: block;
			background: url(images/arrow_grey.gif) no-repeat 37px 7px;
		}

/*-----------ITEMS (briefing, searchresults, map e.d.)----------------*/

.item{
	overflow:hidden;
	margin-bottom: 20px;
	margin-left:15px;
}

	.item strong{
		margin-top:0px;
		margin-bottom:0px;
		font-weight:bold;
		display: block;
		font-size: 120%;
	}

	.item_photo{
		float:left;
		width:100px;
		overflow:hidden;
		margin-right:15px;
	}
	
	.item_text{
	}
	
	.item_text_photo{
		float:left;
		width: 385px;
	}
	
ul.items{
	}
	
		ul.items li{
			list-style-type:none;
		}
		
				ul.items li a{
			   list-style-type:none;
			   color:#E66400;
		   }
		
		
		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);*/
		}
	
/**
 * Search results navigation
 */
ul.search-navigation {
	display: block;
	margin: 0 auto;
	height: 30px;
	padding: 0;
	text-align: center;
}

ul.search-navigation li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.search-navigation a {
	padding: 0 2px;
	color: #E66400;
}

ul.search-navigation li.break {
	border-right: 0;
	padding: 0 3px;
}

div#searchresults_items ul.items {
	padding: 10px;
}

div#searchresults a {
	color: #E66400;
		}
	
	ul.risinfo li{
		color:#666666;
		list-style-type:disc;
		margin-left:15px;
	}
	
	ul.item2ndlevel li{
		list-style-image: url(images/bullet.gif);
		margin-left:15px;
	}
	
	.item_footer{
		color: #9c9c9c;
		padding-bottom:5px;
		display: inline;
	}
	


/*-----------SITEMAP----------------*/
#sitemap{
}

#sitemap li { 
	list-style-image: none; 
}

	#sitemap ul{
		margin-left:0px;
		font-weight:bold;
	}
	
	#sitemap ul li{
		list-style-type:none;
		border-bottom:1px solid #e4dbd2;
		padding:10px 0px 10px 10px;
		min-width: 100%;
	}
		
		#sitemap ul ul{
			margin-left:15px;
			font-weight:normal;
		}

		#sitemap ul ul li{
			list-style-image: none;
			background:url(images/bullet.gif) no-repeat left top;
			border-bottom:0px solid #E3E98C;
			padding:0px 0px 0px 10px;
		}
		
			#sitemap ul ul ul{
				margin-left:40px;
			}
			
/*-----------FORMELEMENTS----------------*/
form{
	margin:0px;
	padding:0px;
	border: 1px solid #f9cc7f;
	padding:20px;
	background: #f6f6f6;
	min-width: 100px;
}

fieldset{
	border:0px solid #ffffff;
	margin:0px;
	padding:0px;
}

legend{
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
	line-height:0px;
	text-indent:-999em;
	z-index:0;
}

label{
	display:block;
	padding-top:8px;
	padding-bottom:3px;
	clear:both;
}

	label.labelinfront{
		display:inline;
		padding:0px 5px 0px 0px;
	}
	
	span.fake_label{
		display:block;
		width:100%;
		clear:both;
		padding-top:8px;
		padding-bottom:3px;
	}

.inputtext{
	border:1px solid #E66400;
	font-family:Arial, Verdana, Sans Serif;
}

.file_text{
	
}

.generalsize_text{
	width:350px;
}

.smalltext{
	width:120px;
}

.generalsize_textarea{
	width:350px;
	font-family:'Trebuchet MS', Arial, Verdana;
}

select{
	width:350px;
}

.submit_button{
	border:0px solid #000000;
	cursor:pointer;
	font-weight:bold;
	font-size: 100%;
	height:20px;
	padding:0px 5px 0px 5px;
	margin-top:16px;
	margin-right: 10px;
	margin-bottom:3px;
	background: #32a400 url(images/bg_button_ikwil.gif) repeat-x left top;
	color: White;
}

a.submit_button{
	padding:0px 5px 0px 5px;
	display: block;
	width: 100px;
	text-align: center;
}

	.submit_button_md{
	}
	
	.submit_button_mo, a.submit_button:hover{
		color: #ecffe7;
		text-decoration: none;
	}

.radio_check_input{
		float:left;
		width:20px;
		border: 0px;
	}
	
.radio_check_label{
	float:left;
	width:85%;
}

	.radio_check_label label{
		padding-top:0px;
	}

/*-----------AGENDA-----------------*/
#agenda{
}

	#agenda ul{
		margin-left:25px;
		margin-bottom:15px;
	}
	
	#agenda ol{
		margin-left:25px;
	}
	
	#agenda ol li{
	}
	
	#agenda ul ul{
		margin-bottom:0px;
	}
		#agenda ol ul{
		margin-left:15px;
	}
	
	#agenda ol ol li{
		margin-bottom:0px;
	}

.agenda_info{
	font-weight:bold;
}

.agenda_content{
	margin-top:15px;
}

.point_time{
	color:#999999;
}

.meer, .stukken {
	padding:0px 12px 5px;
	background-image:url(images/arrow_black_down.gif);
	background-repeat:no-repeat;
	background-position:left 6px;

}

.noevents
{
	margin-bottom:20px;
}

/*-----------SIMPLEFORM-----------------*/

#simpleform{
}

#simpleform .fake_label{
	margin-top:5px;
}

#simpleform .fake_label a{
	color:#ffffff;
	text-decoration:none;
}

.help_popup{
	visibility:hidden;
	position:absolute;
	background-color:#ffffe5;
	border:1px solid #494949;
	padding:5px;
	width:300px;
	display:block;
	z-index:99;
}

.comment{
	margin:16px 0px 8px 0px;
}

.summary_label{
	font-weight:bold;
}

.back_to_form{
	padding-top:15px;
	display:block;
}

#formbuttons{
	padding: 10px 0 0;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

	#formbuttons .submit_button{
		float: left;
		position: relative;
		margin-right: 10px;
	}
	
	#ogonebutton{
		width: 220px;
	}
								
/*-----------PRODUCT-----------------*/
#product #content h2{
	margin:15px 0 0;
	font-size: 130%;
}

#product #toelichting{
	margin-bottom: 15px;
}




#productcol1{
	width: 50%;
	min-width: 50%;
	float: left;
}

#productcol2{
	width: 40%;
	min-width: 40%;
	float: right;
	background: #f6f6f6;
	border: 2px solid #e5e5e5;
	padding: 0 15px 20px;
}

	#product #content #productcol2 h2{
		font-size: 100%;
	}


/*-----------BRIEFING----------------*/

#submenu_area #briefing{
	margin-left: 15px;
}

#briefing{
}

	#briefing h2{
	}

	#briefing ul{
	}
	
	#briefing ul li{
	}

	.briefing_column{
	}
	
	#briefing .item_photo{ 
		margin-top:7px;
		margin-right:7px;
	}
	
	.briefing_first_column{
		width:46%;
		float:left;
		margin-right:20px;
	}
	
	.briefing_second_column{
		width:46%;
		float:right;
		margin-left:-20px;
	}
	
	
	.item_footer_b{
		margin-left:0px !important;
		color: #9c9c9c;
		padding-bottom:5px;
		display: inline;
		padding-left:0px;
		display:block;
	}

	
	
	
/*-----------URL----------------*/
#url{
}

/*-----------DISCUSSION----------------*/
#discussion{
	width:100%;
}
#discussion a{
	color:#E66400;
}

#discussion .reaction a{
	color:#E66400;
}


	#discussion .action{
		margin:10px 0px 10px 20px;
	}
	
	.showhide_links{
		display: none;
	}

#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 h2 a{
	font-weight:normal;
	font-size:115%;
	font-weight:bold;
	color:#E66400;
}

#discussion p{
	margin-left:10px;
}

#discussion p.item_footer{
	display: block;
}

#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{
}

#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 h2{
		font-weight:bold;
		margin-bottom:10px;
		font-size:115%;
	}

	/*---answers---*/
	.poll_answer{
		margin-top:5px;
	}

	.poll_percentarea{
		background:#f3f3f3;
		min-width:99%;
		height: 18px;
		border:1px solid #000000;
	}
	
	#container_area .poll_percentarea{
		height: 14px;
	}
	
	
	.poll_percent{
		background:#e66400;
		height: 18px;
	}
	
	#container_area .poll_percent{
		height: 14px;
	}
	
	.poll_facts{
		color: #000000;
		font-weight:bold;
	}

	.container .radio_check_input, .container .radio_check_label{
		position: relative;
	}



/*-----------CONTAINERS----------------*/
.container{
	margin-bottom:10px;
	position:relative;
	border-bottom: #ffffff 1px solid;
	margin-right:10px;
	margin-left:10px;
}

.container_margin{
		padding: 10px 10px;
}

.home .container_margin{
	background: transparent;
	padding: 0;
}

.home .container{
	background: transparent;
	border:none;
	margin-left:0px;
}

.home #footer_area{

	border:none;
}

	.container form{
		padding:0px;
		width:auto;
		border: 0px;
		background-color:transparent;
	}
	
	.container a{
		padding: 2px 5px 2px 12px;
		display: block;
		background: url(images/arrow_black.gif) no-repeat left 9px;
		color:#ffffff;
	}
	
	#container_area .banner{
		padding: 0px;
		background: transparent;
		display: block;
	}
	
		#container_area .banner span{
			padding-left: 10px;
			background: url(images/arrow2.gif) no-repeat 0px 5px;
			display: block;
		}
	
	#container_area .banner:hover{
	}
	
	.container h3{
		font-size: 130%;
		position: relative;
		padding: 5px 0px;
		color:#000000;
	}
	
	.containerslist{
	}
	
	.containerslist h3{
	}
	
	.container select{
		width:120px;
	}
	
	.container .submit_button{
		margin-top:5px;
	}
	
	.container hr{
		display:none;
	}
	
	.container ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.container ul.items li{
		margin: 0;
		padding: 0;
	}
	
		.container ul.items li a{
			color:#ffffff;
	}
	
	.container_externallink{
		background-color:#f7b84d;
		border-bottom:none;
	}
	
		.container_externallink h3{
			font-weight:normal;
		
		}
		
		.container_externallink a{
			color:#ffffff;
		}
		
		.container_externallink a:hover{
			color:#ffffff;
		}
		
		.container_externallink hr{
			display:none;
		}

/*-----------DIGID----------------*/
#digid_login{
	display:none;
}

	#digid_login a{
		color:#ffffff;
	}

#digidlogo{
	float:left;
	height:55px;
	margin-top:15px;
	margin-bottom:15px;
}

#loginlink{
	float:left;
	font-size:120%;
	font-weight:bold;
	height:55px;
	margin-left:10px;
	margin-top:30px;
}
	
/*-----------TABS----------------*/
#tabindex{
	
}

	#tabindex form{
		background-color:transparent;
		padding:0px;
	}

#tabarea{
	width:100%;
	position:relative;
	margin-top:35px;
}

	#tab_buttons{
		height:20px;
		position:absolute;
		top:-23px;
		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;
	width:100%;
}

#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{
	color: #858585;
}

/*-----------egrant----------------*/
#egrant_search{
	width:280px;
	float:left;
}

#egrant_search form{
	width: auto;
}

#loketsearch{
	width: 240px;
}

#submit_loket{
	margin: 5px 0 0;
}

#egrant_search p{
	margin: 10px 0 5px;
	border-top: 1px solid white;
	padding: 10px 0 0;
}

#egrant_overview{
	width:209px;
	float: right;
}

#egrant_overview h3, #egrant_overview h2, #egrant_search h2{
	font-size: 100%;
	background: url(images/arrow_opzoeknaar.gif) no-repeat left 7px;
	padding: 5px 10px 0px 12px;
	margin-left: -12px;
	margin: 0 0 5px -12px;
}

#egrant_search h2{
	font-weight: bold;
	padding: 15px 10px 0px 12px;
	background: url(images/arrow_opzoeknaar.gif) no-repeat left 17px;
}

#egrant_overview h2{
	font-weight: bold;
}

#egrant_overview li, #topten li{
	background: url(images/arrow2.gif) no-repeat left 6px;
	padding: 0px 10px 2px 12px;	
}



#egrant_overview ul, .meerprods{
	list-style: none;
}

#topten{
	padding: 0px 20px;
}

.margin_column{
	padding: 10px 20px;
}

#content_area .margin_column2 p{
	margin: 0px 0 5px;
	border-top: 0px solid #cadbc0;
	padding: 0px 20px 0 0;
}

	.egrant_search .egrant_column h2{
		font-weight:normal;
	}
	
	.egrant_search .egrant_column ul{
		margin-left:20px;
	}
	
	.alphalist{
		list-style: none;
	}
	
	.alphalist li{
		display: inline;
		
	}

.egrant_themes .margin_column{
}

	.egrant_themes h3{
		font-size:120%;
		margin:10px 0px 5px 0px;
	}
	
	.egrant_themes .margin_column{
		margin-right:1em;
	}
	
	.egrant_themes .tabarea_colum_1{
		float:left;
		width:45%;
	}
	
	.egrant_themes .tabarea_colum_2{
		float:left;
		width:45%;
	}

.egrant_alpha{
}
	
	.egrant_alpha h2{
		margin-top:20px;
	}
	
	.egrant_alpha ul.alpha_choices{
		margin:0px 0px 0px 15px;
	}

/*-----------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{
		font-weight:normal;
	}
	
	#ris_home ul.items li{
		list-style-type:disc;
	}
	
	.blok {
		width:235px;
		float:left;
		overflow:hidden;
	}
	
	.blok li, .wide li {
		list-style-type:none !important;
		background-image: url(images/arrow2.gif);
		background-repeat:no-repeat;
		background-position:left 5px;
		padding:0 10px;
	}
	
	.blok h2 {
	}
	.right{
		float:right;
	} 
	.wide {
		float:none;
		width:auto;
		clear:both;
	}
	
	.ris_support_info {
		width:100%;
	}
	
	.filter label{
		float:left;
		width:65px;
		padding: 2px 0 0 0;
	}
	
	.filter select {
		float:left;
	}
	.filter input {
		margin-top:0px;
		margin-left:5px;
		float:left;
	}

/*-----------SEARCHRESULTS----------------*/
#zoekresultaten2 {
 margin-bottom:5px;
 padding:0px;
}

p.search_summary {
	margin: 0 0 20px;
	color: #858585;
	font-size: 120%;
	font-style: italic;
}
.object_location {
   	color: #858585;
}
#searchresults .item{
	padding: 0;
	margin: 0;
	min-width: 95%;
}

	#searchresults .item{
		padding: 5px 5px 5px 17px;
		background: url(images/arrow_grey.gif) no-repeat 4px 11px;	
	}
	
	#searchresults .item strong{
		font-size: 100%;
	}

	#searchresults  div.selection{
		width:100%;
		text-align:center;
		font-weight: normal;
		border-bottom: none;
		margin-top:14px;
		margin-bottom:14px;
		float:left;
	}

#searchresults .counter {
	margin-left: 16px;
	padding-bottom: 12px;
}


	#searchresults div.lcontainer {
		display:inline;
		float:left;
		width: 110px;
	}
	
	#searchresults div.ccontainer {
		display:inline;
		float:left;
		width:50%;
	}
	
	#searchresults div.rcontainer {
		display:inline;
		float:right;
		width: 110px;
	}

	
#searchresults_items{
	width:100%;
	clear:both;
}

#searchresults_items li{
}

#searchresults .item_text p {
	margin-left: 0px;
}

#searchresults_items .item strong a {
	font-size: 100%;
	color: #E66400;
}

/*h1.search_title {
margin:-5px  0px -10px;!important;

}      */

.searchmore {
margin-bottom:5px;

}

/*-----------PAGE LINKS----------------*/
/*#page_links{
	position:absolute;
	top:0px;
	right:0px;
	width:150px;
	background: #d4d2cb;
	z-index:8000;
	display: none;
}*/

	#page_links span, #page_links a{
		margin-top:3px;
		font-size:90%;
		line-height:175%;
		color:#ffffff;
		text-align: left;
		cursor: pointer;
	}
	
		.page_links_cont {
			display: block;
			float:left;
			margin-left:20px;
		}
		
		.link_fontsize, .alink_fontsize{
			padding-left:22px;
			cursor: pointer;
			color: #a0a0a0;
			/*width: 110px;*/
		}
			#set_normal {
				background-repeat:no-repeat;
				background-position:0px 3px;
				background-image:url(images/icon_fontsize2.gif);
			}
			
			#set_bigger	{
				background-repeat:no-repeat;
				background-position:0px 3px;
				background-image:url(images/icon_fontsize.gif);
			}


		
		.alink_fontsize{
			
			text-decoration: underline;
		}
		
		.link_favorites{
			background-repeat:no-repeat;
			background-position:0px 3px;
			padding-left:22px;
		}
	
	#set_normal{
		display:none;
		cursor: pointer;
	}
	
	#set_bigger{
		display:inline;
		cursor: pointer;
	}
		
#print{
	padding: 0 0 0 0;
	clear: both;
	margin-bottom: 1px;
	float:right;
}

.link_print, .alink_print{
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:22px;
	background-image:url(images/icon_print.gif);
	cursor: pointer;
	color: #a0a0a0;
	/*width: 110px;*/
}

.link_stuurdoor{
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:22px;
	background-image:url(images/icon_stuurdoor.gif);
	cursor: pointer;
	color: #a0a0a0;
	/*width: 110px;*/
	/*margin-left:20px;*/
}

.alink_print{
	text-decoration: underline;
}

/*-----------HOME-----------------*/
#homeheader1{
	display: none;
}
#home_actueel{
	position: relative;
	padding: 0px 0px 10px 0px;
}

#home_actueel ul{
	border-top: 1px solid #e9e9e9;	
}

#home_actueel li{
	border-bottom: 1px solid #e9e9e9;
	background: url(images/arrow2.gif) no-repeat left 8px;
}

#homecols{
	padding: 5px 0px 20px;
	border-top: 1px solid #c0c0c0;
}

.homecol{
	float: left;
	width: 155px;
	margin: 0 10px 15px 0;
}

#homenews{
	margin: 0;
	font-size: 95%;
	padding: 17px 10px 10px 10px;
	background-color:#e66400;
	width:270px;
	height:265px;
	float:right;
}

	#homenews h2{
		padding: 0;
		margin: 0px 0 15px 15px;
		font-size: 140%;
		color:white;
	}
	
	#homenews li{
		list-style: none;
		color:#000000;
		padding: 0 0 15px 15px;
		xxbackground: url(images/arrow_green2.gif) no-repeat 5px 6px;
		position: relative;
	}
	
		#homenews li a{
			color:#000000;
	}
	

	
	
	#meeractueel{
		font-weight: bold;
		padding: 0 0 5px 15px;
		color:#ffffff;
	}

/*-----------forum----------------*/


/*-----------system----------------*/

.gvflag {
	display: none;
}

.gmap {
	width: 100%; 
	min-width: 100%;
	height: 300px;
	border: 1px solid black;
}

/*-------------Gallery----------------*/

#thumblist{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 490px;
}

	#thumblist li{
		float: left;
		margin: 20px 0 0 0;
	}

	#thumblist li.left{
		float: left;
		margin: 20px 20px 0 0;
	}
	
		#thumblist a{
			display: block;
			width: 235px;
			cursor: pointer;
		}
		
			#thumblist .thumbholder{
				display: block;
				width: 235px;
				height: 150px;
				overflow: hidden;
			}
			
			#thumblist .thumbtitel{
				display: block;
				padding: 3px 0 3px 20px;
				border-bottom: 1px solid silver;
				background: url(images/arrow2.gif) no-repeat 9px 9px;
			}

			#thumblist img{
				width: 235px;
			}
		
/*------------Evenementenkalender--------------*/
.kalender_header{
	color:white;
	background:#008def;
}

	.kalender_header form {
		background:#008def;
		padding: 10px 20px 20px;
		margin: 0;
	}
	
	.kalender_header form label{
		display: block;
		margin: 0;
		padding: 0;
		width: 100px;
	}
	
	#kalender_month{
		float: left;
		width: 220px;
	}
	
		#kalender_month SELECT {
			width:200px;
		}
	
	#kalender_year{
		float: left;
		width: 120px;
	}
	
		#kalender_year SELECT {
			width:100px;
		}
		
	#kalender_button{
		float: left;
		margin-top: 18px;
	}
	
.kalender_item_even{
	background-color: #E2F5F2;
	padding:10px 20px;
}

.kalender_item_odd{
	background-color: #C9EBE7;
	padding:10px 20px;
}

#kalender_prevmonth{
	float:left;
	width:50%;
}

#kalender_nextmonth{
	float:left;
	width:50%;
	text-align:right;
}

/*---------------ik wil vlak--------------*/

#ikwil {
	background: #ffffff; 
	padding: 0px;
	min-height:300px;
	width: 479px;
	font-family:Arial, Verdana, Sans Serif;
}

.homepage #ikwil{
	float:right;
}



#ikwil h2 {
	font-size:180%;
	color:#f8901f;
}

#ikwil ul{
	padding: 20px 15px 20px 15px;
}

#ikwil ul li{
 background: url(images/arrow_2.gif) no-repeat 0px 7px;
	font-size: 125%;
	padding-left: 20px;
}

#ikwil a{
	color: #000000;
}

#ikwil .linkblock li a:hover{
	background: White;
	text-decoration: none;
}
#ikwilzoekveld{
	min-width: 1px;
}


#ikwilzoekveld .submit_button{
margin:0px;
}


#content_area #ikwilzoekveld form{
	padding: 0px;
	margin: 0px;
	background: transparent;
	border: 0px;
}

#content_area #ikwilzoekveld form fieldset{
	padding: 0px;
	margin: 0px;
}

#ikwilzoekveld h3{
	display: none;
}

#content_area #ikwilzoekveld label{
	margin: 0 0 3px;
	padding: 0;
	font-weight: bold;
}

#content_area #ikwilzoekveld #qs_keyword{
	width: 340px;
	margin: 0 3px 0 0;
	padding: 0px;
	float: left;
}

#qs_keyword2{
	width: 320px;
	height:20px;
}

#content_area #ikwilzoekveld #submit_quicksearch{
	margin: 0px;
	padding: 1px 2px;
	position: relative;
	top: 0;
	right: 0;
	float: left;
}

#submit_quicksearch2{
background: #32a400 url(images/bg_button_ikwil.gif) repeat-x left top;
height:23px !important;
}

#ikwilzoekveld #qs_keyword {
height:22px !important;
}


#ikwiluitgebreid{
	padding: 0 0 2px;
	font-size: 90%;
}

/*#bovenhoeken, #rechterhoek{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 10px;
	height: 10px;
	background: url(images/linksboven.png) no-repeat left top;
	z-index: 100;
}*/

#rechterhoek{
	left: auto;
	right: 222px;
	background: url(images/rechtsboven.png) no-repeat right top;
}

#rechterhoek hr{
	display: none;
}

/*--------------prodcat vind--------------*/

#prodcatmain h2{
	font-size: 150%;
}

#prodcatzoekscherm{
}

	#prodcatzoekscherm form{
		padding: 5px;
		margin: 0px;
	}
	
	#prodcatzoekscherm label{
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	#prodcatzoekscherm .generalsize_text{
		width: 70%;
	}
	
#prodcatalpha{
	float: right;
	width: 40%;
}

#prodcatalpha h2{
font-size:120%;
padding-left:15px;
}

#prodcatalpha .selection{
	border: 0;
	text-align: left;
}

#prodcatthemas ul{
	font-size: 120%;
	font-weight: bold;
}

	#prodcatthemas ul a{
		padding: 0 0 0 15px;
		background: url(images/arrow_grey.gif) no-repeat 3px 4px;
	}
	
	ul.alpha_choices li {
	list-style:none;
	}
	
		ul.alpha_choices a{
			display:block;
	}
	
	
/*------------Abonneren------------*/

#abonneer h2{
	font-size: 120%;
}

#abonneer form{
	padding: 10px;
}

#abonneer label{
	padding: 0px;
	margin: 0;
}

/* maak groter */
#page_links{
	position:absolute;
	top:313px;
	right: 0px;
	width:208px;
	z-index:4;
	background: #D46033 url(images/bgContainerTop.png) no-repeat left top;
}

#page_links div.inner{
	padding:10px;
	margin: 0;
	width:auto;
	background: transparent url(images/bgContainerBottom.png) no-repeat left bottom;
	position: relative;
	border: 0px;
}

/* error */
div.content_margin_error{
	margin-left:270px;
	margin-bottom:10px;
}
div.content_margin_abonneer{
	margin-left:10px;
	margin-bottom:10px;
}

#content_area_error, #content_area_abonneer{
	float:left;
	margin: 210px 0 0;
	overflow: hidden;
	width: 100%;
	background-color: #ffffff;
}

#leftside_error{
	float: left;
	margin: 0 222px 20px 0;
	position: relative;
	background-color:#ffffff;
}

div.error_return{
	margin-top:10px;
}

div.hidden{
	display:none;
}

/* Custom Classes */

.vmactive {
	color: #d46033;
}

.item_text strong {
	color: #e66400;
	}
	
/***** Content.css continued ******/

#content h4 {
margin-left:-15px;
}

p.object_description {
margin-left:15px;
}

.item_text p {
margin-left:15px;
}