/*All styles for the contentarea, most of it can be copied to the content.css file in: DS\www\gvscript */
@import "content.css";

.provide10px{
	height:10px;
}

.provide20px{
	height:20px;
}

.provide80px{
	height:80px;
}

.clear{
	width:100%;
	clear:both;
}

.filesize{
	font-size:80%;
	color:#999999;
	font-weight:normal;
}

.emphasize{
	font-weight:bold;
}

.note{
}

.required{
	color:#FF0000;
}

.alert{
	color:#00372b;
	font-weight:bold;
	font-style:italic;
}

.normal{font-weight:normal;}

.italic{font-style:italic}


.middle{vertical-align:center;}


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:#0082D6;
		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:950px;
	/*background-color:#ffffff;*/
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	/*background-image:url(images/tp_bsl_balk.gif);
	background-repeat:repeat-y;
	background-position:100px 0px;*/
	height:100%;
	/*border:solid green 0 1px 0 1px;*/
}

	body.home #globalcontainer{
		/*background-image:url(images/background_globalcontainer_home.gif);*/
	}

#logo{
	position:absolute;
	top:26px;
	left:36px;
	width:225px;
	height:60px;
	z-index:2;
}

#poweredby{position:absolute;	top:36px;	right:15px;}
#header{display:none;	position:absolute;	top:120px;	left:0px;	width:100%;	height:250px;	background-color:#e1e1e1;	z-index:1;	overflow:hidden;}

#quicksearch{	
	/*background:transparent url(images/tp_search_small_orange.gif) no-repeat left 6px; */
	/*padding-left:18px; */
	padding-top:3px;	
	position:absolute;	
	top:164px;	
	height:17px;	
	z-index:3; 
	left:800px;
	width:150px;
	text-align:right;
	}
	#quicksearch legend{display:none;}
	#quicksearch form{padding:0px; background-color:transparent;	position:relative;	}
	#quicksearch label{display:inline;	font-weight:bold;	font-style:italic;	}
	#quicksearch .submit_button{margin:0;padding:0;height:1.5em;}
	#quicksearch .smalltext{	
		font-size:1em;
		background:#fff url(images/tp_search.gif) no-repeat 2px 2px; 
		padding-left:20px;
		width:79px !important;
		width:100px;
	}
	
#quicklinkvlak1{
	position:absolute;
	top:169px;
	left:772px;
	z-index:11;
	width:34px;
}
	#quicklinkvlak1 ul{width:100%}
	#quicklinkvlak1 li{
		list-style-type:none;
		text-align:right;
		float:right;
		/*clear:right;*/
		padding:0 0px 0 10px;
		border-right:0px solid #003366;
	}
	#quicklinkvlak1 .first{border-right:0px solid #003366;}
	#quicklinkvlak1 a{
		/*color:#ffffff;*/
	}

#focus_area{
	padding-top:165px;
	width:100%;
	padding-bottom:50px;
}

	#menu_area{
		position:absolute;
		top:128px;
		left:54px;
		z-index:999;
	}
	
		#contact{
			display:none;
		}
	
	
	
	#content_area,
	#content_area_hasno_skyscraper,
	#content_area_long,
	#content_area_hasno_skyscraper_long
	{
		position:relative;
		width:410px !important;
		width:466px;
		float:left;
		padding-left:56px;
		margin-right:5px;
	}

		#content_area_hasno_skyscraper{width:525px !important;}
		#content_area_long, #content_area_hasno_skyscraper_long{width:750px !important;}
	
		.content_margin{			position:relative;			padding:0px 0px 0px 0px;		}
	
			#crums{font-size:0.78em;}
			.object_title{}
				.title_emphasize{color:#666666;}
			
			#home .object_useradded, #home .object_footer{display:none}
			.object_description, .object_useradded{margin-bottom:15px;}
			.object_description {font-weight:bold;}
			.object_useradded a, .object_useradded{color:#ff8533;}
			.object_useradded a:hover{text-decoration:none;}
			.object_footer{font-weight:bold;margin-top:15px;margin-bottom:15px;text-align:right;border-bottom:1px solid #ff8533}
	
	#container_area{
		float: left;
		width:340px;
		/*left:470px;*/
		padding-top:50px;
	}
	
	/*.container_hasno_skyscraper {left:590px !important;}*/

#extra1{position:absolute;	top:24px;	left:401px;	width:196px;	height:36px;	z-index:5;}
#extra2{position:absolute;	top:16px;	left:717px;	width:142px;	height:52px;	z-index:6;}
#extra3{position:absolute;	bottom:17px;	left:250px;	z-index:6;}
#extra3 h3{font-style:italic;	color:#ffffff;	margin-bottom:3px;}
#extra3 a{margin:3px 15px 0px 0px;	}

#quicklinkvlak2{
	position:absolute;
	top:78px;
	right:0px;
	z-index:6;
	height:20px;
	width:80px;
	overflow:hidden;
	text-align:center;
	border:0px solid red;
}
	#quicklinkvlak2 ul{width:100%;}
	#quicklinkvlak2 li{
		float:left;
		list-style-type:none;
		margin:0px;
		width:50%;
	}
	
	#quicklinkvlak2 a{
		color:#ffffff;
		font-size:0.9em;
		padding-left:0px;
	}
	
	#quicklinkvlak2 a:hover{
		text-decoration:underline;
	}

#footer_area{
	position:relative;
	bottom:0px;
	width:100%;
	clear:both;
	/*height:142px;*/
	/*border:1px solid red;
	color:green;*/
	/*background-image:url(images/background_footer.gif);
	background-repeat:no-repeat;
	background-position:left bottom;*/
}

#quicklinkvlak3{
	position:relative;
	padding-left:54px;
}
	
	#quicklinkvlak3 li{
		float:left;
		margin-right:15px;
		list-style-type:none;
	}
	
	#quicklinkvlak3 a{color:silver;}
	
	#quicklinkvlak3 img{margin-bottom:-2px;}

/*-----------MENU-----------------*/
#mainmenu{
	width:100%;
	/*background-image:url(images/tp_header_menu.gif);
	background-repeat:repeat-x;*/
	height:37px;
}

#mainmenu ul{
	width:100%;
}

	#mainmenu li{
		margin:0px 0px 0px 0px;
		list-style-type:none;
		float:left;
		display:block;
		height:37px;
		border-right:1px solid #0082d6;
	}
	
		#mainmenu li a{
			display:block;
			cursor:pointer;
		}
		
		#mainmenu a{
			text-decoration:none;
		}

/*mainitem - mouseout*/
.mainitem,.amainitem{
	text-decoration:none;
	color:#003366;
	cursor:pointer;
	margin:0px;
	display:block;
	padding:9px 0px 9px 0px;
	position:relative;
	line-height:160%;
	font-weight:bold;
}

	/*mainitem - mouseover*/
	.amainitem{color:#fff;}

	.mainitem_margin{padding:0px 15px 0px 15px;	cursor:pointer;}

/*div for subitems*/
.menulayer{
	position:absolute;
	display:none;
	width:225px;
	z-Index:99;
	text-align:left;
	background:#7fc0ea url(images/tp_menu_back.gif) repeat-x 0 0;
	border:1px solid #0082d6;
	font-size:1em;
}

/*subitem - mouseout*/
.item_level_2, 
.item_level_3,
.aitem_level_2,
.aitem_level_3{
	padding:5px 5px 5px 5px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
	font-weight:bold;
}
	.item_level_2_children, 
	.aitem_level_2_children{background:transparent url(images/arrow_menu.gif) no-repeat right 6px;}
	.link_level_2, .link_level_3, .alink_level_2, .alink_level_3{text-decoration:none;	display:block;	padding:3px 5px; width:100%;}
	.alink_level_2, .alink_level_3{color:#ffffff;}
	
	
/*-----------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_photo_rss{
		float:left;
		width:35px;
		overflow:hidden;
		margin-right:10px;
		margin-top:13px;
	}
	
	.item_text{
	}
	
		.item_text a{
			color:#FF8533;
		}
	
	.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;
	}
	
	.li_headline{list-style-image:url(images/arrow_bulletlist.gif);margin-left:15px;background:}
	.li_headline span{font-size:0.9em;font-weight:normal;}
	
	
/*-----------SITEMAP----------------*/
#sitemap{
	border-bottom:1px solid #198EDA;
}

	#sitemap ul{
		margin-left:0px;
		font-weight:bold;
	}
	
	#sitemap ul li{
		list-style-type:none;
		border-top:1px solid #198EDA;
		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 #198EDA;
			padding:0px 0px 0px 0px;
		}
		
			#sitemap ul ul ul{
				margin-left:40px;
			}
			
/*-----------FORMELEMENTS----------------*/
form{
	margin:0px;
	padding:0px;
	/*background-color:#c7d218;*/
	/*width:400px;*/
	/*padding:20px;*/
}

fieldset{
	border:0px solid #ffffff;
	margin:0px;
	padding:0px;
}

legend{
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	widht:1px;
	height:1px;
	text-indent50px;
}

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 #003366;
	font-family:Verdana;
}

.file_text{
}

.generalsize_text, .largersize_text{
	width:200px;
}

	#simpleform .generalsize_text{
		width:50%;
	}

.smalltext{
	width:75px;
}

.generalsize_textarea, .largersize_textarea, .basesize_textarea{
	width:200px;
	font-family:Verdana;
	border: 1px solid #003366;
}

	.basesize_textarea{height:150px;}

	.largersize_text, .largersize_textarea{width:400px;}

	#simpleform .generalsize_textarea{width:90%}

select{
	width:200px;
}

.submit_button{
	border:1px solid #fff;
	cursor:pointer;
	font-weight:bold;
	font-size:1em;
	height:20px;
	padding:0px 5px 0px 5px;
	margin-top:16px;
	margin-bottom:3px;
	background-color:#003366;
	color:#ffffff;
}

	.submit_button_md{
	}
	
	.submit_button_mo{
		background-color:#406960;
	}

.radio_check_input{
		float:left;
		width:20px;
	}
	
.radio_check_label{
	float:left;
	width:80%;
}

	.radio_check_label label{
		padding-top:0px;
	}

/*-----------SEARCH-----------------*/
.inputarea_left{
	float:left;
	font-family:Verdana;
	width: 45%;
}

.inputarea_right{
	float:right;
	font-family:Verdana;
	width: 45%;
}

/*-----------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{
}

#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;
}

	#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 a{color:#ff8533;}

	#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:350px;
}

	#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 #0082D6;
		width:100%;
	}
	
	.poll_percent{
		
		background-color:#7FC0EA;
	}
	
	.poll_facts{
	}

/*-----------CONTAINERS----------------*/
.container{
	border:0px solid #ff8533;
	margin-bottom:10px;
	width:100%;
	position:relative;
	/*background:transparent url(images/tp_vlakken_bottom_oranje.gif) no-repeat bottom left;*/
	background-color:#fff;
	padding:0px;
}
	.container a,
	.container h3 span,
	.container p,
	.container h4,
	.container ul{padding:3px;}
	
	.container h3{
		font-size:1em;
		font-style:normal;
		width:100%;
		color:#003366;
		/*background-color:#ff8533;*/
		background-color:#fff;
		padding:3px 0px;
		background:#ff8533 url(images/tp_vlakken_header_blue.gif) no-repeat top right;
	}
	.container h3 span{color:#fff}
	.container_body{
		border:1px solid #cbcbcb;
		border-width:0 1px 1px 1px;
		padding:5px;
	}
	
	.container h4{font-size:1em;font-weight:bold;color:#003366;}
	
	.container form{padding:0px;width:auto;	background-color:transparent;}
	
	.container a{}
	
	.container_header{font-weight:bold;}
	
	.container_table_header{padding:0px 10px 0 0;}

		
	.container_footer, .container_footer_poll{text-align:right;clear:both;}
	
	.container_footer_poll{text-align:center;}
	
	
	.container select{width:120px;}
	
	.container .submit_button{margin-top:5px;}
	
	.container .submit_poll{margin-left:5px;}

	.container .item_photo{float:left;width:70px;height:100px;overflow:hidden;margin:3px;}
	
	.container .item_photo img {}
	
	.container hr{display:none;}
	
	.container a.leesmeer{clear:both;text-align:right;}
	
	.container a.leesmeer img{margin-right:3px;}
	
	.container ul{margin-left:15px;list-style-image:url(images/arrow_bulletlist.gif);}

	.container ul.items li{margin-left:0px;}
	
	.containerbanner{border-width:0px;}
	.containerbanner .container_body{border-width:0px;}
	.containerbanner h3{display:none;}
	.containerbanner a div{width:50px; height:50px;overflow:hidden;float:left;margin-right:10px;}
	.containerbanner a h2{font-size:1.2em;margin:0;padding:15px 0px;font-weight:bold;}

	
	
	.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;}

	.container .poll_answer{padding:3px;float:left;margin-right:6px;}
		.container .poll_percentarea{background-color:#ffffff;border:1px solid #003366;margin:5px 10px; width:300px;height:10px;}
		.container .poll_percent{background-color:#7FC0EA;height:100%;}
		.container .poll_facts{padding-top:8px;margin-left:6px;}
	

/*-----------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;	
}

/*-----------SEARCHRESULTS----------------*/
#searchresults{
}

#searchresults_items{
	width:100%;
	clear:both;
	padding-bottom:15px;
}

#searchresults .selection li, 
#searchresults .selection li.current,
#searchresults .selection li.selection_text{
	font-size:1em;
	font-weight:normal;
	padding:0px;
	margin:5px;
	height:auto;
	border:0px;
}

#searchresults .selection li a{
	color:#003366;
	border:0px;
	margin:0;
	padding:0;
}

#searchresults .selection li a:hover{
	color:#003366;
	background-color:transparent;
	border:0px;
	text-decoration:underline;
}

#searchresults .selection li.current{
	background-color:transparent;
	font-weight:bold;
}

/*-----------PAGE LINKS----------------*/
#page_links{
	display:none;
	position:absolute;
	top:420px;
	left:10px;
	width:150px;
	z-index:8000;
}

	#page_links a{
		display:block;
		margin-top:0px;
		font-size:90%;
		padding-top:3px;
		line-height:130%;
		color:#00372B;
	}
	
		#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:0px 3px;
			padding-left:22px;
			background-image:url(images/icon_react.gif);
		}
		
		.link_print{
			background-repeat:no-repeat;
			background-position:0px 3px;
			padding-left:22px;
			background-image:url(images/icon_print.gif);
		}
		
		.link_stuurdoor{
			background-repeat:no-repeat;
			background-position:0px 3px;
			padding-left:22px;
			background-image:url(images/icon_stuurdoor.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:block;
	}

/* BANNERS*/
.banner{background-color:silver;color:gray;position:absolute;overflow:hidden;}
	#skyscraper{width:120px;height:600px;right:0px;top:235px;}
	#rectangle{width:468px;height:60px;top:36px; right:100px;}
/*-----------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;
}

/****** KALENDER *******************/

#calender{overflow: hidden; }

#dateselection{	position:relative; float:left;/*background-color:#fff5da;*/ width:75px;;margin-right:15px;overflow:hidden;}
#dateselection ul {border:1px solid #003366;border-width:1px 0 1px 0;list-style:none;margin:0;padding:0;}
#dateselection ul li{border:1px solid #003366;border-width:0px 1px 0px 1px;}
#dateselection ul li a{margin-left:0px; color:#00372B; text-decoration:none; padding-left:5px;}
#dateselection ul li.currentMonth{border-width:1px 0px 1px 1px;background-color:#fff;}
#dateselection form{}

#evenementen{float:left; width:70%;}
.evenementen_vlak{float:left; width:70%;}
	#evenementen_vlak th.pre_dateday {width:50px;}

.cal_row {width:100%;}
.cal_row th{padding:0px 5px; border:1px solid #ff8533; border-width:1px 0 1px 0;}
	.cal_row th.pre_dateday{width:75px;}
.cal_row td{padding:2px 5px;}
.cal_row td h2{margin:0;font-size:1.3em;}
.cal_row td h2 a{color:#003366 !important;text-decoration:none !important;}
	.cal_row td.pre_dateday{text-align:left;height:40px;}
.cal_row td a{}
.row_over{background-color:#fff5da;cursor:pointer;cursor:hand;}
.calenderselect{	width:100%;	left:100px;}
.calenderselect OPTION{}
.prevnextcal{clear:both;display:none;}
.prevnextcal a{	display:block;	width:45%;	text-align:center;	float:left;	margin-top:20px;}

.tussenruimte{	height: 10px !important;	height: 5px;	clear: both;	line-height:1px;}

.ev_row{display:block;clear:both;}
.ev_title, .ev_field{padding:2px 2px}
.ev_title{font-weight:bold;width:95px;float:left;}
.ev_field{display:block;margin-left:100px;}


#titel{
	width:400px;
}

#titel h1{
	margin:10px;
}

	#titel h1 a{
		color:#464646;
	}
	
#titel h4{
	margin:10px;
}

	#titel h4 a{
		color:#464646;
	}

.datum{
	display:none;
}

.datumvlak{
	display:none;
}

#infoshop_inhoud{
	height: 100%;
	padding:10px;
	width:97%;
	clear:both;
}

#infoshop_toelichting{
}

#td_info{
	margin: 0px;
	padding: 0px;
}

/****** KALENDER einde *******************/

/* ++++++++INFOSHOP ++++++++++++++++++++*/

#infoshopbekijkpakket_boven{
	width:80%;
	border: 1px solid #C7D218;
	color: #0F6259;
	font-size: 110%;
	text-align: center;
	padding: 5px;
	margin-top:10px;
}

#infoshopbekijkpakket_onder{
	width:80%;
	border-left: 1px solid #C7D218;
	border-right: 1px solid #C7D218;
	border-bottom: 1px solid #C7D218;
	color: #0F6259;
	font-size: 110%;
	text-align: left;
	padding: 5px;
}

.infoshopadvancedinputlabel{
		
}

.infoshopmaakpakket{
	text-decoration: none;
}

.infoshopmaakpakket li{
	list-style:none;
	text-decoration: none;
}

.infoshopknopjes{
	height:55px;
}

.infoshopknopjes #klein{
	margin-bottom: 17px;
}

/* ++++++++INFOSHOP  einde +++++++++++++*/

/****** PNAI *************************/

#pnaitem{
}

#pnainput{
}

#pnalabel{
}

#pnaCollumn{
}

#pna_inhoud{
}

.pnaemailinputfield{
}

#pnaverzend{
}

.pna_content{
}

#pna_submit{
}

#subscriptiontable{
}

#tableheader{
}

#pna_odd{
}

#pna_even{
}

/****** PNAI einde *******************/

/****** FORUM *************************/

/* let op, kruimeplad wordt in meerdere templates gebruikt! */
#kruimelpad{
}

#link_register{
	position:aboslute;
	top:0px;
	left:0px;
}

.form_forum{
	position:relative;
	margin-top:10px;
	width:100%;
}


	.form_login form{
		padding-top:20px;
		width:100%;
	}
	
	.fake_submit{
		background-color:transparent;
		border:0px solid #ffffff;
		font-weight:bold;
		color:#0F6259;
		cursor:pointer;
		padding:0px;
	}
	
	.fake_submit_over{
		background-color:transparent;
		border:0px solid #ffffff;
		font-weight:bold;
		color:#0F6259;
		cursor:pointer;
		text-decoration:underline;
	}
	.topic_header td{border:1px solid #ff8533; border-width:1px 0 1px 0;}
	.topic_header td{font-weight:bold; padding:2px 5px;}
	.forum_topic_title{width:100%;vertical-align:center;padding-left:10px;font-weight:bold;}
	.forum_topic_total{width:150px;text-align:center; }
	
#links_login{
	position:aboslute;
	top:0px;
	left:0px;
}

	ul.links_arrows{
		margin:0px 0px 0px 0px;
		padding:0px;
		font-weight:bold;
		list-style-type:none;
	}

ul.forum_list{
	margin:20px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	/*border-top:1px solid #C1DAD6;*/
	position:relative;
}
	.forum_list .submit_button{margin:0;}

	ul.forum_list li{
		border-bottom:1px solid #C1DAD6;
		width:100%;
		padding:5px 0px 5px 0px;
	}
	
	.forum_list h2{
		margin:0px;
	}
	
	.forum_list p{
		margin:0px;
		padding:0px;
	}
	
	.forum_list .forum_list_date{
		font-size:90%;
		color:#999999;
	}
	
#form_loggedin_as{
	/*position:absolute;
	top:-62px;
	left:0px;*/
}

	#form_loggedin_as form{
		border:0px solid #ffffff;
		padding:0px;
	}
	
	#form_loggedin_as ul.links_arrows{
		/*margin-left:20px;*/
	}

table.WE_internet_Kolommen1{
	width:100%;
	margin:10px 0px 10px 0px;
	border-top:1px solid #FF8533;
}

ul.go_to_page{
	list-style-type:none;
	margin:10px 0px 0px 0px;
	padding:10px 0px 20px 0px;
	border-top:1px solid #ffffff;
}

	ul.go_to_page li{
		float:left;
		margin-right:5px;
	}
	
	ul.go_to_page li a{
		display:block;
		border:1px solid #ffffff;
		padding:0px 3px 0px 3px;
	}
	
	ul.go_to_page li a:hover{
		background-color:#ffffff;
	}

p.not_allowed{
	padding-top:10px;
}

#profile_attributes{
	padding-top:20px;
}

	#profile_attributes .clear{
		padding-bottom:10px;
	}
	
	.profile_label{
		float:left;
		width:35%;
	}
	
	.profile_input{	
		float:left;
		width:60%;
	}

.threadtable td.odd{
	width:25%;
}

.threadtable td.even{
	width:75%;
}

.thread_label{
	float:left;
	width:35%;
}

.thread_input{
	float:left;
	width:60%;
}

p.date_info{
	font-size:80%;
	margin:10px 0px 0px 0px;
	padding:0px;
	color:#666666;
}

.post_actions{
	top:0px;
	left:150px;
	margin-top:10px;
}

	.post_actions a{
		display:block;
		width:75px;
		float:left;
	}
	
		.post_actions a img{
			margin-right:5px;
		}

/*redefine form elements*/

.customformlabelvlak{
	width:100%;
	text-align:left;
}

.customforminputvlak{
	width:100%;
	text-align:left;
	left:0px;
}

.custominputtext{
}

.customtextarea{
	width:400px;	
	height:200px;
}
.opmerking{
	font-weight:bold;
	text-align:center;
	color:inherit;
	background-color:#ffffff;
	margin-top:10px;
	width:50%;
}

.error{
	padding:10px;
	color:red;
	text-align:center;
	font-style:italic;
}

/****** FORUM einde *******************/

/****** PRAAT MEE  ***********************/

#reacties {padding-top:10px;}
#reacties h2{x}
#reacties hr {text-align:left; color:#ff8533; height:1px;}
#reacties ul {margin: 0;  padding: 0;  list-style: none;}
#reacties li p{padding: 0;}
#reacties p{margin: 0;}
#reacties a{color:#ff8533;}
#reacties .toevoegen_reactie{
	color:#ff8533;
	border:1px solid #ff8533;
	border-width:1px 0px 1px 0px;
	display:block;
	padding:3px 0px;
	margin:10px 0px;
	}

form#reageer {width:100%;}
form#reageer fieldset{}

form#reageer .inputtext,
form#reageer .generalsize_textarea{margin: 0px 0px 0px 0px; width: 300px;}

form#reageer input.text {}
form#reageer label {display: block; width: 100%; margin-top: 0px;font-weight: bold;}
form#reageer textarea {height:100px;}
form#reageer .button{/*border:0px solid ;background-color:#5194a5;color:#FFFFFF;font-weight:bold; font-size:11px;width: 70px;height:20px;margin-left:10px;*/}

/****** PRAAT MEE einde *******************/

/****** LOGIN *************************/

#login{
	text-align:left;
	z-index:10;
	position:absolute;
	left:470px;
	top:164px;
	height:20px;
	line-height:0px;
	padding:3px 0 0 0;
}
#login ul{list-style:none;}
#login form{
	background-color:none;
	background-color:transparent;
	padding:0px;
	color:white;
}
#login form span{

}
#login form input{
	/*height:12px;*/
	font-size:1em;
	width:100px;
}
#login form input.username{
	background:#fff url(images/tp_login.gif) no-repeat 2px 1px; 
	padding-left:20px;
	width:100px;
}
#login .submit_button{
	margin:0;
	padding:0;
	height:1.5em;
	width:50px;
}

.loginsleutel_normaal{
	/*padding-left: 18px;
	background: url(images/tp_login_small_orange.gif) no-repeat left 1px; 
	color:white;*/
}
.loginsleutel{
	/*padding-left: 18px;
	background: url(images/tp_login_small_orange.gif) no-repeat left 1px; */
}

/****** LOGIN einde *******************/

.register_or_login{}
.register_or_login td.or{font-style:italic;padding:50px 30px;}

/** USER ADDED CONTENT**/
.waardeer{display:inline;}
.waardeer a{text-decoration:none;}
.waardeer a:hover{text-decoration:none;}


/****************************************************/
ul.productsoverview {
	list-style:none;
	margin:0 !important;
	padding:0;
}
ul.productsoverview  li.productoverview{
	float:left;
	width:48%;
	/*height:100px;*/
	display:block;
}

ul.productsoverview  li.odd{clear:left;}
ul.productsoverview  li.even{}
ul.productsoverview  li.productoverview p{}
ul.productsoverview  li.productoverview .item_photo{
	/*float:left;*/
	width:70px !important;
	overflow:hidden;
	padding: 3px;
	margin-top:0px;
	margin-right:5px;
	text-align: center;
}

ul.productsoverview  li.productoverview .item_text{

}

ul.productsoverview  li.productoverview  .item_author{
	font-style:italic;
}

ul.productsoverview  li.productoverview  .item_price{
	font-weight:bold;
}

ul.productsoverview  li.productoverview .leesmeer{
	padding:0;
	background:none;
	display:block;
	text-align:right;
}

/*--- Foto gallerij ---*/

.thumbgallery {
	border: 1px solid #CCCCCC;
	padding:8px 0px;
	display:block;
	width:121px !important;
	height:75px !important;
	width:127px;
	height:95px;
	float:left;
	text-align:center;
	margin-right:3px;
	margin-bottom:3px;
}

.thumbgallery img, .currentthumb img  {
	width:100px;
	height:75px;
}

.bigimage {
	border: 1px solid #CCCCCC;
	width:500px !important;
	width:auto;
	padding:8px;
	clear:both;
}

.bigimagetitle {
	display:block;
	font-weight:bold;
	color:#FF8533;
	padding: 10px 0px 10px 0px;
}

.currentthumb {
	border: 1px solid #000000;
	padding:8px 0px;
	width:125px !important;
	height:75px !important;
	width:127px;
	height:95px;
	display:block;
	float:left;
	margin-right:3px;
	text-align:center;
}

.topageleft {
	width:30%;
	float:left;
	text-align:left;
	padding-left:10px;
}

.topageright {
	width:33%;
	float:left;
	text-align:right;
}

.topageleft a, .topageright a {
	color:#FF8533;
}

.togallery {
	width:33%;
	float:left;
	text-align:center;
}

.togallery  a{
	text-align:center;
	color:#FF8533;
}

.previouspage {
	float:left;
	width:250px;
	color:#FF8533;
	padding-left:10px;
	clear:left;
}

.nextpage {
	width:248px;
	color:#2c885a;
	text-align:right;
	float:right;
}

.previouspage a, .nextpage a {
	color:#2c885a;
}

.thumbnailnavigation {
	clear:both;
	padding-bottom:10px;
}


.usergeneratedcontent .button_add{
	color:#ff8533;
	border:1px solid #ff8533;
	border-width:1px 0px 1px 0px;
	display:block;
}

.uneditable{
	border:1px solid silver;
}

