/*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:80%;
	color:#999999;
	font-weight:normal;
}

.emphasize{
	font-weight:bold;
}

.note{
}

.required{
	color:#00372b;
}

.alert{
	color:#FF0000;
	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;
	}
	
	ul.selection a:hover{
		border:1px solid #00372b;
		background-color:#00372b;
		color:#ffffff;
		text-decoration:none;
	}
	
	ul.selection li.current{
		border:1px solid #cccccc;
		margin:0px 5px 2px 0px;
		padding:2px 10px 2px 10px;
		height:20px;
		width:auto;
		background-color:#e1e1e1;
	}

/*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:990px;
	background-color:#ffffff;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#logo{
	float:left;
	height:120px;
	margin-bottom:10px;
	z-index:2;
}

#header{
	text-align:left;
	width:100%;
	height:220px;
	background-image:url(images/jc_header.gif);
	background-repeat:no-repeat;
	background-position: 0px 10px;
	z-index:1;
	margin-bottom: 10px;
}

#header img{
	margin:10px 100px 0px 20px;
	float:left;
}

#quicksearch{
	width:430px;
	height:30px;
	background-image:url(images/jc_search_box.gif);
	background-repeat:no-repeat;
}
	
	#quicksearch form{
		padding:0px;
		width:auto;
		background-color:transparent;
	}
	
#quicksearch .inputtext{
		margin-bottom:0px;
		margin-right:15px;
}
	
	#quicksearch label{
		display:inline;
		color:#00557d;
		font-weight:bold;
		font-size:100%;
		padding:0px;
		margin:0px;
		margin-bottom:10px;
	}
	
	#searchtitle {
		float:left;
		font-weight:bold;
		font-size:100%;
		color:#00557d;
		margin:6px 10px 0px 20px;
	}
	
	#quicksearch .submit_button{
		margin-top:0px;
		margin-bottom:0px;
	}
	
	#quicksearch .smalltext{
		width:115px !important;
		width:105px;
		max-height:20px;
	}
	
	#quicksearch a{
		color:#00557d;
	}
	
	#quicksearch select {
		cursor:pointer;
		font-size:100%;
		height:25px;
		margin-bottom:3px !important;
		margin-bottom:4px;
		color:#00557d;
		background-color:#FFFFFF;
		border:1px solid #00557d;
	}

#quicklinkvlak1{
	font-size:90%;
	width:140px;
	z-index:11;
	background:transparent url(images/jc_qlv_1_middle.gif) repeat-y 0 0;
	text-align:left;
	margin-bottom:10px;
}

	#quicklinkvlak1 div{
		height:100%;
		background:transparent url(images/jc_qlv_1_bottom.gif) no-repeat left bottom;
	}
	#quicklinkvlak1 div div{
		padding:3px 10px;
		background:transparent url(images/jc_qlv_1_top.gif) no-repeat 0 0;
	}
	#quicklinkvlak1 li{
		list-style-type:none;
		line-height:130%;
	}
	
	#quicklinkvlak1 a{
		color:#ffffff;
	}

#focus_area{
	text-align:left;
	width:660px;
	float:left;
}

	#menu_area{
		position:absolute;
		top:140px;
		left:160px;
		width:660px;
		height:40px;
		background-image:url(images/jc_menu_bar.gif);
		background-repeat:no-repeat;
		z-index:801;
	}
	
		#menu_area a:hover{
			color:#FFFFFF;
	}
	
		#contact{
			display:none;
		}
	
	#content_area{
	}
		
		.content_margin{
			float:left;
			padding:0 0px 50px 0px !important;
			padding:0px 10px 50px 0px;
			margin-left:160px !important;
			margin-left:80px;
			margin-top: -70px;
			width: 490px;
		}
		
		.content_margin_nocrumb{
			float:left;
			padding:0 0px 50px 0px !important;
			padding:0px 10px 50px 0px;
			margin-left:0px;
			margin-top:0px;
			width: 640px;
		}
		
		.content_margin_nocrumb_container{ 
			width:395px;			
		}
	
			#crums{
				z-index:10;
				float:left;
				width:160px;
				height:70px;
				background-image:url(images/jc_type_block.gif);
				background-repeat:no-repeat;
			}
			
			#crums .firstcrumb {
				margin: 8px 10px 50px 10px;
			}
			
			#crums .firstcrumb li{
				list-style-type:none;
				color:#FFFFFF;
				margin-bottom:30px;
				margin-left:0px;
			}
			
			#crums .firstcrumb li a{
				text-decoration:none;
				color:#FFFFFF;
				font-size:165%;
				margin-bottom:30px;
				margin-left:0px;
			}
			
			#crums li{
				list-style-type:none;
				color:#000000;
				margin-left:10px;
			}
			
			#crums li a{
				color:#00557d;
				text-decoration:underline;
			}
			
			
			.object_title{
				margin-bottom:54px;
			}
			
			.capitalize{
				text-transform: capitalize;
			}
			
				.title_emphasize{
					color:#666666;
				}
		
		.object_description_position {
			min-height:45px;
			margin-top:-45px;
		}
		
		.object_description_position_alt {
			min-height:45px;
			margin-top:5px;
		}
		
			.object_description{
				display:block;
				font-weight:bold;
				color:#00557d;
				padding-bottom:10px;
			}
	
	#container_area{
		margin:0px;
		/*width:260px;*/
		float:right;
	}

#extra1{
	display:none;
	position:absolute;
	top:24px;
	left:401px;
	width:196px;
	height:36px;
	z-index:5;
}

#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{
	width:100%;
	overflow:hidden;
}

	#quicklinkvlak2 li{
		float:left;
		list-style-type:none;
		margin-bottom:6px;
		border-bottom:1px solid #00557D;
		
	}
	
	#quicklinkvlak2 a{
		color: #00557D;
		font-weight:bold;
		display:block;
		border:1px solid #FFFFFF;;
	}
	
	#quicklinkvlak2 a:hover{
		text-decoration:none;
	}

#footer_area{
	display:none;
	position:relative;
	bottom:0px;
	width:100%;
	clear:both;
	height:142px;
	background-image:url(images/background_footer.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#quicklinkvlak3{
	position:relative;
	text-align:left;
}
	
	#quicklinkvlak3 li{
		float:left;
		margin-right:15px;
		list-style-type:none;
	}

/*-----------MENU-----------------*/
#mainmenu{
	width:100%;
	margin:11px 0px 20px;
}

#mainmenu ul{
	width:100%;
	height:20px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

	#mainmenu li{
		margin:0px;
		padding:0px;
		list-style-type:none;
		float:left;
		display:block;
		border-right:1px solid #FFFFFF;
	}
	
		#mainmenu li a{
			display:block;
			cursor:pointer;
		}
		
		#mainmenu a{
			text-decoration:none;
		}

/*mainitem - mouseout*/
.mainitem{
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	display:block;
	margin:0px 10px;
	padding:0px;
	position:relative;
	line-height:160%;
	font-weight:normal;
}

/*mainitem - mouseover*/
.amainitem{
	text-decoration:underline;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	line-height:160%;
	font-weight:normal;
	margin:0px 10px;
	padding:0px;
}

	.mainitem_margin{
		margin:0px;
		padding:0px;
		cursor:pointer;
	}

/*div for subitems*/
.menulayer{
	background-image:url(images/jc_menu_block.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	position:absolute;
	display:none;
	width:160px;
	z-index:999999;
	text-align:left;
	margin-top:-1px;
	padding-bottom:10px;
}

/*subitem - mouseout*/
.item_level_2{
	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:#FFFFFF;
		text-decoration:none;
		display:block;
		padding:2px 10px 2px 15px;
	}

/*subitem - mouseover*/
.aitem_level_2{
	color:#FFFFFF;
	background-image:url(images/jc_submenu_block.gif);
	background-repeat:no-repeat;
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
}

	/*subitem - mouseover - has children*/
	.aitem_level_2_children{
		background-image:url(images/jc_submenu_child_block.gif);
		background-repeat:no-repeat;
		color:#FFFFFF;
	}

	/*subitemtext - mouseover*/
	.alink_level_2{
		color:#ffffff;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}
	
/*subsubitem - mouseout*/
.item_level_3{
	padding:0px 10px 0px 15px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
}

	/*subsubitemtext - mouseout*/
	.link_level_3{
		color:#ffffff;
		text-decoration:none;
		display:block;
		padding:2px 0px 2px 0px;
	}

/*subsubitem - mouseover*/
.aitem_level_3{
	background-image:url(images/jc_submenu_block.gif);
	background-repeat:no-repeat;
	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{
}

	.item h2{
		font-weight:normal;
		margin-top:10px;
		margin-bottom:3px;
		font-size:115%;
		font-weight:bold;
	}

	.item_photo{
		text-align:center;
		float:left;
		width:150px;
		overflow:hidden;
		padding-right:10px;
		margin-left:-160px;
	}
	
	.item_text{
	}
	
	.item_text_photo{
		padding-left:0px;
	}
	
	ul.items{
	}
		ul.items h2{
		margin-top:10px;
	}
	
		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;
	}

/*-----------FORMELEMENTS----------------*/
#sitemap{
	border-bottom:1px solid #E3E98C;
}

	#sitemap ul{
		margin-left:0px;
		font-weight:bold;
	}
	
	#sitemap ul li{
		list-style-type:none;
		border-top:1px solid #E3E98C;
		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;
	width:400px;
}

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 #00557d;
}

.file_text{
}

.generalsize_text{
	width:200px;
}

.smalltext{
	width:75px;
}

.generalsize_textarea{
	width:200px;
	height:150px;
	font-family:'Trebuchet MS', Arial, Verdana;
}

select{
	width:200px;
}

.submit_button{
	background-image: url(images/jc_button_up.gif);
	background-repeat:no-repeat;
	border:0px solid #000000;
	cursor:pointer;
	font-weight:bold;
	font-size:100%;
	height:30px;
	width:70px;
	padding:0px 5px 0px 5px;
	margin-top:16px;
	margin-bottom:3px;
	color:#ffffff;
	background-color:#FFFFFF;
}

.submit_button_container{
	border:0px solid #000000;
	cursor:pointer;
	font-size:100%;
	padding:5px;
	color:#ffffff;
	background-color:#4d88a4;
}

	.submit_button_md{
	}
	
	.submit_button_mo{
		background-image: url(images/jc_button_down.gif);
	}

.radio_check_input{
		float:left;
		width:20px;
		margin-right:10px;
	}
	
.radio_check_label{
	float:left;
	width:80%;
}

	.radio_check_label label{
		padding-top:0px;
	}

/*-----------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{
	padding-left:160px;
}

#simpleform form {
	width:490px;
}

#simpleform label {
	float:left;
	width:270px;
	padding:0px 10px 0px 0px;
}

#simpleform .inputtext{
	height:18px;
}
#simpleform textarea{
	height:auto !important;
}

#simpleform .fake_label {
	float:left;
	width:270px;
	padding:0px 10px 10px 0px;
	margin-top:0px !important;
}

#simpleform .summary_label {
	width:200px;
	padding:0px 10px 0px 0px;
}

#simpleform .mask {
	display:block;
} 

#simpleform .inputarea{
	margin-bottom:10px;
}

#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{
	clear:both;
	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;
}

	#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{
}

	#poll h2{
		margin-bottom:10px;
	}

	/*---answers---*/
	.poll_answer{
		margin-top:5px;
	}

	.poll_percentarea{
		float:left;
		height:10px;
		background-color:#4d88a4;
		border:1px solid #00557D;
		width:170px;
		margin-right:5px;
	}

#container_area	.poll_percentarea{
		float:left;
		height:10px;
		background-color:#4d88a4;
		border:1px solid #FFFFFF;
		width:170px;
		margin-right:5px;
	}
	
	.poll_percent{
		height:10px;
		background-image:url(images/jc_poll_progress.gif);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
	}
	
	.poll_facts{
		margin-top:-3px;
		margin-left:175px;
	}



/*-----------CONTAINERS----------------*/
.containerslistitem{
	list-style:none; 
	width:260px; 
	padding:0; 
	margin:0;
}

.container{
	color:#FFFFFF;
	padding:0 0px 0px 0px;
	background:transparent no-repeat url(images/jc_container.gif) left bottom;
	width:100%;
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
}

	.container form{
		padding:0px;
		width:auto;
		background-color:transparent;
	}
	
	.container a{
		color:#FFFFFF;display:inline;
		display:block;
	}
	h1.container_titel {
		background:transparent no-repeat url(images/jc_container_top.gif) 0px 0px;
		font-size:165%;
		padding-left:145px;
		height:34px !important;
		height:48px;
		color:#00557d;
		margin:0px;
		margin-top:0px;
		padding-top:14px;
		width:100%;
	}
	
	.container h3{
		font-size:100%;
		width:100%;
		color:#FFFFFF;
		padding-bottom:5px;
	}
	
	.container select{
		width:120px;
	}
	
	.container .submit_button{
		margin-top:5px;
	}
	
	.container .photo{
		width:75px;
		height:120px;
		float:left;
		margin-right:5px;
		margin-top:-47px;
		overflow:hidden;
	}
	.container p, .container .text{
		margin:0 5px 0px 5px;
	}
	
	.container .footer{
		clear:both;
		padding:0 5px 5px 5px;
	}
	.container hr{
		display:none;
	}
	
	.container ul{
		/*margin-left:15px;
		list-style-image:url(images/arrow_bulletlist.gif);*/
	}

	.container ul.items li{
		margin-left:0px;
	}
	
	.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;
		}
		
	.agenda_item{}
		.agenda_item a, .agenda_footer a{
			color:#FFFFFF
		}
		
		.agenda_month{
			margin-left:5px;
			float:left;
			font-weight:bold;
		}
		
		.agenda_text{
			border-left:1px solid #FFFFFF;
			margin-left:28px;
			padding-left:5px;
		}
		
		.agenda_footer{
			text-align:right;
		}
		
	.qv3_container{
		display:block;
		clear:both;
		margin-bottom:4px;
	}
	
	.qv3_container h3{
		border-bottom:1px solid #00557d;
		margin-bottom:3px;
	}
	
		.qv3_photo{
			float:left;
			margin-right:3px;
		}
			.qv3_container .klein {
			width:75px;
			float:right;
			overflow:hidden;
			}
	
		.qv3_photo img{}
	
		.qv3_nophoto{
			border:1px solid red; 
			width:100%;
		}
		
	.folder_photo{	
		float:left;
		width:75px;
		height:150px;
		border:1px solid red;
		overflow:hidden;
	}
	
	.folder_photo img{}
	
	.agenda_months{
		float:left;
		margin-left:-150px;
	}
	
	.selected { 
		font-weight:bold;
	}
/*-----------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{}

.searchcat{
	margin-bottom:15px;
	clear:both;
}
.searchresults_header{
	float:left;
}
	.searchresults_title{
		width:135px;
		background:transparent no-repeat url(images/jc_search_block.gif) 0 0; 
		padding: 8px 10px 40px 10px; 
		font-size:165%;
		color:#ffffff;
	}

#searchresults{
	margin:0 0 0 158px;
}
	#searchresults_items{
		padding-bottom:15px;
	}

/*-----------PAGE LINKS----------------*/
#page_links{ 
	text-align:right; 
	position:absolute; 
	top:55px; 
	right:10px; 
	width:200px; 
}

	#page_links a{
		display:inline; 
		margin-top:0px; 
		font-size:90%; 
		padding-top:3px; 
		line-height:130%; 
		color:#00557d;
	}
		
		#page_links a img{
			margin-right:10px;
		}
		
		.link_fontsize{	
			background-repeat:no-repeat; 
			background-position:0 0; 
			padding-left:22px; 
			background-image:url(images/icon_fontsize.gif);
		}
		
		.link_reaction{	
			background-repeat:no-repeat; 
			background-position:100% 3px; 
			padding-right:22px; 
			background-image:url(images/icon_react.gif);
		}
		
		.link_print{ 
			background-repeat:no-repeat; 
			background-position:100% 3px; 
			padding-right:22px; 
			background-image:url(images/icon_print.gif);
		}
		
		.link_favorites{ 
			background-repeat:no-repeat; 
			background-position:0px 3px; 
			padding-left:22px;
		}

	#set_normal{ 
		position:absolute;	
		top:-20px; 
		left:0px; 
		display:none;
	}
	
	#set_bigger{ 
		position:absolute;	
		top:-17px; 
		left:0px; 
		display:none;
	}

a.nieuwsbrieftext {
	color:#FFFFFF;
	text-decoration:none;
	font-size:120%;
}

/*-----------FLASHPAGE-----------------*/
body.flashpage #globalcontainer{
	background-image:none;
}

body.flashpage #header{
	height:350px;
}

/*-----------HOME-----------------*/
#quote{
	position:relative;
	width:500px;
	height:190px;
	overflow:hidden;
}

	body.home #container_area{
		padding:245px 0px 0px 0px;
	}
	
		body.home .showcase_container{
			padding:0px;
		}
		
			.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;
	}
	
body.home .callme_container{
	background-color:#C7D218;
	background-image:none;
	padding:0px;
	margin:20px 0px 0px 0px;
}

	body.home .callme_container h3{
		margin:5px 0px 0px 5px;
	}
	
	body.home .callme_container form{
		margin:5px;
	}

	body.home .callme_container .submit_button{
		position:absolute;
		bottom:3px;
		right:10px;
		width:70px;
	}
	
	body.home .callme_container label{
		width:0px;
		height:0px;
		overflow:hidden;
		position:absolute;
	}
	
	body.home .callme_container .smalltext{
		width:100px;
		max-height:21px;
	}
	
.home_more_link{
	font-weight:bold;
	width:100%;
	margin:5px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}	

#home_news .home_more_link{
	margin:15px 0px 0px 20px;
}

.gvflag {
	display: none;
}

.gmap {
	width: 100%; 
	height: 300px;
	border: 1px solid black;
}

#topbanner {
	display:none;
	width: 640px;
	height:60px;
	background-color:#cccccc;
	margin: 0 auto;
}

#rightbanner {
	width: 160px;
	height:160px;
	background-color:#cccccc;
}

#contentbanner {
	width: 200px;
	height:80px;
	background-color:#cccccc;
}

#linkerkolom {
	margin-right:20px;
	margin-top:-90px;
	width:140px;
	float:left;
	text-align:left;
	overflow-x:hidden;
}
#rechterkolom {
	width:164px;
	float:right;
	margin-top:-90px;
	overflow-x:hidden;
}

#newsletter {
	float:right;
	color:#FFFFFF;
	font-size:90%;
	width:145px;
	height:120px;
	margin-right:15px;
	margin-top: 10px;
}

#newsletter input {
	border:0px solid #FFFFFF;
	background-color:transparent;
	font-size:100%;
	color:#FFFFFF;
	margin-top:5px;
}

#newsletter .inputtext {
	width:150px;
	border:1px solid #00557d;
	background-color:#FFFFFF;
}

#newsletter form {
	width:160px;
}

.underline {
	padding-top:10px;
	width:100%;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:5px;
	font-weight:bold;
	font-size:120%
}

.subitem_top {
	background-image:url(images/jc_subitem_top.gif);
	background-repeat:no-repeat;
	height:12px;
	margin-top:-11px !important;
	margin-bottom:-7px;
	margin-top:0px;
}

.rightflow {
	text-align:right;
}


/* HOME EXCEPTIONS */ 
	#home{}
	
	#home .item_photo{
		display:none;
	}
	
	#home .object_title{
		margin-bottom:5px;
	}
	
	#home .content_margin {
		width:380px; 
		margin-left:0px !important; 
		margin-top: 0px;
	}
	
	#home .object_description_position {
		margin-top:0px;
	}
	
	#home .object_description {
		font-weight:normal; 
		color:#000000
	}
	
	#homebody #page_links{
		display:none;
	}
	
	#homebody #container_area{
		margin-top:-38px;
	}
	
	#home hr { 
		border-top:1px solid #00557d; 
		height:1px;
	}
	
	#home #briefing h2 {
		display:inline;
	}
	
		#home #briefing .rightflow {
			display:none;
		}