@import "weblog.css";

.clear{
	width:100%;
	clear:both;
}

.filesize{
	font-size:80%;
	color:#999999;
	font-weight:normal;
}

.emphasize{
	font-weight:bold;
}

.note{
}

.required{
	color:#cd1717;
}

.alert{
	color:#cd1717;
	font-weight:bold;
	font-style:italic;
}

a.action{
	font-weight:bold;
	font-size:110%;
}

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 !important;
		display: inline;
	}
	
	ul.selection a:hover{
		border:1px solid #59b224;
		background-color:#59b224;
		color:#ffffff;
		text-decoration:none;
	}
	
	ul.selection li.current{
		border:1px solid #301b8f;
		margin:0px 5px 2px 0px;
		padding:2px 10px 2px 10px;
		height:20px;
		width:auto;
		color: white;
		background-color:#301b8f;
	}

/*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:986px;
	position:relative;
	margin:0px auto 0px;
	text-align:left;
	background: white url(images/bg_global.gif) repeat-y top left;
}

#logo{
	position:absolute;
	top:27px;
	right:0px;
	width:209px;
	height:151px;
	z-index:2;
	background: white;
	text-align: right;
	overflow: hidden;
}

	#logo a{
		width: 100%;
		height: 100%;
		display: block;
	}
	
	#logo a img{
		margin: 35px 0 0;
	}

#header{
	position:absolute;
	top:27px;
	left:0px;
	width:100%;
	height:151px;
	background:#d7f1c7;
	z-index:1;
	overflow:hidden;
}

#quicksearch{
	position:absolute;
	top:215px;
	right:10px;
	width:189px;
	z-index:6;
}

	#quicksearch h3{
		border-bottom: 1px solid #93cd70;
		padding: 0 0 5px;
		margin: 0 0 5px;
		font-size: 130%;
	}
	
	#quicksearch form{
		padding:0px;
		margin: 0;
		width:auto;
		background-color:transparent;
		position:relative;
	}
	
	#quicksearch label{
		display: none;
	}
	
	#quicksearch .submit_button{
		margin-top:0px;
		margin-bottom:0px;
		position:absolute;	
		top:0px;
		right:0px;
		height: 22px;
	}
	
	#quicksearch .smalltext{
		width:135px;
		max-height:22px;
	}
	
	#quicksearch a{
		float: right;
		font-weight: bold;
		color: #e4fbd5;
	}

#quicklinkvlak1{
	width: 100%;
	height: 27px;
	background: #bde0a7;
	font-size: 90%;
}

	#quicklinkvlak1 ul{
		display: block;
		padding:5px 0 0;
	}

	#quicklinkvlak1 li{
		display: inline;
		margin-right: 20px;
		
	}
	
	#quicklinkvlak1 a{
		color: #301b8f;
		font-weight: bold;
	}

#focus_area{
	padding-top:151px;
	width:100%;
	padding-bottom:0px;
	
}

	#menu_area{
		width:180px;
		/*position:absolute;
		top:151px;*/
		position: relative;
		top: -27px;
		float: left;
		left:0px;
		z-index:10;
		padding: 0 0 0;
		background: #301b8f;
	}
	
		#contact{
			border-top: 1px solid #bdbdbd;
			padding: 7px 0 7px;
			font-size: 85%;
			color: #828282;
		}
		
			#contact p{
				width: 30%;
				float: left;
				display: block;
			}
			
			#contact strong{
				color: #301b8f;
			}
	
	#content_area{
		position:relative;
		width:597px;
		float:left;
		margin: 0 -7px 0 0;
	}
	
		.content_margin{
			position:relative;
			padding:10px 15px 50px 15px;
		}
	
			#crums{
			}
			
			.object_title{
				margin: 15px 0;
				font-family: Arial, Verdana, Sans-Serif;
				line-height: 100%;
			}
			
				.title_emphasize{
					color:#666666;
				}
			
			.object_description{
				margin-bottom:15px;
				color: #7d7d7d;
			}
	
	#container_area{
		position:relative;
		width:209px;
		float:right;
		padding:0px 0px 0px 0px;
		overflow: hidden;
		margin: 80px 0 0;
	}
	
#extra1{
	display: none;
	position:absolute;
	top:110px;
	left:0px;
	width:100%;
	height:35px;
	z-index:5;
	background: white;
	color: #0088be;
}

#extra2{
	display: none;
	position:absolute;
	top:16px;
	left:717px;
	width:142px;
	height:52px;
	z-index:6;
}

#extra3{
	display: none;
	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{
	position: relative;	
}

	#quicklinkvlak2 li{
		background: #47349b;
		margin: 1px;
		list-style: none;
		display: block;
	}
	
	#quicklinkvlak2 a{
		color: #e1f1d7;
		display: block;
		margin: 0;
		width: 100%;
		font-weight: bold;
	}
	
		#quicklinkvlak2 a span{
			display: block;
			padding: 6px 15px;
		}
	
	#quicklinkvlak2 a:hover{
	}

#footer_area{
	width:100%;
	clear:both;
	height: 7px;
	overflow: hidden;
}

#quicklinkvlak3{
	position:absolute;
	top: 5px;
	right: 10px;
	width: 400px;
	font-size: 90%;
}
	
	#quicklinkvlak3 li{
		float:right;
		margin-left:15px;
		list-style-type:none;
	}
	
	#quicklinkvlak3 a{
		color: #301b8f;
		font-weight: bold;
	}
	
	#ingelogdals{
		float:left;
	}

/*-----------MENU-----------------*/
#mainmenu{
	width:180px;
	padding: 0px 0;
	position: relative;
	background: #301b8f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 110%;
	margin: 0;
	border-bottom: 1px solid white;
}

#mainmenu ul{
	width:100%;
	margin: 0;
	padding: 0;
	
}

	#navhome{
		background: #59b224;
		height: 27px;
		overflow: hidden;
	}
	
		#navhome .mainitem{
			color: White;
			padding:6px 0px 6px 0px;
			height: 27px;
			border-top: 0px;
		}

	#mainmenu li{
		margin:0px 0px 0px 0px;
		list-style-type:none;
		display:block;
		width: 100%;
	}
	
		#mainmenu li a{
			display:block;
			cursor:pointer;
		}
		
		#mainmenu a{
			text-decoration:none;
		}

/*mainitem - mouseout*/
.mainitem{
	text-decoration:none;
	color: White;
	cursor:pointer;
	margin:0 0 0 0px;
	display:block;
	padding:5px 0px 5px 0px;
	position:relative;
	line-height:150%;
	font-weight:bold;
	border-top: 1px solid #6c5db0;
	width: 100%
}

/*mainitem - mouseover*/
.amainitem{
	text-decoration:none;
	background:#bde0a7 url(images/arrow_menu.gif) no-repeat 8px 4px;
	color:#428f14;
	cursor:pointer;
	margin:0 0 0 0px;
	display:block;
	padding:5px 0px 5px 0px;
	line-height:150%;
	font-weight:bold;
	border-top: 1px solid #bde0a7;
	width: 100%
}

	.mainitem_margin{
		padding:0px 4px 0px 19px;
		cursor:pointer;
		display: block;
	}

/*div for subitems*/
.menulayer{
	position:absolute;
	display:none;
	width:200px;
	background-color:#47349b;
	z-index:999999;
	text-align:left;
}

/*subitem - mouseout*/
.item_level_2{
	background-color:#bde0a7;
	padding:0px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	font-weight:bold;
	border-bottom: 1px solid #97bf7d;
}

	/*subitem - mouseout - has children*/
	.item_level_2_children{
		background-image:url(images/arrow_menu.gif);
		background-repeat:no-repeat;
		background-position:right top;
	}
	
	/*subitemtext - mouseout*/
	.link_level_2{
		color:#428f14;
		text-decoration:none;
		display:block;
		padding:2px 10px 2px 15px;
	}

/*subitem - mouseover*/
.aitem_level_2{
	background-color:#7b6db7;
	padding:0px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	border-bottom: 1px solid #a499cf;
	font-weight:bold;
}

	/*subitem - mouseover - has children*/
	.aitem_level_2_children{
		background-image:url(images/arrow_menu2.gif);
		background-repeat:no-repeat;
		background-position:right top;
	}

	/*subitemtext - mouseover*/
	.alink_level_2{
		color:white;
		text-decoration:none;
		display:block;
		padding:2px 10px 2px 15px;
	}
	
/*subsubitem - mouseout*/
.item_level_3{
	border-bottom: 1px solid #a499cf;
	background-color:#7b6db7;
	padding:0px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	font-weight:bold;
}

	/*subsubitemtext - mouseout*/
	.link_level_3{
		color: white;
		text-decoration:none;
		display:block;
		padding:2px 10px 2px 15px;
	}

/*subsubitem - mouseover*/
.aitem_level_3{
	border-bottom: 1px solid #bfe0ac;
	background-color:#cde8bd;
	padding:0px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	font-weight:bold;
}

	/*subsubitemtext - mouseover*/
	.alink_level_3{
		color:#6a628d;
		text-decoration:none;
		display:block;
		padding:2px 10px 2px 15px;
	}


/*-----------ITEMS (briefing, searchresults, map e.d.)----------------*/
.item{
	overflow:hidden;
	clear: both;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 10px;
}

	#content_area .item h2{
		font-weight:normal;
		margin-top:10px;
		margin-bottom:0px;
		font-size:100%;
		font-weight:bold;
	}
	
	#content_area .item .clear{
		border-bottom: 0px !important;
		border-bottom: 1px solid #bfbfbf;
		height: 1px;
		overflow: hidden;
		position: relative;
		top: 10px;		
	}
	
	.item h2 a{
	}

	.item_photo{
		float:left;
		width:100px;
		height:100px;
		overflow:hidden;
		margin-right:10px;
		margin-top:13px;
	}
	
	.item_text p a{
		margin-left: 5px;
	}
	
	.item_text_photo{
		float:left;
		width: 375px;
	}
	
	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{
	}
	
	ul.item2ndlevel li{
		padding-left:15px;
		background: url(images/arrow_bulletlist.gif) no-repeat left 2px;
	}
	
	.item_footer{
		color:#666666;
		padding-bottom:5px;
		font-size: 90%;
	}

/*-----------SITEMAP----------------*/
#sitemap{
	border-bottom:1px solid #bfbfbf;
}

	#sitemap ul{
		margin-left:0px;
		font-weight:bold;
	}
	
	#sitemap ul li{
		list-style-type:none;
		border-top:1px solid #bfbfbf;
		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-top:0px solid #E3E98C;
			padding:0px 0px 0px 0px;
		}
		
			#sitemap ul ul ul{
				margin-left:40px;
			}
			
/*-----------FORMELEMENTS----------------*/
form{
	margin:0px;
	padding:0px;
	background:#f0f8eb;
	padding:20px;
}

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{
	font-family: Verdana, Arial, Sans-Serif;
	height:22px;
	border:1px solid #989898;
}

.file_text{
	
}

.generalsize_text{
	width:300px;
}

.smalltext{
	width:120px;
}

.generalsize_textarea{
	width:300px;
	height:150px;
	font-size: 100%;
	font-family: Verdana, Arial, Sans-Serif;
}

select{
	font-family: Verdana, Arial, Sans-Serif;
	width:300px;
}

.submit_button{
	border:0px solid #000000;
	cursor:pointer;
	font-weight:bold;
	font-size:90%;
	height:20px;
	padding:0px 5px 0px 5px;
	margin-top:16px;
	margin-bottom:3px;
	background:#44851c url(images/bg_button.gif) repeat-x top left;
	color:#ffffff;
	font-family: Verdana, Arial, Sans-Serif;
}

a.submit_button{
	display: block;
	width: 100px;
	text-align: center;
}

	.submit_button_md{
	}
	
	.submit_button_mo, a.submit_button:hover{
		background:#3a7118 url(images/bg_button_over.gif) repeat-x top left;
		text-decoration: none;
	}
	
	#biggerbutton{
		width: 160px;
	}

.radio_check_input{
		float:left;
		width:20px;
	}
	
.radio_check_label{
	float:left;
	width:90%;
}

	.radio_check_label label{
		padding-top:0px;
	}

/*-----------AGENDA-----------------*/
#agenda{
}

	#agenda ul{
		margin-left:15px;
	}
	
	#agenda ol li{
		margin:0 23px 8px 23px;
		padding: 0 0 8px 0;
		border-bottom: 1px solid silver;
		background: white;
	}
	
	#agenda ol ul li{
		border-bottom: 0px ;
		margin: 0px 0 0 23px;
		padding: 0;
	}
	
	#agenda ol ul{
		margin-bottom:0px;
	}
	
	#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{
	margin-top:5px;
}

#simpleform .fake_label a{
	color:#ffffff;
	text-decoration:none;
}

.help_popup{
	visibility:hidden;
	position:absolute;
	background-color:#ffffd9;
	border:1px solid Black;
	padding:5px;
	width:515px !important;
	width:525px;
	display:block;
	z-index:99;
	left: 35px !important;
	left: 20px;
}

.comment{
	margin:16px 0px 8px 0px;
}

.summary_label{
	font-weight:bold;
	color: #47349b;
}

.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-top:15px;
}


/*-----------BRIEFING----------------*/
#briefing{
	margin-left:-20px;
}

	#briefing h2{
		font-size:115%;
		font-weight:bold;
	}

	#briefing ul{
		margin-left:20px;
	}
	
	#briefing ul li{
	}

	.briefing_column{
	}
	
	.briefing_column .item_photo{
		margin-top:7px;
		margin-right:7px;
	}
	
	.briefing_first_column{
		width:48%;
		float:left;
		margin-right:20px;
	}
	
	.briefing_second_column{
		width:48%;
		float:left;
		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:100%;
	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:100%;
	margin-bottom:0px;
}

#bulletinboard ul{
	margin:20px 0px 20px 0px;
	list-style-type:none;
}

#bulletinboard li{
	margin-top:10px;
}

.maillink{
	background: url(images/icon_contact.gif) no-repeat center 0px;
	padding-right: 22px;
	height: 12px;
}

.maillink span{
	display: none;
}

/*-----------POLL----------------*/
#poll{
}

	#poll h2{
		font-weight:bold;
		margin-bottom:10px;
		font-size:115%;
	}

	/*---answers---*/
	.poll_answer{
		margin-top:5px;
	}

	.poll_percentarea{
		background:#ffffff;
		border:1px solid #b9b4d3;
		width:100%;
		height: 20px;
	}
	
	.poll_percent{
		background:#44851c url(images/bg_button.gif) repeat-x top left;
		height: 20px;
	}
	
	.poll_facts{
	}
	
	#submit_poll{
		display: block;
		clear: both;
	}



/*-----------CONTAINERS----------------*/
.container{
	padding:10px;
	position:relative;
	color: White;
}

.container .radio_check_label{
	float:left;
	width:80%;
}
	
	.container_bottom{
		height: 11px;
		margin-bottom: 4px;
		overflow: hidden;
	}

	.container form{
		padding:0px;
		width:auto;
		background-color:transparent;
	}
	
	.container a{
		display:block;
		color: #e4fbd5;
	}
	
	#container_area a.bannerlink{
		border: 0px;
	}
	
	.container h3{
		border-bottom: 1px solid #93cd70;
		padding: 0 0 5px;
		margin: 0 0 5px;
		width:100%;
		font-size: 130%;
		color: White;
	}
	
	.container h4{
		font-size:100%;
		font-family: Arial, Verdana, Sans-Serif;
		color: White;
		
	}
	
	.container select{
		width:100%;
	}
	
	.container .submit_button{
		margin-top:5px;
		float: none;
	}
	
	#container_area .container hr{
		display:none;
	}
	
	.container ul{
		margin:0;
		padding: 0;
		list-style: none;
	}
	
	.container ul li{
		width: 100%;
	}
	
	.containerslistitem hr{
		border: 1px solid #324851;
		border-bottom: 1px solid #849197;
		display: block;
		height: 2px;
		overflow: hidden;
	}
	
	.containerslistitem{
		border-bottom: 1px solid #93cd70;
		padding-bottom: 5px;
		margin-bottom: 5px;
		display: block;
	}
	
	.showaslink{
		background:url(images/arrow_bulletlist_container.gif) no-repeat 0px 3px;
		padding: 0 0 0 10px;
	}

	.container ul.items li{
	}
	
	.container_externallink{
	}
	
		.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;
	}
	
/*-----------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{
	position:Absolute;
	width:50%;
	background-image: url(images/tip.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:20px;
	margin-top:20px;
	top:0px;
	left:250px;
	clear:both;
	z-index:15;
}

/*-----------egrant----------------*/
#egrant_search{
	width:280px;
	float:left;
}

#loketsearch{
	width: 240px;
}

#submit_loket{
	margin: 5px 0 0;
}

#egrant_search p{
	margin: 20px 0 5px;
	border-top: 1px solid #cadbc0;
	padding: 20px 0 0;
}

#egrant_right{
	width:286px;
	float: right;
	background: #e2f6d6;
}

#egrant_right h3, #egrant_right 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_right h2{
	font-weight: bold;
}

#egrant_right li, #topten li, .prodcatfolders li{
	background: url(images/arrow_bulletlist.gif) no-repeat left top;
	padding: 0px 10px 0px 12px;	
}



#egrant_right ul, .meerprods{
	list-style: none;
	font-size: 90%;
}

#topten, .prodcatfolders{
	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 #freetext{
		float: left;
		margin:0px;
	}
	
	#submit_reaction{
		float: left;
		margin:1px 0 0 2px;
				
	}
	
	#risadvanced{
		clear: both;
	}
	
	#ris_home form a{
	}
	
	#ris_home h2{
		font-size: 120%;
		font-weight: bold;
	}
	
	#ris_home ul.items li{
		padding: 0 0 0 12px;
		background: url(images/arrow_bulletlist.gif) no-repeat left 1px;
	}

/*-----------SEARCHRESULTS----------------*/
#searchresults{
}

#searchresults_items{
	width:100%;
	clear:both;
	padding-bottom:15px;
}

/*-----------PAGE LINKS----------------*/
#page_links{
	position:absolute;
	top:178px;
	right:0px;
	width:209px;
	height:151px;
	background: #301b8f;
	z-index:8000;
	height: 27px;
}

	#page_links a{
		display:block;
		line-height:175%;
		color:#cde8bd;
		text-align: left;
	}
		
		.link_fontsize{
			padding-left:22px;
			background: url(images/icon_fontsize.gif) no-repeat 0% 50%;
			margin-left: 10px;
			float: left;
		}
		
		.link_favorites{
			background-repeat:no-repeat;
			background-position:0px 3px;
			padding-left:22px;
		}
	
	#set_normal{
		display:none;
	}
	
	#set_bigger{
		display:block;
	}
		
#print{
	padding: 20px 0 0;
	clear: both;
}

.link_print{
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:22px;
	background-image:url(images/icon_print.gif);
	cursor: pointer;
	color:#2d7900;
	width: 140px;
}
.alink_print{
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:22px;
	background-image:url(images/icon_print.gif);
	cursor: pointer;
	color:#2d7900;
	text-decoration: underline;
	width: 140px;
}



/*---------------opzoeknaar----------------*/
#opzoeknaar{
	background:#e1f1d7;
	border: 1px solid white;
}

#opzoeknaar a{
	color: #4da41a;
}

#opzoeknaar h2{
	margin: 0;
	padding: 10px 15px 5px;
	font-size:225%;
	font-weight:normal;
	font-family: Arial, Verdana;
}

#opzoeknaar li{
	padding: 0px 30px;
	line-height: 165%;
	background: url(images/arrow_opzoeknaar.gif) no-repeat 15px 4px;
	font-weight: bold;
	position: relative;
}

#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;	
	color: #301b8f;
	display: inline;
	float: left;
}

#content_area #opzoeknaarzoekveld #qs_keyword{
	width: 300px;
	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: 50px;
	padding: 0 0 2px;
	font-size: 90%;
	
}

.gvflag{
	display:none;
}

.gmap {
	width: 100%; 
	height: 300px;
	border: 1px solid black;
}

/*-----------------PNA--------------*/

.subscriptiontable{
	border-collapse: collapse;	
	border: 0px;
}

.subscriptiontable th{
	background:#59b224;
	color: White;
	padding: 7px 7px;
	text-align: left;
}

.subscriptiontable tr.even{
	background: #ecf8e5;
}

.subscriptiontable td{
	padding: 4px 7px;
}

.subscriptiontable .smalltd{
	font-size: 80%;
}

#digidmessage p {
	margin-bottom:10px;
}

#scatalogi{
	float:left;
}

#scatalogi #sccontent{
	display:none;
}

#scatalogi #sidebar{
	float:left;
}

#scatalogi #container{
	border:none;
	width:200px;
}

#scatalogi .text{
	width:140px !important;
}

#scatalogi h3{
	font-size:90%;
}

#scatalogi ul{
	list-style-type:none;
}

#scatalogi ol{
	list-style-position:inside;
}

#scatalogi ol li{
	margin-top:10px;
}

/* pagina navigatie links */
#scatalogi a{
	border:1px solid #cccccc;
	margin:0px 5px 2px 0px;
	padding:2px 10px 2px 10px;
	height:20px;
	width:20px;
	display: inline;
	font-weight:bold;
}

#scatalogi a:hover{
	border:1px solid #59b224;
	background-color:#59b224;
	color:#ffffff;
	text-decoration:none;
}


/* resultaten links */
#scatalogi ol li a{
	border:0px;
	margin:0px;
	padding:0px;
	height:15px;
	width:auto;
	font-weight:normal;
}

#scatalogi ol li a:hover{
	color:#2D7900;
	text-decoration:underline;
	border:0px;
	background-color:#FFFFFF;
}
