#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	position: relative;
 	min-height: 100%;
	height: auto !important;  /*voor moderne browsers */
	height: 100%; /* voor IE */
}
#mainmenu {
	width: 1024px;
	height: 10px;
	text-align: left;
}
html, body {
	font: 11px Verdana;
	line-height:14px;
	color: #000;
	text-align: left;
	background-color:#FFFFFF;
}
table {
	font: 11px Verdana, Geneva, sans-serif;
	line-height:14px;
	color: #333333;
	text-align: left;
}
table a:link {
	color:#402626;
	text-decoration:none;
}
table a:hover {
	color:#FF6623;
	text-decoration:none;
}
table a:active {
	color:#FF6623;
	text-decoration:none;
}
table a:visited {
	color:#402626;
	text-decoration:none;
}
.kop1 {
	font-size:12px;
	line-height:14px;
	color:#333333;
	margin:0px 0px 15px 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.kop2 {
	font-size:12px;
	line-height:14px;
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-left: 5px;
}
.kop3 {
	font-size:16px;
	line-height:14px;
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: right;
}
.Prijs-Topangebot {
	font-size:24px;
	line-height:14px;
	color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: right;
}
.Prijs-Topangebot a:link {
	color:#ffffff;
	text-decoration:none;
}
.Prijs-Topangebot a:hover {
	color:#ffffff;
	text-decoration:none;
}
.Prijs-Topangebot a:active {
	color:#ffffff;
	text-decoration:none;
}
.Prijs-Topangebot a:visited {
	color:#ffffff;
	text-decoration:none;
}
.navbottom {
	text-align:right;
	font-size:11px;
	line-height:14px;
	color:#ffffff;
	margin:0px 0px 15px 0px;
	text-decoration:none
}
.navbottom a:link {
	color:#ffffff;
	text-decoration:none;
}
.navbottom a:hover {
	color:#666666;
	text-decoration:none;
}
.navbottom a:active {
	color:#999999;
	text-decoration:none;
}
.navbottom a:visited {
	color:#ffffff;
	text-decoration:none;
}
.sublinks {
	font-size:12px;
	color:#663300;
	padding:5px 0px 5px 0px;
	text-transform:uppercase;
	font-weight:bold;
}
.sublinks a:link {
	color:#663300;
	text-decoration:none;
}
.sublinks a:hover {
	color:#663300;
	text-decoration:none;
}
.sublinks a:active {
	color:#663300;
	text-decoration:none;
}
.sublinks a:visited {
	color:#663300;
	text-decoration:none;
}
.anchor {
	font-size:10px;
	color:#CCCCCC;
	text-transform:uppercase;
	font-weight:bold;
}
.anchor a:link {
	color:#402626;
	text-decoration:none;
}
.anchor a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
.anchor a:active {
	color:#999999;
	text-decoration:none;
}
.anchor a:visited {
	color:#402626;
	text-decoration:none;
}
.subheader {
	font-size:10px;
	color:#666666;
	font-style:italic;
}
/* DYNAMIC DROP DOWN MENU CSS */

 ul {
	z-index:100; 
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	position: relative;
	float:left;
	margin: 0 20px 0 20px;
	text-align: left;/*left;*/
}
li ul {
	position: absolute;
	top: 24px;
	display: none;
}
ul.nav li a { 
	display: block;
	color: #000000;
	padding: 5px;
	background: #ffffff;
	margin: 0 0px;
	font-size: 12px;
	text-decoration: none;
}
li li {
	text-align: left;
	width:190px;
	left:-20px;
}
ul li a:hover {
	color: #000000;
	background: #FAB11A;
	text-decoration: none;
}
li:hover ul, li.over ul {
	display: block;
	text-decoration: none;
}

#gallery { 
	position:relative;
	width:1024px; 
	height:281px; 
	z-index:0; 
}
#gallery img { 
	display:none; 
	position:absolute; 
	top:0; 
	left:0; 
}

#logo { 
	position:absolute;
	left:800px;
	top:160px;
	width:200px; 
	height:200px;
	background-image:url(../images/2009_logo.png);
	background-repeat:no-repeat;
	z-index:50; 
}
#schnelbuchung {
	position:absolute;
	left:50px;
	top:261px;
	width:230px;
	height:30px;
	z-index:200;
	color:#000;
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	padding-top:20px;
	background-color: #FFB101;
}
#left { 
	float:left
	position:relative;
	left:0px;
	top:0px;
	width:230px;
	margin-left:50px;
	background-color:#f2e2af;
	color:#000;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	padding-top:20px;
}
#right { 
	position:absolute;
	left:280px;
	overflow-y:hidden;
	top:310px;
	width:794px;
	background-color:#ffffff;
	color:#000;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	padding-top:20px;
}
.inputfield {
	border:1px solid #999;
	color:#000;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	padding:1px;
	background-color:#FFF
}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	height: 64px;
	text-align:center;
	background: #FAB11A;
