body {
	background-image: url(../images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	margin-top: 53px;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	vertical-align: top;
}

#header {
	vertical-align: top;
	height: 202px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/header.png);
}

div.lettergrote{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
position:absolute; 
left:840px;
top:-40px;
}

#header img {vertical-align:bottom;}  /* ie bug */

#navigation {
	background-color: #fff;
	vertical-align: top;
	text-align: left;
	height: 47px;
	width: 1000px;
	padding: 0px;
	margin: 0px;
}

#content {
	padding: 0px;
	margin: 0px;
	width: 1000px;
	background-color: #f9f0d3;
	vertical-align: top;
	text-align: left;
}

#footer1 {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 20px;
	width: 1000px;
	text-align: center;
	background-color: #f9f0d3;
	color: #9e4419;
	font-size: 13px;
}

#footer1 a:link, #footer1 a:active, #footer1 a:visited {color: #9e4419;text-decoration: underline;}
#footer1 a:hover {color: #9e4419;text-decoration: none;}

#footer2 {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 20px;
	width: 1000px;
	text-align: center;
	color: #fff;
}

#footer2 a:link, #footer2 a:active, #footer2 a:visited {color: #fff;text-decoration: underline;}
#footer2 a:hover {color: #fff;text-decoration: none;}


/* Sub-navigatie vervolg pagina's */
#subnav {
	padding: 15px 0px 15px 67px;
	margin: 0px;
	width: 125px;
	background-color: #f9f0d3;
	vertical-align: top;
	text-align: left;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subnav ul li {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

#subnav ul li a:link, #subnav ul li a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#subnav ul li a:hover, #subnav ul li a:active, #subnav ul li a.active {
	text-decoration: none;
	color: #9a4500;
}
/* Einde sub-navigatie vervolg pagina's  */


/* Panorama-view en panorama-menu homepage */
#panorama-view {
	padding: 50px 15px 15px 10px;
	margin: 0px;
	width: 325px;
	background-color: #f9f0d3;
	vertical-align: top;
	text-align: left;
}

td.panorama-view ul {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

td.panorama-view ul li {
	margin: 0px;
	padding: 0px;
}

td.panorama-view ul li a:link, td.panorama-view ul li a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

td.panorama-view ul li a:hover, td.panorama-view ul li a:active, td.panorama-view ul li a.active {
	text-decoration: none;
	color: #9a4500;
}
/* Einde panorama-view en panorama-menu homepage */


/* Elke pagina bevat deze <div> */
#bodytekst {
	padding: 15px 100px 15px 15px;
	margin: 0px;
	width: 525px;
	background-color: #f9f0d3;
	vertical-align: top;
	text-align: left;
	float: left;
	font-size: 14px;
	line-height: 18px; 
	font-weight: bold;
}

#bodytekst a:link, #bodytekst a:visited {
	color:#000;
	text-decoration: underline;
}

#bodytekst a:active, #bodytekst a:hover {
	color:#000;
	text-decoration: none;
}

#bodytekst h2 {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	font-size: 24px;
	color: #9a4500;
	border-bottom: solid 3px #9a4500;
}

#bodytekst h3 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	color: #9a4500;
}

#bodytekst p {
}

#bodytekst img {
	border: solid 1px #9a4500;
	margin: 40px 0px 0px 0px;
}
/* Einde */