/* RESET */
body, html, table, tr, td, a:active, a:focus, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0; padding: 0; border: 0; outline: none; -moz-outline-style: none;
}
/* --/ RESET */


/* LAYOUT */
body {
	background: #dadadb url(/sitefiles/layouts/footer.png) center bottom no-repeat;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #fff;
}
	body.bezoekersinfo {
		background: #fff url(/sitefiles/layouts/b_footer.png) center bottom no-repeat;
		font: normal 12px/20px Arial, Helvetica, sans-serif;
		color: #5d3278;
	}
#MainPageDiv {
	margin: 0 auto;
	width: 980px;
}
/* --/ LAYOUT */


/* Elementen */
table, tr, td {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
}

p {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 15px;
}

h1,h2,h3 { 
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	height: 21px;
	padding-left: 14px;
	background: url(/sitefiles/layouts/hbg.png) left top no-repeat;	
}
.bezoekersinfo h1, .bezoekersinfo h2, .bezoekersinfo h3 { 
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	height: 21px;
	padding-left: 14px;
	background: url(/sitefiles/layouts/b_hbg.png) left top no-repeat;	
}
h4 { 
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: capitalize;
}
ul {
	list-style: none;
	margin-left: 30px;
	padding: 0;
}
ul li {
	list-style-type: disc;
}

big {
	padding: 8px 14px 14px 14px;
	color: #6d7985;
	display: block;
	font: normal 11px/17px Arial, Helvetica, sans-serif;	
}
big p {
	font: normal 11px/17px Arial, Helvetica, sans-serif;	
}
big strong {
	color: #003976;
	font-weight: normal;
}
big a {
	color: #003976;
	text-decoration: none;
}
	big a:hover {
		color: #003976;
		text-decoration: underline;
	}
.bezoekersinfo big strong {
	color: #5d3278;
	font-weight: normal;
}	
.bezoekersinfo big a {
	color: #5d3278;
	text-decoration: none;
}
	.bezoekersinfo big a:hover {
		color: #5d3278;
		text-decoration: underline;
	}	
	
small {
	color: #6d7985;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 25px;
}
small p {
	font: normal 12px/17px Arial, Helvetica, sans-serif;	
}
small img {
	font: normal 12px/17px Arial, Helvetica, sans-serif;	
	display: block;
	margin: -8px 10px 0 0;
	float: left;
}
small a {
	color: #fff;
	text-decoration: none;
	font-style: italic;
}
	small a:hover {
		color: #fff;
		text-decoration: underline;
		font-style: italic;		
	}
.bezoekersinfo small {
	color: #5d3278;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 25px;
}
.bezoekersinfo small a {
	color: #767676;
	text-decoration: none;
	font-style: italic;
}
	.bezoekersinfo small a:hover {
		color: #767676;
		text-decoration: underline;
		font-style: italic;		
	}	
	
/* --/ TYPOGRAFIE */

/* LINKS */
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #40bada;
	text-decoration: underline;
}
	.bezoekersinfo a {
		color: #5d3278;
		text-decoration: underline;
	}
	.bezoekersinfo a:hover {
		color: #40bada;
		text-decoration: underline;
	}
:focus {
	outline: 0;
}
/* --/ LINKS */

#logo {
	display: block;
	width: 180px;
	height: 210px;
	text-indent: -9999px;
	float: left;
	margin-left: 180px;
}
#quotes {
	display: block;
	width: 156px;
	height: 150px;
	float: right;
	margin: 60px 46px 0px 0px;
	text-align: center;
	color: #1e4079;
}
	.bezoekersinfo #quotes {
		display: block;
		width: 156px;
		height: 150px;
		float: right;
		margin: 60px 46px 0px 0px;
		text-align: center;
		color: #5d3278;
	}
