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

.slidetitel
{
	width:150px;
	
	height:12px;
	
	line-height:12px;
	
	font-size:12px;
	
	margin:70px 0px 0px 0px;
	
	text-align:center;
	
	font-family:Calibri;

	color:#676767;
	
	position:absolute;
	
	z-index:90000;
	
	overflow:hidden;
}

span
{
	font-family:Calibri;
		
	font-size:13px;
	
	color:#676767;
}

h2
{
	font-family:Calibri;

	color:#676767;
}

h1
{
	font-family:Calibri;
	
	font-weight:normal;

	color:#385b96;
}

h3
{
	font-family:Calibri;

	color:#676767;
}

h4
{
	font-family:Calibri;

	color:#676767;
}

h5
{
	font-family:Calibri;

	color:#676767;
}

h6
{
	font-family:Calibri;

	color:#676767;
}

p
{		
	font-family:Calibri;
	
	font-size:13px;
	
	color:#61615d;
	
	line-height:20px;
}

a
{
	font-family:Calibri;
	
	font-size:12px;
		
	color:#647fad;
}

a:hover
{
	text-decoration:underline;
}

ul
{
	list-style:none;
	
	font-size:12px;
	
	color:#676767;
}

html
{
	height:100%; 
	
	max-height:100%; 
	
	text-align:center;
	
	margin:0 auto;
	
	background-color:#f7f7f7;		
}

body
{
	height:100%;
	
	max-height:100%; 
	
	background-image:url(../img/site/html_bgd.gif);

	background-repeat:repeat-x;
}

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

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

	background-image:url(../img/site/body_bgd.gif);
}
	* html div#container 
	{
		height:100%; 					/*		ONLY IE6: treaded as min-height	 */
	}

div#footer
{
	width:962px;
	
	margin:0 auto;
	
	position:absolute;
	
	clear:both;
	
	bottom:0; 						 	/*		stick to bottom */ 
	
	text-align:center;
	
	background-color:#f7f7f7;
	
	color:#c3c3c3;
}

	div#footer p
	{						
		background-image:url(../img/site/footer.gif);
		
		background-repeat:no-repeat;
	
		width:962px;
			
		line-height:25px;
		
		font-size:12px;
		
		padding:15px 0px 0px 0px;
		
		color:#c3c3c3;
	}

	div#footer p a, div#footer span
	{						
		font-family:Calibri;
	
		font-size:12px;
	
		color:#c3c3c3;

	}
	
	div#footer p b 
	{
		color:#898989;
	}
	
	div#footer a:hover
	{				
		text-decoration:underline;
		
		font-size:12px;
			
		color:#898989;
	}
	
div#header
{
	width:962px;
	
	height:147px;
	
	background-image:url(../img/site/header.jpg);
	
	background-repeat:no-repeat;
}

div#logo
{
	padding:0px 0px 0px 0px;
	
	float:left;
}

div#left_div
{
	float:left;

	width:202px;
}

div#adres_box
{	
	width:202px;
	
	height:76px;
	
	float:left;
	
	background-color:#f7f7f7;
	
	border-right:1px solid #e1e1e1;
	
	display:block;
}
	div#adres_box p
	{
		margin:4px 0px 0px 18px;
		
		line-height:15px;
		
		font-size:14px;
		
		color:#3c3c3c;
	}
	
	div#adres_box b
	{
		color:#3c3c3c;
		
		font-style:italic;
	}
	
div#agenda_items
{
	background-image:url(../img/site/top_agenda_items.gif);
	
	background-repeat:no-repeat;
	
	background-position:top;
	
	width:202px;
	
	height:76px;
	
	float:left;
	
	display:block;
}

div#inloggen
{
	margin:85px 0px 0px 0px;
	
	float:right;
	
	display:block;
	
	width:360px;
	
	height:50px;
}

	div#inloggen .input
	{
		font-family:Verdana;
		
		width:97px;
		
		padding:2px;
		
		font-size:11px;
		
		margin:0px 0px 0px 2px;
	}
	
	div#inloggen .inlogbutton
	{
		font-family:Calibri;

		cursor:pointer;
		
		width:100px;
		
		height:20px;
		
		float:left;
		
		text-align:center;
		
		background-image:url(../img/site/inlogbutton.gif);
		
		background-repeat:no-repeat;
		
		margin:1px 0px 0px 0px;
	}	
	
	div#inloggen dl dd
	{
		width:120px;
		
		height:25px;
		
		display:block;
				
		float:left;
	}
	
	div#inloggen dl dt
	{
		width:120px;
		
		height:25px;
		
		display:block;
				
		float:left;
		
		clear:left;
	}

	div#inloggen dl dt p, div#inloggen dl dd p 
	{
		width:110px;
		
		height:14px;
		
		font-size:10px;
		
		margin:8px 0px 0px 0px;
		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		
		color:#225397;
	}
	
	div#inloggen #logged
	{
		margin:8px 5px 0px 0px;
		
		height:29px;
		
		line-height:25px;
		
		display:block;
	
		font-size:13px;
		
		font-weight:normal;
		
		font-family:Cambria;
		
		text-align:right;
		
		color:#666666;
		
		text-decoration:none;
	}


div#navigatie
{	
	clear:both;
	
	background-color:#f7f7f7;
	
	float:left;
	
	padding:10px 0px 0px 0px;
}

div#navigatie ul
{
	list-style:none;
	
	width:203px;
	
	display:block;
}

div#navigatie ul li
{
	width:203px;
	
	height:29px;
				
	display:block;
	
	float:left;
		
	background-color:#f7f7f7;

	background-image:url(../img/site/navi_bgd_up.gif);
	
	background-repeat:repeat-y;
	
	background-position:right;
}

div#navigatie ul li a
{	
	width:203px;
	
	height:29px;
	
	line-height:25px;
	
	display:block;

	font-size:14px;
	
	font-family:Calibri;
	
	color:#676767;
	
	text-align:left;

	font-size:13px;
	
	text-decoration:none;
}

div#navigatie ul li a:hover
{
	text-decoration:underline;
}

div#navigatie ul #actief a , div#navigatie ul li a
{
	margin:0px 0px 0px 15px;
	
	line-height:30px;
	
	width:188px;
	
	height:30px;
}

div#navigatie ul #actief
{		
	background-image:url(../img/site/navi_bgd.gif);
	
	background-position:center bottom;
	
	background-repeat:no-repeat;
	
	color:#595959;
	
	font-weight:bold;
}

div#inhoud
{
	width:735px;
	
	margin:0px 0px 80px 20px;
		
	float:left;
}

div#inhoud p
{
	line-height:20px;
}

div#inhoud h1
{	
	font-size:34px;
	
	height:60px;
	
	width:714px;
	
	background-image:url(../img/site/h2_back.gif);
	
	padding:0px 0px 0px 0px;
	
	margin:5px 0px 0px 5px;
}

div#inhoud u , div#inhoud em
{
	font-family:Cambria;
	
	font-size:12px;
	
	color:#777777;
	
	text-decoration:none;
	
	font-style:italic;
}

div#inhoud a
{
	font-family:Cambria;
	
	font-size:12px;
	
	color:#e18744;
	
	font-weight:bold;
}

div#inhoud p
{
	line-height:18px;
	
	padding:5px 0px 0px 0px;
	
	font-family:Cambria;
	
	font-size:13px;
	
	color:#777777;

}

div#inhoud li
{
	line-height:18px;
	
	padding:2px 0px 0px 0px;
	
	margin:0px 0px 0px 10px;
	
	font-family:Cambria;
	
	font-size:13px;
}

div#inhoud ul
{
	line-height:18px;
	
	padding:10px 0px 0px 0px;
	
	margin:0px 0px 0px 10px;
	
	font-family:Cambria;
	
	font-size:12px;
	
	color:#647fad;
	
	list-style:circle;
}

div#inhoud ol
{
	line-height:18px;
	
	padding:0px 0px 0px 0px;
	
	margin:0px 0px 0px 25px;
	
	font-family:Cambria;
	
	font-size:12px;
	
	color:#647fad;
}

div#inhoud a
{	
	font-weight:bold;
	
	color:#647fad;
}

div#content_center img
{
	background-color:#f5f5f5;
	
	border:1px solid #d8d8d8;
	
	padding:6px;
	
	margin:0px 5px 5px 0px;
}

p img
{
	background-color:#f5f5f5;
	
	border:1px solid #d8d8d8;
	
	padding:6px;
	
	margin:0px 5px 5px 0px;
}

	div.news_item
	{
		padding:20px 0px 10px 0px;
		
		width:720px;
		
		display:block;
		
		float:left;
		
		clear:both;
	}

	div.news_item h2
	{
		font-size:20px;
	
		color:#647fad;
	}

div#content
{
	padding:0px 0px 20px 0px;
}

div#content #melding
{
	padding:10px 0px 10px 0px;
	
	width:400px;
}
	.left
	{
		float:left;
	}
	
	.right
	{
		float:right;
	}

	div#form
	{
		width:360px;
		
		padding:0px 0px 0px 20px;
	}
	
	div#form dl
	{
		margin:15px 0px 20px 0px;
	}
	
	div#form dl dt
	{
		width:615px;

		margin:2px 0px 5px 2px;
		
		float:left;
	}
	
	div#form dl dd
	{		
		width:100px;
		
		float:left;
		
		clear:left;
		
		color:#6d6e6b;
			
		line-height:16px;
		
		font-size:11px;	
	}

	div#form dl dd b
	{
		line-height:16px;
		
		font-family:Cambria;
		
		font-size:12px;
		
		color:#777777;
	}

	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:600px;
		
		border:1px solid #d6d6d6;
		
		padding:2px;
		
		font-size:11px;
	}
	
	.textarea
	{
		width:600px;
		
		border:1px solid #d6d6d6;	
		
		height:400px;
		
		padding:2px;
		
		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;
		
		font-family:Calibri;
	}	
	
/*================================================================ Leden */

div.leden_items
{
	width:210px;
	
	height:160px;
	
	float:left;
	
	padding:5px;
	
	margin:10px;
	
	background:#ebebeb;
}

div.leden_items:hover
{
	background-color:#c3ccdc;
}

div.leden_item
{
	width:200px;
	
	height:150px;
	
	padding:5px;
	
	background:#FFFFFF;
}

div.leden_item p
{
	width:200px;

	display:block;
	
	float:left;
}



/*================================================================ Slide */

div#Slider
{
	width:705px;
	
	height:142px;
	
	background-image:url(../img/site/slide.jpg);
	
	margin:15px 0px 0px 0px;
	
	padding:0px 0px 0px 7px;
	
	overflow:hidden;
}
	div.slide
	{
		width:700px;

		height:60px;
	}
	
	div.slide div.slide_img
	{
		width:160px;

		height:91px;
		
		background-image:url(../img/site/slide_img.jpg);
			
		float:left;
		
		padding:10px 0px 0px 8px;
		
		margin:9px 7px 0px 0px;
		
		overflow:hidden;
	}
	
	div.slide div.slide_img img
	{
		max-width:130px;
		
		max-height:60px;
		
		margin:0 auto;
	}	
	
	* html div.slide div.slide_img
	{	
		padding:10px 0px 0px 7px;
		
		width:160px;

		height:91px;		
	}
		
	div.slide_img a
	{
		width:150px;

		height:80px;
		
		display:block;
		
		overflow:hidden;
		
		cursor:pointer;
		
		text-align:center;		
	}

div#myController
{
	width:712px;
	
	height:42px;
	
	padding:0px 0px 0px 10px;
	
}

	div#myController span
	{
			display:block;
			
			width:22px;
			
			height:16px;
			
			float:left;
			
			font-size:11px;
			
			font-family:Century Gothic;
	
			font-weight:bold;
			
			text-align:center;
			
			color:#758092;
			
			cursor:pointer;
	}
	
	div#myController span:hover
	{	
			background-image:url(../img/site/slider.gif);
			
			cursor:pointer;
	}





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


div#calendar_box
{	
	width:202px;
	
	height:164px;
	
	background-image:url(../img/site/calendar.jpg);
	
	background-repeat:no-repeat;
	
	background-color:#f7f7f7;
	
	float:left;
}

div#kalender
{
	height:130px;

	width:170px;
	
	margin:0 auto;
	
	text-align:center;
	
	margin-top:8px;
}

	div#maand
	{
		height:20px;
		
		line-height:25px;
		
		padding:8px 0px 0px 0px;
		
		width:170px;
		
		margin:0 auto;				
	}
	
	div#maand a
	{			
		font-size:12px;
		
		font-family:Arial;
		
		color:#f0c1b6;
		
		display:block;
		
		font-weight:bold;
		
		float:left;
		
		width:20px;
						
		text-align:center;
		
		text-decoration:none;
	}
	
	div#maand span
	{			
		font-size:10px;
		
		font-family:Arial;
		
		color:#808c8e;
		
		font-weight:bold;
		
		display:block;
		
		float:left;		
		
		width:120px;
		
		text-align:center;
	}
	
	div#kalender li
	{
		list-style:none;
		
		float:left;
		
		text-align:center;
		
		height:18px;
		
		width:24px;
		
		font-size:10px;
		
		font-family:Arial;
		
		color:#808c8e;
		
		font-weight:bold;
	}
		
	div#kalender a
	{
		display:block;
		
		text-align:center;
		
		width:24px;
		
		height:17px;
		
		font-size:11px;
		
		font-family:Century Gothic;

		font-weight:bold;
		
		color:#929292;
		
		float:left;
		
		text-decoration:none;
	}
	
	div#kalender a span
	{
		display:block;
		
		width:24px;
		
		height:16px;
		
		text-align:center;
		
		background-image:url(../img/site/today.gif);
	}
	
	div#kalender b
	{
		font-size:11px;

		font-weight:bold;
		
		color:#FFFFFF;	
		
		display:block;
		
		width:24px;
		
		height:16px;
		
		text-align:center;
				
		background-image:url(../img/site/select.gif);
	}
	
	div#kalender a:hover
	{
		background-image:url(../img/site/hover.gif);
		
		text-decoration:none;
		
		color:#666666;
	}
					
/*================================================================ sIFR */
/*
.sIFR-hasFlash h1
{
	line-height:20px;
	visibility:hidden;
	height:60px;
	font-size:13px;
}

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