html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	background-color: #364e5a;
	margin: 0px;
}
#bodytable {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;	
}
#sitecontainer {
	height: 573px;
	width: 986px;
	position: relative;
}
#positioner {
	width:986px;
	height:573px;
}
#leftspace {
	width: 21px;
	background: url(/template/images/backgroundplaatje1.jpg);
}
#leftspacegwr {
	width: 21px;
	background: url(/template/images/backgroundplaatje2.jpg);
}
#leftbar {
	width:237px;
	background:#364e5a;
	text-align:center;
}
#leftmenu {
	margin-left: 22px;
	margin: 22px;
	margin-right: 0px;
}
#nawcontainer {
	margin-left: 22px;
	margin-top: 15px;
	text-align:left;
	color:#c2c1c9;
	font-size: 11px;
	font-weight:bold;
	line-height: normal;
}
#middlebar {
	width: 399px;
	background: #3f5c3d url(/template/images/bg-content.jpg) no-repeat;
	padding-left: 79px;
	position: relative;
}
#middlebargwr {
	width: 399px;
	background: #3f5c3d url(/template/images/bg-intro-rund.jpg) no-repeat;
	padding-left: 79px;
	position: relative;
}
#contentcontainer {
	width: 350px;
	padding: 24px;
	overflow-y:auto;
	overflow-x:hidden;
	position: relative;
	scrollbar-3dLight-Color: #3E5C3B;
	scrollbar-Arrow-Color: #FFCC00;
	scrollbar-Base-Color: #3E5C3B;

	scrollbar-DarkShadow-Color: #3E5C3B;
	scrollbar-Face-Color: #3E5C3B;
	scrollbar-Highlight-Color: #FFCC00;
	scrollbar-Shadow-Color: #FFCC00;
	scrollbar-Track-Color: #3E5C3B;
}
.fullheight {
	height:525px;
}
.halfheight {
	height: 235px;
}
#rightbar {
	width: 250px;
	background: url(/template/images/backgroundplaatje5.jpg);
	vertical-align: top;
}
#rightmenu {
	margin: 0px;
	margin-right: 35px;
	margin-top: 120px;
}
#copyrightlink {
	font-size: 9px;
}
#address {
	background: #3f5c3d;
	width: 250px;
	height: 150px;
	padding: 25px;
}
.linkrow td {
	color: #FFCC00;
	cursor: pointer;
	font-size: 12px;
	line-height: 15px;
}
.linkrowhover td {
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	line-height: 15px;
}