
/* --- Nieuws Agenda Deelnemers --- */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 18px;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* --- SITE DEFAULTS --- */

html {
	overflow-y: scroll;	/* toont in FF altijd een scrollbar zodat gecentreerde site niet steeds verspringt. CSS3 */
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0A3923;
}

body {
	font-size: 0.8em;
	background: url(../images/bg_site.gif) #1fa5c4 repeat-x 0 0;
}


html {
	overflow-y: scroll;	/* Toont in Firefox altijd een scrollbar. Gecentreerde site verspringt niet steeds. CSS3 */
}

p {
	margin: 0;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #E27308;
	background: url(../images/ic_boomGroot2.gif) transparent no-repeat 0 50%;
	padding: 14px 0 0 43px;
	margin: 0 0 18px;
	clear: both;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #E27308;
	padding: 10px 0 8px;
	margin: 0;
	clear: both;
}
h3 {
	color: #E27308;
	font-weight: bold;
	padding: 14px 0 0;
	margin: 0;
	clear: both;
}

a {
	text-decoration: underline;
	color: #E27308;
	cursor: pointer;
}

a:hover, a:focus, a:active {
	color: #0A3923;
	cursor: pointer;
}

/* a:visited {
	color: #E27308;
} */

a img, :link img, :visited img {
	border: 0;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

img.alignLeft {
	display: block;
	margin: 0 14px 0 0;
}

img.alignRight {
	display: block;
	margin: 0 0 0 14px;
}
* html img.alignRight {
	margin-right: 4px;
}

strong, b {
	font-weight: bold;
	color: #E27308;
}

em {font-style: italic;}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #972A13;
	width: 100%;
	text-align: left;
}

.offScreen {
	position: absolute;
	left: -9999px;
}

/* = = = de site = = = */

#container {
	position: relative;   
	margin: 0;
	padding: 0;
	background: url(../images/bg_container.gif) transparent repeat-y 50% 0;
/*	min-height: 100%; */
}

* html #container {
/*	height: 100%; */
	background: url(../images/bg_container.gif) transparent repeat-y 50% 0;
}


#top {		
   margin: 0;
   padding: 0;   
   clear: both;
}

.site {
   width: 961px;  /* 973px */   		/* breedte van de site wordt hier bepaald */
   margin: 0 auto;
   padding: 6px 6px 8px;
   background-color: #fff;
   overflow: hidden;
}

/* = = = header met hoofdmenu = = = */
#header {
	float: left;
	height: 176px;
	width: 960px;
	margin: 0;
	padding: 0;
	background: url(../images/bg_header.gif) #ffffff no-repeat top left;
	clear: both;
}
		
	div#hoofdMenu {
	width: 960px;
	height: 58px;
	float: left;
	margin: 118px 0 0;
	z-index: 100;
	}
	html>body div#hoofdMenu {
		height: auto;
		min-height: 58px;
	}
	
		ul { 
		   margin: 0; 
		   padding: 0; 
		   list-style-type: none; 
		} 
		
		ul#mainNav li {
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
		} 
		
		#mainNav li.first {
			padding-left: 13px;
		}
		
			#mainNav li a:hover,
			#mainNav li.active a {
				color: #fff;
			}
		
		#mainNav li.over {
			height: 58px;
		}
			#mainNav li a {
				display: block;
				color: #BCDC82;
				padding: 5px 15px 5px;
				margin-top: 31px;
				font-size: 1.25em;
				font-weight: normal;
				text-decoration: none;
			} 
			#mainNav li.over:hover,
			#mainNav li.active {
				background: url(../images/boom_a.gif) transparent no-repeat 10px 1px;			
			}
						
				#mainNav li ul {
				 position: absolute; 
				 display: none; 
				 clear: both;
				 width: 144px;
				 border: 4px solid #fff;
				 border-top: none;
				 /* background: url(../images/bg_submenu.gif) transparent no-repeat bottom left;  */
				 margin-bottom: 6px;
			  } 
			   
			  #mainNav li:hover ul, #mainNav li.jsHover ul { 
				 display: block;
				 margin-left: 0;
			  } 
			   
				 #mainNav li li { 
					float: none; 
					background-color: #E9FAFF;
				 }
				 
				 #mainNav li li a,
				 #mainNav li.active li a {
				 	font-size: 0.9em;
					font-weight: bold;
					color: #0A7440;
					text-decoration: none;
					padding-bottom: 2px;
					padding-left: 12px;
					margin: 0;
					background: #E9FAFF url(none);
					width: 117px; /* 144px */
					border-bottom: 1px dotted #94B4A3;
				 }
				 * html #mainNav li li a,
				 * html #mainNav li.active li a{ width: 115px;}
				 
				 #mainNav li li a:hover,
				 #mainNav li.active li a:hover {
					color: #0A7440;
					background-color: #ECECEC;
				 }
				 #mainNav li.active li.active a:hover,
				 #mainNav li.active li.active a {
					color: #99cc33;
					background-color: #ECECEC;
				 }


/* = = = body = = = */
#contentBreed {		/* wordt gebruikt voor Googlemap */
	width: 921px; /* 960px */
	height: 450px;
	float: left;
	clear: both;
	/* margin-top: 15px; */
	padding: 15px 25px 45px 14px;
	background-color: #F3FCE2;
	}
	html>body div#contentBreed {
		height: auto;
		min-height: 450px;
	}

#wrapNwsAg {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #F3FCE2;
}
	.nws {background: url(../images/bg_kolNws.gif) #F3FCE2 repeat-y 0 0;}
	.ag {background: url(../images/bg_kolAg.gif) #F3FCE2 repeat-y 0 0;}
	.alg {background: url(../images/bg_kolAlg.gif) #F3FCE2 repeat-y 0 0;}

	#NwsAgBottom {
		float: left;
		clear: both;
		width: 100%;
		height: 41px;
		padding-bottom: 45px;
	}
	.nwsBot {background: url(../images/bg_kolNwsbot.gif) #F3FCE2 no-repeat 0 0;}
	.agBot {background: url(../images/bg_kolAgbot.gif) #F3FCE2 no-repeat 0 0;}
	.algBot {background: url(../images/bg_kolAlgbot.gif) #F3FCE2 no-repeat 0 0;}
	
#kolomLeft {
	float: left;
	margin-top: 0;
	width: 240px; /* 240px 
	height: 10px;*/
}

#content {
	float: left;
	width: 420px; /* 480px */
	height: 300px;
	margin-top: 15px;
	padding: 19px 30px 20px;
}
html>body div#content {
		height: auto;
		min-height: 300px;
	}

#kolomRight {
	float: left;
	margin-top: 15px;
	padding-top: 38px;
	width: 240px; /* 240px */
}

	#kolomRight a:link, #kolomRight a:visited {
		color: #336633;
	}
	#kolomRight a:hover, #kolomRight a:focus, #kolomRight a:active {
		color: #E27308;
	}



/* = = = opmaak sitecontent = = = */
	.item {
		clear: both;
	}
	
	#kolomLeft .item {width: 220px; background: url(../images/bg_kaderlijn220.gif) #fff repeat-y 0 0; margin-left: 10px; margin-bottom: 20px;}
	#kolomLeft .item .top {height: 19px; background: url(../images/bg_kader220.gif) #fff no-repeat 0 0;}
	#kolomLeft .item .bottom {height: 9px; background: url(../images/bg_kaderbot220.gif) #fff no-repeat 0 0;}
	#kolomLeft .item .txt {padding: 0 10px 10px; overflow: auto;}	
	
	#kolomRight .item {background: url(../images/bg_kaderlijn240.gif) #fff repeat-y 0 0; margin-bottom: 20px;}
	#kolomRight .item .top {height: 19px; background: url(../images/bg_kader240.gif) #fff no-repeat 0 0;}
	#kolomRight .item .bottom {height: 9px; background: url(../images/bg_kaderbot240.gif) #fff no-repeat 0 0;}
	#kolomRight .item .txt {padding: 0 25px 10px 14px;}	
	
	#kolomRight .rss {
		float: right;
		clear: both;
		padding: 0 25px 0 0;
		margin-bottom: 18px;
		background: url(none);
	}
	*:first-child+html #kolomRight .rss {
		margin-bottom: -13px;
	}

	#content ul,
	#kolomRight .txt ul {
		margin: 0;
		padding: 0;
		list-style-type: disc;
	}

		#content ul li {
			margin: 0 0 0 28px;
		}
		#kolomRight .txt ul li {
			margin: 0 0 0 18px;
		}
	
	#content ol {
		margin: 0;
		padding: 0;
		list-style-type: decimal;
	}
	
		#content ol li {
			margin: 0 0 0 34px;
		}
		
/* = = = footer = = = */
#footer {
	float: left;
	clear: both;
	width: 960px;
	height: 121px; /* 149px */
	margin: 0;
	padding: 0;
	background: url(../images/bg_footer.gif) #7FC638 no-repeat 100% 100%;
}
html>body #footer {
		height: auto;
		min-height: 149px;
	}

	#trees {
		float: left;
		clear: both;
		height: 29px;
		width: 100%;
		background: url(../images/footer_boompjes.gif) #F3FCE2 no-repeat 52px 0;
	}
	
	#leftFooter, #rightFooter {
		float: left;
		width: 201px; /* 240px */
		padding: 24px 25px 24px 14px;
	}
	#midFooter1 {
		float: left;
		width: 200px;
		padding: 24px 10px 24px 30px;
	}
	#midFooter2 {
		float: left;
		width: 200px;
		padding: 24px 30px 24px 10px;
	}
	
		#leftFooter, #rightFooter, #midFooter1, #midFooter2,
		#leftFooter h2, #rightFooter h2, #midFooter1 h2, #midFooter2 h2,
		#leftFooter p, #rightFooter p, #midFooter1 p, #midFooter2 p {
			color: #fff;
		}
		
		#leftFooter a, #rightFooter a, #midFooter1 a, #midFooter2 a {
			color: #fff;
			text-decoration: none;
		}
		#leftFooter a:hover, #rightFooter a:hover, #midFooter1 a:hover, #midFooter2 a:hover, 
		#leftFooter a:active, #rightFooter a:active, #midFooter1 a:active, #midFooter2 a:active {
			text-decoration: underline;
		}

/* = = = = = Overig = = = = = */
	/* = = = Deelnemers = = = */
	div.mLijstFoto {
		float: left;
		width: 66px;
		height: 80px;
		margin: 0 15px 30px 0;
		clear: none;
	}
	div.mLijstInfo {
		float: right;
		width: 339px;
		clear: none;
	}

	/* = = = Nieuws en Agenda = = = */
	.pd {
		float: left;
		padding-left: 15px;
		margin-top: 90px;
	}
		.pd select{
			float: left;
			clear: both;
			width: 210px;
			margin-bottom: 8px;
		}
		
	.prog {
		float: left;
		clear: both;
		background: url(../images/bg_kader.gif) #fff no-repeat 0 0;
		margin-bottom: 10px;
		padding-top: 10px;
	}
	.progBot{
		float: left;
		clear: both;
		height: 9px;
		width: 420px; /* 420px */
		background: url(../images/bg_kaderbot.gif) transparent no-repeat 0 0;
	}
		.progInfo {
			float: left;
			clear: both;
			width: 380px; /* 420px */
			padding: 0 20px 10px;
			background: url(../images/bg_kaderlijn.gif) transparent repeat-y 0 0;
		}

	.event {
		float: left;
		clear: both;
		width: 100%;

	}
	
		.progInfo a h2 {
			text-decoration: none;
		}
	
			.progDetails {
				float: left;
				clear: both;
				width: 100%;
			}
			.progDetails a { text-decoration: none}
			
			.date {
				font-weight: bold;
				color: #0A3923;
			}
		
			.bericht {
				float: left;
				clear: both;
				width: 100%;
				margin: 4px 0;
			}
			.extraInfo {
				float: left;
				clear: both;
				width: 100%;
				font-size: 0.85em;
				margin: 4px 0;
			}
		
	a.terug {
		text-decoration: none;
		font-weight: bold;
	}
	
	img.logo {
		margin: 0 0 10px;
	}
	
	/* = = = ronde hoeken foto's = = = */
	div.roho {
	 padding: 4px;
	}
	.right {float: right;}
	.left {float: left;}

	b.rb {
		background: url(../images/reboven.gif) top right no-repeat;
		margin: 0;
		display: inline;
		position: absolute;
	}
	b.lb {
		background: url(../images/liboven.gif) top left no-repeat;
		margin: 0;
		display: inline;
		position: absolute;
	}
	b.ro {
		background: url(../images/reonder.gif) bottom right no-repeat;
		margin: 0;
		display: inline;
		position: absolute;
	}	
	b.lo {
		background: url(../images/lionder.gif) bottom left no-repeat;
		margin: 0;
		display: inline;
		position: absolute;
	}
	/* = = = einde ronde hoeken foto's = = = */

	/* = = = Gastenboek = = = */
	.shbox {
		margin-bottom: 10px;
	}

	/* = = = Formulier + poll + tip = = = */
	label{
		float: left;
		width: 120px;
		vertical-align: middle;
		margin-right: 2px;
		/* border: 1px solid #ffffff; */
	}
		.radioBox {
			width: 290px;
		}
		
		td.label {
			width: 120px;
			vertical-align: top;
		}
		
		.poll {
			width: 190px;
		}
		
		.teller {
			font-size: 0.8em;
			color: #999999;
		}
	
	input, select, textarea {
		font-size: 1em;
		width: 290px;
		border: 1px solid #006633;
		margin: 2px 0;
	}
	
		.pd select {
			border-color: #ccc;
		}
	
	textarea {
	    height: 110px;
	}
	
	select {
		width: 190px;
		margin-right: 20px;
	}
	
	input.button {
		width: 94px;
		cursor: pointer;
		background-color: #BCDC82;
		padding: 1px 0;
		color: #006633;
		font-weight: bold;
		border: 1px solid #006633;
	}
	input.stem {
		width: 50px;
		color: #006633;
		font-weight: bold;
		background-color: #BCDC82;
		margin-left: 8px;
		border: 1px solid #006633;
	}
		input.aantal {
		font-size: 0.8em;
		padding: 1px 2px 3px 4px;
		width: 16px;
		height: 12px;
		vertical-align: top;
	}
	
	input.radio,
	input.checkBox {
		float: left;
		width: 16px;
		vertical-align: top;
		border: none;
		margin: 8px 0 0 5px;
	}
	
	* html input.radio,
	* html input.checkBox {
		margin: 3px 0 0 8px;
	}
	
	*:first-child+html input.radio,
	*:first-child+html input.checkBox {
		margin: 3px 0 0 8px;
	}

	/* = = = gastenboek = = = */
	.gboekPost {
		float: right;
		width: 297px;
		height: 1px;
	}
	
		.gast_th {
			font-weight: bold;
		}
	
		.gboekPost input.gast_input, .gboekPost textarea.gast_text {
			width: 169px;
		}
		* html .gboekPost input.gast_input, * html .gboekPost textarea.gast_text {
			width: 166px;
		}
	
	.gboekBericht {
		float: left;
		width: 460px;
	}

/* = = = Zoeken = = = */			
#search {margin: 34px 15px 0 0}
#siteSearch {
	padding: 0;
	overflow: hidden;
}

#siteSearch div {
	position: relative;
	display: block;
}

	#siteSearch label, #siteSearch input {
		display: block;
		float: left;
	}
					
	#searchTerms {
		width: 165px;
		height: 14px;
		margin: 2px 0 1px 10px;
		border: none;
	}
	
	#siteSearchSubmit {
		margin: 2px 0 1px 5px;
		padding: 0;
		width: 35px;
		height: 17px;
		border: none;
	}
/* Zoekresultaten */			
.searchBox {margin-bottom:20px;}
#result_report {margin-bottom: 10px;}
.url {font-size: 0.85em; color: #999;}


