body, HTML {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #564839;
	height: 100%;
}
body {
	background-image: url(/img/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	padding: 0px;
	position:relative;
	margin:  0px 0px -30px -375px;
	left: 50%;
	top: 0px;
	width: 750px;
	height: 100%;
	background-color: #FDF8F1;
}
#logo {
	margin: 10px 0 0 10px;
	position: relative;
	width: auto;
	height: 110px;

	}
#payoff {
	float: right;
	margin: 10px 20px 10px 0;
}
#koop {
	position: absolute;
	top: 265px;
	height: 13px;
	width: 172px;
	z-index: 10;
	text-indent:-900px;
}
#vakantie {
	position: absolute;
	top: 370px;
	height: 13px;
	width: 172px;
	z-index: 10;
	text-indent:-900px;
}
.zoek {
	position: absolute;
	right: 0px;
}
#zoek {
	position: absolute;
	top: 403px;
	width: 172px;
	text-align:right;
	z-index: 10;
}
#zoek form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#zoek input {
	font-size:10px;
}
#mainimage {
	position: relative;
	height: 348px;
	margin: 0px;
	padding: 0px;
}
#empty {
	position: relative;
	height:80px;
}
#images {
	background-color:#FFFFFF;
	border-top: solid 1px #564839;
	border-bottom: solid 1px #564839;
	padding: 5px 1px 4px 1px;
	margin: 0 0 25px 0;
}
#images img {
	padding: 0 0 0 4px;
	margin: 0px;
}
#footer {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}