
/* = = = 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, ol,
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: "";
}

em {
	font-style: italic;
}

/* = = = 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: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 0.85em;
	background: url("http://www.purewood.nl/bestanden/bodybg.jpg") #D8D4CB repeat top center;
}

h1, h2, h3{
	clear: both;
}

h1{
	font-size: 1em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 14px;
	text-transform: uppercase;
}
h2{
	font-size: 1em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 14px;
	text-transform: uppercase;
}
h3 {
	font-weight: bold;
	padding-bottom: 2px;
}

a {
	color: #fff;
	text-decoration: underline;
}
.foto2 a {
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}
.foto2 a img {

	text-decoration: none;
}
a img, :link img, :visited img {
	border: 0;
}

a.meer {
	float: left;
	margin-bottom: 6px;
	font-size: 0.95em;
	text-decoration: none;
}
a:hover.meer {
	text-decoration: underline;
}

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 {
	width: 980px;
	padding: 10px 10px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* = = = siteTop = = = */
#siteTop {
	float: left;
	clear: both;
	width: 100%;
	height: 120px;
	margin: 0 0 10px;
	background: url(../images/logoPW.gif) #49494A no-repeat top center;
}

	/* = = = mainMenu = = = */
	#mainMenu {
		float: left;
		clear: both;
		width: 100%;
		height: 50px;
		margin: 0 0 10px;
		background: #3c372f;
	}

		#mainMenu ul {
            padding-left: 0px;
            padding-top:18px;
            text-align: center;
			margin: 0 auto;

		}


            	#mainMenu li {

				display: inline;

				margin: 0;
			}
				#mainMenu a {

					color: #fff;

					font-size: 18px;
					line-height: 14px;
                        padding: 14px 16px 13px;

					text-decoration: none;

			}
				#mainMenu a:link, #mainMenu a:visited {text-decoration: none;}
				#mainMenu a:hover {background-color: #9b9793; color: #fff;}
				#mainMenu li.active a {background-color: #9b9793; color: #fff;}
				#mainMenu li.first a {}



	#tussenRegel {
		float: left;
		clear: both;
		width: 980px;
		height: 76px;
		margin: 0 0 10px;
		background: url(../images/bon_regel.gif) #373028 no-repeat top left;
	}

/* = = = siteBody = = = */
#siteBody {
	width: 100%;
	height: 450px; /* 470px */
	clear: both;
}
html>body #siteBody {
	height: auto;
	min-height: 450px;
	overflow: hidden;
}
.bgLeft { background: url(../images/bg_sBodyLeft.gif) #ffffff repeat-y top left; }
.bgRight { background: url(../images/bg_sBodyRight.gif) #ffffff repeat-y top right; }
.bgOther { background: url(../images/bg_siteBody.gif) #ffffff repeat-y top left; }
.bg1Kol { background: url(../images/bg_sBody1Kol.gif) #ffffff repeat-y top right; }


	#kolom {
		width: 270px;
		padding: 0;
		float: left;
		background: url(../images/bg_siteBody.gif) #ffffff repeat-y top left;
	}

		.kolom {
			float: left;
			padding: 30px 40px 0 12px;
		}

		.foto {
			width: 100%;
			height: 350px;
			float: left;
			border-bottom: 10px solid #fff;
		}
		html>body .foto {
			height: auto;
			min-height: 350px;
			overflow: hidden;
		}
    		.foto2 {
			width: 100%;
			height: 350px;
			float: left;

		}
		html>body .foto2 {
			height: auto;
			overflow: hidden;
		}

	#contentRight {
		width: 600px; /* 700px */
		height: 394px; /* 470px */
		padding: 36px 70px 40px 30px;
		margin-left: 10px;
		float: left;
		background-color: #424244;
	}
	html>body #contentRight {
		height: auto;
		min-height: 394px;
		overflow: hidden;
	}
    	#contentRight2 {
		width: 700px; /* 700px */
	    /* 470px */

		margin-left: 10px;
		float: left;

	}
	html>body #contentRight2 {


        }
	#contentLeft {
		width: 600px; /* 700px */
		height: 394px;
		padding: 36px 70px 40px 30px;
		margin-right: 10px;
		float: left;
	}
	html>body #contentLeft {
		height: auto;
		min-height: 394px;
		overflow: hidden;
	}
	#content1Kol {
		width: 920px; /* 980px */
		height: 394px; /* 470px */
		padding: 36px 30px 40px;
		margin-left: 10px;
		float: left;
		background-color: #424244;
	}
	html>body #content1Kol {
		height: auto;
		min-height: 394px;
		overflow: hidden;
	}

		.bgBon { background: url(../images/foto_cadeaubon.jpg) #424244 no-repeat top right; }


/* = = = Footer = = = */
#footer {
	width: 100%;
	clear: both;
	background-color: #3C372F;
	height: 60px;
	margin-top: 10px;
}
	#footer div {
		text-align: center;
		color: #ffffff;
		padding: 0;
	}
	#footer div.adres {font-size: 1.2em; font-weight: normal; padding-top: 10px;}
	#footer div.open {font-size: 0.95em; font-weight: normal; padding-top: 5px; color: #B6AFA7;}
		#footer div.adres img {margin: 0 7px 2px;}


		#footer div a:link,
		#footer div a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		#footer div a:hover,
		#footer div a:focus,
		#footer div a:active {
			color: #FFFFFF;
			text-decoration: underline;
		}

	/* = = = opmaak = = = */
		.item {
			float: left;
			clear: both;
			width: 100%;
			padding: 0 0 30px;
		}

		#content ul li {
			padding: 0 0 0 10px;
			margin-left: 8px;
			background: url(../images/dot.gif) transparent no-repeat 0 0.5em;
		}

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

	/* = = = Nieuws = = = */

	.nwsItem {
		width: 100%;
		margin: 0 0 14px;
		padding: 0 0 14px;
	}

		.nwsItem h2 {
			padding: 0;
			margin: 0;
		}

		.nwsItem .date {
			font-size: 0.85em;
			color: #999;
			display: block;
			padding-bottom: 4px;
		}



	/* = = = Formulier + poll = = = */
	.item div {
		clear: both;
	}

	label{
		float: left;
		width: 145px;
		vertical-align: middle;
		margin-right: 2px;
	}
		.radioBox {
			width: 290px;
			color: #424244;
		}

		td.label {
			width: 120px;
			vertical-align: top;
		}

		.poll {
			width: 200px;
		}

		.teller {
			font-size: 0.8em;
			color: #999999;
		}

	input, select, textarea {
		font-size: 1em;
		color: #424244;
		width: 450px;
		height: 24px;
		border: 1px solid #373028;
		margin: 2px 0;
	}

	textarea {
	    height: 110px;
		color: #424244;
	}

	input.button {
		width: 90px;
		cursor: pointer;
		background-color: #fff;
		padding: 1px 0;
		border: 1px solid #373028;
	}
	input.stem {
		width: 50px;
		color: #373028;
		font-weight: bold;
		margin-left: 8px;
	}

	input.radio,
	input.checkBox {
		float: left;
		clear: left;
		width: 16px;
		vertical-align: middle;
		border: none;
		margin-left: 5px;
	}

	* html input.radio,
	* html input.checkBox {
		margin: 0 0 0 8px;
	}

	*:first-child+html input.radio,
	*:first-child+html input.checkBox {
		margin: 0 0 0 8px;
	}

	input.aantal {
		font-size: 0.9em;
		color: #424244;
		padding: 1px 2px 3px 4px;
		width: 16px;
		height: 12px;
		vertical-align: top;
	}

	#infomenu {
        text-align: center;
	}

		#infomenu ul {
            padding-left: 0px;
            padding-top:18px;
            text-align: center;
			margin: 0 auto;

		}


            	#infomenu li {

				display: block;
              /*  padding:  0px ; */
		  /*	margin: 0; */
			}
				#infomenu a {
                       padding: 10px 10px;
                	color: #fff;

					font-size: 18px;
					line-height: 14px;

					text-decoration: none;

			}
				#infomenu a:link, #mainMenu a:visited {text-decoration: none;}
				#infomenu a:hover {background-color: #9b9793; color: #fff;}
				#infomenu a.active {background-color: #9b9793; color: #fff;}
				#infomenu sfirst a {}
#gdirections  td{color:black  }
#gdirections  table{
  background:#EEEEEE;
}


