html {
    height: 100%;
}

body {
	height: 100%;
	background-color: #C6C6C6;
	margin: 0px;
	scrollbar-face-color:#EED9DB;
	scrollbar-track-color:#EED9DB1;
	scrollbar-arrow-color:#000000;
}

#centertable {
	vertical-align:top;
	position: absolute;
	text-align: center;
    height:100%;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: 0px;
	background: #C6C6C6;
}

#centertable td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#foto {
	border-right:1px solid #FFFFFF;
}

#main {
	position: relative;
	background: #C6C6C6;
	width: 900px; 
	height: 500px;
	overflow: auto;
	margin: 2px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	overflow:hidden;

}

#right {
	position: absolute;
	background: url('../images/achtergrond.jpg');
	width: 547px; 
	height: 400px;
	overflow: auto;
	text-align: left; /* counter the body center */
	overflow-x:hidden;
	right:0px;
	top:0px;
	border-left:1px solid #000000;
}
#right_content {
	position:absolute;
	left:5px;
	right:16px;
}

#header {
	position: absolute;
	top: 0px;
	height: 73px;
	width: 882px; 
}

#header #menu {
	position: absolute;
	right: 0px;
	width:882px;
	bottom:0px;
	text-align: right;
}

#content {
	background: white;
	position: absolute;
	top: 71px;
	width: 880px;
	height: 400px;
	border:1px solid #000000;
	overflow:hidden;
}

#footer {
	position: absolute;
	font-size:12px;
	font:verdana;
	bottom: 7px;
	height: 20px;
	width: 882px;
	left:0px;
	text-align: right;
}

a {
	text-decoration: none;
	font-family:verdana;
	color: #862F13;
	font-size:11px;
}

a:hover {
	text-decoration: none;
	color: #F90E20;

}

a.white {
	text-decoration: none;
	color: #F90E20;
}

a.white:hover {
	text-decoration: none;
	color: #F90E20;
}

