.container {
	font-family: Arial, Helvetica, sans-serif;
	height: 600px;
	width: 955px;
	margin: 0px auto;
	text-align: left;
}
.navigatie {
	height: 75px;
	width: 955px;
	border-bottom-color: #CCCCCC;
	left: auto;
	text-align: center;
	empty-cells: show;
	table-layout: fixed;
}
.balk {
	height: 15px;
	width: auto;
}
body { text-align:center
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-image: url(/images/tour-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 120px;
	width: 955px;
}
.tour {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	float: left;
	height: 265px;
	width: 955px;
	background-image: url(/images/tour-bg.jpg);
	table-layout: auto;
	empty-cells: show;
	overflow: auto;
}
.footer {
	background-image: url(/images/tour-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 125px;
	width: 955px;
	overflow: hidden;
}

