@import "content.css";
@import "webshop.css";

.GVKeywordHighLight { BACKGROUND-COLOR: yellow; }
.error { font-size: 10pt; color: red; }
#hyperlinks { background-color: white }

html{
}

body{
	background-image:url(images/bg_body_alzhn.gif);
	font-size:70%;
}

form{
	margin:0px;
}

.emphasize{
	font-weight:bold;
}

.float{
	float:left;
}

.clear{
	clear:both;
	width:100%;
}

.category_newspage .clear{
	height: 1px;
	overflow: hidden;
}

.contentmargin{
	margin: 0px 10px;
}

.invisible{
	display:none
}

.provide20px{
	height:20px;
	clear:both;
}

.provide20pxleft{
	padding-left:20px;
}

.provide10px{
	height:10px;
	clear:both;
}

.provide5px{
	height:5px;
	clear:both;
}

.datumvlak{
	display:none;
}

.tussenruimte{
	height: 10px !important;
	height: 5px;
	clear: both;
	line-height:1px;
}

.customformlabelvlak{
	width:100%;
	text-align:left;
}

.customforminputvlak{
	width:100%;
	text-align:left;
	left:0px;
}


.customtextarea{
	width:400px;	
	height:200px;
}

#login{
	z-index:100;
	position:absolute;
	left: 170px;
	top: 10px;
	height:17px;
}

.loginsleutel_normaal{
	padding-left: 25px;
	background: url(images/iconkey.gif) no-repeat left 5px; 
}
.loginsleutel{
	padding-left: 25px;
	background: url(images/iconkey_turned.gif) no-repeat left 5px; 
}

.moreinfo {
	visibility: hidden;
}

#contact{
	width:160px;
}

/* ++++++++GLOBAL CONTAINERS ++++++++++++++++++++*/
#content {
	clear:both;
}

#globalcontainer{
	position:relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
	width:770px;
	text-align:left;
}

#logo{
	position:absolute;
	top:0px;
	left:20px;
	width:122px;
	height:129px;
	z-index:999;
}

#errorpage #logo{
	position:relative;
	top:0px;
	left:20px;
	width:122px;
	height:129px;
	z-index:999;
}

#quicklinkvlak1{
	position:absolute;
	top:10px;
	right:180px;
	color:#0f6259;
	z-index:1000;
}

#zoek{
	position:absolute;
	top:8px;
	right:11px;
}

	#zoek form{
		position:absolute;
		top:0px;
		right:0px;
		width:150px;
		padding:0px !important;
		margin:0px !important;
		border:0px solid #ffffff !important;
	}

	#zoek input{
		width:90px;
	}
	
	#input_zoek_vlak .input_zoek{
		height:20px;
	}
	
	#zoek .submit_button{
		position:absolute;
		top:-19px;
		left:100px;
		width:50px !important;
	}

#icons{
	display:none;
}

.object_title{
	padding-left:10px;
}

.object_description{
	padding-left:10px;
}

/*shortcuts for blindpeople*/

.blindlayout{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	overflow:hidden;
	z-index:0;
}

	hr.blindlayout{
		display:none;
	}

/* ++++++++FORMS ++++++++++++++++++++*/

form{
	padding:10px;
	width:380px;
	clear:both;
	margin:10px 0px 10px 0px;
}

#inhoud form {
	width: 95%;
	border:1px solid #ffffff;
	clear:both;
	margin:10px 0px 10px 0px;
	padding: 10px;
}

input{
	height:20px;
	border:1px solid #C1DAD6;
	font-family: Verdana, Arial, Geneva, Helvetica;
	font-size:100%;
}

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:15px;
		padding-bottom:3px;
	}

.inputtext{
	border:1px solid #C1DAD6;
	font-family:'Trebuchet MS', Arial, Verdana;
}

.generalsize_text{
	width:200px;
}

.smalltext{
	width:75px;
}

.required{
	color:#FF0000;
}

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;
}

textarea{
	height:auto;
	border:0px solid #ffffff;
	font-family: Verdana, Arial, Geneva, Helvetica;
	font-size:100%;
	width:200px;
	border:1px solid #C1DAD6;
	line-height:150%;
}

.custominputtext{
	border:1px solid #C1DAD6;
	width:200px;
}

.zoekforminputtext{
	border:1px solid #C1DAD6;
	width:200px;
}

.zoekforminputdatum{
	border:1px solid #C1DAD6;
	width:90px;
}

select{
	/*height:20px;*/
	border:1px solid #C1DAD6;
	font-family: Verdana, Arial, Geneva, Helvetica;
	font-size:100%;
	width:200px;
}
	
	.customformlabelvlak{
		position:relative;
		float:left;
		width:115px;
		text-align:right;
	}
	
		.customformlabelvlak_v{
			position:relative;
			float:left;
			width:115px;
			text-align:right;
			color:#ed1c24;
			font-style:italic;
		}
		
		.customformlabelvlakcontrole{
			position:relative;
			float:left;
			width:95%;
			text-align:left;
			font-weight:bold;
		}
	
	.customforminputvlak{
		position:relative;
		float:left;
		width:95%;
		left:10px;
	}
	
	.customforminputvlak input{
	margin:0px;
	padding:0px;
	}
	
	.customforminputvlak label{
	position:relative;
	top:-7px !important;
	top:0px;
	margin:0px;
	padding:0px;

	}

.submit_button{
	float:left;
	border:0px solid #0047b6;
	cursor:pointer;
	font-weight:bold;
	font-size:90%;
	height:20px;
	padding:0px 5px 0px 5px;
	margin-top:20px;
	margin-left: 10px;
	margin-bottom:10px;
	background-image:url(images/bg_submit.gif);
	background-repeat:repeat-x;
	width:80px !important
}

	.submit_button_md{
		color:#ffffff;
	}
	
	.submit_button_mo{
		color:#c1dad6;
	}
	
.submit_stem{
	float:left;
	padding-top:5px;
	clear:both;
}

.veldengemerktvlak{
	color:#ed1c24;
	padding-bottom:10px;
}

.veldengemerktvlak_v{
	color:#ed1c24;
	padding-bottom:10px;
}

.radio_check_input{
		float:left;
		width:25px;
	}
	
.radio_check_label{
	float:left;
	width:80%;
}

	.radio_check_label label{
		padding-top:0px;
	}

#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 #C1DAD6;
	padding:5px;
	display:block;
	z-index:99;
}

.comment{
	margin:16px 0px 8px 0px;
}

.summary_label{
	font-weight:bold;
}

.back_to_form{
	padding-top:15px;
	display:block;
}

/* ++++++++INFOSHOP ++++++++++++++++++++*/

#infoshopbekijkpakket_boven{
	width:80%;
	border: 1px solid #CCCCCC;
	color: #0F6259;
	font-size: 110%;
	text-align: center;
	padding: 5px;
	margin-top:10px;
}

#infoshopbekijkpakket_onder{
	width:80%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	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{
	position:relative;
	top: -4px;
}

/* ++++++++HEADER ++++++++++++++++++++*/
#header{
	float:right;
	z-index:99999;
	width:600px;
	margin-top:40px;
}

	#mainmenu{
		height:50px;
		min-height: 50px;
	}
	
		#mainmenu ul{
			margin:0px;
			padding:0px;
			list-style-type:none;
		}
			
				#mainmenu ul li.last_mainmenu_li{
					margin-right:0px;
					width:120px;
				}
				
					#mainmenu ul li {
						float:left;
						background-image:url(images/bg_mainm_left.gif);
						background-repeat:repeat;
						background-position:left top;
						overflow: none;
						height:50px;
						position:relative;
						margin-right:1px !important;
						margin-right:0px;
						z-index:10;
						width:149px !important;
						width:150px;
					}
					
					#mainmenu ul li a {
					display:block;
					height:50px;
					text-decoration:none;
					}
					
					#mainmenu ul li.active_subsite .mainmenu_linkdiv{
						background-image:url(images/bg_mainm_left_alzhn.gif);
					}
			
				#mainmenu ul li .mainmenu_link{
					color:#ffffff;
					font-weight:bold;
					position:relative;
					top:2px;
					left:5px;
					display:block;
				}
				
				#mainmenu ul li a.mainmenu_link:hover{
					color:#c1dad6;
					text-decoration:none;
				}
.menulayer{
	background-color:#0f6259;
	display:none;
	padding-top:0px;
	position:absolute;
	width:148px !important;
	width:151px;
	z-index:999999;
	text-align:left;
	overflow:hidden;
	line-height:120%;
	top:89px !important;
	padding:0px 0px 10px 0px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.mainitem{
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	width:139px !important;
	width:149px;
	height:42px !important;
	height:50px;
	margin:0px;
	display:block;
	padding:8px 0px 0px 10px;
	position:relative;
	border-bottom:1px solid #FFFFFF;
}

/*mainitem - mouseover*/
.amainitem{
font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
	width:139px !important;
	width:149px;
	height:42px !important;
	height:50px;
	margin:0px;
	display:block;
	padding:8px 0px 0px 10px;
	position:relative;
	border-bottom:1px solid #FFFFFF;
}

/*subitemtext - mouseout*/
.link_level_2{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:2px 0px 3px 0px;
}

/*subitemtext - mouseover*/
.alink_level_2{
	color:#0b3d91;
	text-decoration:none;
	display:block;
	padding:3px 0px 2px 1px;
}

/*subitem - mouseout*/
.item_level_2{
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
}

.link {
color:#FFFFFF;
}

.alink {
color:#FFFFFF;
text-decoration:underline;
}

	/*subitem - mouseout - has children*/
	.item_level_2_children{
color:#FFFFFF;
	}

/*subitem - mouseover*/
.aitem_level_2{
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	vertical-align:middle;
	cursor:pointer;
	display:block;
}

	/*subitem - mouseover - has children*/
	.aitem_level_2_children{

	}


	#campagne{
		position:absolute;
		width:598px;
		top:20px;
		left:1px;
		height:103px;
		overflow:hidden;
		
	}
	
		#illustratie{
		background-repeat:no-repeat;
			float:left;
			width:600px;
			overflow:hidden;
			z-index:0;
			
		}
		
			.illustratie_big{
				height:250px;
			}
			
			.illustratie_small{
				height:103px;
				
			}
			
		#campagne a.campagne_link{
			position:absolute;
			top:213px;
			left:130px;
			font-weight:bold;
		}
	
		#active_subsite_intro{
			position:absolute;
			width:300px;
			padding-bottom:15px;
			top:0px;
			left:0px;
			z-index:1;
		}
		
			#active_subsite_intro p{
				margin:10px 10px 5px 10px;
				color:#ffffff;
			}
			
			#active_subsite_intro a{
				font-weight:bold;
				color:#ffffff;
				margin-left:10px;
			}

/* ++++++++ pna ++++++++++++++++++++*/
.pna_footer{
	padding-top:150px;
	margin-left:10px;}

.pna_container{
	margin-left:10px;}

/* ++++++++SUBMENU ++++++++++++++++++++*/
#menuvlak{
	position:relative;
	margin-top:145px;
	width:160px;
	float:left;
	z-index:990;
	margin-right:10px;
	overflow:hidden;
	word-wrap: break-word;
}

	#menuvlak ul{
		list-style-type:none;
		margin:0px 0px 20px 0px;
		width:100%;
		background-color:#6fa19b;
		border-top:1px solid #ffffff;
		padding:0px 0px 20px 0px;
		background-image:url(images/bg_submenu_alzhn.gif);
		background-repeat:no-repeat;
		background-position:left bottom;
	}
	
		li.active_subsite_name{
			list-style-position:outside;
			font-weight:bold;
			color:#ffffff;
			background-image:url(images/bg_active_subsite_name.gif);
			background-repeat:no-repeat;
			background-position:left top;
			background-color:#0f6259;
		}
			
			li.active_subsite_name a.active_subsite_name{
				padding:5px;
				display:block;
				color:#ffffff;
			}
			
			li.active_subsite_name a.active_subsite_name:hover{
				text-decoration:none
			}
			
		#menuvlak ul ul{
			background-color:#6fa19b;
			margin-bottom:0px;
			border-top:0px solid #ffffff;
			padding:0px;
			background-image:none;
			border-top:1px solid #ffffff;
		}
		
			#menuvlak ul ul li{
				margin:0px 0px 5px 0px;
				margin-bottom: 0px !important;
				padding-bottom: 5px !important;
			}
			
			#menuvlak ul ul li.subm_selected_n1{
				border-top:1px solid #ffffff;
				background-color:#e7efee;
				padding:5px 0px 0px 5px;
				color:#464646;
			}
			
				#menuvlak ul ul li.subm_selected_n1 ul li{
					margin-left:17px;
				}
			
				#menuvlak ul ul li.subm_selected_n1 a{
					color:#0f6259;
					margin:0px !important;
				}
			
			#menuvlak ul ul a{
				color:#ffffff;
				margin:0px 0px 0px 5px;
				display: block;
				padding: 0;
				width: 98%;
			}
		
		#menuvlak ul ul ul{
			background-color:#e7efee;
			border-bottom:1px solid #ffffff;
			font-weight:normal;
			padding:0px 0px 5px 0px;
			color:#000000;
			border-top:0px solid #ffffff;
		}
		
			#menuvlak ul ul ul li{
				margin:0px 0px 0px 17px;
				list-style-image:url(images/arrow_bullet.gif);
			}
		
			#menuvlak ul ul ul a{
				color:#0f6259;
				margin:0px 5px 0px 0px;
			}

	#quicklinkvlak2{
	display:none;
		position:absolute;
		top:17px;
		left:180px;
		color:#0f6259
		z-index:10000;
	}
	
#quicklinkvlak3{
	display:none;
}
	
	#page_links{
		position:absolute;
		top:347px;
		left:590px;
		color:#0f6259;
		z-index:10000;
		font-size:90%;
		width:159px;
		border-bottom:1px solid #989c9c;
		xxpadding-bottom:3px;
		height:20px;
	}
	
	#page_links_small{
		position:absolute;
		top:203px;
		left:590px;
		color:#0f6259;
		z-index:10000;
		font-size:90%;
		width:159px;
		border-bottom:1px solid #989c9c;
		padding-bottom:3px;
	}
	
		.noheaderimage #page_links_small{
		position:absolute;
		top:95px;
		left:590px;
		color:#0f6259;
		z-index:10000;
		font-size:90%;
		width:159px;
		border-bottom:1px solid #989c9c;
		padding-bottom:3px;
	}
	
		#page_links_errorpage{
		position:absolute;
		top:75px;
		left:625px;
		color:#0f6259;
		z-index:10000;
		font-size:90%;
		width:159px;
		border-bottom:1px solid #989c9c;
		padding-bottom:3px;
	}
	
		#page_links a{
			display: block;
			float: left;
			padding-top: 13px;
			xxoverflow: hidden;
		}
		
		#quicklink_normaal{
		float:left;
		display: block;
			background: url(images/aa_small.gif) no-repeat center 3px;
			margin-right: 0px;
			width: 35px;
				height:15px;
				overflow:hidden;
		}
		
		#quicklink_groter{
		float:left;
		display: block;
			background: url(images/aa_middle.gif) no-repeat center 2px;
			margin-right: 6px;
			width: 35px;
			height:15px;
			overflow:hidden;
		}
		
		#quicklink_groot{
		float:left;
		display: block;
			background: url(images/aa_big.gif) no-repeat center 1px;
			margin-right: 5px;
			width: 35px;
			height:15px;
			overflow:hidden;
		}
		
		#quicklink_print{
		float:left;
		display: block;
			background: url(images/iconprint.gif) no-repeat center 1px;
			width: 25px !important;
			width: 30px;
			xxborder-left: 1px solid #cbcdcd;
			padding-left: 5px;
			height:15px;	
			overflow:hidden;
		}
	
	#partners{
		padding-top:15px;
	}
	
		#partners a img{
			margin-top:15px;
		}

/* ++++++++CONTENTVLAK ++++++++++++++++++++*/
.contentvlak{
	float:left;
	background-color:#ebf3f2;
	background-image:url(images/bg_content.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-bottom:20px;
	margin-bottom:50px;
}

#contentvlak_small{
	width:430px;
	xxmargin-right:10px;
	xxtop:320px;
}

#contentvlak_small_small{
	width:430px;
	margin-right:10px;
	top:173px;
}
#contentvlak_breed{
	width:599px;
	top:320px;
}
#contentvlak_breed_small{
	width:599px;
	top:173px;
}
#contentvlak_breed_errorpagina{
	width:599px;
	margin-top:-61px;
}

#contentvlak_large{
	width:600px;
	margin-right:0px;
	top:173px;
}

#kruimel{
	margin:10px;
	width:400px;
}

#titel{
	width:400px;
}

#titel h1{
	margin:10px;
}

	#titel h1 a{
		color:#464646;
	}
	
#titel h4{
	margin:10px;
}

	#titel h4 a{
		color:#464646;
	}
	
ul.category_newspage{
	border-top: 1px solid grey;
	margin-right: 5 px;
	margin-left: 5 px;
	list-style-type: none;
}

ul.category_newspage li{
	margin: 0px 5px;
	font-weight: bold;
}

ul.category_newspage li p{
	font-weight: normal;
	margin-left: 12px;
}

a.category_newspage{
	font-weight: bold;
	margin-left: 20px;
}

.category_newspage_photo{
	margin-right: 14px;
	float: right;
	margin-top: -10px;
}

.datum{
	display:none;
}

.divlinks{
		  float:left;
}

.divlinksklein{
			   width:250px; 
			   float:left;
}

#inhoud{
	height: 100%;
	padding:10px;
	width:97%;
	clear:both;
}

/* ++++++++CONTAINERS ++++++++++++++++++++*/
#containervlak{
	xxposition:relative;
	xxtop:345px;
	xxleft:0px;
	margin-top:30px !important;
	margin-top:30px;
	margin-bottom:10px;
	width:159px !important;
	float:right;
	xxoverflow:hidden;
}

.banner{
	width: 100%;
	clear: both;
	background: url(images/banner.jpg) no-repeat top right;
	height: 40px;
}

.bannerimage{
	display: block;
	float: left;
	height: 40px;
	width: 50px;
	margin-left: -3px;
	overflow: hidden;
	padding-right: 3px;
}

.bannertitle{
	display: block;
	float: left;
	cursor: pointer;
	/* text-decoration: inline; /* ... */ */
	height: 40px;
	width: 105px;
	color:#ffffff;
	font-weight: bold;
}

/* ++++++++FOOTER ++++++++++++++++++++*/
#footervlak{
background-color:#FF0000;
	height:30px;
	width:100%;
	clear:both;
	position:relative;
	bottom:0px;
	display:none;
}

/* ++++++++MAP ++++++++++++++++++++*/
#map1col{
}

	#map1col h2{
		margin:10px 0px 0px 0px;
		font-size:100%;
	}
	
	.mapvlak{
		margin-bottom:15px;
	}

/* ++++++++POLL ++++++++++++++++++++*/
#pollvraag h2{
	margin-top:0px;
}

#form_onder_poll{
	width:100%;
	clear:both;
}

#form_midden_poll select{
	width:300px;
}

.pollinputvlakbig{
	position:relative;
	float:left;
	padding-top:10px;
	width:20px;
}
	
	.pollinputvlakbig input{
		width:15px;
	}

.pollantwoordvlakbig{
	position:relative;
	margin-left:5px;
	float:left;
}

.visualisatiewit{
	width:300px;
	background-image: url(images/visualisatiewit.gif);
	margin:5px 0px 10px 0px;
}
	
.vulling{
	position:relative;
	top:0px;
	left:0px;
	background-color:#464646;
}

.percentage{
	color:#ffffff;
	padding-left:1px;
	padding-right:1px;
	height:20px;
	padding-top:2px;
	text-align:right;
}

/* ++++++++BRIEFING ++++++++++++++++++++*/
#briefing1col .titelvlak{
	margin-bottom:3px;
}

.titelvlak h2{
	margin: 0;
}

.briefingvlak{
	width:100%;
	clear:both;
	padding-bottom: 15px;
}

.briefingfotovlak1col{
	width:100px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}

.briefingtekstvlak{
	float:left;
	width:80%;
}

/* ++++++++FORUM ++++++++++++++++++++*/
.forum{
}

	#customcontent .forum a{
		text-decoration:none;
	}
	
	#customcontent .forum a:hover{
		text-decoration:underline;
	}

#forumindex{
	padding-bottom:10px;
}

.forum_table_col1{
	width:50%;
}

.forum_table_col2{
	width:15%;
}

.forum_table_col3{
	width:35%;
}

div#customcontent #forumindex table{
	border:0px solid #ffffff;
	border-bottom:1px solid #b0d0cb;
	border-left:1px solid #b0d0cb;
	margin:20px 0px 15px 0px;
	font-size:100%;
	width:95%;
}

	div#customcontent #forumindex table table{
		border:0px solid #ffffff;
		margin:0px;
		width:100%;
		background-color:#f7f9f9;
		margin:0px;
	}

div#customcontent #forumindex table td{
	border:0px solid #ffffff;
	text-align:left;
	padding:0px;
}
	
	div#customcontent #forumindex table table td{
		border-top:1px solid #b0d0cb;
		border-right:1px solid #b0d0cb;
		padding:5px;
		vertical-align:top;
	}

div#customcontent #forumindex table th{
	border:0px solid #ffffff;
	text-align:left;
	padding:5px;
	font-size:110%;
	vertical-align:top;
	border-top:1px solid #b0d0cb;
	border-right:1px solid #b0d0cb;
	color:#000000;
}

	div#customcontent #forumindex table table th{
		
	}
	
div#customcontent #forumindex table th.forum_th{
	background-color:#e1e1e1;
}

	div#customcontent #forumindex table th.forum_th a.a_next{
		padding-left:15px;
		background-repeat:no-repeat;
		background-position:0px 3px;
		background-image:url(images/forum_arrow_next.gif);
	}
	
	div#customcontent #forumindex table th.forum_th a.a_down{
		padding-left:15px;
		background-repeat:no-repeat;
		background-position:0px 3px;
		background-image:url(images/forum_arrow_down.gif);
	}

#forumindex table h2{
	margin:0px;
	font-size:100%;
}

#forumindex table p{
	margin:0px;
}

.last_postdate{
	display:block;
	font-weight:bold;
	color:#000000;
}

.last_postdate_time{
	display:block;
}

.last_postdate_author{
	display:block;
}

.add_new_topic{
	margin:10px 0px 10px 0px;
}

/*post*/
#forumindex .forum_pages{
	margin:10px 0px 10px 0px;
	border-top:1px solid #ffffff;
	padding-top:10px;
	width:100%;
}

#forumindex .forum_pages_bottom{
	border-top:1px solid #ffffff;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #ffffff;
}

#forumindex .post{
	margin-bottom:10px;
	border-top:1px solid #ffffff;
	padding-top:5px;
}

#forumindex .post_header{
	padding-bottom:5px;
	width:100%;
}

#forumindex .post_text{
}

#forumindex .post_react_on{
	display:block;
	font-weight:bold;
}

/* ++++++++BULLETINBOARD ++++++++++++++++++++*/
#bulletinboard{
}

#bulletinboard .post{
	margin-bottom:10px;
	border-top:1px solid #ffffff;
	padding-top:5px;
}

#bulletinboard .post_header{
	padding-bottom:5px;
	width:100%;
}

#bulletinboard .post_text h2{
	margin:0px;
	font-size:100%;
}

#react_bul_top{
	padding-bottom:10px;
}

#react_bul_bottom{
	border-top:1px solid #ffffff;
	padding-top:10px;
	width:100%;
}

/* ++++++++CHAT ++++++++++++++++++++*/

body.chat{
	background-image:none;
	text-align:left;
	background-color:#EBF3F2;
}

body table td{
	vertical-align:top;
}

body.chat form{
	text-align:left;
	width:250px;
}

body.chat form{
	text-align:left;
}

body.chat select{
	width:70px;
}

#chat{
	width:100%;
}

.refreschdiv{
	padding:10px 0px 0px 15px;
}

#chat h2{
	margin-bottom:15px;
}

.wiepraat{
	font-weight:bold;
}

.gespreksleider{
	color:#000000;
}

.moderator{
	color:#000000;
}

.sort_user{
	font-size:90%;
}

/**********start*containers***************************************/
.containertitelvlak{
height:100%!important;
height:15px;
	color:#464646;
	padding:0px;
	background-color:#ebf3f2;
	background-image: url(images/bg_containertop.gif);
	background-position:50% 0;
	background-repeat:no-repeat;
	position: relative;
}

.containertitelvlak h3{
	font-size:100%;
	color: #000000;	
	margin: 0px 13px;
	color:#464646;
	padding-bottom: 3px;
	border-bottom: 1px solid #999d9c;
}

.containerinhoud{
	position: relative;
	padding-bottom: 15px;
	background: #ebf3f2 url(images/bg_containerbottom.gif) no-repeat bottom left;
}

.containerinhoud form{
	width:100%;
}

div#containervlak ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight: bold;
	list-style-type: none;
}

div#containervlak li a{
	display:block;
	margin: 0px;
	padding: 0px 13px 0px 23px;
	background: url(images/pijltje-listitem.gif) no-repeat 13px 0px;
}

.containerinhoud p{
	margin:0px;
	padding-left: 13px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

a.containertekst{
	margin:4px 0px 4px 4px;
	padding:2px 0px 6px 13px;
	background-repeat:no-repeat;
	background-position:6px 5px;
	border:0px solid red;
	font-weight:normal;
}

a.containertekst:hover{

}

.containerpoll_resultaten .containerinhoud{
	padding: 13px;
	margin-bottom: 18px;
}

#containervlak .containerpoll form{
	border: none;
}

#containervlak .pollinputvlak{
	float: left;
	width: 12px;
}

#containervlak .pollinputvlak input{
	padding: 0px;
	height: 12px;
}

#containervlak .pollantwoordvlak{
	float: left; 
	margin: 0px;
	padding: 0px; 
}

#containervlak select{
	width: 140px;
}

#containervlak .pollantwoordvlak label{
	margin: 0px;
	padding: 0px;
}

.containerinhoud .pollantwoordvlak label {
	width:100px;
}

.containerpoll_visualisatie{
	background: white;
	height: 8px;
}

.containerpoll__balk{
	background: #464646;
	height: 8px;
}

.containerleesverder{
	margin-top:6px;
	text-align: right;
	right: 7px;
	bottom: 5px;
	position: relative;
}

.containerleesverder img{
	top:1px;
	border:0px solid red;
	margin-left:10px;
}

/**START CONTAINER ZIE OOK*****************************************************************/
.containerzieook{
	/*xxbackground-color: #efea9b;*/
	width:100%;
	overflow:hidden;
}

 .containerinhoud{
	padding-top:1px;
}

.containerzieook .containertitelvlak h3{
}

/**EINDE CONTAINER ZIE OOK******************************************************************/

/** START FAQ OBJECT**/
#object_sort{
	margin: 0px 0px 0px 10px;
}

.zoekres_onder{
	clear:both;
}

.post_actions{
	word-break:keep-all;
}

#customcontent{
	width:100%;
	clear:both !important;
	margin-bottom: 10px;
}

/****** Extra Divs *******************/

#extra1 {
	clear:both;
	width:770px;
	position:relative;
	bottom:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#extra2 {
	clear:both;
	width:770px;
	position:relative;
	bottom:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#extra3 {
	clear:both;
	width:770px;
	position:relative;
	bottom:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

/****** KALENDER *******************/

#calender{
	width: 575px;
	overflow: hidden;
	margin-top:25px;
	background-color:#ebf4f3;
	border:1px solid #869439;
}

#dateselection{
	background-color:#6fa19b;
	height:60px;
	color:#ffffff;
	position:relative;
	border:1px solid #000000;
}

	#dateselection FORM {
		margin:10px;
		width:auto;
	}

.cal_row {
	height: 70px;
	margin: 10px 10px 0 10px;
}

/*
.cal_clear{
	background-color:#ff0000;
	margin:0px;
	clear:both;
	height: 10px;
	width:100%;
	line-height: 0;
}
*/

.dateday{
	height: 70px;
	width: 100px;
	float: left;
	border: 1px solid #000000;
	background-color: #ffffff;
	text-align: center;
}

	.dateday_content {
		text-align: center;
	}
	
	.dateday_dash{
		margin: 0 auto;
		padding: 0;
		height:5px;
		width: 10px;
		font-size: 200%;
		line-height:5pt;
		padding-top:10px;
	}
	
	.date_center{
		margin: auto;
	}
	
	.dateday h5{
		margin: 0;
		font-style:normal;
		font-size: 105%;
		font-weight: bold;
		text-align: center;
		padding: 5px 2px 5px 2px;
	}
	
.td_info {
	width: 100%;
	height: 100%;
	padding-left: 10px;
}
			
.calitem_odd{
	width: 100%;
	height: 100%;
	font-size: 105%;
	font-weight: bold;
	border:1px solid #000000;
	background-color: #ecf6eb;
}


.calitem_even{
	width: 100%;
	height: 100%;
	font-size: 105%;
	font-weight: bold;
	border:1px solid #000000;
	background-color: #ecf6eb;
}

/*
.cal_photo{
	float:left;
	width:120px;
	height:100px;
	overflow:hidden;
	padding-top:15px;
}

	.cal_photo{
		margin-left:5px;
		margin-bottom:25px;
	}
*/

.cal_info{
	width:430px;
	margin: 0;
}

/*
.cal_info_no_photo{
	width:350px;
}
*/

.calitem_even h2, .calitem_odd h2{
	/* margin: 10px 10px 0px 10px; */
	margin: 0;
	padding: 8px 8px 0px 8px;
	font-size:100%;
}

.calitem_even p, .calitem_odd p{
	margin: 0;
	padding: 0px 8px 0px 8px;
	/* margin: 0px 10px 10px 10px !important; */
}

.calenderselect{
	width:100px;
	margin-right:25px;
}

.zoek_cal_submit{
	position:absolute;
	top:20px;
	right:40px;
}

.prevnextcal a{
	display:block;
	width:45%;
	text-align:center;
	float:left;
	margin-top:20px;
}

.evenementveld{
	clear:both;
	margin-bottom:0px;
}


.datumgroot{
	float:left;
	background-color: #FFFFFF;
	width:80px;
	margin-bottom:5px;
	margin-right: 5px;
}



.kdbegin{
	float: left;
	margin-left: 10px;
	text-align: center;
}
.kstreepje{
	float:left;
	width:2px;
}

.pkstreepje{
	margin-top:15px;
}
.kdeind{
	text-align: center;
}

.kpage{
	margin-top: 5px;
	text-align:right;
}

.klink{
	color:#019280;
	font-weight: bold;
}
.dag{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0px;
}

.kinfo{
	margin-left: 85px;
	background-color: #D2EFD1;
}

.ekmidden{
	text-align:center;
}
.kcontent {
background-color:#ecf6eb;
height:70px;
border:1px solid #000000;
padding-left:5px;
margin-left:110px !important;
margin-left:105px;
}

.date_naast_elkaar{
	float: left;
	height: 100%;
	vertical-align: middle;

}
.datumbreedte{
	width:40%;	
}
.streepjebreedte{
	width:%;

}
.bigdatenumber{
	font-size:150%;
}

/****** KALENDER einde *******************/

.freespace {
	width:100%;
	height:50px;
	margin-bottom:20px;
	clear:both;
}

#mapping {
	position:relative;
}
#mapping .mappingimage {
	padding:0px; 
	margin:0px;
}

/****** Webwinkel ***********************/
#webwinkelonderwerpen_onder li {
	margin:0px;
	padding:0px;
	display:block;
	clear:both;
	height:auto !important;
	height:1px;
}

/****** Homepage ***********************/
.category_newspage {
	padding-left:20px;
}

.homepage_li {
	list-style-image:url(images/leesverder.gif);
	margin:0px;
	padding:0px;
}

/****** Forum *********/
.current a {
	border:1px solid #0f6259;
}

/****** Forum einde *********/


/*** basic kalender ***/
.omschrijving {
	margin-left:12px;
}