body,
html {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	color: #000;
	}

a, p, li, body, td, select, input, textarea, div#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
	}

a {
	color: #9E0B0E;
	text-decoration: none;
	}

h1 {
	font-family: Georgia, 'Times New Roman';
	height: 50px;
	padding-right: 160px;
	margin-bottom: 0;
	margin-top: 0;
	font-style: italic;
	font-weight: normal;
	font-size: 14pt;
	line-height: 1.2em;
	color: #9E0B0E;
	background: transparent url(../images/bg_zonheuvel.gif) top right no-repeat;
}

h2 {
	font-size: 10pt;
	font-weight: normal;
	margin: -25px 0 25px 0;
	color: #9E0B0E;
	}
div#text h3,
div#text h4,
div#text h5,
div#text h6 {
	font-size: 9pt;
	color: #9E0B0E;
	}

img {
	border: 0;
	}

table p {
	margin: 0;
	}
	
td {
	vertical-align: top;
	}
	
div#main {
	position: relative;
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	}
	
div#content {
	margin: 45px auto 15px auto;
	min-height: 300px;
	max-width: 1200px;
	padding: 25px;
	border: 5px solid #F9F5F0;
	background-color: #F1E6DA;
	}

div#content,
div#navigation {
	min-width: 1000px;
	}
	
div#innerContent {
	margin-top: 10px;
	}
	
div#subnavigation {
	position: relative;
	float: left;
	width: 221px;
	}
div#logohome {
	margin: 20px 0 0 0;
	width: 215px;
	text-align: center;
	}
div.leftbox {
	width: 215px;
	background-color: #E9D0C5;
	color: #000;
	padding: 3px;
	margin-bottom: 25px;
	}
div.leftboxheader {
	width: 209px;
	background-color: #FFF;
	color: #9E0B0E;
	height: 23px;
	padding: 2px;
	border-top: 1px solid #E9D0C5;
	margin-bottom: 5px;
	}
div.leftboxheader h2 {
	font-family: Georgia, 'Times New Roman';
	font-style: italic;
	font-size: 10pt;
	color: #9E0B0E;
	margin: 0 2px;
	line-height: 21px;
	}
div.leftbox h3 {
	margin: 2px;
	font-size: 8pt;
	}
div.leftbox h3.current {
	background-color: #FFF;
	}
div.leftbox p {
	font-size: 8pt;
	margin: 0 4px 4px 4px;
	}
div.leftbox p.link {
	text-align: right;
	margin-bottom: 8px;
	}
div.leftbox a {
	font-size: 8pt;
	}

div#text {
	margin-left: 240px;
	}
div#text p {
	margin-top: 0;
	}
div#text p.nowrap {
	white-space: nowrap;
	}

div#detailimage {
	float: left;
	margin: 0 15px 0 0;
	}
div#detailimage img {
	display: block;
	margin: 0 0 15px 0;
	border: 4px solid #FFF;
	}

/* Formulier stijlen */
input.required {
	background-color: #F9F5F0;
	}


/* This forces browsers to expand the height of the #content div to include the new spacer-div */
div.spacer {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

/* SmoothGallery styles */
#myGallery {
	margin-top: 15px;
	width: 366px !important;
	height: 300px !important;
	/*border: 1px solid #E9D0C5 !important;*/
	border: 1px solid #F1E6DA !important;
	overflow: auto !important;
	}
.jdGallery .slideElement {
	/*background-color: #E9D0C5 !important;*/
	background-color: #F1E6DA !important;
	}
	
/* Footer styles */
div#footer {
	margin: 0 auto;
	text-align: center;
	}
div#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
div#footer li {
/*	float: left;*/
	font-size: 8pt;
	padding-right: 40px;
	display: inline;
	background: transparent url(../images/bullet_footer.gif) right 0.5em no-repeat;
	}
div#footer li.last {
	padding-right: 0;
	background-image: none;
	}
div#footer a {
	font-size: 8pt;
	color: #000;
	}
