@import url("/css/search.css");

/* = = = RESETTING BROWSER DEFAULTS - based upon http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ = = = */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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 {
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	color: #4C4C4C;
	font-family: Arial,Helvetica,sans-serif;
}

body {
	font-size: 0.8em;
	background-color: #8ddbee;
}

h1, h2, h3, h4{clear: both; font-family: Arial,Helvetica,sans-serif; font-weight: bold; text-transform:uppercase;}
h1{
	font-size: 1.4em; 
	padding: 0;
}
h2{
	font-size: 1.4em; 
	padding: 10px 0 20px;
	text-transform: none;
}
h3,h4 {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 24px;
	padding: 2px;
}

a {
	color: #E4569E;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
/*	border-bottom: solid 1px #3399CC;*/
}

a img, :link img, :visited img {
	border: 0;
}

strong, b{
	font-weight: bold;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignCenter {
	margin: 0 auto;
}
img.alignLeft {
	margin: 4px 15px 15px 0;
}

img.alignRight {
	margin: 4px 0 15px 15px;
}
div.alignLeft {
	margin: 4px 15px 0 0;
}

.offScreen {
	position: absolute;
	left: -9999px;
}


/* = = = = = = = de site = = = = = = = */

#container {
	background: url(../images/bg_site.gif) #fff repeat-x top center;
	float: left;
	height: 290px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
	html>body #container{
		height: auto;
		min-height: 290px;
	}


#siteContent {
	background: url(../images/bg_siteContent.gif) #fff repeat-y top left;
	clear: both;
	margin: 0 auto; 
	overflow: auto;
	padding: 0; 
	width: 956px;
}

	#header {
		background-color: #5c57a5;
		height: 127px;
	}
	
		#logo {
			float: left;
			height: 67px;
			margin: 16px 0 7px 23px;
			width: 358px;
			}
		#wwagen {
			background: url(../images/bg_ww.gif) #5c57a5 no-repeat top left;
			color: #fff;
			float: right;
			height: 54px; /* 68px */
			margin: 12px 13px 0 0;
			padding: 10px 4px 4px 40px;
			width: 307px; /* 351px */
		}
			#wwagen a {color: #fff; display: block;}
		
		#taalMenu {
			background-color: #5077b6;
			float: right;
			height: 37px;
			width: 86px;
		}
			#taalMenu ul {margin-top: 10px;}
			#taalMenu li {
				display: inline;	
				padding: 0;
				margin: 0 5px 0 0;
			}
			#taalMenu ul li a {
				color: #b2c3df;
				font-size: 0.9em;
				padding: 10px 6px 10px 0;
				text-decoration: none; 
				text-transform: uppercase;
			}
			#taalMenu li.active a {color: #fff; font-weight: bold;}
		
		/* = = = mainMenu = = = */
		#mainMenu {
			background-color: #5077b6;
			float: left;
			height: 37px;
			width: 670px;
		}
			#mainMenu ul {margin-top: 10px;}
		
			#mainMenu li {
				display: inline;
				padding: 0;
				margin: 0 25px 0 0;
			}
			#mainMenu ul li a {
				color: #fff;
				font-size: 1em;
				font-weight: bold;
				padding: 10px 6px 10px 23px;
				text-decoration: none; 
			}
				
			#mainMenu li a:hover, #mainMenu li a:focus, #mainMenu li a:active {color: #c3a4c9;}
			#mainMenu li.active a {color: #c3a4c9;}
							
	
	/* = = = Content = = = */
	#content {
		float: right;
		margin: 20px 0 100px 23px;
		padding: 0;
		width: 646px; /* 669px */
	}
	
	/* = = = Kolom links = = = */
	#kolLeft {
		float: left;
		height: 290px;
		padding: 20px 0 10px 0;
		width: 287px; /* 287px */
	}
	html>body #kolLeft{
		height: auto;
		min-height: 290px;
	}
/*		#kolLeft h2 {color: #592C68; font-size: 1.3em; padding: 0 0 0 20px;}
		.kolLeft {padding-bottom: 15px;margin-bottom: 15px;overflow: auto;}
		.kolLeft h3 {color: #592C68; font-size: 1em;}
		.kolLeft img.alignLeft {margin: 4px 6px 6px 0;}
*/		.kolLeft a {color: #009999; border-color: #009999;}
	
	#extra {float:right;width:679px}


		/* = = = subMenu = = = */
		#subMenu {
			float: left;
			margin: 0;
		}
		
		#subMenu ul {
			list-style-type: none;
			text-align: left;
			margin: 25px 0 5px;
			padding: 0;
		}
		
			#subMenu a {
				display: block;
				padding: 8px 0 8px 23px;
				width: 264px; /* 287px */
				font-size: 14px /* 14px */;
				color: #513645;
		/*		font-family: Arial, Helvetica, sans-serif;
		*/	}
			
			#subMenu a:link, #subMenu a:visited {
				text-decoration: none;
			}
		
			#subMenu a:hover {
				background-color: #CFF0F8;
			}
			
			#subMenu li.active a,
			#subMenu li a{
				/*background-color: #624a58;*/
				color: #4C4C4C;
				font-weight: bold;
				text-transform: uppercase;
			}
		
				/* = = = subsubmenu = = = */
				#subMenu li ul {
					width: auto;
					margin: 0;
					padding-bottom: 2px;
					border: none;
				}
		
				#subMenu li.active li {border: none;}
				#subMenu li.active li a,
				#subMenu li li a {
					background: none;
					color: #4C4C4C;
					display: block;
					font-size: 0.9em;
					font-weight: bold;
					line-height: 14px;
					padding: 3px 0 3px 23px;
					text-decoration: none;
					text-transform: none;
					width: 264px; 
				}
				
				#subMenu li.active li a:hover {
					background: none;
					text-decoration: underline;
				}
				
					#subMenu li.active li.active a {
						background: url("../images/icSM_r.gif") no-repeat scroll 8px 50% transparent;
					color: #5C57A3;
					}
					
					#subMenu li.active li.active a:hover {
						color: #5C57A3;
					}
						
						/* = = = subsubsubmenu = = = */
						#subMenu li.active li.active li a {
							background-color: #cff0f8;
							background-image: none;
							color: #513645;
							display: block;
							font-size: 0.9em;
							font-style: italic;
							font-weight: normal;
							line-height: 14px;
							padding: 3px 0 3px 30px;
							text-decoration: none;
							width: 257px; 
						}
						#subMenu li.active li.active li.active a {
							background: url("../images/icSM_r.gif") no-repeat scroll 12px 50% #cff0f8;
						}
/* [WvV] */
/* Alleen subsubmenu tonen als submenu actief is */
#subMenu ul.sub2 {
	display: none;
}	
#subMenu ul.sub1 li.active ul.sub2 {
	display: block;
}	

/* = = = Footer = = = */
#footer {
	height: 37px;
	float: left;
	margin: 0 auto 50px;
	padding: 0;
	background-color: #c3a4c9;
	width: 100%;
}
		

				
/* = = = Opmaak overig = = = */
	.item {
		float: left;
		clear: both;
		width: 100%;
		padding: 0;
	}

	.itemBeeld { /* In onderdeel Beeld andere opmaak voor images */
		float: left;
		height: 115px;
		padding: 0;
		width: 165px;
	}

	#content ul {
		list-style-type: none;
		margin-bottom: 0;
	}
		#content ul li {
			padding: 0 0 0 8px;
			background: url(../images/dot.gif) transparent no-repeat 0 0.3em;
		}
		
			#content ul ul.sitemap_level2, #content ul ul.sitemap_level3 {margin: 0 0 12px 30px;}
			#content ul.smap li {display: inline; padding-right: 14px;}
		
	#content ol {
		list-style-type: decimal;
	}
		#content ol li {
			margin: 0 0 0 23px;
		}
		html>body #content ol li {
			margin: 0 0 0 21px;
		}
		*:first-child+html #content ol li {
			margin: 0 0 0 23px;
		}

	/* = = = Nieuwspagina = = = */
	
	.nwsItem {
		width: 100%;
		margin: 0;
		padding: 0 0 12px;
	}
	.lijst {padding: 0}
		.nwsItem h2 {
			font-size: 1.5em;
			padding: 0;
		}
		.nwsItem .date {
			font-size: 0.8em;
			display: block;
			padding-bottom: 4px;
		}

	/* = = = Formulier + poll = = = */
	.item div {
		clear: both;
	}
	
	.dotted {
		padding-bottom: 20px;
		margin-bottom: 10px;
		border-bottom: 2px dotted #ccc;
	}
	
	label{
		float: left;
		width: 160px;
		vertical-align: middle;
		margin-right: 2px;
	}
		.radioBox {
			width: 270px;
		}
		
		td.label {
			width: 160px;
			vertical-align: top;
		}
		
		.poll {
			width: 200px;
			clear: none;
		}
		
		.teller {
			font-size: 0.8em;
			color: #999999;
		}
	
	input, select, textarea {
		border: 1px solid #8ddbee;
		font-size: 1em;
		margin: 2px 0;
		padding: 2px 0;
		width: 264px;
	}
	input.aantal {
		border: 1px solid #cff0f8;
		font-size: 0.9em;
		padding: 1px 4px 3px;
		width: 14px;
		height: 12px;
		vertical-align: top;
	}
	
	textarea {
	    height: 70px;
	}
	
	input.button {
		background-color: #c3a4c9;
		border-bottom-color: #5077b6;
		border-right-color: #5077b6;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		margin-left: 0;
		padding: 2px 0;
		width: 130px;
	}
	input.auto {
		width: auto;
		padding: 2px 5px;
	}
	input.stem {width: 70px; margin-top: 6px;}
	
	input.radio,
	input.checkBox {
		float: left;
		clear: left;
		width: 16px;
		border: none;
		margin: 6px 4px 0 0;
	}
	
	* html input.radio,
	* html input.checkBox {
		margin: 2px 4px 0 0;
	}
	
	*:first-child+html input.radio,
	*:first-child+html input.checkBox {
		margin: 2px 4px 0 0;
	}

	/* = = = Gastenboek = = = */
	.shbox {
		margin-bottom: 10px;
	}
	
		.gast_th {
			padding: 4px 0 0 0;
			font-weight: bold;
			color: #999;
		}
		.gast_bericht {
			padding: 0 10px 8px;
			line-height: 20px;
		}
