body {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ff9c00;
	height:100%;
	margin-top:0;
	margin-bottom:0;
}
p {text-indent: 15pt;}
h1 {font-size:14px; font-variant:small-caps;}
.hr {
	height:1px;
	background:#ffe400;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}
.formfields {
	padding-bottom: 7px;
}
.seasontext { background-color:#2877af; padding: 5px 5px 5px 5px; color:#FF0; font-weight:bold;}
.seasontextright { background-color:#2877af; padding: 5px 5px 5px 5px; color:#FF0; font-weight:bold; text-align:right; }

.hr2 {
	height:1px;
	background:#ffe400;
	width:100%;
	margin-bottom:0px;
	margin-top:0px;
}
img {
	border:#fff solid 1px;
}
.ctext {
	padding-left:42px;
	padding-right:22px;
}

.ctext2 {
	padding-left:0px;
	padding-right:22px;
}
.mytitle {	
	background:url(images/banner.jpg) top;
	background-repeat:no-repeat;
	height: 294px;
	width: 863px; 
}
#poster{
	float:right;
	margin: 30px -10px 0 0;
}
#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:94%;
}
.kop {
	color:#e87300;
	font-weight: bold;
	font-size:18px;
	padding-left:42px;
	margin-bottom:10px;
	padding-bottom:0px;

}

.kop2 {
	color:#000000;
	font-weight: bold;
	font-size:18px;
	padding-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;

}

.kop3 {
	color:#e87300;
	font-weight: bold;
	font-size:18px;
	padding-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;

}
.maindiv {
	height:100%; 
	width: 863px;
	background:url(images/bg.jpg);
	background-repeat:no-repeat;
}
#blank { height:40px; float:right; width:200px; }
#text { height:40px; float:left; width:620px; color:#fff; font: bold 28px #fff "Palatino Linotype", "Book Antiqua", Palatino, serif;}
#nav {
	background:#e87300;
	height:30px;
	width: 863px;
	text-align:center;
}
#bookbutton { 
    height:90px; 
	width: 150px;
	background:url(images/book-now-button.png);
	background-repeat:no-repeat;
	float:right;
	vertical-align: top;
}
#nav2 {
	background:#e87300;
	height:30px;
	width: 863px;
	text-align:right;
}
#nav ul {	
	list-style:none;
	padding-left:0;
	margin-left:43px;
	margin-top:0px;
	margin-bottom:0;
}
#textleft {
	width: 575px;
	margin-top:3px;
	float:left;
}
#nav li {
	background:url(images/star.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
	margin-right: 20px;
	margin-top:3px;
	float:left;
}
#nav li:hover {
	background:url(images/star_over.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:12px;
	margin-right: 20px;
	color: #fff;
}
#nav li a {
	margin-left:10px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffe400;
	text-decoration:none;
}
#nav li a:hover {
	color: #fff;
}
.content {
	padding-top:0;
	clear: both;
	margin-top:0;
	line-height:14pt;
}
.content a {
	text-decoration:underline;
	color:#000;
}
.content a:hover {
	color:#fff;
	
}
#footer {
	width:800px;
	color:#e87300;
	text-align:center;
	font-size:11px;
	padding-top:10px;
	padding-bottom:10px;
}
.knop {
	background:#2877af;
	border-left:solid 1px #fff;
	border-top:solid 1px #fff;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	color:#FFFFFF;
}
.ps, .ps a {
	color:#e87300;
	text-decoration:none;
}
.ps a:hover {
	text-decoration:underline;

}
.tekstveld {
	width:220px;
	vertical-align:top;
	margin-right:5px;
 	background:#ffee7c;
 	border-left:#7893b9 1px solid;
	border-top:#7893b9 1px solid;
	border-bottom:#fff 1px solid;
	border-right:#fff 1px solid;
	margin-top:2px;
	margin-bottom:2px;
}

/* Overlay style */
 /* Style for overlay and box */

        .overlay{

            background:transparent url(images/overlay.png) repeat top left;

            position:fixed;

            top:0px;

            bottom:0px;

            left:0px;

            right:0px;

            z-index:100;

        }

        .box{

            position:fixed;

            top:-200px;

            left:30%;

            right:30%;

            background-color:#fff;

            color:#7F7F7F;

            padding:20px;

            border:2px solid #ccc;

            -moz-border-radius: 20px;

            -webkit-border-radius:20px;

            -khtml-border-radius:20px;

            -moz-box-shadow: 0 1px 5px #333;

            -webkit-box-shadow: 0 1px 5px #333;

            z-index:101;

        }

        .box h1{

            border-bottom: 1px dashed #7F7F7F;

            margin:-20px -20px 0px -20px;

            padding:10px;

            background-color:#2877af;

            color:#ff9c00;

            -moz-border-radius:20px 20px 0px 0px;

            -webkit-border-top-left-radius: 20px;

            -webkit-border-top-right-radius: 20px;

            -khtml-border-top-left-radius: 20px;

            -khtml-border-top-right-radius: 20px;

        }

        a.boxclose{

            float:right;

            width:26px;

            height:26px;

            background:transparent url(images/cancel.png) repeat top left;

            margin-top:-30px;

            margin-right:-30px;

            cursor:pointer;

        }



html, body {
height:100%;
}
#non-footer {
min-height:65%;
}
* html #non-footer {
height:100%;
}
#footerbar {
display:block; 
top:272px; 
left:auto;
width:842px;
height:41px;
position:absolute; 
border:1px solid #2877af; 
padding:10px 10px 0px 10px; text-align:center;
float:left;
margin-bottom:-50px;
background:url(overlaybg.png) repeat;
text-align:center;
vertical-align:middle;
font: small-caps 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.acivator { text-decoration:underline; font: bold 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;}
