td img {display: block;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	scrollbar-face-color: #FCFDEF;
	scrollbar-arrow-color: #A86E45;
	scrollbar-shadow-color: #A86E45;
	scrollbar-darkshadow-color: #FCFDEF;
	scrollbar-highlight-color: #A86E45;
	scrollbar-track-color: #FCFDEF;
	scrollbar-3dlight-color: #FCFDEF;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #A86E46;
}

#interface {
	position:absolute;
	width:800px;
	height:561px;
	z-index:1;
	left: 0;
	top: 0;
	visibility: hidden;
}

#navigatie {
	position:absolute;
	width:454px;
	height:20px;
	z-index:2;
	left: 229px;
	top: 223px;
}

#titellayer {
	position:absolute;
	width:139px;
	height:23px;
	z-index:3;
	left: 63px;
	top: 155px;

}
#tickertekst {
	position:absolute;
	width:437px;
	height:36px;
	z-index:4;
	left: 239px;
	top: 519px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
#inhoud {
	position:absolute;
	width:451px;
	height:233px;
	z-index:5;
	left: 239px;
	top: 251px;
	overflow: auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #A86E45;
	padding-right: 40px;
}
#subnav {
	position:absolute;
	width:413px;
	height:12px;
	z-index:6;
	left: 62px;
	top: 187px;
}
#foto {
	position:absolute;
	width:112px;
	height:112px;
	z-index:7;
	left: 75px;
	top: 311px;

}
a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
