
* { padding: 0; margin: 0; }


body {
	color: #333;
	font: 13px "Trebuchet MS", verdana, helvetica;
	background-color: white;
	background: url(/i/background.gif); 
}

table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #0053a0;
}

a:hover {
	text-decoration: none;
	color: #000;
}

input, textarea  {
	font: 12px "Trebuchet MS", verdana, arial, helvetica;
}

select {
	padding-right: 0.5em;
}

textarea {
	width: 90%;
	height: 120px;
}

h1 {
	color: #21496e;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

h2, h3 {
	border-bottom: none;
	font-size: 17px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	color: #000;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}


h4 {
	color: #21496e;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

ul li {
	padding: 10px;
	margin: 10px;
	list-style-type: none;
	display: block;
	background-color: #bbe3ff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul li ul li {
	margin: 2px;
	padding: 0px;
	margin-left: 10px;
}

#container {
	margin-top: 5px;
	margin-bottom: 0px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

#demo {
	border: 1px solid #fdff64;
	background-color: #feffc4;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	margin-top: 10px;
}

#demo span {
	font-size: 11px;
}


#logo {
	width: 980px;
	padding: 0px;
	margin: 0px;
	height: 42px;
	z-index: 5;
	position: absolute;
}

#menu {
	float: right;
	margin-right: 5px;
}

#menu .links {
	height: 30px;
	text-align: right;
	color: #444;
	font-size: 14px;
	
}

#menu #winkelmand {
	text-align: right;
	font-size: 16px;
	text-decoration: underline;
}

#menu #winkelmand a {
	color: #333;
}

#footer {
	clear: both;
	width: 980px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 20px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0e4e76;
	color: #e4f5ff;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#footer a {
	border-bottom: 1px dotted #e4f5ff;
	color: #e4f5ff;
}

#overlay {
	background: url(/i/black.gif);
	position: absolute; top: 0px; left: 0px;
	z-index: 11000;
	height: 100%;
	width: 100%;
	display: none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

#overlaycontent {
	display: none;
	position: absolute;
	color: black;
	width: 0px;
	left: 50%;
	z-index: 12000;
	padding: 15px;
	background-color: white;
}

#main {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	width: 980px;
	clear: both;
}

#large-left {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 5px;
	border-right: 2px dotted #eaeaea;
	
}

#small-right {
	width: 295px;
	float: right;
	padding-right: 15px;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 15px;
	margin: 0px;
	
}

a.smallink {
	color: #333;
	border-bottom: 1px dotted black;
	cursor: help;
}

.stapno, .stapnodisable {
	display: block;
	width: 20px;
	margin: 0px;
	float: left;
	padding: 5px;
	text-align: center;
	background-color: #f97156;
	color: white;
	font-weight: bold;
}

.stapnodisable {
	background-color: #aaa;
}

.table2 tr th {
	padding: 7px;
	color: white;
	font-weight: bold;
	text-align: left;
	background: url(/i/darkblue-bg.gif) repeat-x #21496e;;
	
}

.table2 tr {
	border-bottom: 2px dashed white;
}

.table2 tr.header {
	border-bottom: none;
}

.table2 tr td {
	padding: 7px;
	font: 13px "Trebuchet MS", verdana, helvetica;
}

.table2 tr td.nopadding {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.actieblok {
	background: url(/i/actiebg.gif) repeat-x white;
	border: none;
	margin: 3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: justify;	
	width: 300px;
	padding: 10px;
}

.actieblok .txt {
	height: 65px;
}

.actieblok img {
	margin: 0px;
	padding: 0px;
}

a.aanbiedingblok {
	display: block;
	color: #333;
	padding: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 4px solid white;
	margin-bottom: 15px;
}

a.aanbiedingblok:hover {
	border: 4px solid #eaeaea;
}

#parkmenu {
	height: 28px;
	border-bottom: 1px solid #22486d;
}

#parkmenu a {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	background-color: #a8b5c5;
	color: white;
	margin-right: 6px;
	font-weight: bold;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
}

#parkmenu a.active {
	background: url(/i/darkblue-bg.gif) repeat-x #21496e;
	/* background-color: #224970; */
}

#parkmenu a.tickets {
	background: #ff6400 url(/i/ticketbuttonbg.gif) repeat-x;
	width: 160px;
}

#parkmenu a.faq {
	width: 160px;
}

#parkmenu a:hover {
	background: url(none) #224970;
}

#parkmenu a.tickets:hover {
	background-image: none;
	background-color: #ff6400;
}

.ticketbutton {
	background: #ff6400 url(/i/ticketbuttonbg.gif) repeat-x;
	color: white;
	text-align: center;
	line-height: 28px;
	height: 28px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	padding: 6px;
}

input.ticketbutton {
	border: none;
	font-weight: bold;
	line-height: 1em;
}

input.ticketbutton:hover {
	cursor: pointer;
}

.ticketbutton:hover {
	background-image: none;
	background-color: #ff6400;
	color: white;
}

.bestellen {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #00a7e1;
	margin: 3px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 38px;
	margin-top: -10px;
	border: 1px solid #00a7e1;
}

.bestellen a {
	display: block;
	color: #fff;
	font-weight: bold;
	width: 155px;
	float: right;
	background: url(/i/whitedots.gif) no-repeat 0px -4px;
	font: verdana;
	text-align: center;
	padding: 0px;
	line-height: 38px;
	height: 38px;
	font-size: 14px;
	text-align: right;
	padding-right: 15px;
}

.bestellen a:hover {
	color: #d8f5ff;
	text-decoration: underline;
}

.row1 {
	background-color: #f3f6ff;
}

.row2 {
	background-color: #e8edff;
}

.row3 {
	background-color: white;a
}

.rowgreen {
	background-color: #d9ffbb;
}

.errorrow {
	background-color: #feffc4;
}

.block {
	padding: 5px;
	background: none;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: justify;
}

.fpblock {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	margin-top: 25px;
	padding: 10px;
	background-color: #eaeaea;
	color: #174b7b;
	font-size: 14px;
}

.fpblock h1 {
	font-size: 22px;
	color: #555;
	font-weight: normal;
	margin-top: 32px;
}

.newsblock {
	float: right;
	width: 255px;
	background-color: #00a7e1;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px;
	margin-left: 20px;
	font-size: 12px;
}

.newsblock h1 {
	color: white;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.newsbutton {
	background: url(/i/darkblue-bg.gif) repeat-x #21496e;
	color: white;
	text-align: center;
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 3px;
	margin-top: 8px;
	display: block;
}

.newsbutton:hover {
	color: #fff;
	background: url(none) #21496e;
}

.quizbutton2 {
	display: block; 
	background: #00A7E1 url(/i/whitedots.gif) no-repeat 20px -6px;
	padding: 8px;
	width: 150px;
	color: white;
	padding-left: 85px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 70px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.quizbutton { background: url(”/i/whitedots.gif”) no-repeat 20px -6px #00A7E1; border-radius: 4px 4px 4px 4px; color: white; display: block; font-size: 14px; font-weight: bold; margin-left: 25px; padding: 8px 8px 8px 85px; width:450px; }

.quizbutton:hover {
	background-color: #16b6ea;
	color: white;
	margin-left: 35px;
}

.block table img {
	margin: 2px;
}

.spacer {
	clear: both;
}

.zoek {
	float: right;
}

img.logo {
	float: left;
	z-index: 5;
	
}

.parkfotos img {
	padding: 0px;
	border: 3px solid #000;
	margin: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.parkfotos img:hover {
	border: 3px solid #eee;
}

.demofotos img {
	padding: 0px;
	border: 3px solid #000;
	margin: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.demofotos img:hover {
	border: 3px solid #eee;
}

.prijs {
	margin-top: 5px;
	text-align: right;
}

.van {
	text-decoration: line-through;
}

.nu {
	color: #00a7e1;
	font-size: 16px;
	font-weight: bold;
}
.voor {
	font-size: 18px;
	font-weight: bold;
	color: #00a7e1;
}

.totaal {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.alert {
	border: 1px solid #fdff64;
	background-color: #feffc4;
	padding: 10px;
	margin: 0px;
	margin-bottom: 15px;
	width: 610px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
}

.tips {
	border: 2px solid #185c82;
	background-color: white;
	color: #185c82; 
	padding: 5px;
	text-align: center;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;

}

.button, .button_selected {
	background-color: #0e4e76;
	color: white;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	margin-left: 10px;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #0e4e76;
}

.button:hover, .button_selected {
	background-color: white;
	color: #0e4e76;
}

.button_selected {
	border: 1px solid #0e4e76;
}

.korting {
	text-align: right;
	color: #ff7200;
	font-style: oblique;
	font-weight: bold;

}
.binnenkort {
	display: block;
	padding: 6px;
	margin: 3px;
	margin-top: -10px;
	width: 300px;
	height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-weight: bold;	
	background-color: #a8b5c5;
	color: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 38px;
}

.geldig {
	font-size: 11px;
	color: #555;
}

.sluiten {
	text-align: right;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.betaalmethoden {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
	margin: 10px;
}

#customer_menu {
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	display: block;
}

#customer_menu .button {
	background-color: #e75637;
	border: 1px solid #e75637;
}


#customer_menu .button_selected, #customer_menu .button:hover, #customer_menu .button_selected:hover {
	border: 1px solid #e75637;
	color: #e75637;
	background-color: white;
}

.ticketselect td {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 300px;
	padding: 25px;	
	background-color: #bbe3ff;
}

.dtkalender td {
	padding: 6px;
	margin: 0px;
	border: 1px solid white;
	background-color: #bbe3ff;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.dtkalender .leeg {
	background-color: #e4f5ff;
}

.dtkalender .dagnummer {
	color: #333;
}

.dtkalender .dagover {
	background-color: white;
}

.dtkalender .vandaag {
	border: 1px solid #e75637;
	background-color: #bbe3ff;
	
}

.dtkalender .dagnaam {
	background-color: #e75637;
	color: white;
	font-weight: bold;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.dtkalender .maandtitel {
	background: none;
}

.dtkalender .maandtitel span {
	font-size: 125%;
	font-weight: bold;
}

.loginblock {
	width: 450px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 50px;
	border: 2px solid #ededed;
	background-color: #f3f6ff;
	box-shadow: 10px 10px 10px #efefef;
	-moz-box-shadow: 10px 10px 10px #efefef;
	-webkit-box-shadow: 10px 10px 10px #efefef;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#slideshow-container	{ width:600px; height:420px; position:relative; }
#slideshow-container img { display:block; position:absolute; top:0; left:0; z-index:1; }	

