/*================================================================ Basics */

*{
	margin:0px;
	
	padding:0px;
	
	border:0px;
	
	text-align:left;
}

span
{
	font-size:13px;
}

a
{
	font-size:12px;
}

a:hover
{
	text-decoration:underline;
}

ul
{
	list-style:none;
}

/*================================================================ Html Body */

html
{
	height:100%; /* needed for container min-height */
	
	background-color:#262f37;
	
	background-image:url(../img/site/bgd.gif);
	
	background-repeat:repeat-y;
	
	background-position:center;
}

body
{
	height:100%; /* needed for container min-height */
	
	min-height:100%;
	
		
	background-image:url(../img/site/top.gif);
	
	background-position:top;
	
	background-repeat:repeat-x;
}

div#container 
{
	position:relative;  /* needed for footer positioning*/
	
	width:100%;
	
	margin:0 auto; /* center, not in IE5 */
	
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	height:auto !important; /* real browsers */
}

div#footer
{
	position:absolute;
	
	width:100%;
	
	clear:both;
	
	bottom:0; /* stick to bottom */
	
	height:110px;
	
	line-height:25px;
	
	background-color:#ffe738;
}

div#innerfooter
{
	margin:0 auto;
	
	width:952px;
}

div#concept
{
	float:left;
	
	height:25px;

	width:100%;
}

div#concept p
{
	margin:0 auto;
	
	width:952px;
	
	font-family:Verdana;
	
	font-size:11px;
	
	height:25px;
	
	line-height:25px;

	padding:0px 0px 0px 40px;
	
	color:#475058;
}

div#concept a
{
	font-family:Verdana;
	
	font-size:11px;
	
	color:#475058;
}

div#concept a:hover
{
	color:#891721;
}

div#footerleft
{
	float:left;
	
	font-family:Verdana;
	
	font-size:12px;
	
	color:#262f38;
}
	div#footerleft p
	{	
		font-family:Verdana;
		
		font-size:12px;
		
		padding:20px 0px 0px 20px;
		
		color:#262f38;
	}
	
div#footerright
{
	float:right;

	background-color:#c7c8c9;
	
	width:301px;
	
	height:110px;
	
	border-left:3px solid #FFFFFF;
	
	border-right:3px solid #FFFFFF;
	
	margin:0px 8px 0px 0px;
}
	
	div#footerright p
	{	
		font-family:Verdana;
		
		font-size:12px;
		
		padding:20px 0px 0px 20px;
		
		color:#262f38;
	}

	div#footerright a
	{	
		font-family:Verdana;
		
		font-size:12px;
		
		color:#262f38;
	}

/*================================================================  Div position elements */
	
div#inhoud
{	
	margin:0 auto;
	
	width:952px;
}

div#content
{
	width:600px;
	
	padding:0px 15px 150px 15px;
	
	font-family:Verdana;
	
	float:left;
	
	color:#262f38;
}

div#nieuws
{
	padding:0px 15px 100px 0px;
	
	float:right;
	
	width:300px;
	
	height:inherit;
}

	div#nieuws h2
	{
		height:45px;
		
		font-family:Gill Sans MT;
		
		font-size:30px;
		
		text-indent:-3;
		
		font-weight:100;
	}

	div.nieuwsitem
	{
		width:260px;
		
		margin:18px 18px 18px 18px;
		
		padding:0px 0px 18px 0px;
		
		border-bottom:1px solid #95999c;
	}
		
	div.nieuwsitem a
	{
		font-family:Verdana;
		
		font-weight:bold;
		
		font-size:14px;
		
		color:#262f38;
	}

	div.nieuwsitem p span
	{
		color:#475058;
		
		display:block;
		
		margin:0px 0px 10px 0px;
	}
	
	div.nieuwsitem p
	{
		font-family:Verdana;
		
		font-weight:normal;
		
		font-size:12px;
		
		color:#475058;
	}
	

#navigatie_div
{
	margin:0 auto;
	
	width:952px;
	
	height:33px;
	
	line-height:33px;
		
	background-color:#262f38;
	
	border-top:1px solid #e4e5e5;
	
	border-bottom:1px solid #e4e5e5;	
}

/*================================================================  Naviagation */

div#bgd
{
	position:absolute;
	
	overflow:hidden;
		
	width:952px;
	
	height:277px;
	
	z-index:10;
	
	
	background-image:url(../img/site/header.jpg);
	
	background-repeat:repeat-y;
	
	background-position:center;
}

#logo
{
	width:952px;
	
	height:107px;
}


#top
{
	position:absolute;
		
	width:952px;
	
	height:277px;
	
	z-index:20;
}


div#header
{
	margin:0 auto;
	
	width:952px;
	
	height:277px;
}

#navigatie
{
	position:absolute;
		
	display:block;
	
	clear:both;
	
	padding:0px;
		
	text-align:left;
	
	list-style-type:none;
	
	text-align:center;
	
	margin:0 auto;
}

#navigatie li
{
	float:left;
}

#navigatie .actief
{
	background-color:#484848;
}

#navigatie li a
{
	text-decoration:none;
	
	font-size:15px;
	
	font-family:Trebuchet MS;
	
	color:#FFFFFF;
	
	line-height:33px;
	
	display:block;
	
	text-align:center;
	
	padding:0px 15px 0px 15px;
}

	#navigatie li a:hover
	{
		background-color:#c7c8c9;
		
		color:#484848;
	}

#navigatie li ul
{
	position:absolute;
	
	z-index:300;
	
	line-height:33px;
	
	margin:0px;
	
	padding:0px;
}

#navigatie li ul li
{ 
  	width:160px;
	
	line-height:33px;
	
	float:none;
	
	background-color:#c7c8c9;
}

#navigatie li ul li a
{
	text-decoration:none;
	
	font-size:15px;
	
	font-family:Trebuchet MS;
	
	color:#323b43;
	
	line-height:33px;
	
	display:block;
	
	text-align:left;
			
	border:2px solid #c7c8c9; 
}

#navigatie ul li a:hover
{
	background-color:#2c3439;
	
	color:#FFFFFF;	
	
	border:2px solid #c7c8c9; 
}

/*================================================================  Content */

div#content p
{
	font-family:Verdana;
	
	line-height:20px;
	
	font-size:12px;
	
	color:#57533e;
}

div#content h1
{
	height:45px;
	
	font-family:Gill Sans MT;
	
	font-size:30px;
	
	text-indent:-3;
	
	font-weight:100;
}

div#content h2
{
	height:26px;
	
	font-family:Gill Sans MT;
	
	font-size:22px;
	
	text-indent:-3;
	
	font-weight:100;
}

div#content span
	{
		color:#666666;
		
		font-size:17px;
		
		font-weight:normal;
	}

div#content u , div#content em
{
	text-decoration:none;
	
	font-style:italic;
}

div#content a
{
	font-size:12px;
	
	color:#605f5a;
	
	font-weight:bold;
}

div#content li
{
	line-height:18px;
	
	padding:1px 0px 1px 10px;
	
	margin:0px 0px 0px 30px;
	
	font-size:13px;

	color:#605f5a;
}

div#content ul
{
	line-height:18px;
	
	padding:0px 0px 0px 0px;
	
	margin:5px 0px 5px 10px;
	
	font-size:12px;
	
	list-style:circle;
}

div#content ol
{
	line-height:18px;
	
	padding:0px 0px 0px 0px;
	
	margin:5px 0px 0px 10px;
	
	font-size:12px;
}

div#content a
{	
	font-weight:bold;
}

div#content img
{
	margin:4px;
	
	padding:2px;

	background-color:#FFFFFF;
}

div#content #melding
{
	padding:10px 0px 10px 0px;
	
	width:400px;
}

div#diensten
{
	width:600px;
	
	margin:0px 0px 0px 0px;
}

div.dienst
{
	margin:15px 15px 15px 15px;
	
	width:86px;
	
	height:93px;
	
	float:left;
}

div.dienst a
{
	width:86px;
	
	height:93px;
	
	display:block;
	
	text-align:center;
	
	text-decoration:none;
}

div.dienst a img
{
	border:0px;
}
/*================================================================  Slide */
	
div#Slider
{
	width:942px;
	
	height:378px;
	
	background-image:url(../img/site/slide.jpg);
	
	background-repeat:no-repeat;
	
	font-family:Verdana;	
	
	overflow:hidden;
	
	margin:0px 0px 0px 20px;
	
	padding:0px 0px 15px 0px;
}
	div#SliderOverlay
	{
		position:absolute;
		
		z-index:200;
	}
	
	div#mySlides
	{
		width:942px;
		
		height:300px;
		
		display:block;
		
		overflow:hidden;
	}
	
	div.Slide
	{
		width:942px;
		
		height:300px;
		
		display:block;
		
		overflow:hidden;
		
		padding:7px 0px 0px 0px;
	}
		div.Slide img
		{
			float:left;
			
			padding:0px 10px 0px 0px;
		}
		
		div.SlideText
		{		
		
			float:left;
			
			padding:0px 10px 0px 0px;
			
			width:440px;
			
			height:300px;
			
			overflow:hidden
		}
		
		div.Slide h2
		{
			padding:20px 0px 0px 0px;
			
			font-weight:normal;
			
			font-size:16px;
			
			color:#605f5a;
		
			letter-spacing: -1px;
		}
		
		div.Slide h1
		{
			padding:20px 0px 0px 0px;
			
			font-weight:normal;
			
			font-size:26px;
			
			color:#605f5a;
		
			letter-spacing: -1px;
		}
		
		div.Slide p
		{
			line-height:13px;
			
			font-size:11px;
			
			color:#57533e;
		}
				
div#myController
{
	width:885px;
	
	height:70px;
						
	margin:8px 0px 0px 31px;
}

	div#myController span
	{
		display:block;
		
		width:98px;
		
		height:50px;
		
		float:left;
		
		cursor:pointer;
		
		background-image:url(../img/site/slidebutton.gif);
		
		background-repeat:no-repeat;
		
		background-position:right;
	}
	
	div#myController p
	{
		display:block;
		
		width:98px;
		
		height:50px;
		
		padding:0px 0px 0px 10px;	
		
		font-size:11px;
		
		font-family:Century Gothic;

		font-weight:bold;
		
		text-align:left;
		
		color:#f1f6f5;
	}
	
	div#myController b
	{
		color:#9fd0ec;		
		
		cursor:pointer;
	}
	
	#myController .jFlowSelected
	{
 		background-image:url(../img/site/slidebuttonup.gif);
	}

	
	div#myController span:hover
	{		
			cursor:pointer;
	}
	

div#slide p
{
	line-height:22px;
	
	font-size:13px;
	
	color:#57533e;
}

/*================================================================  Other */

.left
{
	float:left;
		
	font-size:11px;
	
	color:#939598;	
}

.right
{
	float:right;
		
	font-size:11px;
	
	color:#939598;	
}

fieldset
{
	border:solid 1px #999999;
					
	margin:10px 0px 10px 0px;
	
	width:380px;
	
	padding: 0px 10px 10px 10px;	
}

fieldset legend
{
	font-weight:bold;		
	
	padding:2px 5px 2px 5px;
	
	margin:10px 0px 10px 0px;	
}
	 
fieldset li
{
	padding:5px 0px 0px 0px;
	
	margin:0px 0px 0px 20px;
}

.input
{
	width:300px;
	
	border:1px solid #d6d6d6;
	
	padding:3px;
	
	font-size:11px;
}

.textarea
{
	width:300px;
	
	border:1px solid #d6d6d6;
	
	height:150px;
	
	padding:3px;
	
	font-size:11px;
}

.button
{
	clear:both;
	
	cursor:pointer;
	
	width:100px;
	
	height:20px;
	
	float:left;
	
	line-height:10px;
	
	text-align:center;
	
	background-image:url(../img/site/button.gif);		
	
	background-repeat:no-repeat;
}	

/*================================================================ contactform */

	div#contactform
	{
		margin:22px 0px 5px 20px;

	}

	div#contactform dl dt
	{
		width:350px;
		
		margin:2px 0px 5px 2px;
		
		float:left;
	}
	
	div#contactform dl dd
	{		
		width:80px;
		
		margin:2px 0px 12px 0px;
		
		float:left;
		
		clear:left;
		
		color:#6d6e6b;
			
		line-height:16px;
		
		font-size:11px;	
	}

	div#contactform dl dd b
	{
		line-height:16px;
		
		font-family:Cambria;
		
		font-size:12px;
		
		color:#777777;
	}
		
	
	div#contactform dl dt
	{
		width:350px;
		
		margin:2px 0px 5px 2px;
		
		float:left;
	}
	
	div#contactform dl dd
	{		
		width:80px;
		
		margin:2px 0px 12px 0px;
		
		float:left;
		
		clear:left;
		
		color:#6d6e6b;
			
		line-height:16px;
		
		font-size:11px;	
	}

	div#contactform dl dd b
	{
		line-height:16px;
		
		font-family:Cambria;
		
		font-size:12px;
		
		color:#777777;
	}
		
	div#contactform .input
	{
		width:300px;
		
		border:1px solid #d6d6d6;
		
		padding:3px;
		
		font-size:11px;
	}
	
	div#contactform .textarea
	{
		width:300px;
		
		border:1px solid #d6d6d6;
		
		height:150px;
		
		padding:3px;
		
		font-size:11px;
	}
	
	.button
	{
		clear:both;
		
		cursor:pointer;
		
		width:100px;
		
		height:20px;
		
		float:left;
		
		line-height:10px;
		
		text-align:center;
		
		background-image:url(../img/site/button.gif);
		
		background-repeat:no-repeat;
	}	


/*================================================================ lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	


	
/*================================================================ Agenda */

div#agenda
{	
	margin:20px 20px 0px 0px;
	
	padding:5px 0px 0px 0px;
	
	width:239px;
	
	height:222px;
	
	float:right;
	
	background-color:#e9e5cf;
}

div#kalender
{
	height:125px;

	width:210px;
	
	margin:0 auto;
	
	text-align:center;
	
	margin-top:45px;
}
	div#kalender ul
	{
		padding:0px 0px 20px 0px;
	}
	
	div#kalender ul li
	{	
		list-style:none;
		
		float:left;
			
		height:13px;
		
		width:30px;
		
		text-align:center;
		
		font-family:Arial, Helvetica, sans-serif;
		
		font-size:14px;
		
		font-weight:bold;
		
		color:#5f5d58;
	}
	
	div#maand
	{
		height:18px;
		
		line-height:18px;
		
		margin-top:8px;
		
		width:155px;
		
		margin:0 auto;
	}
	
	div#maand span
	{			
		font-family:tahoma;
		
		font-size:14px;
		
		font-weight:bold;
		
		float:left;
		
		line-height:12px;
						
		text-align:center;
		
		text-decoration:none;
	}
	
	div#maand
	{			
		font-size:11px;
		
		font-family:Arial;
		
		color:#808c8e;
		
		font-weight:bold;
		
		display:block;
		
		float:left;		
		
		width:115px;
		
		text-align:center;		
	}

		
	div#kalender a
	{
		list-style:none;
		
		float:left;
		
		margin:5px 2px 0px 2px;
			
		height:18px;
		
		line-height:18px;
		
		width:26px;
		
		text-align:center;
		
		font-family:Tahoma;
		
		font-size:15px;
		
		font-weight:bold;
		
		color:#5f5d58;
		
		text-decoration:none;
	}
	
	div#kalender a span
	{
		list-style:none;
		
		float:left;
					
		height:18px;
		
		line-height:18px;
		
		width:26px;
		
		text-align:center;
		
		font-family:Tahoma;
		
		font-size:15px;
		
		font-weight:bold;
		
		color:#999999;
		
		background-color:#ddd7c2;
	}
	
	div#kalender b
	{
		list-style:none;
		
		float:left;
				
		height:18px;
		
		line-height:18px;
		
		width:26px;
		
		text-align:center;
		
		font-family:Tahoma;
		
		font-size:15px;
		
		font-weight:bold;
		
		color:#83944f;
	}
	

	div#kalender a:hover,
	div#kalender a:hover b
	{	
		background-color:#83944f;
		
		color:#ffffff;
	}

/*================================================================ sIFR */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

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

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*================================================================ select.js */

 
    select 
	{
      display: block;
	  
      width: 219px;
	  
	  height:27px;
	  
	  font-family:tahoma;
	  
	  font-weight:bold;
	  
	  font-size:14px;
    }
	
    select.replaced 
	{
      width: 1px;
	  
      position: absolute;
	  
      left: -999em;
    }
	
    ul.selectReplacement 
	{ 
      padding: 0;
	  
      height: 1.65em;
	  
      width: 300px;
	  
      position: relative;
	  
      z-index: 1000;
	 	  	 	
	  margin:4px 0px 0px 10px;
    }
	
    ul.selectFocused 
	{
      background-image: url(top-focus.jpg);
    }
	
    ul.selectReplacement li 
	{ 
      cursor: pointer;
	  
      display: none;
	  	  
      list-style: none;
 
	  background-color:#ddd7c2;
	  
	  color:#c1bdac;

 	  width:200px;	 
	  
	  height:27px;
	  
	  line-height:27px;
	  
	  font-family:tahoma;
	  
	  font-weight:bold;
	  
	  font-size:14px;
	  
	  padding:0px 10px 0px 10px;
    }
	
    ul.selectOpen li 
	{
      display: block;
    }
	
    ul.selectReplacement li.selected 
	{
       	background-image:url(../img/site/select.gif);
	   
	   	background-repeat:no-repeat;
		
		background-position:right;
	 
      	background-color:#ddd7c2;
	  
      	display: block;
    }
	
    ul.selectOpen li.selected
	{
      background: #5f5d58;
	  
      border: 0;
	  
      display: block;
    }
	
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover
	{
      background: #5f5d58;
      color: #fff;
    }
