html {
    height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	scrollbar-face-color:#EFEDEB;
	scrollbar-track-color:#EFEDEB;
	scrollbar-arrow-color:#000000;
}

#centertable {
	vertical-align:top;
	position: absolute;
	text-align: center;
    height:100%;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: 0px;
}

#foto {
	border-right:1px solid #FFFFFF;
}

#main {
	position: relative;
	width: 874px; 
	height: 610px;
	overflow: auto;
	margin: 0px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	overflow:hidden;

}

#left {
	position: absolute;
	width: 38px; 
	height: 488px;
	overflow: auto;
	text-align: left; /* counter the body center */
	overflow:hidden;
	left:0px;
	top:0px;
}

#middle {
	position: absolute;
	width: 482px;
	height: 488px;
	text-align: left; /* counter the body center */
	left:38px;
	top:0px;
	background:url('../images/back.gif');
	overflow: scroll;
}

#right {
	position: absolute;
	background:url('../images/right.gif');
	width: 355px; 
	height: 488px;
	overflow: auto;
	text-align: left; /* counter the body center */
	overflow:hidden;
	right:0px;
	top:0px;
}

#right #menu {
	position: absolute;
	width:157px;
	height:170px;
	left: 75px;
	bottom: 114px;
}

#right #menulink1 {
	position: absolute;
	left: 0px;
	top: 65px;
}

#right #menulink2{
	position: absolute;
	left: 127px;
	top: 64px;
}

#right #menulink3{
	position: absolute;
	left: 57px;
	top: 127px;
}

#right #menulink4{
	position: absolute;
	left: 69px;
	top: 1px;
}



#right #menulink6{
	position: absolute;
	left: 66px;
	top: 399px;
	text-align:center;
}

#right #menulink7{
	position: absolute;
	left: 220px;
	top: 407px;
}

#right #pijlen{
	position: absolute;
	left: 36px;
	top: 31px;
	width:92px;
	height:92px;
}

#header {
	position: absolute;
	top: 10px;
	height: 72px;
	width: 874px; 
}

#content {
	position: absolute;
	top:82px;
	width: 874px;
	height: 488px;
	overflow:hidden;
}

#footer {
	position: absolute;
	bottom: 13px;
	height: 43px;
	width: 874px;
}

a {
	font-family:arial;
	color: black;
	font-size:12px;
	font-weight:700;
	text-decoration:none;

}

a:hover {
	text-decoration: none;
	color: #F90E20;

}

a.white {
	text-decoration: none;
	color: #F90E20;
}

a.white:hover {
	text-decoration: none;
	color: #F90E20;
}

#logo{
	left:100px;
	top:10px;
}

