/*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;
}

.filesize{
	font-size:90%;
	color:#FF3300;
	font-weight:normal;
}

.emphasize{
	font-weight:bold;
}

.note{
}

.required{
	color:#00372b;
}

.alert{
	color:#00372b;
	font-weight:bold;
	font-style:italic;
}
a.action{
	font-weight:bold;
	font-size:110%;
}
ul.selection {
	margin-bottom:10px;
}

ul.selection li{
	float:left;
	list-style-type:none;
	font-size:100%;
	font-weight:normal;
	text-align:center;
}

/* ul.selection li a{ color:red;} === niet actieve links ROOD [AG]*/

	ul.selection a{
		border-left:1px solid #000000;
		margin:0px 0px 2px 2px;
		padding:0px 5px 0px 5px;
		height:10px;
		width:auto;
	}
	
	ul.selection a:hover{
		text-decoration:none;
	}
	
	ul.selection li.current{
		border-left:1px solid #000000;
		margin:0px 0px 2px 2px;
		padding:0px 5px 0px 5px;
		height:20px;
		width:auto;
		font-weight:bold;
		color:red;
	}
	
	ul.selection li.selection_text a.terug {
		border-width:0px !important;
	}
	
	.more {
	font-weight:normal;
	}

/*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:auto;
	position:relative;
	text-align:left;
	background-image:url(images/mm_testkleurbalk.gif);
	background-repeat:no-repeat;
	padding-top:109px;
}


.home #globalcontainer {
	width:980px;
	
}
	
	body.compact #globalcontainer{
		background-position: 0px 120px;
	}
	
	
	.homeleft, .homeright {
		width:385px !important;	
		width:384px;
		overflow:hidden;
	}
	
	.homekolom {
		float:left;
	}
	
	.hometitel {
		color:#FF3300;
		font-weight:bold;
		padding-bottom:8px;
		display:block;
	}
	
	.hometitel a{
		color:#FF3300;
		font-weight:bold;
	}
	
	.hometitel2 {
		color:#000000;
		font-weight:bold;
	}
	
	.image {
		float:left;
		margin: 2px 10px 0px 0px;
		overflow:hidden;
		}
		
	.home_banner {
		float:left;
		height:115px;
		overflow:hidden;
	}
	
	.bannernr1 {
		width:193px;
	}
	
	.bannernr2 {
		width:192px;
	}
	
	.home_banner a{
		color:#FFFFFF;
	}
	
	.paarselinklijst{
		background-color:#DACDE5;
	}

	.groenelinklijst{
		background-color:#D1EDC5;
	}
	
	.wittelinklijst{
		background-color:#FFFFFF;
	}
	
	
	
	.uitgelicht, .uitgelicht2, .uitgelicht3, .laatstenieuws, .linklijst {
		padding:15px 20px;
		clear:both;
		height:140px !important;
		height:170px;
		overflow:hidden;
	}
	
	.uitgelicht p, .uitgelicht2 p, .uitgelicht3 p, .laatstenieuws p, .linklijst p {
		margin-bottom:0px;
	}
	
	.uitgelicht a, .uitgelicht2 a, .uitgelicht3 a, .laatstenieuws a, .linklijst a {
		text-decoration:none;
	}
	
	
	.uitgelicht{
		background-color:#dacde5;
	}
	.uitgelicht2{
		background-color:#d1edc5;
	}
	.linkslinklijst{
		height:130px;
		
	}
	
	.linkslinklijst .object{
		padding:0px;
		margin-bottom:2px;
	}
	.linkslinklijst .object .datum{
	
	}
	.linkslinklijst .object .link{
	
	}
	.linkslinklijst .object .description{
		
	}
	.plaatjes {
		clear:both;
		height:115px;
		width:385px;
		overflow:hidden;
	}
	
	
	.bannertitel {
		position:relative;
		top:50px;
		display:block;
		color:#FFFFFF;
		text-align:center;
		font-weight:bold;
		text-transform:uppercase;
		z-index:11;
	}
	
	.bannertitel a:hover {
		display:block;
		width:100%;
		text-decoration:none;
		cursor:pointer;
	}	
	
	.bannertitel a .bannername {
/*		visibility:hidden !important; */
		visibility:visible;
		display:block;
		width:100%;
		padding:3px 0px;
	}
	
	.bannertitel a:hover .bannername {
		visibility:visible !important;
		display:block;
		width:100%;
		padding:3px 0px;
		background-image:url(images/banner.png);
	}

	
	.bannerfoto {
		position:relative;
		top:-21px;
		height:115px;

		overflow:hidden;
		z-index:10;
	}

#logo{
	position:absolute;
	top:20px;
	left:0px;
	width:400px;
	height:60px;
	z-index:2;
}

.screenlogo {}
.printlogo {display:none;}

#header{
	display:none;
	position:absolute;
	top:120px;
	left:0px;
	width:100%;
	height:133px;
	background-color:#e1e1e1;
	z-index:1;
	overflow:hidden;
}

#quicksearch{
	position:absolute;
	top:28px;
	left:770px;
	width:210px;
	z-index:3;
}
	
	#quicksearch form{
		padding:0px;
		width:auto;
		background-color:transparent;
		position:relative;
	}
	
	#quicksearch label{
		display:none;
		color:#ffffff;
	}
	
	#quicksearch .submit_button{
		margin-top:0px;
		margin-bottom:0px;
		margin-left:3px;
		width:25px;
		height:23px;
	}
	
	#quicksearch .smalltext{
		width:150px;
		float:left;
	}
	
	#quicksearch a{
		color:#FFFFFF;
		font-size:90%;
	}

#quicklinkvlak1{
	position:absolute;
	top:34px;
	left:400px;
	width:360px;
	text-align:right;
	z-index:11;
}

	#quicklinkvlak1 li{
		float:right;
		margin-right:10px;
		background-image:url(images/cvdm_quicklinkvlak1_sep.gif);
		background-repeat:no-repeat;
		background-position:left 4px;
		padding-left:10px;
		list-style-type:none;
	}
	
	#quicklinkvlak1 a{
		color:#ffffff;
	}

#focus_area{
	display:block;
	border: 1px solid #00ab4e;
	background-color:#FFFFFF;
	margin-left:190px;
	height:100%;
	
	min-height:434px;
	overflow:hidden;
}

.contentnormalwidth {width:770px;}
.contentmediumwidth {width:1045px !important;}
.contentmaximumwidth {overflow:scroll; max-width:1375px !important;}

.container_area {
	width:180px;
	float:right;
	padding-top:50px;
}

.aanverwant {
	border-top:1px solid #00ab4e;
	padding:0px;
/*	margin:100px 0 40px 10px;*/

	padding-top:10px;
	padding-left:10px;
}

.aanverwant_foto {
	padding:0px;
/*	margin:100px 0 0px 10px; */
	max-height:160px;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
}
	

	body.compact #focus_area{
		padding-top: 170px;
		padding-bottom: 250px;
		background-image: none;
	}

	#menu_area{
		width:770px;
		height:30px;
		position:absolute;
		top:80px;
		left:190px !important;
		z-index:10000;
	}
	
		#contact{
			display:none;
		}
	
	#content_area{
		float:left;
		padding-right:10px;
		}
	
		.home #content_area{
		padding-right:0px;
	}
	
		.content_margin{
			padding:0px 0px 20px 20px;
			
		}
		
		.content_margin #content
		{
			margin-right:190px;
		}
	
			#crums{
			margin-top:20px;
			font-size:85%;
			}
			
			#crums a{
			color:#00ab4e;
			}
			
			.object_title{
			}
			.object_date {
				padding-top:15px;
			}
			
			.home_item_title, .folder_item_title a {
				font-weight:bold;
				color:#000000;
			}

			.folder_item_title {
			float: left;
			}
			
			p a .home_item_title{
				font-weight:normal;
			}
			
			.home_more {
				font-style:italic;
				font-weight:bold;
				color:#FF3300;
			}
			
			.home_date {
				color:#999999;
				font-size:90%;
				padding:3px 0px 0px;
			}
			
			.folderview {
				color:#999999;
				font-weight:bold;
			}
			
				.title_emphasize{
					color:#666666;
				}
			
			.object_description{
				margin-bottom:15px;
			}
	
	#container_area{
		position:relative;
		width:170px;
		float:left;
		right:0px;
	}
	
#extra1{
font-size:90%;
	margin: 30px 20px 0px 20px;
	z-index:5;
}

#extra1 a {
	color:#000000;
}

#extra2{
	position:absolute;
	top:16px;
	left:717px;
	width:142px;
	height:52px;
	z-index:6;
}

#extra3{
	margin-top:10px;
	z-index:6;
}

	#extra3 h3{

	}
	
	#extra3 a{
		color:#000000;
	}

#quicklinkvlak2{
	background-image:url(images/icon_qlv2.gif);
	background-repeat:no-repeat;
	background-position:7px 0px;
	position:absolute;
	top:350px;
	left:0px;
	padding-left:30px;
	z-index:6;
	width:160px;
}

	#quicklinkvlak2 li{
		list-style-type:none;
		margin:0px;
	}
	
	#quicklinkvlak2 a{
		color:#666666;
		font-size:100%;
		
	}
	
	#quicklinkvlak2 a:hover{
		text-decoration:underline;
	}

#footer_area{
	position:relative;
	bottom:0px;
	width:780px;
	clear:both;
	background-image:url(images/mm_footer.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-left:190px;
	padding-bottom:30px;
}

#quicklinkvlak3{
display:none;
	color:#000000;
}
	
	#quicklinkvlak3 li{
		float:left;
		margin-right:15px;
		margin-top:10px;
		list-style-type:none;
	}

/*-----------MENU-----------------*/
#mainmenu{
	background-color:#00AB4E;
	height:30px;
	font-size:115%;

}

#mainmenu ul{
	z-index:8002;
}

	#mainmenu li{
		margin:0px 0px 0px -1px;
		list-style-type:none;
		float:left;
		display:block;
		height:30px;
	}
	
		#mainmenu li a{
			cursor:pointer;
		}
		
		#mainmenu a{
			text-decoration:none;
		}

/*mainitem - mouseout*/
.mainitem{
	background-image:url(images/mm_menu_bar.gif);
	background-position:right center;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	display:block;
	float:left;
	padding:5px 0px 0px 0px !important;
	height:26px;
	font-weight:bold;
}

/*mainitem - mouseover*/
.amainitem {
	background-image:url(images/mm_menu_bar.gif);
	background-position:right center;
	background-repeat:no-repeat;
	text-decoration:none;
	background-color:#FFFFFF;
	color:#00AB4E;
	cursor:pointer;
	display:block;
	float:left;
	padding:5px 0px 0px 1px !important;
	font-weight:bold;
	height:26px;
	margin-left:-1px;
	
}


/*mainitem - mouseover*/
.activemainitem{
	background-image:url(images/mm_menu_bar.gif);
	background-position:right center;
	background-repeat:no-repeat;
	text-decoration:none;
	background-color:#FFFFFF !important;
	color:#00AB4E !important;
	cursor:pointer;
	display:block;
	float:left;
	padding:5px 0px 0px 1px;
	font-weight:bold;
	height:26px;
	z-index:100;
	margin-left:-1px;

}

/*mainitem - mouseover*/
.aactivemainitem{
	text-decoration:none;
	background-color:#FFFFFF;
	color:#00AB4E;
	cursor:pointer;
	display:block;
	float:left;
	padding:5px 0px 0px 0px;
	font-weight:bold;
	height:26px;
}

	.mainitem	.mainitem_margin{
	padding:4px 11px 0px 11px !important;
	}
	
	.activemainitem	.mainitem_margin{
		padding:4px 11px 0px 11px !important;
		
	}
	
	.amainitem	.mainitem_margin, .aactivemainitem	.mainitem_margin{
		padding:4px 11px 0px 11px !important;
	}

.single {
	background-image:url(images/mm_menu_bar.gif);
	background-position:right center;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	display:block;
	float:left;
	padding:0px 10px 0px 10px !important;
	font-weight:bold;
}
.asingle {

	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	display:block;
	float:left;
	padding:0px 10px 0px 10px !important;
	font-weight:bold;
}

.single2 {

	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	display:block;
	float:left;
	padding:0px 10px 0px 10px !important;
	font-weight:bold;
}
.asingle2 {
	background-repeat:no-repeat;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	display:block;
	float:left;
	padding:0px 10px 0px 10px !important;
	font-weight:bold;
}

/*div for subitems*/
.menulayer{
	position:absolute;
	display:none;
	width:auto;
	background-color:#FFFFFF;
	z-index:8001;
	text-align:left;
	border-bottom:1px solid #00ab4e;
	border-top:0px solid #00ab4e;
	margin-left:-1px;
}

/*subitem - mouseout*/
.item_level_2{
	border-top:1px solid #00ab4e;
	border-left:1px solid #00ab4e;
	border-right:1px solid #00ab4e;
	background-color:#FFFFFF;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
}

	/*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:#00AB4E;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}

/*subitem - mouseover*/
.aitem_level_2{
	border-top:1px solid #00ab4e;
	background-color:#00AB4E;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
}

	/*subitem - mouseover - has children*/
	.aitem_level_2_children{
		background-image:url(images/arrow_menu.gif);
		background-repeat:no-repeat;
		background-position:right top;
	}

	/*subitemtext - mouseover*/
	.alink_level_2{
		color:#ffffff;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}
	
/*subsubitem - mouseout*/
.item_level_3{
	border-top:1px solid #00ab4e;
	border-left:1px solid #00ab4e;
	border-right:1px solid #00ab4e;
	background-color:#FFFFFF;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
}

	/*subsubitemtext - mouseout*/
	.link_level_3{
		color:#00AB4E;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}

/*subsubitem - mouseover*/
.aitem_level_3{
	border-top:1px solid #00ab4e;
	background-color:#00AB4E;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
}

	/*subsubitemtext - mouseover*/
	.alink_level_3{
		color:#ffffff;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}


/*-----------ITEMS (briefing, searchresults, map e.d.)----------------*/
.item{
	overflow:hidden;
}

	.item h2{
		font-weight:normal;
		margin-top:10px;
		margin-bottom:3px;
		font-size:115%;
		font-weight:bold;
	}

	.item_photo{
		float:left;
		width:100px;
		overflow:hidden;
		margin-right:10px;
		margin-top:13px;
	}
	
	.item_text{
	}
	
	.item_text_photo{
		float:left;
	}
	
	ul.items{
	}
	
		ul.items li{
			list-style-type:none;
		}
		
		ul.items li.li_pdf{
			list-style-image:url(images/icon_pdf.gif);
		}
		
		ul.items li.li_pdf ul li{
			list-style-image:none;
		}
		
		ul.items li.li_sound{
			list-style-image:url(images/icon_sound.gif);
		}
	
	ul.risinfo li{
		color:#666666;
		list-style-type:disc;
		margin-left:15px;
	}
	
	ul.item2ndlevel li{
		list-style-type:disc;
		margin-left:15px;
	}
	
	.item_footer{
		color:#666666;
		padding-bottom:5px;
	}
	
	.pdf {
		background-image:url(images/icon_pdf.gif);
		background-position: left 3px;
		background-repeat: no-repeat;
		padding-left:20px;
	}
	
	.xls {
		background-image:url(images/icon_xls.gif);
		background-position: left 3px;
		background-repeat: no-repeat;
		padding-left:20px;
	}
	.doc {
		background-image:url(images/icon_doc.gif);
		background-position: left 3px;
		background-repeat: no-repeat;
		padding-left:20px;
	}
	.ppt {
		background-image:url(images/icon_ppt.gif);
		background-position: left 3px;
		background-repeat: no-repeat;
		padding-left:20px;
	}

/*-----------FORMELEMENTS----------------*/
#sitemap{
	border-bottom:1px solid #00AB4E;
}

	#sitemap ul{
		margin-left:0px;
		font-weight:bold;
	}
	
	#sitemap ul li{
		list-style-type:none;
		border-top:1px solid #00AB4E;
		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 #00AB4E;
			padding:0px 0px 0px 0px;
		}
		
			#sitemap ul ul ul{
				margin-left:40px;
			}
			
/*-----------FORMELEMENTS----------------*/
form{
	margin:0px 10px 0px 0px;
	background-color:#D1EDC6;
	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-right:20px;
	padding-bottom:3px;
	clear:left;
	width:280px;
/*	float:left; */
}

	label.labelinfront{
		display:inline;
		padding:3px 5px 0px 0px;
		width:30px;
		
	}
	
	span.fake_label{
	display:block;
	padding: 3px 20px 3px 0px;
	clear:left;
	width:280px;
	float:left;
	}
	
	.fromdate, .todate {
		float:left;
		width:120px;
		height:18px;
		margin-bottom:5px;
		display:block;
	}
	
	.inputarea {
			border-top:1px solid #cccccc;
			margin-top:10px;
			padding-top:3px;
			clear:both;
			background-color:#D1EDC6;
			width:auto;
	}
	
	.inputarea .clear {
		width:270px;
	/*	clear:right; ATINC verwijderd */
		margin-left:300px;
		margin-top:2px;
		margin-bottom:-3px;
	}
	
	.radio_check_label label {
		width:230px;
		border-width:0px;
		padding:3px 0px 0px 0px !important;
		display:block;
	}

.inputtext{
	/*height:16px !important;*/
	
	border-width:2px;
	font-family: Arial, Verdana;
}

#qs_keyword .inputtext{
	width:128px;
	}


.file_text{
margin-top:10px;
	
}

.generalsize_text{
	width:270px;
	margin-top:10px;
}

.smalltext{
	width:75px;
	margin-top:10px;
}

.generalsize_textarea{
	width:270px;
	height:auto;
	font-family: Arial, Verdana;
	margin-top:10px;
}

select{
	width:270px;
	margin-bottom:5px;
/*	margin-top:10px; */
}

.nevenact_select { width:475px; } /* -- omroepnaam selectbox nevenactiviteitensubmit.jsp -- [AG]*/

.formulier_query select{
	width:300px;
}

.submit_button{
	border: 1px solid #000000;
	background-color: #00ab4e;
	cursor:pointer;
	font-weight:bold;
	font-size:90%;
	height:20px;
	padding:0px 5px 0px 5px;
	margin-top:16px;
	margin-bottom:3px;
	color:#ffffff;
}

	.submit_button_md{
	}
	
	.submit_controleerformulier{ text-align:right;}
	
	.submit_button_mo{
		background-color:#007f3a;
	}

.radio_check_input{
		float:left;
		width:20px;
	}
	
.radio_check_label{
	float:left;
	width:80%;
}

	.radio_check_label label{
		padding-top:0px;
	}

.checkform {
 float:right;
}

/*-----------AGENDA-----------------*/
#agenda{
}

	#agenda ul{
		margin-left:30px;
	}
	
	#agenda ol li{
		margin-bottom:15px;
	}
	
	#agenda ul{
		margin-bottom:15px;
	}
	
	#agenda ul ul{
		margin-bottom:0px;
	}
	
	#agenda ol ol li{
		margin-bottom:0px;
	}

.agenda_info{
	font-weight:bold;
}

.agenda_content{
	margin-top:15px;
}

.point_time{
	color:#999999;
}

/*-----------SIMPLEFORM-----------------*/

#simpleform{
background-color:#D1EDC6;
}

#simpleform .fake_label{
	margin-top:5px;
}

#simpleform .fake_label a{
	color:#ffffff;
	text-decoration:none;
}

.help_popup{
	visibility:hidden;
	position:absolute;
	background-color:#ffffe8;
	border:1px solid #e1e1e1;
	padding:5px;
	width:300px;
	display:block;
	z-index:99;
}

.comment{
	margin:16px 0px 8px 0px;
}

.summary_label{
	font-weight:bold;
	margin-top:5px;
}

.back_to_form{
	padding-top:15px;
	display:block;
}
								
/*-----------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: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{
	width:740px;
}

	#poll h2{
		font-weight:bold;
		margin-bottom:10px;
		font-size:115%;
	}

	/*---answers---*/
	.poll_answer{
		margin-top:5px;
	}

	.poll_percentarea{
		background-color:#ffffff;
		border:1px solid #00AB4E;
		width:100%;
	}
	
	.poll_percent{
		background-color:#D1EDC6;
	}
	
	.poll_facts{
	}



/*-----------CONTAINERS----------------*/
.container{
	margin-bottom:10px;

}

	.container form{
		padding:0px;
		width:auto;
		background-color:transparent;
	}
	
	.container a{
		display:block;
	}
	
	.container h3{
		font-size:100%;
		width:100%;
		color:#330066;
		padding-bottom:5px;
	}
	
	.container select{
		width:120px;
	}
	
	.container .submit_button{
		margin-top:5px;
	}
	
	.container hr{
		display:none;
	}
	
	.container ul{
		margin-left:0px;
		list-style-type:none;
	}

	.container ul.items li{
		margin-left:0px;
	}
	
	.container a{
			color:#000000;
		}
	
	.container_externallink{
		background-color:#00372b;
	}
	
		.container_externallink h3{
			font-weight:normal;
		}
		
		.container_externallink a{
			color:#ffffff;
		}
		
		.container_externallink a:hover{
			color:#ffffff;
		}
		
		.container_externallink hr{
			display:none;
		}

/*-----------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 .egrant_column{
	width:45%;
	margin-right:15px;
	float:left;
}

	.egrant_search .egrant_column h2{
		font-weight:normal;
	}
	
	.egrant_search .egrant_column ul{
		margin-left:20px;
	}

.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;
	}

/*-----------SEARCHRESULTS----------------*/
#searchresults{
}

#searchresults p{
	margin:10px 0;
	padding:0px;
}


#searchresults_items{
	width:100%;
	clear:both;
	padding-bottom:15px;
}

#searchresults_items .li_pdf {
	list-style-image:none;
}

#searchresults_items li {
	margin-bottom: 10px;
}

.zoektips {
	width:200px;
	position:absolute;
	top:135px !important;
	top:82px;
	left:750px !important;
	left:500px;
	font-weight:normal;
}

/*-----------PAGE LINKS----------------*/
#page_links{
	position:absolute;
	top:110px;
	left:0px;
	padding-bottom:9px;
	padding-top:10px;
	padding-left:0px;
	width:191px;
	z-index:9;
	background-color:#FFFFFF;
	background-image: url(images/mm_pagelink.gif);
	background-repeat:repeat-y;
	border-bottom:1px solid #00ab4e;
	
}

	#page_links a{
		display:block;
		margin-top:0px;
		font-size:90%;
		padding-top:3px;
		color:#00372B;
	}
	
		#page_links a img{
			margin-right:10px;
		}
			#footer_function {
			margin:20px 0 10px 0;

		}
			
		#footer_function a {
			color:#808285;
			font-size:90%;
			margin: 10px 0 5px 0;
		}
		
		.link_fontsize{
			height:24px;
		}
		
		.link_reaction{
			display:none;
			padding-top:5px;
			background-repeat:no-repeat;
			height:24px;
			padding-left:30px;
			background-image:url(images/icon_react.gif);
		}
		
		.link_print{
			background-repeat:no-repeat;
			padding-left:25px;
			background-image:url(images/icon_print.gif);
			float:left;

		}
		
		.link_home{
			background-repeat:no-repeat;
			padding-left:25px;
			background-image:url(images/icon_pipe.gif);
			float:left;
		}
		
		.link_favorites{
			background-repeat:no-repeat;
			height:24px;
			padding-left:30px;
		}
	
	#set_normal{
		background-repeat:no-repeat;
		padding-right:25px;
		background-image:url(images/icon_pipe2.gif);
		background-position:top right;
		display:none;
		float:left;

	}
	
	#set_bigger{
		background-repeat:no-repeat;
		padding-right:25px;
		background-image:url(images/icon_pipe2.gif);
		background-position:top right;
		display:block;
		float:left;

		
	}
	
	#set_normal a, #set_bigger a {
		height:24px;
		display:block;
		margin-bottom:1px;
		position:absolute; left:70px; top:85px;
		color:#fff;
	}
	
	.home #page_links {
		display:none;
	}
	
	.form_info_invoer{
		height:30px;
	}






/*-----------FLASHPAGE-----------------*/
body.flashpage #globalcontainer{
	background-image:none;
}

body.flashpage #header{
	height:350px;
}

/*-----------HOME-----------------*/
#quote{
	position:relative;
	width:500px;
	height:190px;
	overflow:hidden;
}

		
			.fake_heading{
				font-size:140%;
				margin-bottom:5px;
			}
			
			/*-----start-ticker--*/
			#tickerholder{
				position:relative;
				width:100%;
				height:200px;
				overflow:hidden;
				margin-top:0px;
			}
			
			#ticker{
				position:absolute;
				left:0px;
				top:0px;
				margin-left:0px;
			}
			
			#ticker ul{
				margin:0px;
				list-style-type:none;
			}
			
				#ticker li{
		
				}
				
				#ticker li a{
					margin-bottom:25px;
					background-color:#39645A;
					text-align:center;
					display:block;
					width:100%;
					padding:5px;
					color:#ffffff;
					font-weight:bold;
					font-size:80%;
				}
				
					#ticker li img{
						display:block;
					}
			/*-----stop-ticker--*/

#home_content{
	position:relative;
}

	#home_news{
		margin-top:40px;
		width:360px;
		margin-left:-20px;
	}
	
		#home_news h2{
			margin-left:20px;
			font-size:140%;
			font-weight:bold;
		}
	
		#home_news h3{
			font-weight:normal;
			margin-top:10px;
			margin-bottom:3px;
			font-size:115%;
			font-weight:bold;
		}
		
		#home_news ul{
			position:relative;
			list-style-image:none;
			margin-left:20px;
		}
	
	#home_content #events{
		position:absolute;
		top:15px;
		right:0px;
		width:186px;
	}
	
	#to_top {
		text-align:right;
		float:right;
	}
	
/*-----------forum----------------*/


/*-----------system----------------*/

.gvflag {
	display: none;
}

.gmap {
	width: 100%; 
	height: 300px;
	border: 1px solid black;
}


/*-----------atinc_toevoeging----------------*/

/*-aanmelden-*/
.vulhier {
	height:25px;
	background-color: #00AB4E;
	font-size: 115%; 
	font-weight:bold;
	color: #fff;
	width:726px;
	clear:both;
	line-height:20pt !important;
	padding:5px 0pt 5px 10px;
	
}
.aanmeld_form { width:90%;}

.aanmeld_toelichting {width:740px;}

.formulier_aanmeld {
	background-color:#fff;
	font-size: 100%;
	font-weight: bold;
	line-height:20pt;	
	padding:0;	
	

}

.form_info {
	float:left;
	line-height: 20pt;
	width:225px;
	margin:20px 0 20px 10px;
}

.form_invoer { float:left; width:210px; margin:20px;}
.form_invoer_query { float:left; width:210px; margin:20px 20px 20px 0px;}



.form_submit {
	margin-left:238px; 
	margin-top:10px;
}

.aanmeld_button {
	border: 1px solid #000000;
	background-color: #00ab4e;
	cursor:pointer;
	font-weight:bold;
	font-size:90%;
	height:23px;
	color:#ffffff;
}

/*-zoek-*/

.toelichting {
	border-bottom:1px solid #00AB4E;
}

.zoek_neven {
	padding-top:10px;
}

.gezocht_op {
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #00AB4E;
}

.span_zoek_veld {width:200px;}
.span_zoek_button {}
.span_zoek_select {margin-left:50px;}

/*-overzicht-*/

.overzicht_titel {font-weight:bold;}
	.overzicht_omschrijving {}
	.overzicht_datum { position:relative; left:50px;}
	.overzicht_duur {position:relative; left:50px;}
	.overzicht_beslissing {position:relative; left:20%;}
	
	
/*-querymap-*/

.query_info_tekst {margin-bottom:10px; margin-right:10px;}
.query {
	background-color:#D1EDC6;

}
.formulier_query {
	font-size: 100%;
	font-weight: bold;
	margin-bottom:20px;
	min-height:150px;
	width:600px;
}

.laatste_berichten {color:#313F99; font-weight:bold;}
.querymap_resultaat {margin-top:10px; margin-bottom:10px; width:70%;}

.datum_bericht {font-size:85%; color:#00AB4E;}
.titel_bericht {font-weight:bold;}
.tekst_bericht {}

.queryzoek_button {
	border: 1px solid #000000;
	background-color: #00ab4e;
	cursor:pointer;
	font-weight:bold;
	font-size:90%;
	height:23px;
	color:#ffffff;
}

.zoek_query {
	width:265px;
}

/*Peersmenu (links) SvB 21-11-07 === [AG] 05-03-08*/
ul.peersmenu{
/*	margin-left: 30px; */
	list-style-type: none;
}

ul.peersmenu li { padding-left:30px;}

ul.peersmenu li.current{
	font-weight:bold;
	background-image:url(images/peersmenu_li_icon.gif);
	background-repeat:no-repeat;
	
}

ul.peersmenu li.current a{
	color:#00AB4E !important;
}


/*-uitgebreid zoeken-*/
.uitgebreid_boven { float:left; }
	.uitgebreid_trefwoord { float:left;}
	.uitgebreid_datum { float:right; padding-right:15px;}
.uitgebreid_onder { padding-top:35px; }
	.uitgebreid_onder_links { float:left; width:200px;}
	.uitgebreid_onder_midden { float:left; width:200px;}
	.uitgebreid_onder_rechts { float:left; width:275px;}
	
.select_uitgebreid { width:60px; }
.select_uitgebreid_div { padding-bottom:5px; }
.datum_van { padding:5px 0 2px 0; width:88px; float:left;}
.datum_tot { margin-top:10px;}

.uitgebreid_checkbox { width:100%;}

/*datumvelden advancedsearch*/


.advancedSearchPublicationDateStart { background-image:url(images/bg_ddmmjjjj.gif); background-repeat:no-repeat;}

.advancedSearchPublicationDateEnd { background-image:url(images/bg_ddmmjjjj.gif); background-repeat:no-repeat;}

.nevenactiviteitenSelectbox{margin-bottom:0px}
/* - nevenactiviteitenTabel - */

.nevenactiviteitenTabelHeader { font-weight:bold;}
.nevenactiviteitenOmroepnaam {}
.nevenactiviteitenOmschrijving {}
.nevenactiviteitenIngangsdatum {padding-left:20px;}
.nevenactiviteitenEinddatum {padding-left:20px;}
.nevenactiviteitenDuur {padding-left:20px;}
.nevenactiviteitenBesluit {padding-left:20px;}
.nevenactiviteitenStatus {padding-left:20px;}
.nevenactiviteitenRoweven { }
.nevenactiviteitenRowoneven { background-color:#E6E7E8; }

.rssicon{
	float:right;
	padding-right: 10px;
	position:relative; /* toevoeging | johan post 20 december 2007 */
	bottom:14px;  /* toevoeging | johan post 20 december 2007 */
}
	
.rssicon span{	/* toevoeging | johan post 20 december 2007 */
	font-size:90%;
	font-weight:bold;
	padding-right:3px;
}


.omroepentd { padding:0 10px 0 10px;}

/*registratie mediadienst*/
.foutmelding_hoofd{
	color:red;
	font-weight:bold;
}
.foutmelding{
	color:red;
	font-weight:bold;
	padding-top:1px;
	float:left;
}
.fout{
	border: 1px solid red;
}
#formulier input{ 
	float:left;
	margin-right:5px;
}

#formulier #registratie input {
width: 300px;
}
/*/registratie mediadienst*/