body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #d0cfb4;
	color: #656565;
	overflow-y: scroll;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a { 
	color: #E96922;
	font-weight: bold; 
}

a:hover {
	color: #f2bca1;
}

h1 {
	color: #E96922;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #E96922;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 11px;
}

.breadcrumb {
	font-size: 11px;
	position: absolute;
	margin-top: 25px;
	margin-left: 220px;
}

.barbg {
	position: absolute;
	top: 65px; 
	background: url(images/bar.gif) repeat-x;
	height: 33px;
	width: 100%;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.main {
	background: url(images/bottombg.gif) no-repeat bottom center;
	margin: 20px auto 20px auto;
	background-color: #fffbe9;
	width: 1000px;
}

.top {
	font-size: 11px;
	height: 45px;
	text-align: right;
	padding-right: 60px;
	padding-top: 10px;
	margin-bottom: -10px;
}

ul.topmenu {
	position: absolute;
	margin: 0px;
	padding: 0px 0px 0px 250px;
	background: url(images/bar.gif) repeat-x;
	width: 750px;
	height: 33px;
	z-index: 1;
}

ul.topmenu li {
	display: block;
	float: left;
	list-style: none;
}

ul.topmenu a:link, ul.topmenu a:visited, ul.topmenu a:hover {
	display: block;
	color: #fff5ec;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	padding: 7px 20px 6px 20px;
}

ul.topmenu a:hover {
	color: #ffffff;
	background: url(images/menuitem_hover.gif);
}

.whitearea {
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	width: 880px;
	min-height: 600px;
	border: 1px solid #f3e9cd;
	border-top: 0px;
}

.content {
	padding: 20px 37px 0px 37px;
	text-align: justify;
}

.topimage {
	border: 1px solid #f3e9cd;
	width: 802px;
	margin-bottom: 20px;
}

.topimage img {
	display: block;
	border: 1px solid #ffffff;
	width: 800px;
}

.contentimage {
	border: 1px solid #f3e9cd;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.contentimage img {
	display: block;
	border: 1px solid #ffffff;
}

.contentspacer {
	height: 30px;
}

.contenttekst {
	float: left;
	width: 510px;
}

.logo {
	margin-top: 20px;
	margin-left: 80px;
	display: block;
	position: absolute;
	width: 123px;
	height: 113px;
	z-index: 2;
}

.logobar {
	border: 1px solid #f3e9cd;
	border-top: 0px;
	margin: 0px auto 0px auto;
	background: url(images/logobar.gif) #ffffff no-repeat center bottom;
	width: 880px;
	height: 26px;
}

.addressbar {
	padding-top: 6px;
	text-align: center;
	font-size: 11px;
	background-color: #ffffff;
	border: 1px solid #f3e9cd;
	border-top: 0px;
	margin: 0px auto 0px auto;
	width: 880px;
	height: 20px;
}

