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

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

.search
{
	background-color:#6cb3e6;
	
	color:#FFFFFF;
}

a
{
	font-family:Tahoma;
	
	font-size:12px;
	
	color:#80bde9;
	
	font-weight:bold;
	
	text-decoration:none;
}

ul
{
	list-style:none;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Trebuchet MS;
	
	font-style:italic;
	
	color:#6cb3e6;
}

p
{
	font-family:Tahoma;
	
	color:#717171;
	
	font-size:14px;

	line-height:20px;
	
	margin:7px 0px 0px 0px;
	
	font-weight:normal;	
}

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

html
{
	height:100%; 
	
	max-height:100%; 
	
	width:100%;
	
	background-color:#ffffff;
	
	background-image:url(../img/site/html.gif);
	
	background-position:top;
	
	background-repeat:repeat-x;
}

body
{
	height:100%;
	
	max-height:100%; 
	
	width:100%;	
}

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

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

	padding:0px;
	
	margin:0px;
			
	background-image:url(../img/site/footer.gif);
	
	background-position:bottom;
	
	background-repeat:repeat-x;
	
	float:left;
} 

* html div#container 
{
	height:100%; 				/*		ONLY IE6: treaded as min-height	 */
}

div#footer
{
	position:absolute;
	
	width:100%;
	
	clear:both;
	
	float:left;
		
	bottom:0; 						 /*		stick to bottom */ 
	
	text-align:center;
	
	height:30px;
	
	line-height:30px;
	
	padding:0px 0px 0px 0px;
	
	bottom:0;
}

div#footer *
{
	font-family:Calibri;
	
	font-size:12px;
	
	line-height:30px;
	
	color:#d1e0e9;
	
	font-weight:normal;
}

div#footer p
{
	margin:0 auto;
	
	width:955px;
	
	height:30px;
	
	line-height:30px;
}

div#footer p span a
{
	text-decoration:none;
}

div#footer p span b
{
	font-weight:normal;
	
	color:#FFFFFF;
}

.footerleft
{
	height:30px;
	
	display:block;
	
	float:left;
	
	line-height:30px;
	
	padding:0px 0px 0px 20px;
}

.footerright
{	
	height:30px;
	
	display:block;

	float:right;
	
	line-height:30px;
	
	padding:0px 20px 0px 0px;
}

/*================================================================  Div position elements */

div#logo
{	
	margin:15px 0px 0px 0px;
	
	float:left;
}

div#search
{	
	margin:28px 0px 0px 0px;
	
	float:right;
	
	width:280px;
}
	
div#header
{	
	width:954px;
	
	height:80px;
	
	margin:0 auto;
}

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


div#content-left
{
	float:left;
	
	width:33%;	
	
	margin:0px 15px 40px 0px;
}

div#content
{
	float:right;

	width:65%;
	
	margin:0px 0px 50px 0px;
}
	
div.content-item
{	
	float:left;
	
	clear:both;
	
	width:100%;
}
	
	h1
	{
		font-family:Trebuchet MS;
		
		font-style:italic;
		
		font-weight:normal;
		
		color:#6cb3e6;
		
		font-size:24px;
		
		margin:13px 0px 10px 0px;
						
		line-height:31px;
	}

	.line
	{
		border-bottom:1px solid #dfdfdf;
		
		width:100%;
		
		height:1px;
	}
	
	div.content-item ul, div.content-item ol
	{
		list-style:circle;
	
		line-height:16px;
		
		margin:10px 0px 0px 40px;
		
		font-family:Tahoma;
		
		color:#717171;
		
		font-size:14px;

	}
	
	div.content-item span
	{		
		margin:7px 0px 0px 0px;
		
		font-family:Tahoma;
		
		font-size:14px;

		line-height:20px;
		
		margin:7px 0px 0px 0px;
		
		font-weight:normal;	
		
		width:665px;
		
		color:#717171;
	}
		
	div.content-item p
	{
		font-family:Tahoma;
		
		color:#717171;
		
		font-size:14px;

		line-height:20px;
		
		margin:7px 0px 0px 0px;
		
		font-weight:normal;	
		
		width:665px;
	}
		
	div.content-item a
	{
		color:#527fa6;
		
		text-decoration:underline;
	}

	div.content-item a:hover
	{
		color:#2767a9;
	}
	
	div.content-item a:visited 
	{
		color:#757575;
	}
	
	div.content-item dl
	{	
		width:500px;
	}
	
	div.content-item dl dd
	{
		float:left;
		
		width:60px;
		
		clear:left;	
	}
	
	div.content-item dl dt
	{
		float:left;

		width:440px;
		
		margin:10px 0px 0px 0px;
	}
		
	div#extra-item
	{
		float:left;
		
		width:100%;
		
		height:144px;
		
		border-bottom:1px solid #dfdfdf;	
	}
	
	div#extra-item-inner
	{
		width:475px;
		
		margin:0px 0px 0px 180px;

		float:left;

		background-image:url(../img/site/border.gif);
		
		background-repeat:repeat-x;
	}
		
	div#extra-item-inner h1
	{		
		float:right;
		
		clear:both;
		
		margin:20px 0px 0px 0px;
	}

	div#extra-item-inner p
	{
		float:right;
		
		clear:both;
		
		width:400px;
		
		text-align:right;
	}

	div#extra-item-inner a
	{
		float:right;
		
		clear:both;
		
		width:400px;
		
		text-align:right;
		
		margin:3px 0px 0px 0px;
	}
	
	div#sponsors
	{
		float:left;
		
		width:630px;
		
		display:block;
				
		clear:left;
		
		height:40px;
		
		padding:20px 0px 20px 26px;
	}
	
	div#sponsors a
	{
		float:left;
		
		margin:0px 10px 0px 10px;
	}
	
/*================================================================  Navigation */

div.subnavigatie
{
	width:954px;
	
	height:35px;
	
	margin:0 auto;
}

div.subnavigatie ul
{
	list-style:none;
			
	height:35px;
	
	line-height:35px;
		
	width:954px;
	
	margin:0 auto;
	
	overflow:hidden;
}

div.subnavigatie ul *
{
	color:#ffffff;
}

div.subnavigatie ul li
{
	height:35px;
	
	line-height:35px;

	float:left;
}

div.subnavigatie ul li a
{
	height:38px;
	
	line-height:38px;

	font-size:12px;
	
	font-weight:normal;
	
	font-family:Trebuchet MS;
		
	color:#4f4f4f;
		
	text-align:center;
	
	display:block;
	
	padding:0px 24px 0px 24px;
}


div#navigatie
{
	width:954px;
	
	height:45px;
	
	margin:0 auto;
}	

div#navigatie ul
{
	list-style:none;
			
	height:47px;
	
	line-height:47px;
		
	width:954px;
	
	margin:0 auto;
	
	overflow:hidden;
}

div#navigatie ul *
{
	color:#ffffff;
}

div#navigatie ul li
{
	height:47px;
	
	line-height:47px;

	float:left;
}

div#navigatie ul li a
{
	height:47px;
	
	line-height:47px;

	font-size:16px;
	
	font-weight:normal;
	
	font-family:Trebuchet MS;
		
	color:#ffffff;
		
	text-align:center;
	
	display:block;
	
	padding:0px 24px 0px 24px;
}

div#navigatie ul .actief a, div#navigatie ul li b
{	
	background-image:url(../img/site/arrow.gif);
	
	background-repeat:no-repeat;
	
	background-position:bottom center;
}

/*================================================================  fotoalbum */

div.bericht
{
	border-bottom:1px solid #dfdfdf;
	
	padding:10px 0px 15px 0px;
}

div.bericht h2
{
	font-size:16px;
}

div.bericht p
{
}

div.fotoalbum-hires
{	
	width:660px;
	
	height:430px;
	
	float:left;
	
	clear:left;
	
	overflow:hidden;
	
	text-align:center;
}

div.fotoalbum-slides
{	
	width:660px;
	
	height:110px;
	
	float:left;
		
	overflow:hidden;
}

div.fotoalbum-thumb
{	
	width:690px;
	
	height:110px;
	
	float:left;
	
	clear:left;
		
	background-color:#f5f5f5;
	
	margin:0px 0px 10px 0px;
}

div.fotoalbum-thumb a
{	
	width:14px;
	
	height:110px;
	
	float:left;
	
	padding:0px;
}
	div.fotoalbum-thumb a img
	{		
		padding:0px;
		
		margin:0px;
	}

div.fotoalbum-thumb slides
{	
	width:410px;
	
	height:10px;
	
	float:left;
}

div.fotoalbum-thumb-item
{
	width:100px;
	
	height:110px;
	
	float:left;
	
	margin:0px 5px 5px 5px;
}
	
	div.fotoalbum-thumb-item a
	{
		width:100px;
		
		height:110px;
		
		display:block;
		
		text-align:center;
	}
	
	div.fotoalbum-thumb-item a img
	{
		width:80px;
		
		margin:5px 0px 0px 0px;
	}

div.fotoalbum-thumb a:hover
{
	background-color:#7cabd0;
}

div#slides
{
	height:110px;
	
	display:block;
}

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

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

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

.left p
{		
	font-size:11px;
	
	color:#939598;
	
	text-align:center;
}

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

	text-align:center;
}


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;
}

.gastenboekinput
{
	width:440px;
	
	height:18px;
	
	border:1px solid #dddddd;
	
	padding:2px;
	
	font-size:14px;
	
	float:left;
	
	font-family:Arial, Helvetica, sans-serif;
}

.gastenboektextarea
{
	width:440px;
	
	height:118px;
	
	border:1px solid #dddddd;
	
	padding:2px;
	
	font-size:14px;
	
	float:left;
	
	font-family:Arial, Helvetica, sans-serif;	
}

.gastenboekbutton
{
	cursor:pointer;
	
	float:left;
	
	line-height:10px;
	
	padding:5px 8px 5px 8px;
	
	text-align:center;

	margin:0px 0px 0px 0px;
}

.input
{
	width:200px;
	
	height:15px;
	
	border:1px solid #dddddd;
	
	padding:2px;
	
	font-size:11px;
	
	float:left;
	
	color:#dddddd;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

.button
{
	cursor:pointer;
	
	width:46px;
	
	height:21px;
	
	float:left;
	
	line-height:10px;
	
	text-align:center;
	
	background-image:url(../img/site/zoek.gif);
	
	margin:0px 0px 0px 10px;
}	

/*================================================================ 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;
	}

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

div.left-div
{	
	width:100%;
	
	float:left;
	
	clear:left;
	
	border-bottom:1px solid #d6d6d6;
}
	
	.news-item
	{	
		width:270px;
		
		float:right;
	}
	
	.news-item p
	{	
		width:270px;
		
		font-size:12px;
		
		float:left;
		
		clear:left;
		
		margin:0px 0px 0px 0px;
		
		line-height:14px;
	}
	
	.news-item span
	{
		font-family:Tahoma;
		
		font-size:13px;
		
		text-transform:none;
		
		font-weight:bold;
		
		font-style:italic;
		
		color:#717171;
		
		line-height:20px;
		
		width:270px;
		
		display:block;
		
		float:left;
		
		clear:left;
		
		margin:-12px 0px 0px 0px;
	}
	
	.news-item h1
	{	
		width:270px;
		
		font-size:20px;
		
		height:20px;
		
		line-height:20px;
		
		float:left;
		
		clear:left;
	}
	
	.news-item a
	{	
		width:260px;
		
		display:block;
		
		text-align:right;
		
		padding:5px 10px 8px 0px;	
		
		float:left;
		
		clear:left;		
	}
	
	.news-item b
	{	
		width:270px;
		
		font-size:20px;
		
		height:60px;
		
		line-height:35px;
		
		float:left;
		
		clear:left;
		
		font-family:Trebuchet MS;
	
		font-style:italic;
		
		text-align:center;
		
		color:#717171;
		
	}

div#agenda
{		
	width:270px;
		
	height:192px;
	
	float:right;
	
	padding:15px 0px 0px 0px;
}

	div#agenda h2
	{
		text-align:right;
	}
	
	div#agenda span
	{
		color:#c0b9a2;
		
		float:right;
	}

	div#agenda ul
	{
		padding:0px 0px 6px 0px;
		
		border-bottom:7px solid #FFFFFF;
		
		display:block;
	}
		
	div#agenda ul li a
	{
		color:#bcbdbd;
		
		font-size:14px;
		
		font-weight:bold;
		
		font-family:Calibri;
		
		text-decoration:none;
		
		display:block;
		
		padding:4px 10px 6px 10px;
		
		margin:2px 0px 2px 0px;
		
		height:14px;
		
		width:100px;
		
		overflow:hidden;
	}
	
	div#agenda ul li a:hover
	{
		background-color:#bcbdbd;
	}
	
	div#agenda  ul .actief a
	{
		background-color:#bcbdbd;
	}

div#kalender
{
	height:115px;

	width:210px;
	
	margin:0 auto;
	
	text-align:center;
	
	margin-top:45px;
}

	div#kalender ul
	{
		padding:0px 0px 10px 0px;
	}
	
	div#kalender ul li
	{	
		list-style:none;
		
		float:left;
			
		height:13px;
		
		width:30px;
		
		color:#717171;
		
		font-size:12px;
		
		font-weight:bold;
		
		font-family:Calibri;
		
		font-variant:small-caps;
		
		text-align:center;
		
		float:left;
	}
	
	div#maand
	{
		height:18px;
		
		line-height:18px;
		
		margin-top:8px;
		
		width:155px;
		
		margin:0px 0px 0px 35px;		
	}
	
	div#maand a
	{
		float:left;
		
		font-family:Trebuchet MS;
	
		font-style:italic;
	
		color:#6cb3e6;
		
		font-size:17px;
		
		margin:0px 5px 0px 5px;
		
		padding:0px 4px 0px 4px;
	}
	
	div#maand span
	{
		float:left;
		
		font-family:Trebuchet MS;
	
		font-style:italic;
	
		color:#6cb3e6;
		
		font-size:17px;
		
		margin:0px 5px 0px 10px;
		
		padding:0px 4px 0px 4px;
		
		width:130px;
		
		text-align:center;
	}
	
	div#maand
	{			
		font-size:11px;
		
		font-family:Arial;
		
		color:#808c8e;
		
		font-weight:bold;
		
		display:block;
		
		float:left;		
		
		width:215px;
		
		text-align:center;
	}

		
	div#kalender a
	{
		list-style:none;
		
		float:left;
		
		margin:5px 2px 0px 2px;
			
		height:15px;
		
		line-height:15px;
		
		width:26px;
		
		text-align:center;
		
		font-family:Arial;
		
		font-size:12px;
		
		font-weight:bold;
		
		color:#bcbdbd;
		
		text-decoration:none;
	}
	
	div#kalender a span
	{
		list-style:none;
		
		float:left;
					
		height:15px;
		
		line-height:15px;
		
		width:26px;
		
		text-align:center;
		
		font-family:Arial;
		
		font-size:15px;
		
		font-weight:bold;
		
		color:#FFFFFF;
		
		background-color:#6cb3e6;
	}
	
	div#kalender b
	{
		list-style:none;
		
		float:left;
				
		height:15px;
		
		line-height:15px;
		
		width:26px;
		
		text-align:center;
		
		font-family:Arial;
		
		font-size:15px;
		
		font-weight:bold;
		
		color:#ffffff;
		
		background-color:#bfbfbf;
	}
	

	div#kalender a:hover,
	div#kalender a:hover b
	{	
		background-color:#bcbdbd;		
		
		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;
    }
