/*All styles for the contentarea, most of it can be copied to the content.css file in: DS\www\gvscript */
@import "content.css";

body{
	background: #c4db0d url(images/content0_bg.png) left top repeat-y ;
	background-repeat:repeat-y !important;
	margin:0px;
	padding:0px;
	font-family:Arial, helvetica, sans-serif;
	line-height:130%;
	width:100%;
	height:100%;
	color:#363636;
}

.clear{
	width:100%;
	clear:both;
	line-height:5px;
}

#options{
	float: left;
	width: 100%;
	margin-left: -100%;
}

.filesize{
	font-size:80%;
	color:#999999;
	font-weight:normal;
}

.emphasize{
	font-weight:bold;
}

.note{
}

.required{
	color:#1b2149;
}

.alert{
	color:#1b2149;
	font-weight:bold;
	font-style:italic;
}

a.action{
	font-weight:bold;
	font-size:110%;
}

ul.selection{
	background: #efece8;
	padding: 10px;
	text-align:center;
	font-weight: bold;
	position: relative;
	color: #b9b299;
	margin-bottom:10px;
}

ul.selection li{
	list-style: none;
	display: inline;
}

	ul.selection a{
			padding:0 4px;
	}
	
	ul.selection a:hover{
		
	}
	
	ul.selection li.current{
		color:#c20083;		
	}
	
	.selection_text_vorige{
		position: absolute;
		left: 20px;
		background: url(images/arrow_vorige.gif) no-repeat left 5px;
		padding-left: 17px;
		border:none !important;
		width:45px !important;
	}
	
	.selection_text_volgende{
		position: absolute;
		right: 20px;
		background: url(images/arrow_volgende.gif) no-repeat right 5px;
		padding-right: 15px;
		border:none !important;
		width:60px !important;
	}
	
		.selection_text_volgende a{
			text-decoration:none !important;
			border:none;
	}
	
/*
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:950px;
	position:relative;
	margin:30px 0 0;
	background-repeat:repeat-y;
	background:#FFFFFF url(images/content0_bg.png) repeat-y left top;
}

	.home, .home #globalcontainer {
		background-image:url(images/home_bg.png);
		background-repeat:repeat-y;
		
	}

#logo{
	text-align:left;
	position:absolute;
	top:-17px;
	left:0px;
	width:200px;
	padding-left:15px;
	padding-top:15px;/*added by Shafqat*/
	height:67px;
	z-index:7;
}

#header{
	position:absolute;
	top:98px;	
	left:0px;
	width:235px;
	height:83px;
	background: #f1f0eb;
	z-index:1;
	overflow:hidden;
}

.home #header{
	width:353px;	
	height:160px;
	background-image:url(images/arn_header_home_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#quicksearch{
	position:absolute;
	top:20px; /*Shafqat top:10px;*/
	right:12px;
	width:210px;
	z-index:7;
}

	#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: 0;
		padding: 0 4px;
		position:absolute;	
		top:0px;
		right:0px;
		height: 22px;
		font-size: 130%;
	}
	
	#quicksearch .smalltext{
		width:150px;
		max-height:20px;
		height: 20px;
		margin: 0;
		padding: 0;
		background: #FFFFFF;
		border: 0px;
	}
	
	#quicksearch a{
		color: #a6a8b8;
		display: block;
		float: left;
		margin: 10px 0 0;
	}

#quicklinkvlak1{
	width: 950px;
	height: 104px;
	position: absolute;
	top: -30px;
	right: 0px;
	color: #FFFFFF;
	background: #002469;
	z-index:6;
}

	#quicklinkvlak1 ul{
		display: block;
		float:right;
		padding:6px 20px 0 15px;
		height:20px;
		list-style-type:none;
	}

	#quicklinkvlak1 li{
		float:left;
		margin-left: 4px;
	}
	
	#quicklinkvlak1 span{
		margin-left: 4px;
	}
	
	#quicklinkvlak1 a{
	color:#FFFFFF;

	}
	
	#quicklinkvlak1 a.bannerimage {

	}
	
	#quicklinkvlak1 a.bannerimage img {

	}

	#submenu_area{
		width:235px;
		float: left;
		margin: 180px 0 0 -100%;
	}
	
	.home #submenu_area{
		width:353px;
		margin: 255px 0 0 -100%;
	}
	
		#home_extra{
			font-size:105%;
			background: #FDECF4;
		}
	
	#content_area{
		float:left;
		margin: 95px 0 0;
		overflow: hidden;
		width: 100%;
	}
	
	#content {
		width:450px;
		float:left;
		}
	
		.content_margin, .content_margin_wide{
			position:relative;
			padding:10px 15px 10px 26px;
			margin: 0 0px 0 235px;
			font-size:110%;
		}
	
		.content_margin_wide{
			margin: 0 0px 0 235px;
		}
	
		.home .content_margin{
		position:relative;
			padding:8px 24px 0px 12px;
			margin: 0 213px 0 353px;
			font-size:110%;
		}
		
			#crums{
				padding-top:8px;
				color: #e6086e;
			}
	
			#crums a{
				color: #999999;
				text-decoration: underline;
				background: url(images/bc_bullet.png) no-repeat right 5px;
				padding: 0 13px 0 0;
			}
			
			#crums a.last{
				color: #999999;
				text-decoration: underline;
			}
	
			#crums a:hover{	
				color:#e6086e;
				text-decoration: underline;
			}
			
			#crums span{
				display: none;
			}
			
			.object_title{
				/*margin: 8px -190px 10px 0px;*/
				margin: 8px 0px 10px 0px;
				font-size: 110%;
				font-weight: bold;
				border-bottom: 1px solid #cfc4b8;
				padding: 6px 0px 11px 0px;
				line-height:20pt;
				clear:both;
			}
			
			.home .object_title{
				margin: 8px -190px 10px 0px;
				font-size: 110%;
				font-weight: bold;
				border-bottom: 1px solid #cfc4b8;
				padding: 6px 0px 11px 0px;
				line-height:20pt;
				clear:both;
			}


			#actueelterug{
				background: #efece8 url(images/arrow_vorige.gif) no-repeat 10px 50%;
				padding: 10px 30px;
				font-size: 90%;
				margin: 25px 0 15px;
			}

			.actueeldatum{
				color: #999999;
				font-size: 90%;
				display: block;
				margin: 0 0 5px;				
			}
			
			#content_area .content_margin_wide .object_title{
				margin: 8px 0px 10px 0;
				font-size: 110%;
				font-weight: bold;
				border-bottom: 1px solid #cfc4b8;
				padding: 6px 183px 11px 0px;
			}
			
				.title_emphasize{
					color:#666666;
				}
			
			.object_description{
				margin: 17px 0px 10px;
				color: #000000;
				width:470px;
				/*float:left;*/
			}
			
			.home .object_description{
				margin: 0px 0px 10px;
				color: #000000;
			}
	
	#container_area{
		position:relative;
		width:165px;
		float:right;
		overflow: hidden;
		/*margin: 150px 0 30px -181px;
		margin: 160px 0 30px -181px;*/

	}
	
	.searchresults #container_area{
	margin-top:-76px;
	}
	
	.searchresults #container_area_sc{
		margin-top:-5px;
	}
	
	.home #container_area{
		position:relative;
		float:left;
		overflow: hidden;
		margin: 112px 0 30px -213px;
		width:213px;
	}
	
			div#contact{
				padding: 8px 0 0 8px;
				color: #000000;
				font-size:12px;
				float:right;
				width:100%;
			}
		
		.home div#contact {
			font-size:12px;
			display:block;
			position:absolute;
			right:0px;
			top:445px;
			width:198px;
			padding: 8px 15px 0 0;
		}
		
		div#contact h3{
			font-size:125%;
			padding: 0;
			background: White;
			color: #e6086e;
		}	
			
			div#contact strong{
				padding: 5px 0;
				display: block;
			}
			
			div#contact a{
				font-size:90%;
				color: #e6086e ;
				padding-right: 12px;
				background: url(images/more_bullet.png) no-repeat right 3px;
			}
			
	#mainmenu_area{
		position: absolute;
		left: 0px;
		top: 74px;
		background: #667ca5;
		width: 100%;
		height: 24px;
		z-index:5;
		
	}
	
#extra1{
	display: none;
}

#extra2{
	display: none;
}

#extra3{
	display: none;
}

#quicklinkvlak2{
	background-color:#e6086e;
	position: relative;
	margin:0px;
	margin-top:5px;
	padding:0px;
}

.roundcorners {
	clear:both;
	background-color:#e6086e;
	height:7px;
	line-height:1px;
	font-size:1%;
	}

	#quicklinkvlak2 h3{
		color:#FFFFFF;
		font-size:135%;
		display: block;
		padding: 0px 12px 0 12px;
		clear:both;
	}
	
	#quicklinkvlak2 p {
		color:#FFFFFF;
		padding: 3px 12px 3px 12px;
	}
	
	#quicklinkvlak2 a{
		font-size:90%;
		padding: 0px 15px 0px 0px;
		color: #FFFFFF;
		background: url(images/more_bullet2.png) no-repeat right 4px;
	}
	
		#quicklinkvlak2 span{
			display: none;
		}
	
	#quicklinkvlak2 a:hover{
	}
	
.roundcorners .lb {
		width:7px;
		height:7px;
		background: url(images/box_left_top.gif) no-repeat 0 0;
		float:left;
		line-height:1px;
	}
	
 .roundcorners .rb {
		width:7px;
		height:7px;
		background: url(images/box_right_top.gif) no-repeat 0 0;
		float:right;
		line-height:1px;
	}
	
.lo {
		width:7px;
		height:7px;
		background: url(images/box_left_bottom.gif) no-repeat left top;
		float:left;
		line-height:1px;
	}
	
 .ro {
		width:7px;
		height:7px;
		background: url(images/box_right_bottom.gif) no-repeat right top;
		float:right;
		line-height:1px;
	}

#footer_area{
	width:100%;
	clear:both;
	overflow: hidden;
	text-align: right;
	font-size: 90%;
	position:absolute;
}

#quicklinkvlak3{
	border-top: 1px solid #fcdfec;
	margin: 0 16px 0 235px;
	padding: 3px 0 12px;
	color: #000000;
}

.home #quicklinkvlak3{
	margin: 0 16px 0 353px;
}
	
	#quicklinkvlak3 li{
		display: inline;
		margin:4px 0px 0px 4px;
		list-style-type:none;
	}
	
	#quicklinkvlak3 span{
		margin-left: 4px;
		color:#e6086e;
	}
	
	#quicklinkvlak3 a{
		color: #002469;
		text-decoration:underline;
	}
	
	#quicklinkvlak3 a:hover{
		color: #e6086e;
		text-decoration:underline;
	}

/*-----------MAINMENU-----------------*/
#mainmenu{
	font-family: Arial, Verdana;
	font-size: 135%;
	font-weight: bold;
	list-style-type:none;
}

#mainmenu li ul li {
	display:block;
	margin-left:10px;
	padding-left:10px;
	background-image: url(images/arrow_menu.gif);
	background-repeat:no-repeat;
}

#mainmenu li ul li a:hover {
	text-decoration:underline;
}

.hoofd1 a.actief, .hoofd1 a:hover {
	display:block;
	/*border-bottom:10px solid #a10082;*/
	background-color:#a10082;
}

.hoofd2 a.actief, .hoofd2 a:hover{
	display:block;
	/*border-bottom:10px solid #12636b;*/
	background-color:#12636b;
}

.hoofd3 a.actief, .hoofd3 a:hover {
	display:block;
	/*border-bottom:10px solid #f27d00;*/
	background-color:#f27d00;
}

.hoofd4 a.actief, .hoofd4 a:hover {
	display:block;
	/*border-bottom:10px solid #85360f;*/
	background-color:#85360f;
}

.hoofd5 a.actief, .hoofd5 a:hover {
	display:block;
	/*border-bottom:10px solid #78b3e0;*/
	background-color:#78b3e0;
}

.hoofd6 a.actief, .hoofd6 a:hover {
	display:block;
	/*border-bottom:10px solid #00b394;*/
	background-color:#00b394;
}

.hoofd7 a.actief, .hoofd7 a:hover {
	display:block;
	/*border-bottom:10px solid #f7d417;*/
	background-color:#a10082;
}

.hoofd8 a.actief, .hoofd8 a:hover, .hoofd9 a.actief, .hoofd9 a:hover, .hoofd10 a.actief, .hoofd10 a:hover {
	display:block;
	/*border-bottom:10px solid #cfc4bb;*/
	background-color:#cfc4bb;
}

/*

#block1, #block2, #block3 {
	font-size:85%;
	display:none;
	width:200px;
	font-weight:normal;
	list-style-type:none;
	background-color:#a10082;
	position:absolute;
	top:38px;
	padding: 5px 10px 10px 0px;
}

#block1 {
	background-color:#a10082;
	left:15px;
}

#block2 {
	background-color:#12636b;
	left:149px;
}

#block3 {
	background-color:#f27d00;
	left:335px;
}

*/
.hoofd, .hoofdlast{
	display:block;
	float:left;
	background-image: url(images/header_brd_2.png);
	background-position: right 5px ;
	background-repeat:no-repeat;
	padding: 2px 2px 3px 1px;
	margin: 0px;
}

.hoofdlast {
	background-image:none;
}

.hoofd1 {
	padding-left:5px;
}
.hoofd3 {
	/*background-image:none;*/
}

.hoofd a, .hoofdlast a {
	color:#FFFFFF;
	/*padding-bottom:1px;*/
	padding:0px 10px;
}
.hoofd a:hover, .hoofdlast a:hover {
	color:#FFFFFF;
	/*padding-bottom:1px;*/
	padding:0px 10px;
	text-decoration:none;
}

.hoofd11, .hoofd12, .hoofd13, .hoofd14, .hoofd15, .hoofd16, .hoofd17 , .hoofd18, .hoofd19, .hoofd20, .hoofd21{
	display:none;
}


/*-----------SUBMENU-----------------*/

#submenu{
	position: relative;
	font-size:120%;
}

	#submenu h2{
		background-image: url(images/left_h2_4.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		margin: 0;
		padding: 10px 0 16px 26px;
		font-size: 135%;
		font-weight: normal;
		color:#ebebeb;
	}
	
	
#submenulist{
	font-weight:bold;
}

	#submenulist li{
		margin:0px 17px;
		list-style-type:none;
		line-height:13pt;
	}
	
	#submenulist li a{
		display: block;
		width: 100%;
		text-decoration:none;
	}
	
	#submenulist li a span{
		padding-left: 13px;
		display: block;
		background: url(images/li_bullet.png) no-repeat left 5px;
	}

	#submenulist li.actief, #submenulist li.open{
	
	}

	#submenulist li.actief a{
	}
	
	#submenulist li.actief a span{
		
	}
	
	#submenulist li.open a span{
	color:#e6086e;
	}

	#submenulist li ul{
		padding: 0px;
		color:#002469;
	}
	
	#submenulist li ul li{
	
	}
	
	#submenulist li ul li.actief{
		background: transparent;
	}
	
	#submenulist li.open ul li a span{
		color:#002469;
	}
	#submenulist li.open ul li.actief a span{
		color:#e6086e;
	}
	
	#submenulist li.open ul li.open  ul li a span{
		color:#002469;
	}
	#submenulist li.open ul li  ul li.actief a span{
		color:#e6086e;
	}
	
	#submenulist ul.fifth li a span {
		color:#002469 !important;
	}

	#submenulist ul.fifth li.actief a span {
		color:#e6086e !important;
	}
	
	ul.third li, ul.fourth li, ul.fifth li{width:100%;margin-right:0px;}
	ul.third {width:209px;}
	ul.fourth {width:192px;}
	ul.fifth {width:175px;}
	#submenulist li ul li a{
	}

	#submenulist li.open ul li a{
		color:#002469;
	}

	#submenulist li.open ul li a:hover{
		color:#e6086e;
	}
	
		#submenulist li ul li a span, #submenulist li.actief ul li a span{
			padding: 0px 10px 0px 10px;
			display: block;
			background: url(images/li_bullet.png) no-repeat left 6px;
			font-weight:normal;
			text-decoration:none;
		}
		
		#submenulist li ul li a:hover span {
			text-decoration:none;
			color:#e6086e;
		}
		
/*-----------MENU NIVEAU 4-----------------*/
#menulvl4{
	width: 100%;
	margin-top:10px;
	font-weight:bold;
	clear:both;
	margin-bottom:-10px;
}

#menulvl4 #lvl4_left {
	float:left;
	width:225px;
}

#menulvl4 #lvl4_right {
	width:225px;
	float:left;
	margin-left:30px;
}

#menulvl4 ul {
	list-style-type:none;
}

#menulvl4 li {
	border-bottom:1px solid #e2ddd6;
	display:block;
	padding-left:10px;
	background: url(images/li_bullet.png) no-repeat left 6px;
	position: relative;
}

#menulvl4 a {text-decoration:none; background-image:none;}

/*-----------LINKBLOKKEN----------------------------------------------*/

.linkblock h3{
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	padding: 10px 0px 9px 10px;
}

.linkblock ul{
	list-style: none;
}

.linkblock li{
	margin:0px;
	padding: 4px 0 0px 12px;
	background: url(images/arrow_red.gif) no-repeat 3px 8px;
}

.linkblock li a{
	display: block;
	width: 100%;
}

.linkblock li a:hover{
	cursor: pointer;
	color:#e6086e;
	text-decoration:none;
}

.linkblock_more{
	margin: 0px 0 20px 0;
	font-size:90%;
}

.linkblock_more a, .linkblock_back a{
	color: #e6086e;
	padding: 0 16px 0 10px;
	background: url(images/more_bullet.png) no-repeat right 3px;
}

.linkblock_back a{
	padding: 0 10px 0 16px;
	background: url(images/arrow_back.gif) no-repeat right 5px;
}

.linkblock .clear{
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}

.linkblock_left{
	float: left;
	width: 50px;
	display: block;
	font-size:90%;
	color:#999999;
}

.linkblock_right{
	float: right;
	width: 255px;
	display: block;
}


/*-----------ITEMS (briefing, searchresults, map e.d.)----------------*/
.item{
	overflow:hidden;
}

.briefing_column .item {margin-bottom:10px;}

#folder2 a{
	/*padding:3px;*/
	width:auto;
	margin:0px;
	display: block;
	height: 100%;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	color:#000;
}

#folder2 a:hover{
	text-decoration: none;
	color:#E6086E;
	/*border-bottom: 1px solid #e6086e;*/
	border-bottom: 1px solid #CFC4B8;
	background: url(images/active.png) no-repeat right bottom;
}

#folder2 a:hover .title {
	color: #e6086e;
}

#folder2 ul.item2ndlevel a:hover, #folder2 .briefing_column .item a:hover {
	border-color:#FFFFFF;
	background-image:none;
}

#folder2 a.more {
	background: url("images/more_bullet.png") no-repeat scroll right 3px transparent !important;
	border-bottom: 1px solid #CFC4B8;
    color: #E6086E;
    padding: 0 16px 0 15px;
	text-align:right;
	font-size:90%;
}

	.item h2{
		font-weight:normal;
		margin-top:0px;
		margin-bottom:0px;
		font-size:100%;
		font-weight:bold;
	}

	.item_photo{
		/*float:left;
		width:100px;
		height:75px;
		overflow:hidden;*/
		clear:both;
		max-width:470px;
		margin-right:0px;
		margin-top:0px;
	}
	
	.item_text{
	}
	
	.item_text_photo{
		float:left;
	}
	
	ul.items{
	}
	
		ul.items li{
			list-style-type:none;
			clear:both;

		}
		
		/* PDF */
		a.pdf {padding-left:15px;background:transparent url(images/icoon_pdf.gif) 0 2px no-repeat;}
		ul.items li.li_pdf{
			list-style-image:none;
			background-image:url(images/icoon_pdf_2.gif);
			background-position:  0 0;
			background-repeat:no-repeat;
		}
		
		#sitemap ul.items li.li_pdf {
			background-image:url(images/icoon_pdf.gif);
			background-position:  0 3px;
		}
		
			#sitemap ul.items li.li_pdf a {
				margin-left:15px;
				margin-top:5px;
			}
		
			ul.item2ndlevel li.li_pdf  {
			list-style-image:url(images/icoon_pdf.gif);
			background-image:none;
			}
			
			ul.item2ndlevel li.li_pdf a  {
			display:inline !important;
			}
			
			ul.items li.li_pdf .title, ul.items li.li_pdf h2{
				margin-left:15px;
				margin-top:5px;
			}
		
		ul.items li.li_pdf ul li{
			list-style-image:none;
		}
		
		#briefing .li_pdf {
			list-style-image:none;
			background-image:none;
		}
		#briefing .li_pdf h2 a {
			background-image:url(images/icoon_pdf.gif);
			background-position:  0 2px;
			background-repeat:no-repeat;
			padding-left:15px;
		}
				
		/* MS word */
		a.msword {padding-left:15px;background:transparent url(images/icoon_doc.gif) 0 2px no-repeat;}
		ul.items li.li_msword{
			list-style-image:none;
			background-image:url(images/icoon_doc_2.gif);
			background-position:  0 0;
			background-repeat:no-repeat;
		}
		
		#sitemap ul.items li.li_msword {
			background-image:url(images/icoon_doc.gif);
			background-position:  0 3px;
		}
		
			#sitemap ul.items li.li_msword a {
				margin-left:15px;
				margin-top:5px;
			}
		
			ul.item2ndlevel li.li_msword  {
			list-style-image:url(images/icoon_doc.gif);
			background-image:none;
			}
			
			ul.item2ndlevel li.li_msword a  {
			display:inline !important;
			}
			
			ul.items li.li_msword .title, ul.items li.li_msword h2{
				margin-left:15px;
				margin-top:5px;
			}
		
		ul.items li.li_msword ul li{
			/*list-style-image:none;*/
		}
		
		#briefing .li_msword {
			list-style-image:none;
			background-image:none;
		}
		#briefing .li_msword h2 a {
			background-image:url(images/icoon_doc.gif);
			background-position:  0 2px;
			background-repeat:no-repeat;
			padding-left:15px;
		}
		
		/* PPT */
		a.ppt{padding-left:15px;background:transparent url(images/icoon_ppt.gif) 0 2px no-repeat;}
		ul.items li.li_ppt{
			list-style-image:none;
			background-image:url(images/icoon_ppt_2.gif);
			background-position:  0 0;
			background-repeat:no-repeat;
		}
		
		#sitemap ul.items li.li_ppt {
			background-image:url(images/icoon_ppt.gif);
			background-position:  0 3px;
		}
		
			#sitemap ul.items li.li_ppt a {
				margin-left:15px;
				margin-top:5px;
			}
		
			ul.item2ndlevel li.li_ppt  {
			list-style-image:url(images/icoon_ppt.gif);
			background-image:none;
			}
			
			ul.item2ndlevel li.li_ppt a  {
			display:inline !important;
			}
			
			ul.items li.li_ppt .title, ul.items li.li_ppt h2{
				margin-left:15px;
				margin-top:5px;
			}
		 
			ul.items li.li_ppt ul li{
				list-style-image:none;
			}
		
		#briefing .li_ppt {
			list-style-image:none;
			background-image:none;
		}
		#briefing .li_ppt h2 a {
			background-image:url(images/icoon_ppt.gif);
			background-position:  0 2px;
			background-repeat:no-repeat;
			padding-left:15px;
		}
		
		/* EXCEL */
		a.xls{padding-left:15px;background:transparent url(images/icoon_xls.gif) 0 2px no-repeat;}
		ul.items li.li_xls{
			list-style-image:none;
			background-image:url(images/icoon_xls_2.gif);
			background-position:  0 0;
			background-repeat:no-repeat;
		}
		
		#sitemap ul.items li.li_xls {
			background-image:url(images/icoon_xls.gif);
			background-position:  0 3px;
		}
		
			#sitemap ul.items li.li_xls a {
				margin-left:15px;
				margin-top:5px;
			}
		
			ul.item2ndlevel li.li_xls  {
			list-style-image:url(images/icoon_xls.gif);
			background-image:none;
			}
			
			ul.item2ndlevel li.li_xls a  {
			display:inline !important;
			}
			
			ul.items li.li_xls .title, ul.items li.li_xls h2{
				margin-left:15px;
				margin-top:5px;
			}
			
			#searchresults ul.items li.li_pdf .item, #searchresults ul.items li.li_msword .item, #searchresults ul.items li.li_ppt .item, #searchresults ul.items li.li_xls .item {
				background-image:none;
			}
		 
		ul.items li.li_ppt ul li{
			list-style-image:none;
		}
		
		#briefing .li_xls {
			list-style-image:none;
			background-image:none;
		}
		#briefing .li_xls h2 a {
			background-image:url(images/icoon_xls.gif);
			background-position:  0 2px;
			background-repeat:no-repeat;
			padding-left:15px;
		}
		
		/* SOUND */
		
		ul.items li.li_sound{
			list-style-image:none;
			background-image:url(images/icon_sound.gif);
			background-position:  0 0;
			background-repeat:no-repeat;
		}
			ul.item2ndlevel li.li_sound {
			list-style-image:url(images/icon_sound.gif);
			background-image:none;
			}
			
			ul.item2ndlevel li.li_sound a  {
			display:inline !important;
			}
			
			ul.items li.li_sound .title, ul.items li.li_sound h2{
				margin-left:15px;
				margin-top:5px;
			}
		
		ul.items li.li_sound ul li{
			list-style-image:none;
		}
		
		#briefing .li_sound {
			list-style-image:none;
			background-image:none;
		}
		#briefing .li_sound h2 a {
			background-image:url(images/icoon_sound.gif);
			background-position:  0 2px;
			background-repeat:no-repeat;
			padding-left:15px;
		}
		
	
	ul.risinfo li{
		color:#666666;
		list-style-type:disc;
		margin-left:15px;
	}
	
	ul.item2ndlevel {
		/*border-bottom:1px solid #CFC4B8;*/
	}
	

	
	ul.item2ndlevel li{
		list-style-image: url(images/arrow_bulletlist.gif);
		margin-left:18px;
	}
	
	.item_footer{
		color:#666666;
		padding-left:5px;
		font-size:90%;
	}

	.actueelnews {
		border-bottom:1px solid #cccccc;
		clear:both;
		padding:7px 0px;
	}
	
	.actueelnews_date {
		float:left;
		color:#666666;
		padding-right:5px;
		padding-left:15px;
		font-size:90%;
		width:85px;
		background: transparent url(images/arrow_bulletlist.gif) 0 3px no-repeat;
	}
	
	.infoblock {
		background-color:#efece8;
		padding:5px 10px 0;
		margin-left:20px;
		float:none;
		height:25px;
		margin-top:20px;
	}
	
	.itemcounter {
		color:#666666;
		font-size:90%;
		float:left;
	}
	
	
	.pagecounter {
		float:right;
	}
	.pagecounter li {
		float:left;
		padding:0px 3px;
		list-style-type:none;
	}

/*-----------SITEMAP----------------*/
#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;
	padding:20px;
	background-color:#EBEBEB;
}

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{
	height:22px;
	border:1px solid #cfc4b8;
	font-family:'Trebuchet MS', Arial, Verdana;
}

.file_text{
	
}

.generalsize_text{
	width:300px;
}

.smalltext{
	width:120px;
}

.generalsize_textarea{
	width:300px;
	height:150px;
	font-family:'Trebuchet MS', Arial, Verdana;
}

select{
	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:#002469;
	color:#ffffff;
}

.submit_button_forum{
	border:0px solid #000000;
	cursor:pointer;
	font-weight:normal;
	font-size:90%;
	padding:0px;
	margin-left:5px;
	color:#002469;
	background:#FFFFFF url(images/arrow_black.gif) no-repeat left center;
}

	.submit_button_md{
	}
	
	.submit_button_mo{
		background:#e6086e;
	}
	
	.submit_button_mo_forum{
		color:#e6086e;
	}

.radio_check_input{
		float:left;
		width:20px;
		line-height:11pt;
	}
	
.radio_check_label{
	float:left;
	width:80%;
	line-height:11pt;
}

	.radio_check_label label{
		padding:0px;
	}

/*-----------AGENDA-----------------*/
#agenda{
}

	#agenda ul{
		margin-left:0px;
	}
	
	#agenda ol li{
		/*margin-bottom:15px;*/
	}
	
	#agenda ul{
		margin-bottom:15px;
	}
	
	#agenda ul ul{
		margin-bottom:0px;
	}
	
	#agenda ol ol li{
		margin-bottom:0px;
	}

.agenda_info{
	font-weight:bold;
}

.agenda_content{
	margin-top:15px;
	margin-left:20px;
}

.point_time{
	color:#999999;
}

	.agenda_content	ul.items li.li_pdf{
			list-style-image:none;
			background-image:url(images/icon_pdf_2.gif);
			background-position:  0 3px;
			background-repeat:no-repeat;
			padding-left: 15px;
			margin:0px;
		}

.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{
	margin-top:5px;
}

#simpleform .fake_label a{
	color:#ffffff;
	text-decoration:none;
}

.help_popup{
	visibility:hidden;
	position:absolute;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	padding:5px;
	width:300px;
	display:block;
	z-index:99;
}

.comment{
	margin:16px 0px 8px 0px;
}

.summary_label{
	font-weight:bold;
}

.back_to_form{
	padding-top:15px;
	display:block;
}
								
/*-----------PRODUCT-----------------*/
#product #content h2{
	margin-top:15px;
}


/*-----------BRIEFING----------------*/
#briefing{
	/*margin-left:-20px;*/
	width:470px;
	float:left;
}


	#briefing ul{
		margin-left:20px;

	}
	
	.briefing_column .item_photo{
		max-width:225px;
	}
	
	.briefing_first_column{
		width:225px;
		float:left;
		margin-right:20px;
	}
	
	.briefing_second_column{
		width:225px;
		float:left;
		margin-left:0px;
	}
	
/*-----------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;
}

div#form.discussionitemform{
	width:480px;
	float:left;
}
/*-----------BULLETINBOARD----------------*/
#bulletinboard{
}

#bulletinboard h2{
	font-weight:bold;
	font-size:115%;
	margin-bottom:0px;
}

#bulletinboard p{
	margin-bottom:0px;
}

#bulletinboard .item_footer {
	padding-left:0px;
}

#bulletinboard .item_footer a {
	text-decoration:underline;
}

#bulletinboard ul{
	margin:20px 0px 20px 0px;
	list-style-type:none;
}

#bulletinboard li{
	margin-top:10px;
}

/*-----------POLL----------------*/
#poll{
	width:auto;
}

	#poll h2{
		font-weight:normal;
		margin-bottom:10px;
		font-size:100%;
		color:#000000;
	}

	/*---answers---*/
	.poll_answer{
		margin-top:5px;
	}

	.poll_percentarea{
		background:#F7F7F7;
		border:1px solid #cfc4b8;
		width:100%;
	}
	
	.poll_percent{
		background:#e6086e;
		height: 18px;
	}
	
	#container_area .poll_percent{
		height: 14px;
	}
	
	.poll_facts{
	}



/*-----------CONTAINERS----------------*/
.container{
	margin-bottom:13px;
	width:100%;
	position:relative;
	padding: 0;
	
}

	.container form{
		padding:0px;
		width:auto;
		background-color:transparent;
	}
	
	.container a{
		color: #002469;
		padding: 2px 0px 2px 12px;
		display: block;
		background: url(images/li_bullet.png) no-repeat left 7px;
	}

	.container .no_block {
		color: #002469;
		padding: 2px 0px 2px 12px;
		background: url(images/li_bullet.png) no-repeat left 7px;
		float:left;
		display:inline;
	}
	
	.container a.no_bullet {
		color: #002469;
		padding: 4px 0px 0px 2px;
		background: none;
		float:left;
	}
	
	.container a:hover{
		color: #e6086e;
		text-decoration:none;
	}
	
	#container_area .banner{
		padding: 0px;
		background: transparent;
		margin: 0px;
		display: block;
		color:#e6086e;
		margin: -5px 0 0 0;

	}
	
		#container_area .banner span{
			background-image: url(images/more_bullet.png);
			background-repeat:no-repeat;
			background-position: right center;
			padding-right:16px;
			font-size:90%;
		}
	
	#container_area .banner:hover{
		text-decoration: underline;
	}
	
	.container h3{
		font-size:110%;
		width:100%;
		margin: 0;
		padding: 15px 0 8px;
		background: White;
		position: relative;
		color:#e6086e;
		border-bottom: 1px solid #cfc4b8;
	}
	
	.home .container h3 {
		font-size:130%;
		width:195px;
	}
	
	.containerslist{
		padding: 8px 8px;
		width: auto;
	}
	

	.home .containerslist{
		font-size:110%;
		width: 195px;
		padding:0px;
	}

	.containerslist h3{
		padding-top:8px;
		color:#002469;
		font-weight:bold;
		font-size:100%;
		background-color:transparent;
		border:0px;
	}
	
	.container select{
		width:120px;
	}
	
	.container .submit_button{
		margin-top:5px;
	}
	
	.container hr{
		display:none;
	}
	
	.container ul{
		margin: 0;
		list-style: none;
		background-color: #f7f7f7;
	}
	
	.home .container ul {
		background-color:transparent;
	}

	.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;
		}

.containerslistitem {
	clear:both;
	clear:both;
}

/*.containerslistitem span {
   background: transparent url("images/li_bullet.png") no-repeat left 7px ;
   color: #002469;
   display: block;
   padding: 2px 0 2px 12px;
   font-weight:bold;
}*/
	.containerslistitem .part {
		border-bottom: 1px solid #cfc4b8;
	}

/*-----------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;
}

#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:200px;
	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;
	text-transform: uppercase;
}

#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/arrow_red2.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{
		margin:15px 0px 0px 0px;
		font-weight:normal;
	}
	
	#ris_home ul.items li{
		list-style-type:disc;
	}
	
	#rissearch label {
		float:left;
		width:65px;
		margin-top:10px;
	}
	
	.blok {
		width:235px;
		float:left;
		overflow:hidden;
	}
	
	.blok li, .wide li {
		list-style-type:none !important;
		background-image: url(images/arrow_red2.gif);
		background-repeat:no-repeat;
		background-position:left 5px;
		padding:0 10px;
	}
	
	.blok h2 {
		border-bottom:1px solid #87005b;
	}
	
	.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 .item, .searchresults .item{
	border-bottom: 1px solid #efebe7;
	padding: 5px 5px 5px 20px;
	margin: 0;
	background: url(images/arrow_red2.gif) no-repeat 4px 11px;
}

.searchresults_items{
	width:100%;
	clear:both;
	padding-bottom:15px;
	display:block;
}



.searchresults_items a{
text-decoration:none;
border:none !important;
}

#searchresults ul.selection a, .searchresults ul.selection a {
	text-decoration:none;
	border:none !important;
}

#searchfilterform {
	width:450px;
	background-color:#EFECE8;
	margin-bottom:10px;
	padding:5px 10px;
}

.filterop {
padding-bottom:10px;
}

form#searchfilterform .smalltext {
	width:300px;
	height:19px;
}
form#searchfilterform #submit_search {}

#searchfilterform li{
	list-style-type:none;
}

#searchfilters li {
/*width:150px;*/
display:inline;
}

#searchfilters select#nodelocation {
margin-right:25px;
width :145px;
}

#searchfilters select#dsmobjecttype {
margin-right:25px;
width :145px;
}

#searchfilters label {font-size:130%;font-weight:bold;}
/*-----Zoek radiobuttons--------*/
.searchboxtop {
overflow: hidden;
clear:both;
}

.searchboxtop .filterop_radiobutton{
padding-bottom:5px;
font-weight:bold;
}

.searchboxtop ul.optionList{
margin 0;
padding 0;
list-style-type: none;
}

.searchboxtop ul.optionList li.radiobutton{ 
	display: block !important;
}

.searchboxtop .block_radiobutton {
float:left;
padding-top:0;
width:30%;
}
/*-----------PAGE LINKS----------------*/
#page_links{
/*--display:none;
	position:absolute;
	top:-25px;
	left:10px;
	width:150px;
background: #d4d2cb;
	z-index:8000;--*/
}

	#page_links span, #page_links a{
		
		cursor: pointer;
	}
		
		.link_fontsize, .alink_fontsize{
			/*padding-left:22px;*/
			/*background: url(images/icon_fontsize.gif) no-repeat 0% 50%;*/
			/*width: 110px;*/
			margin-right: 10px;
			float: left;
		}
		
		.alink_fontsize{
			text-decoration: underline;
		}
		
		.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, .alink_print{
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:20px;
	background-image:url(images/icon_print.gif);
	cursor: pointer;
	color: #002469;
	width: 110px;
}
.alink_print{
	color:#e6086e;
	background-image:url(images/icon_print2.gif);
}

.link_abonneer, .alink_abonneer{
	background-repeat:no-repeat;
	background-position:0px 3px;
	margin-left:10px;
	padding-left:15px;
	background-image:url(images/icon_abon_1.gif);
	cursor: pointer;
	color: #002469;
	width: 150px;
}
.alink_abonneer{
	color:#e6086e;
	background-image:url(images/icon_abon_2.gif);
}

/*-----------HOME-----------------*/
#homehighlight{
	border-bottom: 0px solid #a64285;
	padding: 0;
	margin: 0 0 5px 13px;
	border-top: 1px solid white;
}
#homehighlight h2{
	font-family: Arial, helvetica, sans-serif;
	margin: 0px;
	font-size: 200%;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 0px;
	padding: 10px 0px;
	color: #e6086e;
}
#homehighlight p{
	padding: 0;
	font-size:100%;
	line-height:12pt;
	margin-bottom:0px;
}
#homehighlight a{
	color: #e6086e;
	padding: 0px 16px 0 0px;
	background: url(images/more_bullet.png) no-repeat right 3px;
	font-size:90%;
}
#home_actueel{
	position: relative;
	padding: 15px 15px 10px;
	background-color: #fdecf4;
}

#home_actueel li{
	border-bottom: 1px solid #F7adcf;
	background: url(images/arrow_red.gif) no-repeat left 8px;
}

#homeleft{
	float: left;
	width: 170px;
}

#homeright{
	float: right;
	width: 170px;
}

#homeleft li{
	background: url(images/arrow_red.gif) no-repeat left 10px;
}

.nummer1 a{
	padding-left:18px;
	background: url(images/li_1.gif) no-repeat left 4px;
}
.nummer2 a{
	padding-left:18px;
	background: url(images/li_2.gif) no-repeat left 4px;
}
.nummer3 a{
	padding-left:18px;
	background: url(images/li_3.gif) no-repeat left 4px;
}
.nummer4 a{
	padding-left:18px;
	background: url(images/li_4.gif) no-repeat left 4px;
}
.nummer5 a{
	padding-left:18px;
	background: url(images/li_5.gif) no-repeat left 4px;
}

/*-----------forum----------------*/
.forum_table {width:100%}
.forumbalk {font-weight:bold; background-color:#F7f7f7; border-bottom: 1px solid #cfc4b8; padding:10px 5px; }
.forumtitle {text-align:left; width:230px}
.forumname {text-align:left;width:150px}
.forumnumber {text-align:left; width:20px}
.forumdate {text-align:left; width:100px}
.forumedit {text-align:left; width:100px}
.forumstatus {text-align:center; width:20px}
.foruminfo {font-size:80%; color:#999999; font-weight:normal;}
.dsbb_odd {background-color:#FFFFFF;}
.dsbb_even {background-color:#F7f7f7;}
.dsbb_odd td, .dsbb_even td {padding:5px;}
.dsbb_odd td a, .dsbb_even td a {text-decoration:none; }
.to_thread_input a {display:block; font-size:90%; text-align:center; font-weight:bold; margin:16px 0px; background-color:#002469; padding:2px 5px; color:#FFFFFF; width:135px; text-decoration:none !important}
.to_thread_input a:hover {display:block; font-size:90%; text-align:center; font-weight:bold; margin:16px 0px; background-color:#e6086e; padding:2px 5px; color:#FFFFFF; width:135px; text-decoration:none !important}
.forum_left {border-bottom: 1px solid #cfc4b8; width:25%; vertical-align:top;}
.forum_right {border-bottom: 1px solid #cfc4b8; width:75%; vertical-align:top;}
.date_info {color:#999999; font-size:80%; margin-top:5px;}
.forum_thread_default {margin:16px 0px;}
/*-----------system----------------*/

.gvflag {
	display: none;
}

.gmap {
	width: 100%; 
	height: 300px;
	border: 1px solid black;
}

/* diverse*/

.boldtext {font-weight:bold; padding-left:10px;}

#crums .actief a {
	color:#E6086E;
}

#container_padding {
	height:0px;
}

#children {
	border-top: 1px solid #CFC4B8;
	border-bottom: 1px solid #CFC4B8;
	margin: 30px 0px 10px 0px;
	padding: 5px 0px 5px 10px;
}

#children li {
	position:relative;
	background: url(images/li_bullet.png) no-repeat left 5px;
	padding-left: 10px;
}


/*----------*/

a.zoekrespags {
text-decoration:none;
}

/*----PIGA----*/
#pigacontent li {
	list-style-type:none;
}


/*-----start-infocloud-------------------------------------------------------------*/

#photogrid{
}

.infocloud{
	width: 290px !important;
	width: 287px;
	background: url(images/infocloudbg.png) repeat-y 72px 0;
	color: #dcf0fa;
	position: absolute;
	/*
	left: 230px;
	top: 30px;*/
	z-index: 99;
	font-weight: bold;
	visibility: hidden;
}

.infocloudarrow{
	padding: 6px 5px;
	text-align: right;
	background: url(images/infocloudarrow.png) no-repeat 0px 50px;
	/*background: url(images/infocloudarrow.gif) no-repeat 0px 50px;*/
	
}

.infocloudcontainer{
	border: 1px solid white;
	width: 204px;
	margin-left: auto;
	text-align: center;
	background: #009ee0;
	overflow: hidden;
}

.infocloud p{
	border: 1px solid white;
	margin: 0;
	padding: 0;
}

#photogrid .infocloud h2{
	font-size: 170%;
	color: #ffec00;
	padding:3px 0px;
	margin:0px;
	border: 1px solid white;
}

.infocloud strong, .infocloud em{
	font-size: 120%;
	font-style: normal;
	color: White;
}

.infocloud a{
	color: white;
}

/*-----start-infocloud-------------------------------------------------------------*/
#folder2 {
	width:470px;
	float:left;
	}
	
/* advanced search  */
#advanced_search {
	width:470px;
	float:left;
	}
	
.searchtextboxsc{position: absolute; left: 45px;}

/* --------- rechterkolom uitlijning fix ----- */
#main_area {width:470px;float:left;}
ul.items {margin-top:5px;}

/** Readspeaker **/
div#readspeaker, div#readspeaker div {
	display: inline;
	z-index: 6;
}
div#rs_div, div#rs_div a{
	color:#000000;
}

div#rs_div div {
	display: block;
	left: 400px;
	top: 20px;
	position: absolute;
	width: 240px;
	background-color: #FFF;
	padding: 10px 10px 3px;
}

/** Contact vlak **/
/*div#contact p a {
	background: transparent url(/images/mg_list_bg.gif) no-repeat scroll 0px 4px;
	padding-left: 15px;
	color: #7B7B7B;
}

div#contact p a:hover {
	color:#DD2832;
}*/

div#digid-text strong a {
	color: #DF0000;
}

/**
 * Ogone page
 */
td.ncolinput select {
	width: auto;
}

/* search */

#searchresults {
	width:470px;
	float:left;
}

#notermnotify{
	margin-top:10px;
}

/* Search tab */

ul#tabs {padding-left:5px;list-style-type:none; border-bottom:1px solid #CFC4B8; clear:both; margin-bottom:10px;height:24px;}
ul#tabs li {display:block; margin-right:5px;float:left;}
ul#tabs li a {padding:3px 5px; display:block; border:1px solid #CFC4B8; border-bottom-width:0px; background-color:#EFECE8;color:#000000;}
ul#tabs li.activetab a {background-color:#FFFFFF;color:#000000;}

#folder2 a.main span {display:block; background-color: #E1E1E1; padding:2px 5px;}
a.main:hover span {background-color: #E1E1E1; }
a.main  .title {margin:0px;}
