body {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-image: url('media/pattern_light.jpg');
}

div, td {
	font-family: arial;
	font-size: 12px;
	color: #000;
}

div#main {
     position: absolute;
     top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	height: 3000px;
	width: 100%;
	background-image: url('media/top_repeat_right.jpg');
	background-repeat: repeat-x;
}

div#header {
     position: relative;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: 266px;
	background-image: url('media/headers/leeg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

div#column_left {
     position: relative;
	float: left;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 302px;
	height:100%;
	background-image: url('media/pattern_dark.jpg');
	background-repeat: repeat;
}

div#column_center {
     position: relative;
	float: left;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: 481px;
	height: 100%;
	background-color: #fff;
	background-image: url('media/vert_lines.jpg');
	background-position: left;
	background-repeat: repeat-y;
}

div#column_right {
     position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 182px;
	border: 1px solid red;
}

div#paginatekst{
	position: relative;
	top: 10px;
	left: 30px;
	width: 440px;
}
div#paginatitel{
	position: relative;
	top: 5px;
	left: 30px;
	width: 440px;
	color: #B71210;
	font-size: 22px;
	font-variant: small-caps;
	font-weight: normal;
}

div#energiezuining {
	position: absolute;
	top: 243px;
	left: 715px;
	width: 48px;
	height: 53px;
	background-image: url('media/energiezuinig.jpg');
	z-index: 22;
}
div#hotelfoto{
	position: absolute;
	top: 206px;
	left: 783px;
	width: 199px;
	height: 145px;
	background-image: url('media/frontfotohotel.gif');
	z-index: 99;
}
div#adresgegevens{
	position: absolute;
	top: 360px;
	left: 811px;
	width: 199px;
	height: 145px;
	color: #fff;
	z-index: 11;
}
div#adresgegevens a:link, a:visited{
	text-decoration: none;
	color: #fff;
	z-index: 11;
}
div#adresgegevens a:hover{
	text-decoration: underline;
	color: #c86809;
	z-index: 11;
}
div#banner_reserveren_nl{
	position: absolute;
	top: 485px;
	left: 811px;
	background-image: url("../media/banners/reserveren.jpg");
	background-repeat: no-repeat;
	width: 182px;
	height: 35px;
	cursor: pointer;
	z-index: 11;
}
div#banner_reserveren_en{
	position: absolute;
	top: 485px;
	left: 811px;
	background-image: url("../media/banners/reserveren_en.jpg");
	background-repeat: no-repeat;
	width: 182px;
	height: 35px;
	cursor: pointer;
	z-index: 11;
}
div#copyright{
	position: absolute;
	top: 570px;
	left: 811px;
	font-family: arial, verdana;
	font-size: 10px;
	color: #9A5400;
	text-align: center;
	z-index: 15;
}
div#copyright a:link{
     font-family: arial, verdana;
	font-size: 10px;
	color: #9A5400;
	cursor: pointer;
	text-decoration: none;
}
div#copyright a:hover{
     font-family: arial, verdana;
	font-size: 10px;
	color: #663800;
	cursor: pointer;
	text-decoration: none;
}
div#copyright a:visited{
     font-family: arial, verdana;
	font-size: 10px;
	color: #9A5400;
	cursor: pointer;
	text-decoration: none;
}
div#fotohotel{
	position: absolute;
	top: 206px;
	left: 801px;
	width: 199px;
	height: 145px;
	background-image: url('media/frontfotohotel.gif');
	z-index: 13;
}

div#hoofdmenu {
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}
div#hoofdmenu div {
	position: relative;
	right: 0px;
	height: 24px;
     font-size: 13px;
     font-weight: bold;
}
div#hoofdmenu div:hover a:hover{
      color:#fff;
}

div#hoofdmenu a:link, div#hoofdmenu a:visited {
	position: relative;
	left: 4px;
	text-decoration: none;
	color: #fff;
}
div#hoofdmenu a:hover {
     position: relative;
	left: 4px;
	text-decoration: none;
	color: #fff;
}

div#hoofdmenu li {
	padding: 0px;
	margin: 0px;
     list-style-type: none;
}
div#hoofdmenu li li {
 	padding: 0px;
	margin: 0px;
     list-style-type: none;
}

div#vlaggen {
	position: absolute;
	top: 245px;
	left: 44px;
	width: 200px;
	z-index: 20;
}

div#vlaggen form {
	padding: 0px;
	margin: 0px;
}

input#nl {
	position: relative;
	float: left;
	height: 15px;
	color: #9D5906;
}
input#en {
	position: relative;
	float: right;
	height: 15px;
	color: #9D5906;
}

.spacer {
	width: 100%;
	height: 100%;
}

.melding {
	color: red;
	font-weight: bold;
}