/*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;
	text-transform:uppercase
}

.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 20px;
	position: relative;
}

	#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{
	width:995px;
	position:relative;
}

#logo{
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	height:120px;
	z-index:2;
	background-color: #FFFFFF;
}

#header{
	position:absolute;
	right:0;
	top:0px;
	width:790px;
	height:142px;
	z-index:1;
	overflow:hidden;
}

#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{
	width:210px;
	margin-left:10px;
	z-index:4;
	position:relative;
	top:5px;
	clear:both;
	margin-bottom:10px;
}
	
	#quicksearch form{
		padding:0px;
		margin:0px;
		width:auto;
		background-color:transparent;
	}
	
	#quicksearch label{
		display: none;
	}
	
	#quicksearch #qs_keyword {

		
	}
	
	#quicksearch .submit_button{
		background-image:url(images/quicksearch_button.gif);
		background-position:100% 50%;
		margin: 0;
		padding: 0 0 0 40px;
		position:absolute;	
		top:0px;
		right:0px;
		text-indent:100px;
		width:40px;
		overflow:hidden;
	}
	
	#quicksearch .smalltext{
		width:160px;
		margin: 0;
		border: 0px;
		min-height: 20px;
		font-size:100% !important;
	}
	
	#quicksearch a{
		color:#FFFFFF;
		display: block;
		margin: 2px 0 0 7px !important;
	}

#quicklinkvlak1{
	width:220px;
	margin-left:15px;
	margin-bottom:10px;
	z-index:4;
	position:relative;
}

	#quicklinkvlak1 ul{
		display: inline;
		padding:0;
	}

	#quicklinkvlak1 li{
		float:left;
		width:32px;
		height:20px;
		overflow:hidden;
	}
	
	#quicklinkvlak1 li .print{
		display: none;
		float:left;
		width:32px;
		height:20px;
		overflow:hidden;
	}
	
		#quicklinkvlak1 li img{
			cursor:pointer;
	}
	
	#submenu_area{
	position:absolute;
	top:120px;
	left:0px;
		width:252px;
		float: left;
		z-index:900;
	}
	
	#page_utils {
		padding-top:40px;
		height:600px;
		background-image: url(images/bunn_menu_bg.gif);
		background-repeat:no-repeat;
	}
	
	#page_utils a.link_softlink {
		display:block;
		color:#FFFFFF;
		margin-left:15px;
		margin-top:10px;
		font-size:100%;
	}

	
	#content_area{
		float:left;
		margin: 110px 0 0;
		overflow: hidden;
		width: 975px;
		z-index:100;
		position:relative;
	}
	
		.content_margin, .content_margin_wide{
			padding:10px 0px 20px 0px;
			margin: 0 0 0 255px;
		}
	
		.content_margin_wide{
			margin: 0 0px 0 255px;
		}
	
		/*.home .content_margin{
			margin: 0 721px 0 0;
		}*/
		
		.home .content_margin a{
			font-weight: bold;
		}
		
			#crums{
			min-height:20px;
			width:340px;
			font-size:90%;
			}
	
			#crums a{
				text-decoration: underline;
				background: url(images/arrow_grey.gif) no-repeat right 5px;
				padding: 0 10px 0 0;
			}
	
			#crums a:hover{	
				text-decoration: underline;
			}
			
			#crums span{
				display: none;
			}
			
			.object_title{
				margin:16px 0px 10px;
			}
			
			.container_document .object_title {
				color:#008cd0;
				font-size: 185%;
				margin:15px 0px 10px 0px;
				font-weight:normal;
			}
			
				.title_emphasize{
					color:#666666;
				}
			
			.object_description{
				margin: 10px 0 5px;
				color: #000000;
				font-weight:bold;
			}
	
	#container_area{
		width:720px;
		overflow: hidden;
		margin:0px 0 0px 255px;
		border-top: 1px solid #68a917;
		clear:both;
	}
	
		#contact{
			z-index: 8;
			position: absolute;
			bottom: 50px;
		}
		
		#contact h3{
			font-size:130%;
			color: White;
			margin: 10px 0 0;
			padding: 10px 0;
		}
		
		#contact p{
			color: #c5e3f2;
		}
		
		#contact a{
			font-weight: normal;
		}
			
	#mainmenu_area{
		position: absolute;
		left: 0px;
		top: 119px;
		background: #556577;
		width: 100%;
		height: 34px;
		z-index: 3;
	}
	
#extra1{
	display: none;
}

#extra2{
	display: none;
}

#extra3{
	display: none;
}

#quicklinkvlak2{
	position: relative;
	margin:0px;
	padding: 40px 0 0;	
}

	#quicklinkvlak2 li{
		list-style: none;
		display: block;
		padding: 2px 0 3px;
	}
	
	#quicklinkvlak2 a{
		padding: 0px 0px 0px 10px;
		margin: 0px 5px 0 15px;
		color: White;
		background: url(images/arrow_green.gif) no-repeat 0px 4px;
	}
	
		#quicklinkvlak2 span{
			display: none;
		}
	
	#quicklinkvlak2 a:hover{
	}

#footer_area{
display:none;
	width:100%;
	clear:both;
	overflow: hidden;
	background: #7c7a6f;
}

#quicklinkvlak3{
	width: 975px;
	padding: 6px 0;
	color: White;
	text-align: right;
}
	
	#quicklinkvlak3 li{
		display: inline;
		margin:4px 0px 0px 15px;
		list-style-type:none;
	}
	
	#quicklinkvlak3 span{
		display: none;
	}
	
	#quicklinkvlak3 a{
		color: White;
		font-weight: bold;
	}

/*-----------MAINMENU-----------------*/
#mainmenu{
	position: relative;
	font-family: Arial, Verdana;
	font-size: 120%;
	font-weight: bold;
}

#mainmenu ul{
	width:700px;
}

#mainmenu li{
	display: inline;
}

#mainmenu li.actief a{
	color: #b0ffed;
}

#mainmenu a{
	display: block;
	float: left;
	padding: 6px 0px 6px 10px;
	margin: 0px 5px 0 15px;
	color: White;
	background: url(images/arrow_green.gif) no-repeat 0% 50%;
}

#mainmenu a:hover{
	text-decoration: none;
	color: #b0ffed;
}

/*-----------SUBMENU-----------------*/

#submenu{
	background-color:#FFFFFF;
	width:255px;
}

	#submenu h2{
		margin: 0;
		padding: 15px;
		font-size: 110%;
		font-weight: bold;
		letter-spacing: 1px;
	}
	
#submenulist{
	font-weight:bold;
	margin-left:10px;
	list-style-type:none;
	width:215px;
}

#submenulist li{
}
	
	#submenulist li a{
		display: block;
		width: 100%;
		color:#008cd0;
		text-decoration:none;
	}
	
		#submenulist li a span{
			padding: 1px 0px 1px 5px;
			display: block;
		}
		
		#submenulist li li a span{
			padding: 0px;
			display: block;
		}

	#submenulist li.actief a{
		color: #FFFFFF;
	}
	
		#submenulist li a.single_item  {
			background: url(images/bunn_link_bg_single.gif) no-repeat 100% 100%;
		}
		#submenulist li a.multiple_items  {
			background: url(images/bunn_link_bg.gif) no-repeat 100% 100%;
		}
	
		#submenulist li a.single_item:hover  {
			background-color: #008cd0;
			color:#FFFFFF;
		}
		
		#submenulist li a.multiple_items:hover  {
			background: #008cd0 url(images/bunn_link_bg.gif) no-repeat 100% 100%;
			color:#FFFFFF;
		}
		
		#submenulist li.open a {
			background:  #008cd0 url(images/bunn_menu_active_child_bg.gif) no-repeat 100% 100%;
			color:#FFFFFF;
		}
		
		#submenulist li.actief a {
			background:  #FFFFFF url(images/bunn_menu_active_bg.gif) no-repeat 100% 100%;
			color:#68a917;
		}

#submenulist .nivo2   {
			font-weight:normal;
			text-decoration:none;
			background-color: #FFFFFF;
			list-style-type:none;
}

#submenulist .nivo2 li a  {
			padding: 1px 0px 1px 14px;
			display: block;
			background: #FFFFFF url(images/bunn_menu_child.gif) no-repeat 0px 10px;
			color:#008cd0;
}

#submenulist .nivo2 li a:hover {
			background: #FFFFFF url(images/bunn_menu_active_child.gif) no-repeat 0px 10px;
			color:#68a917;
}

#submenulist .nivo2 li.actief a  {
			padding: 1px 0px 1px 14px;
			display: block;
			background: #FFFFFF url(images/bunn_menu_active_child.gif) no-repeat 0px 10px;
			color:#68a917;
}

#submenulist .nivo2 .nivo3   {
			margin-left:15px;
			font-weight:normal;
			text-decoration:none;
			background-color: #FFFFFF;
			list-style-type:none;
}

#submenulist .nivo2 .nivo3 li a  {
			padding: 1px 0px 1px 14px;
			display: block;
			background: #FFFFFF url(images/bunn_menu_child.gif) no-repeat 0px 10px ;
			color:#008cd0 ;
}

#submenulist .nivo2 .nivo3 li a:hover {
			background: #FFFFFF url(images/bunn_menu_active_child.gif) no-repeat 0px 10px ;
			color:#68a917 ;
}

#submenulist .nivo2 .nivo3 li.actief a  {
			padding: 1px 0px 1px 14px;
			display: block;
			background: #FFFFFF url(images/bunn_menu_active_child.gif) no-repeat 0px 10px ;
			color:#68a917;
}


/*-----------LINKBLOKKEN----------------------------------------------*/

.linkblock h3{
	margin: 0;
	padding: 10px 0px 10px;
}

.home #briefing .linkblock_head{
	font-size:160%;
	margin:15px 0px 15px 0px;
	font-weight: normal;
}

.linkblock{
	position: relative;
}

.linkblock ul{
	list-style: none;
}

.linkblock li{
	padding: 2px 0 2px 14px;
	background: url(images/arrow2.gif) no-repeat 3px 8px;
}

#ikwil .linkblock li{
	background: url(images/arrow2.gif) no-repeat 3px 7px;
	font-size: 130%;
}

#ikwil {
	padding-bottom: 10px;
	background: #f4f6ea;
	margin: -29px -21px 0;
	padding: 20px;
}

.linkblock li a{
	display: block;
	width: 100%;
}

.linkblock li a:hover{
	cursor: pointer;
}

#ikwil .linkblock li a:hover{
	background: White;
	text-decoration: none;
}

.linkblock_meta{
	color: #9c9c9c;
}

.linkblock_more{
	padding: 6px 0;
}

.linkblock_more a, .linkblock_back a{
	padding: 0 10px 0 0;
	font-weight: bold;
	background: url(images/arrow2.gif) no-repeat right 5px;
}

.linkblock_back a{
	padding: 0 10px 0 0;
	background: url(images/arrow_back.gif) no-repeat right 5px;
}

.linkblock .clear{
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}

/*-----------ITEMS (briefing, searchresults, map e.d.)----------------*/


.item{
	overflow:hidden;
	margin-bottom: 10px;
}

	.item strong{
		margin-top:0px;
		margin-bottom:0px;
		font-weight:bold;
		display: block;
	}

	.item_photo{
		float:left;
		margin-right:15px;
	}
	
	.item_text{
	}
	
	.item_text a {
		padding-bottom:3px;
		display:block;
		text-decoration:none;
		color:#000000;
		background-image: url(images/bunn_link_bg.gif);
		background-position: bottom right;
		background-repeat:no-repeat;
		overflow:hidden;
	}
	
	.item_text a:hover {
		display:block;
		text-decoration:none;
		color:#000000;
		background-image: url(images/bunn_link_active_bg.gif);
		background-position: bottom right;
		background-repeat:no-repeat;
	}

.title {
	display:block;
	color:#008cd0;
	font-size:125%;
	font-weight:bold;
	margin:0px !important;
	margin-top:15px !important;
}
	
	.item_text_photo{
		float:left;
		width: 385px;
	}
	
ul.items{
	}

		ul.items li{
			list-style-type:none;
		}
		
		ul.items li.li_standaard{
			list-style-type:none;
		}
		
		ul.items li.li_pdf{

		}
		
		
		ul.items li.li_pdf ul li{
			list-style-image:none;
		}
		
		ul.items li.li_sound{

		}
	
	ul.risinfo li{
		color:#666666;
		list-style-type:disc;
		margin-left:15px;
	}
	
		ul.item2ndlevel {
			margin:0 10px 0 0px;
			
		}
		
	ul.item2ndlevel li{
	padding-left:15px;
		background-image: url(images/arrow_bulletlist.gif);
		background-position: 0px 4px;
		background-repeat:no-repeat;
		list-style-type:none;
		float:none;
	}
	
	ul.item2ndlevel li a {
		list-style-type:none;
		list-style-image:none;
	}

	
	.item_footer{
		color: #9c9c9c;
		padding-bottom:5px;
		display: block;
	}
	.item_footer2{
		color: #9c9c9c;
		padding-bottom:5px;

	}
	
	
		.dualkolom li{
		width: 325px;
		float:left;
		list-style-type:none;
	}
	
	.dualkolom .item2ndlevel li {
		width:100%;
	}
	.dualkolom .item_text {
		width:90%;
	}

.dualkolom .item_text a {
	background-image:none;
}
.dualkolom .item_text .item2ndlevel li a {
	background-image: url(images/bunn_link_bg.gif);
}

.dualkolom .item_text .item2ndlevel li a:hover {
	background-image: url(images/bunn_link_active_bg.gif);
}

.folderlink {
	color:#68a917 !important;
	font-size:90%;
}

/*-----------FORMELEMENTS----------------*/
#sitemap{
}

	#sitemap ul{
		margin-left:0px;
		font-weight:bold;
	}
	
	#sitemap ul li{
		list-style-type:none;
		border-bottom:1px solid #e4dbd2;
		padding:10px 0px 10px 0px;
	}
		
		#sitemap ul ul{
			margin-left:15px;
			font-weight:normal;
			list-style-image:url(images/arrow_bulletlist.gif);
		}

		#sitemap ul ul li{
			border-bottom:0px solid #E3E98C;
			padding:0px 0px 0px 0px;
		}
		
			#sitemap ul ul ul{
				margin-left:40px;
			}
			
/*-----------FORMELEMENTS----------------*/
form{
	margin:0px;
	background-color:#f0f7e8;
	padding:15px 40px 15px 20px;
}

.buttons {
	text-align:right;
}

.inputarea {
	clear:both;
	float:none;
 	width:665px;
	margin:0px;
	margin-bottom:15px;
	background-color:#FFFFFF;
	position:relative;

}

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{
xxfloat:left;
xxdisplay:block;
xxtext-align:left;
}

.simpleform {
	margin-bottom:10px;
}

.simpleform_label {
	background-color:#FFFFFF;
	float:left;
	width:415px !important;
	width:430px;
	padding-right:5px;
	padding-left:3px;
	padding-top:1px;
	position:relative;
}

.simpleform_label label {
	width:auto;
}


.simpleform_input{
	background-color:#FFFFFF;
	width:235px;
	float:left;
}

	label.labelinfront{
		display:inline;
		padding:0px 5px 0px 0px;
	}
	
	span.fake_label{
		display:block;
		text-align:left;
		padding-left:0px;
		margin-top: 1px;
		padding-top:1px;
		float:left;
		clear:left;
	}
	
	.datepicker {
		cursor:pointer;
		float:right;
		padding:2px;
	}

.inputtext{

	border:1px solid #68a917;
	font-family: arial, Verdana, sans-serif;
}

.file_text{
	height:auto;
	width:232px;
}

.generalsize_text{
	font-size:100%;
	width:230px;
}

.smalltext{
	width:80px;
	font-size:100%;
	float:right;
	clear:right;
	display:block;
}

.startdate {
float: left;
clear:none;
width:95px;
}
.todate {
margin-left:10px;
margin-right:10px;
float:left;
display:block;
}

.enddate {
float:left;
clear:right;
width:95px;
}

#quicksearch .smalltext{
	float:left;
	clear:none;
	margin-right:5px;
	font-size:80%;
}

.notwhite {
	background-color:transparent !important;
}

#quicksearch a {display:block;}

.anders {
	width:176px;
	font-size:100%;
}


.generalsize_textarea{
	width:230px;
	height:auto;
	font-family: arial, Verdana, sans-serif;
}

select{
	width:230px;
}

.submit_button {
	width:130px;
	display:block;
	text-align:center;
	border:0px solid #000000;
	background-color:transparent;
	cursor:pointer;
	height:35px;
	padding:0px 5px 0px 5px;
	background-image:url(images/button.gif);
	background-repeat:repeat-x;
	background-position:100% 100%;
	color:#FFFFFF;
	font-size:100%;
	margin-right:20px;
	float:left;
}

a.submit_button, .vote_prikbord a {
	width:130px;
	display:block;
	text-align:center;
	padding:10px 5px 0px 5px;
	text-decoration:none;
	float:left;
	background-image:url(images/button.gif);
	background-repeat:repeat-x;
	background-position:100% 100%;
	color:#FFFFFF;
	height:25px;
}

a.submit_button:hover, .vote_prikbord a:hover {
	width:130px;
	display:block;
	text-align:center;
	padding:10px 5px 0px 5px;
	text-decoration:none;
	float:left;
	background-image:url(images/button_over.gif);
	background-repeat:repeat-x;
	background-position:100% 100%;
	color:#FFFFFF;
	height:25px;
}

	.vote_prikbord {
		text-align:right;
		background-color:#f0f7e8;
		padding:15px 40px 15px 20px;
		height:25px;
	}
	
	.vote_prikbord a, .vote_prikbord a:hover {
		font-weight:normal;
		margin-top:0px;
		padding:0px;
		height:25px;
		float:right;
	}


	.submit_button_md{
	}
	
	.submit_button_mo{
		background-image:url(images/button_over.gif);
		background-repeat:repeat-x;
		background-position:100% 100%;
	}
	
	#submit_quicksearch {
		background-image:url(images/bunn_quicksearch_submit.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;
	width:210px;
}

	.radio_check_label label{
		padding-top:0px;
		padding-right:3px;
		width:auto;
	}
		
	.vote {
		text-align:right;
		clear:both;
		float:right;
	}

/*-----------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;

}

/*-----------SIMPLEFORM-----------------*/
#simpleform{

}


#simpleform .fake_label{
}

#simpleform .fake_label a{
	color:#ffffff;
	text-decoration:none;
}

.help_popup{
	visibility:hidden;
	position:absolute;
	background-color:#feffec;
	border:1px solid #e1e1e1;
	padding:5px;
	width:300px;
	display:block;
	z-index:99999;
	bottom:30px;
	left:10px;
}

.comment{
display:block;
clear:both;
	margin:16px 0px 8px 0px;
}

.summary_label{
	display:block;
	font-weight:normal;
	width:100%;
	padding:0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.summary_answer {
	display:block;
	font-weight:bold;
	width:100%;
	padding:0px 0px 15px 0px;

}

.back_to_form{
	padding-top:15px;
	display:block;
}

#formbuttons{
	width: 100%;
	clear:both;
}


	
	#ogonebutton{
		width: 220px;
	}
								
/*-----------PRODUCT-----------------*/

#product #content h2{
	margin-top:15px;
	font-weight:normal;
	font-size:140%;
}


/*-----------BRIEFING----------------*/

#submenu_area #briefing{
	margin-left: 15px;
}

#briefing{
}

	#briefing h2{
	}

	#briefing ul{
	}
	
	#briefing ul li{
	list-style-type:none;
	}

	.briefing_column{
	}
	
	
	#briefing a span {
		display:block;
		margin:0px; 
		margin-top:5px;
		margin-right:7px;
		cursor: pointer;
	}
	
	.briefing_first_column{
		width:46%;
		float:left;
		margin-right:20px;
	}
	
	.briefing_second_column{
		width:46%;
		float:right;
		margin-left:-20px;
	}
	
/*-----------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{
}

#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_result {
	margin:0px;
	background-color:#f0f7e8;
	padding:15px 20px 15px 20px;
	clear:both;
}

	#poll h2{
		font-weight:bold;
		margin-bottom:10px;
		font-size:115%;
	}
	
	.poll_select {text-align:right;}

	/*---answers---*/
	.poll_answer{
		width:397px;
		float:left;
		padding-left:2px;
	}

	.poll_percentarea{
		background: url(images/bunn_poll.png) no-repeat 0% 0%;
		width:230px;
		float:left;
		height:21px;
		background-color:#f0f7e8;
	}

	.poll_percent{
		background-image: url(images/bunn_poll2.png);
		background-repeat:no-repeat;
		height: 21px;
	}
	
	.poll_facts{
		width:50px;
		float:left;
		font-size:90%;
		color:#afafaf;
	}



/*-----------CONTAINERS----------------*/

#page_utils .container {
	padding: 0px 20px 0px 15px;
}

#page_utils .container h3 {
	display:block;
	height:20px;
	background: url(images/bunn_snel_regelen.gif) no-repeat 0 0;
	color:#FFFFFF;
	padding-left:20px;
}

#page_utils .container a {
	color:#FFFFFF;
	background: url(images/bunn_bullet_white.gif) no-repeat 0 50%;
}

#page_utils .container .more a {
	background-image:none;
	font-weight:bold;
	text-align:right;
}

.container{
	margin-bottom:5px;
	position:relative;
}

	.container form{
		padding:10px;
		width:auto;
		background-color:#f0f7e8;
	}
	
	.container a{
		color: #000000;
		padding: 2px 5px 2px 12px;
		display: block;
		background: url(images/bunn_zie_ook_bullet.gif) no-repeat left 7px;
	}
	
		.container .container_document a {
			color:#68a917;
			text-decoration:underline;
			display:inline;
			background:none;
			padding:0px;
		}
	
	#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: 110%;
		color: #000000;
	}
	
	.container .container_document h3 {
		font-size:100%;
		color:#68a917;
	}
	
	.containerslist{
	}
	
	.containerslist h3{
	}
	
	.container select{
	
	}
	
	.container .submit_button{
		margin-top:5px;
	}
	
	.container hr{
		display:none;
	}
	
	.container ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.container .container_document ul {
		margin-left:15px;
		list-style-image:url(images/arrow_bulletlist.gif);
	}
	
	.container .container_document ol {
		margin-left:35px;
	}

	.container ul.items li{
		margin: 0;
		padding: 0;
	}
	
	.container_externallink{
		background-color:#1b2149;
	}
	
		.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:-19px;
		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;
		height:19px;
	}
	
		.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:50%;
		float:left;
		height:8px;
	}
	
	.tab_top_right{
		background-image: url(images/tab_top.gif);
		background-repeat:no-repeat;
		background-position:right top;
		width:50%;
		float:left;
		height:8px;
	}
	
#tab{
	position:relative;
	background-image: url(images/tab_middle.gif);
	background-repeat:repeat-y;
	border-right:1px solid #A1A39E;
	clear:both;
	width:719px !important;
	width:720px;
}

#tab p {padding:0 20px;}
#tab .margin_column p {padding: 0px}

#tab form {padding:20px; width:500px;}

#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:50%;
		float:left;
		height:6px;
	}
	
	.tab_bottom_right{
		background-image: url(images/tab_bottom.gif);
		background-repeat:no-repeat;
		background-position:right top;
		width:50%;
		float:left;
		height:6px;
	}

#tip{
	position:Absolute;
/*	width:350px; */
	width: 400px;
	background-image: url(images/tip.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	margin-top:40px;
	top:30px;
	left:180px;
	clear:both;
	z-index:15;
}

#tab .inputarea {width:450px;}

/*-----------egrant----------------*/
#egrant_search{
	width:380px;
	float:right;
}

#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:340px;
	float: left;
}

#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 {margin-top:20px;}

	.egrant_column {width:300px; float:left;}
	
	.egrant_search .egrant_column h2{
		font-weight:normal;
	}
	
	.egrant_search .egrant_column ul{
		padding-left:5px;
	}
	.egrant_column li {
	padding-left:15px;
		background: transparent url(images/arrow2.gif) 0px 7px no-repeat;
	}
	
	.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;
		padding-left: 20px;
	}
	
	.egrant_alpha ul.alpha_choices{
		margin:0px 0px 0px 15px;
		padding: 20px;
	}

	.egrant_alpha .clear {
		height: auto;
		overflow: auto;		
	}

/*-----------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----------------*/

#searchresults_items{
	width:100%;
	clear:both;
}

#searchresults_items .title {
	color:#000000;
	font-size:100%;
}


/*-----------PAGE LINKS----------------*/
#page_links{
	display:none;
	width:200px;
	margin-left:10px;
	z-index:8000;
}

	#page_links span, #page_links a{
		margin-top:3px;
		font-size:90%;
		line-height:175%;
		text-align: left;
		cursor: pointer;
	}
	
	.page_link_functions {
		float:left;
		width:30px;
		height:20px;
		text-align:center;
	}
		
		.link_fontsize, .alink_fontsize{
				display:block;
	height:0px;
	width:0px;
	overflow:hidden;
		}
		
		.alink_fontsize{

		}
		
		.link_favorites{
			background-repeat:no-repeat;
			background-position:0px 3px;
			padding-left:22px;
		}
	
	
	#set_normal{
		display:none;
		width:30px;
		height:20px;
	}
	
	#set_bigger{
		display:inline;
		width:30px;
		height:20px;
	}
		
#print{
	padding: 20px 0 0;
	clear: both;
}

.link_print, .alink_print{
	display:block;
	background-repeat:no-repeat;
	background-image:url(images/bunn_icon_print.gif);
	background-position:0px 3px;
		width:30px;
		height:20px;
		overflow:hidden;
		cursor: pointer;
		margin:0px;

}


.link_stuurdoor{
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:22px;
	background-image:url(images/icon_stuurdoor.gif);
	cursor: pointer;
	color: #616161;
	/*width: 110px;*/
	margin-left:20px;
}

.alink_print{
	text-decoration: underline;
}

.link_home {
background-image:url(images/bunn_icon_home.gif);
background-repeat:no-repeat;
width:30px;
height:20px;
overflow:hidden;
cursor: pointer;
margin:0px;
display:block;
}

.link_contact {
background-image:url(images/bunn_icon_contact.gif);
background-repeat:no-repeat;
width:30px;
height:20px;
overflow:hidden;
cursor: pointer;
margin:0px;
display:block;
}

.link_sitemap {
background-image:url(images/bunn_icon_sitemap.gif);
background-repeat:no-repeat;
width:30px;
height:20px;
overflow:hidden;
cursor: pointer;
margin:0px;
display:block;
}

.hide {
	display:block;
	height:0px;
	width:0px;
	overflow:hidden;
}

/*-----------HOME-----------------*/
#homehighlight{
	padding: 0 0 20px;
	margin: 10px 0;
	border-top: 1px solid #046ea5;
}
#homehighlight .item_photo{
	float:right;
	overflow:hidden;
	margin:3px 0 0 5px;
}
#homehighlight h3{
	margin: 0px;
	font-weight: bold;
	border-bottom: 0px;
	padding: 10px 0px;
}
#homehighlight p{
	padding: 0 0 10px;
}
#homehighlight a{
	padding: 0px 10px 0 0px;
	background: url(images/arrow_green.gif) no-repeat right 4px;
}
#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;
}

/*-----------forum----------------*/


/*-----------system----------------*/

.gvflag {
	display: none;
}

.gmap {
	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;
}

/*---------------op zoek naar form--------------*/
#opzoeknaarzoekveld{
	width: 90%;
}

#content_area #opzoeknaarzoekveld form{
	padding: 0px;
	margin: 0px;
	background: transparent;
}

#content_area #opzoeknaarzoekveld form fieldset{
	padding: 0px;
	margin: 0px;
}

#opzoeknaarzoekveld h3{
	display: none;
}

#content_area #opzoeknaarzoekveld label{
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	float: left;
}

#content_area #opzoeknaarzoekveld #qs_keyword{
	width: 290px;
	margin: 0 3px 0 0;
	padding: 0px;
	float: left;
}

#content_area #opzoeknaarzoekveld #submit_quicksearch{
	margin: 0px;
	padding: 1px 2px;
	position: relative;
	top: 0;
	right: 0;
	float: left;
}

#opzoeknaaruitgebreid{
	text-align: right;
	margin-right: 7px;
	padding: 0 0 2px;
	font-size: 90%;
	
}


/* --- VIND / EGRANT --- */
#form_midden_prodcat {
	width:100%;
}

#catalogus_linkerkolom, #catalogus_rechterkolom {
	width:340px;
	margin-right:20px;
	float:left;
}

#catalogus_rechterkolom {
	margin-right:0px;
}

#cataloguszoekvlak h2 {
	margin-bottom:10px;
}

#cataloguszoekvlak form {
	width:280px;
}

#input_zoek_vlakcat {
	float:left;
}

#submit_zoekcat input {
	height:25px;
	padding-top:0px;
}

#catalogusalfavlak {
	padding:10px 10px 15px;
	border:1px solid #68a917;
	margin:20px 0 0;
}

#catalogusalfavlak h2 {
	margin-top:	0px;
	margin-bottom:10px;
}


.prefilltable{
	margin-bottom: 20px;
}

.prefilltable .label{
	width: 480px;

}
.prefilltable .value{
	width: 200px;

}

#mijnaanvragentabel
{
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #68A917;
	width: 450px;
}


/*Aanpassing 20 maart PV textkleur*/
#mijnaanvragentabel b
{
color:#008cd9;
}


#mijnaanvragentabel td
{
padding-left:3px;
}
