
/* = = = 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: "";
}

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(../images/bg_bodyDF.gif) #D8D4CB no-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;
}
a:hover, a:focus, a:active {
	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: 110px auto 0;
	background-color: #000;
}

/* = = = siteTop = = = */
#siteTop {
	float: left;
	clear: both;
	width: 100%;
	height: 158px;
	margin: 0 0 10px;
	background: url(../images/logoDF.gif) #373028 no-repeat top center;
}

	/* = = = mainMenu = = = */
	#mainMenu {
		float: left;
		clear: both;
		width: 980px;
		height: 50px;
		margin: 0 0 10px;
		background: #373028;
	}
			
		#mainMenu ul {
			width: 980px;
			height: 50px;
		}
			
			#mainMenu li {
				display: inline;
				height: 50px;
				padding: 0;
				margin: 0;
			}
			
	#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_sBodyLeftDF.gif) #000 repeat-y top left; }
.bgRight { background: url(../images/bg_sBodyRightDF.gif) #000 repeat-y top right; }
.bgOther { background: url(../images/bg_siteBodyDF.gif) #000 repeat-y top left; }

	#kolom {
		width: 270px;
		padding: 0;
		float: left;
		background: url(../images/bg_siteBodyDF.gif) #000 repeat-y top left;
	}
	
		.kolom {
			float: left;
			padding: 30px 40px 0 12px;
		}
	
		.foto {
			width: 100%;
			height: 350px;
			float: left;
			border-bottom: 10px solid #000;
		}
		html>body .foto {
			height: auto;
			min-height: 350px;
			overflow: hidden;
		}

		
	#contentRight {
		width: 600px; /* 700px */
		height: 394px; /* 470px */
		padding: 36px 70px 40px 30px;
		margin-left: 10px;
		float: left;
		background-color: #3E3830;
	}
	html>body #contentRight {
		height: auto;
		min-height: 394px;
		overflow: hidden;
	}
	#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;
	}
	
		.bgBon { background: url(../images/foto_cadeaubonDF.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: 5px; color: #387C2C;}
	#footer div.open {font-size: 0.95em; font-weight: normal; padding-top: 10px;}
		#footer div.adres img {margin: 0 7px 2px;}
	
		#footer div a:link,
		#footer div a:visited {
			color: #387C2C;
			text-decoration: none;
		}
		#footer div a:hover, 
		#footer div a:focus, 
		#footer div a:active {
			color: #387C2C;
			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: 120px;
		vertical-align: middle;
		margin-right: 2px;
	}
		.radioBox {
			width: 290px;
			color: #3E3830;
		}
		
		td.label {
			width: 120px;
			vertical-align: top;
		}
		
		.poll {
			width: 200px;
		}
		
		.teller {
			font-size: 0.8em;
			color: #999999;
		}
	
	input, select, textarea {
		font-size: 1em;
		color: #3E3830;
		width: 470px;
		height: 24px;
		border: 1px solid #373028;
		margin: 2px 0;
	}
	
	textarea {
	    height: 110px;
		color: #3E3830;
	}
	
	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: #3E3830;
		padding: 1px 2px 3px 4px;
		width: 16px;
		height: 12px;
		vertical-align: top;
	}

	
