body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	z-index: 1;
}
#bgcontainer {
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	height:577px;
	margin-top: -288px; /* de helft van de hoogte vd container */
	background-image: url(img/gradientbg.jpg);
	background-repeat: repeat-x;
}
#sitecontainer {
	left:50%;
	margin-left: -458px; /* de helft van de breedte vd container */
	position:relative;
	width:916px;
	height:577px;
	background-image: url(img/cellbg.jpg);
}
#roylogo {
	position:absolute;
	width:350px;
	height:70px;
	background-image: url(img/royvaniersellogo.gif);
	left: 20px;
}
#menu {
	position: absolute;
	left: 480px;
	height:19px;
	width: 520px;
	top: 55px;
}
#menu li {
	float: left;
	padding: 0;
	display: block;
}

#menu li a {
	display: block;
	background-repeat: no-repeat;
	padding: 0;
	height: 19px;
}
#menu li a span { display: none;}

#menu_home		{ width: 37px; background-image: url(img/m_home1.gif) }
#menu_biografie	{ width: 65px; background-image: url(img/m_biografie1.gif) }
#menu_fotos		{ width: 45px; background-image: url(img/m_fotos1.gif) }
#menu_video		{ width: 40px; background-image: url(img/m_video1.gif) }
#menu_gastenboek{ width: 81px; background-image: url(img/m_gastenboek1.gif) }
#menu_boekingen	{ width: 71px; background-image: url(img/m_boekingen1.gif) }

#menu_home:hover		{ width: 37px; background-image: url(img/m_home2.gif) }
#menu_biografie:hover	{ width: 65px; background-image: url(img/m_biografie2.gif) }
#menu_fotos:hover		{ width: 45px; background-image: url(img/m_fotos2.gif) }
#menu_video:hover		{ width: 40px; background-image: url(img/m_video2.gif) }
#menu_gastenboek:hover	{ width: 81px; background-image: url(img/m_gastenboek2.gif) }
#menu_boekingen:hover	{ width: 71px; background-image: url(img/m_boekingen2.gif) }

#foto01 {
	position:absolute;
	left:516px;
	top:81px;
	width:380px;
	height:477px;
}
#titel {
	position:absolute;
	left:65px;
	top:106px;
	width:500px;
	height:13px;
}
#tekstblok01 {
	position:absolute;
	left:65px;
	top:136px;
	height:395px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.thickbox img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
a:link {
	color: #E8A800;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E8A800;
}
a:hover {
	text-decoration: underline;
	color: #E8A800;
}
a:active {
	text-decoration: none;
	color: #E8A800;
}
