/* CSS Document */
	body { background: #6686a6; }
	#website {
		position: relative;
		width:954px;
		margin: 5px auto 0 auto;
		text-align: left;
	}
	
	#header {
	width: 954px;
	height: 379px;
	overflow: hidden;
	}
	
		#header_top {
		height: 6px;
		background: url(../images/bg_top.gif) no-repeat;
		overflow: hidden;
		}
		
		#header_content {
		clear: both;
		float: left;
		width: 954px;
		height: 359px;
		background: url(../images/bg_body.gif) repeat-y;	
		overflow: hidden;
		}
		
			#header_logo {
			float: left;
			display: inline;
			margin-left: 6px;
			height: auto;
			}			
			
			#shields {
			position: absolute;
			top: 30px;
			right: 20px;
			}
			
			#header_foto {
			clear: both;
			float: left;
			display: inline;
			width: 945px;
			height: 257px;
			margin-left: 3px;
			border-top: 1px solid #94abc1;
			border-bottom: 1px solid #94abc1;
			font-family: Verdana, Helvetica, Arial, Geneva;
			font-size: 70%;			
			}
					
		#header_bottom {
		clear: both;
		float: left;
		width: 954px;
		height: 14px;
		background: url(../images/bg_divider.gif) no-repeat;
		overflow: hidden;
		}

		#content {
		background: url(../images/bg_body.gif) repeat-y;	
		min-height: 400px;
		max-height: 100%;
		_height: 100%;		
		font-family: Verdana, Helvetica, Arial, Geneva;
		font-size: 70%;
		}

			#content_bottom {
			clear: both;
			width: 954px;
			height: 8px;
			background: url(../images/bg_footer.gif) no-repeat;	
			}
			
			#navigatie {
			clear: both;
			width: 945px;
			height: 24px;
			margin: 0 0 0 3px;
			background-color: #94abc1;
			}
			
				/* start NAVIGATIE */
				#hoofdmenu {
				width: auto;	
				float: left;
				height: 24px;
				padding: 0px;
				z-index: 999;
				}
					
				ul#nav {
				width: auto;
				float: left;
				height: 24px;
				margin: 0;
				padding: 0;
				}

				#hoofdmenu ul {
				list-style: none;
				margin: 0;
				}
				
				
				#hoofdmenu li {
				float: left;
				text-align: left;
				padding: 0;
				}
				
				#hoofdmenu li a.mainnav {
				font-family: Verdana, Helvetica, Arial; 
				font-size: 10px; 
				color: #fff;
				text-decoration: none;	
				font-weight: bold;
			    background: #6686a6;
			    display: block;
				padding: 6px 12px 6px 12px;
				border-right: 1px solid #fff;
				border-right: 1px solid #fff;
				}

				#hoofdmenu li a.mainnavActive {
				font-family: Verdana, Helvetica, Arial; 
				font-size: 10px; 
				color: #6686a6; 
				text-decoration: none;	
				font-weight: bold;
			  	background: #f2f3f4;
				display: block;
				padding: 6px 12px 6px 12px;
				border-right: 1px solid #fff;		
				}
			
				#hoofdmenu li a.mainnav:hover {
				color: #c1ceda;
				}
				
				#hoofdmenu li ul {  /*second-level lists */
				position: absolute;
				left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
				}				
				/* einde NAVIGATIE */
			
				#searchBox {
				clear: both;
				position: absolute;
				top: 380px;
				left: 770px;
				font-family: Verdana, Helvetica, Arial; 
				font-size: 10px; 
				color: #fff; 
				text-decoration: none;	
				font-weight: bold;				
				width: 200px;
				height: 24px;
				}

					#frmsearch {
					width: 200px;
					height: 24px;
					}				

					.inputSearch {
					font-family: Verdana, Helvetica, Arial, Geneva;
					font-size: 10px;
					font-weight: normal;
					color: #94abc1;
					background: #FFFFFF;
					border: 1px solid #94abc1;
					width: 100px;
					padding-left: 2px;
					}
					
					#searchbutton {
					position: relative;
					left: 0px;
					top: 3px;
					}
									
			#content_text {
			min-height: 400px;
			max-height: 100%;
			_height: 100%;
			padding-top: 20px;
			padding-bottom: 20px;
			overflow: hidden;
			}

				#column_left{
				float: left;
				width: 450px;
				min-height: 400px;
				max-height: 100%;
				_height: 100%;
				margin-left: 8px;	
				padding-left: 10px;
				padding-right: 10px;
				padding-bottom: 10px;
				border-right: 1px solid #94abc1;
				}
				
				#column_right{
				float: left;		  
				width: 445px;
				min-height: 400px;
				max-height: 100%;
				_height: 100%;
				padding-left: 10px;
				padding-right: 10px;
				padding-bottom: 10px;
				}

				#column_subnav {
				float: left;
				width: 230px;
				min-height: 400px;
				max-height: 100%;
				_height: 100%;
				}
				
				#subnav {
					margin: 0 0 0 9px;
					padding: 0;
					width: 210px;
					color: #fff;
				}
				
				#subnav li {
					background: #6686a6;
					list-style: none;
				 	width: 180px;
				 	border-bottom: 1px solid #94abc1;
					padding: 10px 20px 10px 10px;
				}

				#subnav li a {
					color: #fff;
					text-decoration: none;
				}

				#subnav li:hover a{
					color: #c1ceda;
				}
				#subnav li.active a {
					color: #c1ceda;
				}
				
				
				#column_big{
				float: left;
				width: 690px;
				min-height: 400px;
				max-height: 100%;
				_height: 100%;
				margin-left: 8px;	
				padding-right: 10px;
				padding-bottom: 10px;
				}				
									
			#footer {
			clear: left;
			width: 954px;
			height: 25px;
			color: #fff;
			text-align: center;
			vertical-align: middle;
			font-family: Verdana, Helvetica, Arial, Geneva;
			font-size: 10px;
			padding-top: 3px 0 0 0;
			}
		
		.lnkfooter {font-family: Verdana, Helvetica, Arial, Geneva; color: #fff; text-decoration: underline;}
		.lnkfooter:link {font-family: Verdana, Helvetica, Arial, Geneva; color: #fff; text-decoration: underline;}
		.lnkfooter:visited {font-family: Verdana, Helvetica, Arial, Geneva; color: #fff; text-decoration: underline;}
		.lnkfooter:hover {font-family: Verdana, Helvetica, Arial, Geneva; color: #82def2; text-decoration: underline; }
		
		#name_time {
		text-align: center;
		}



	a {font-family: Verdana, Helvetica, Arial, Geneva; color: #c34406; text-decoration: none;}
	a:link {font-family: Verdana, Helvetica, Arial, Geneva; color: #c34406; text-decoration: none;}
	a:visited {font-family: Verdana, Helvetica, Arial, Geneva; color: #c34406; text-decoration: none;}
	a:hover {font-family: Verdana, Helvetica, Arial, Geneva; color: #c34406; text-decoration: underline; }

	hr {
	color: #6686a6;
	background-color: #6686a6;
	height: 4px;
	border: 0px;
	}

	hr.dun {
	color: #6686a6;
	background-color: #6686a6;
	height: 1px;
	border: 0px;
	}

	b, strong {
	color: #6686a6;
	}
	
	p {
	margin-top: 0.35em; }
	
	td {
	/*border-bottom: 1px dotted #a3e51f;*/
	padding-bottom: 2px;
	padding-top: 2px;
	}
		
	.homeContentBlock{
	/*border-bottom: 1px dotted #a3e51f;*/
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 10px;	  
	}	
			
		
	h1 {
	font-family: Verdana, Helvetica, Arial, Geneva;
	color: #6686a6; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 2pt;
	margin-bottom: 0pt;	
	}

	h2, h3 {
	font-family: Verdana, Helvetica, Arial, Geneva;
	color: #6686a6; 
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 10pt;
	margin-bottom: 5pt;
	}
	
	.rood {
	font-family: Verdana, Helvetica, Arial, Geneva;
	color: red; 
	font-weight: normal;
	text-decoration: none;
	}

	.verplicht {
	font-family: Verdana, Helvetica, Arial, Geneva;
	color: #F97003; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}

	.wit {
	font-family: Verdana, Helvetica, Arial, Geneva; font-size: 11px; color: #FFFFFF;
	}

	.borders {
	border: 1px solid #000000;
	}
	
	fieldset {
	padding: 5px;
	border: 0px;
	}
	
	label {
	line-height: 15pt;
	}	

	.inputbox {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #343030;
	background: #FFFFFF;
	border: 1px solid #b4aa8a;
	width: 70%;
	}
		
	.datebox {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #343030;
	background: #FFFFFF;
	border: 1px solid #b4aa8a;
	width: 100px;
	}
		
	.button {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #948557;
	border: 1px solid #b4aa8a;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	background-color: #FFFFFF;
	margin-top: 10px;
	}

	.thumbImg {
		border: 1px solid #bfdcf2;
	}
	
	.thumbImg:hover {
		border: 1px solid #b4aa8a;
	}

	.datum{
	color: #948557;
	}
/* start SITEMAP */
.sitemap ul {
	list-style: none;
}

.sitemap #main ul ul {
	background: url(../images/sitemap-ul.gif) repeat-y 14px 0;
}

.sitemap #main li li {
	background: url(../images/sitemap-li.gif) no-repeat 0 7px;
	padding-left: 14px;
	font-weight: bold;
}

.sitemap #main li li li,
.sitemap #main li li li li {
	font-weight: normal;
}

/* -------------------------------------------------------
	Sifr
------------------------------------------------------- */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 16px;
}

/* -------------------------------------------------------
	Gallery rotator
------------------------------------------------------- */
#newsrotator #scrollarea {
float:left;
height:432px;
margin-top:5px;
overflow:hidden;
width:447px;
}

#newsrotator .newsitem {
height:135px;
margin: 10px 10px 10px 0;
padding: 0;
width:435px;
padding: 5px;
border: 1px solid #94abc1;
}

.newsmessage_home {
width: 433px;
clear: both;
float: left;
border: 1px solid #94abc1;
padding: 5px;
margin: 0 0 10px 0;
}

#jquery-overlay {
	background-color: #fff;
}