/* GLOBAL SECTION ================================================================================= */
html, body { height: 100% padding:0; margin: 0; }

body{
	margin: 0;
	padding: 0;
	background-color: #000;
	font: 11px/16px Helvetica, Trebuchet, serif;
	color: #707070;
}

a 		{ text-decoration: none; color: #999999; }
a:hover { text-decoration: underline; }
ul		{ margin: 0; padding: 0; }
p		{ margin: 0 0 10px;  line-height:170%; }

/* ClEARS */
#wrapper:after, .content:after, .head:after, .offer li:after, .pictures ul:after, .detail:after
{ clear:both; content:"."; display:block; font-size:0; height:0; line-height:0; overflow:hidden; }

/* HEADINGS */
h1{ color: #ffffff; font-size:28px; margin: 10px 0; }
h2{ color: #ffffff; font-size:18px; margin: 10px 0; }
h3{ color: #ffffff; font-size:14px; margin: 10px 0; }

/* FORMS */
.forms ul			{ margin: 0; padding: 0 0 25px; list-style: none;  }
.forms fieldset		{ margin: 0; padding: 0; border: 0;  }
.forms li 			{ padding:8px 0 5px; overflow: hidden; }
.forms label		{ width: 145px; display: block; float: left;  color: #66CC00; }
.forms label span	{ margin: 0; color: #999999; }
.forms select		{ margin: 0; border: 0; }
.forms .error		{ color: #cc0000; }
.forms input{
	background:url(../images/design/bg-input.png) no-repeat left top;
	border: 0;
	height:22px;
	padding: 6px 10px 0;
	margin: 3px 0 0;
	overflow: hidden;
	width:310px;
}
.forms textarea{
	background:url('../images/design/bg-textarea.png') no-repeat left top;
	border: 0;
	height:86px;
	padding:6px 10px 0;
	overflow: auto;
	width:310px;
}

.forms button{ 
	background: transparent url(../images/design/btn-red.png) repeat-x 0 0; 
}
.forms button{ 
	float: right;
	overflow:visible; 
	margin: 0;
	padding: 0 14px;
	border: 1px solid #66CC00;
	color: #fff;
	text-align: center;
	height: 26px;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
}

.forms .captcha			{ width: 175px; float: left; }
.forms .captcha input 	{ width: 155px; float: none; }

/* ------------- WRAPPER SECTION ------------- */
#wrapper{
 	background: #000 url(../images/design/bg-body.png) repeat-y 50% 0;
 
}
#wrapper-back{
	background: transparent url(../images/design/bg-wrapper.png) no-repeat 50% 0;
}

#wrapper-inner{
	margin: 0 auto;
	width: 1000px;
	position: relative;
	padding: 0 0 225px;
	background: transparent url(../images/design/bg-wrapper.png) no-repeat 50% 0;
}

/* ------------- HEADER SECTION ------------- */
#header { width: 1000px; height: 186px; overflow: hidden; }

.logo{ display: block; float: left; height: 110px; background: transparent url(../images/design/logo.png) no-repeat 50% 50%; width: 186px; height: 186px; text-indent: -999em; overflow: hidden; }
.menu-main{ list-style: none; float: left; 	padding: 122px 0 0; height: 35px; }
.menu-main li{ float: left; }
.menu-main a{ background: transparent url(../images/design/bg-menu-main.png) no-repeat 0 0; display: block; height: 35px; overflow: hidden; text-indent: -999em; }

#header .Algemene-info a		{ background-position: 7px 0; 	 width: 237px; }
#header .Attracties a			{ background-position: -243px 0; width: 220px; }
#header .Bedrijven a			{ background-position: -463px 0; width: 186px; }
#header .Xxxtra-s a				{ background-position: -643px 0; width: 171px; }

#header .Algemene-info.active a,
#header .Algemene-info a:hover	{ background-position: 7px 100%; }
#header .Attracties.active a,
#header .Attracties a:hover		{ background-position: -243px 100%; }
#header .Bedrijven.active a,
#header .Bedrijven a:hover		{ background-position: -463px 100%; }
#header .Xxxtra-s.active a,
#header .Xxxtra-s a:hover		{ background-position: -643px 100%; }

#tickets{ float: left; padding: 0; height: 116px; width: 245px; position: absolute; right: -63px; top: 0;  }

/* ------------- CONTENT SECTION  ------------- */
.sidebar {  overflow: hidden; float: left; padding: 20px 0 0 10px; width: 176px; }

#menu-side { list-style: none; }
#menu-side ul { list-style: none; }
#menu-side li { margin: 0 0 19px; }
#menu-side li li { margin: 0; }
#menu-side a { display: block; height: 22px; text-decoration: none; color: #fff; font-size: 18px; }
#menu-side ul a { color: #66cc00; height: 29px; font-size: 10px; padding: 0; }
#menu-side ul a.grey { color: #aaaaaa; }
#menu-side ul a:hover { color: #fff;  }

.content{ 
	min-height: 430px;
	height: auto !important;
	height: 430px;
}
#home { float: right; }
.inner-content{
	float: left;
	width: 764px;
	padding: 20px 20px 0;
	overflow: hidden;
	
}

.inner-content ul { padding: 0 0 0 30px; margin: 0; }
.nopadding	{ width: 814px; padding: 0; }

/* ------------- NAVMENU SECTION  ------------- */
.nav-menu{ list-style: none; }
.nav-menu li{ padding: 0 0 10px; }
.nav-menu li a.Project-A:hover{ text-decoration: none; cursor:default; }
.nav-menu li a.Project-X:hover{ text-decoration: none; cursor:default;}

/* ------------- FLASH SECTION ------------- */
.content .flash-replaced		{ height: 468px; width: 814px; }
.inner-content .flash-replaced	{ height: 468px; width: 814px;  }

/* ------------- FAQ SECTION ------------- */
#faq .question{
	background:transparent url(../images/design/bg-question.png) no-repeat scroll 0 0;
	color: #fff;
	height: 49px;
	padding: 33px 0 10px 53px;	
	width: 535px;
	cursor: pointer;
}

#faq .answer{
	padding:  0 0 0 55px;
}

/* ------------- OFFER SECTION ------------- */

.block-offers { width: 497px; background: #000 url(../images/design/bg-block-offers.png) repeat-y 100% 0; position: relative; padding: 26px 19px; margin: 0 0 15px 7px; }
.block-offers-top { background: #000 url(../images/design/bg-block-offers.png) repeat-y 0 0; position: absolute; top: 0; left: -7px; height: 69px; width: 550px; z-index: 100; }
.block-offers-btm { background: #000 url(../images/design/bg-block-offers.png) repeat-y 0 100%; position: absolute; bottom: 0; left: -7px; height: 69px; width: 550px; z-index: 100; }
.block-offers .block-head{ width: 485px; padding: 0 5px 0; background: #000 url(../images/design/bg-block-offers-title.png) no-repeat 0 100%; overflow: hidden; position: relative; z-index: 200; border: 1px solid #66cc00; border-width: 1px 1px 0; }
.block-offers .block-title{ padding: 4px 0 2px 10px; font-size: 16px; float: left; margin: 0; height: 20px; overflow: hidden; }
.block-offers .last{ float: right; border-left : 1px solid #66cc00; padding: 4px 0 2px 15px; width: 80px;}
.block-offers .block-list{ padding: 0; margin: 0; border: 1px solid #66cc00; border-width: 0 1px 1px; list-style: none; width: 495px; color: #fff; position: relative; z-index: 200;}
.block-offers .block-list li{ position: relative; overflow:hidden; }
.block-offers .block-list p{ min-height:55px; height:auto !important; height:55px; }
.block-offers-text{ width: 364px; border: 1px solid #66cc00; border-width: 1px 1px 0 0; float: left; padding: 10px 15px 15px; }
.block-offers-price{ float: left; border-top: 1px solid #66cc00; padding: 20px 0 5px; width: 100px; }
.block-offers-price strong{ font-size: 14px; display: block; text-align: center; } 
.block-offers-button{ background:transparent url(../images/design/btn-order.png) no-repeat scroll 0 0; position: absolute; bottom: 5px; right: 5px; display: block; overflow: hidden; text-indent: 999em; height: 53px; width: 90px; }
.block-offers .line-price{ text-decoration: line-through; }

/* ------------- WEBLOG SECTION ------------- */
#weblog{
	float: right;
	width: 764px; 
	padding:20px 20px 0;
}

/* Detail & list */
#weblog .detail{
	position: relative;
	overflow: hidden;
}

#weblog .detail strong,
#weblog .item strong{
	padding: 0 0 10px;
	display: block;
}


#weblog .detail h2,
#weblog .item h2{
	border-bottom: 1px dashed #66cc00;
	height: 25px;
}

#weblog .item h2{ border: 0; }

#weblog .item{
	border-bottom: 1px dashed #66cc00;
	padding: 15px 0 10px 120px;
	position: relative;
}

#weblog .item img{
	border:1px solid #666666;
	position: absolute;
	top: 15px;
	margin: 0 0 0 -120px;
}

#weblog .detail .back{
	float: right; 
}

/* Reply */
#weblog .reply{
	width: 480px;
}

#weblog .reply h2{
	height: 26px;
	text-transform: uppercase;
	color: #66CC00;
}

#weblog .reply-list ul{
	list-style: none;
	width:500px;
	padding: 25px 0 0 20px;
}
#weblog .reply-list li{
	border-bottom:1px dashed #600000;
	padding: 10px 0 0;
}

#weblog .paging li{ 
	background: transparent url(../images/design/btn-red.png) repeat-x 0 0; 
}
#weblog .paging li{ 
	float: left;
	overflow:visible; 
	margin: 0;
	padding: 0 7px;
	border: 1px solid #66CC00;
	color: #fff !important;
	text-align: center;
	height: 26px;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
	margin-right: 10px;
}

#weblog .paging li a{
	margin-top: 3px;
	color: white;
}

/* Pictures */
#weblog #pictures{
	width: 224px;
	overflow: hidden;
	float: right;
}

#weblog #pictures h2,
#weblog #videos h2{
	font-size: 12px;
	height: 18px;
	text-transform: uppercase;
	color: #66CC00;
	float: right;
}

#weblog #pictures ul{
	clear: both;
	list-style: none;
	width: 234px;
}
#weblog #pictures li{
	float: right;
	background:transparent url(../images/design/bg-picture.png) repeat-x scroll 0 0; 	
	width: 66px;
	height: 66px;
	padding: 1px 1px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}
#weblog #pictures img{
	width: 66px;
	height: 66px;
	border: 0;
}
/* Videos */
#weblog #videos{
	width: 222px;
	overflow: hidden;
	float: right;
	clear: right;
}
#weblog #videos .inner{
	height: 208px;
	clear: both;
	padding: 10px 0 0 10px;
	border: 1px solid;
	border-color: #ff0000 #c70000 #5c0000 #850000;
}

#weblog #videos ul{
	list-style: none;
}

#weblog #videos li{
	float: left;	
		width: 94px;
	height: 94px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

#weblog #videos img{
	width: 200px;
	/*height: 94px;*/
	border: 0;
}

.block-extras{ background: #000 url(../images/design/bg-block-extras.png) no-repeat 0 0; width: 233px; height: 468px; overflow: hidden; }
.block-extras a { display: block; text-indent: -999em; overflow: hidden; }
.block-extras .button5 { float: right; clear: right; width: 112px; height: 115px; }
.block-extras .button6 { float: right; clear: right; width: 120px; height: 115px; }
.block-extras .button7 { float: right; clear: right; width: 118px; height: 120px; }
.block-extras .button8 { float: right; clear: right; width: 118px; height: 115px; }
.block-extras .button1 { width: 112px; height: 120px; }
.block-extras .button2 { width: 105px; height: 115px; }
.block-extras .button3 { width: 100px; height: 118px; }
.block-extras .button4 { width: 90px; height: 115px; }
.block-extras a:hover, .block-extras a.active { background: #000 url(../images/design/bg-block-extras.png) no-repeat 0 0; }
.block-extras .button1:hover, .block-extras .button1.active { background-position: -233px 0; }
.block-extras .button2:hover, .block-extras .button2.active { background-position: -233px -120px; }
.block-extras .button3:hover, .block-extras .button3.active { background-position: -233px -235px; }
.block-extras .button4:hover, .block-extras .button4.active { background-position: -233px -353px; }
.block-extras .button5:hover, .block-extras .button5.active { background-position: -354px 0; }
.block-extras .button6:hover, .block-extras .button6.active { background-position: -346px -115px; }
.block-extras .button7:hover, .block-extras .button7.active { background-position: -348px -230px; }
.block-extras .button8:hover, .block-extras .button8.active { background-position: -348px -350px; }


#xxxtra { float: right; clear: right; width: 575px; overflow: hidden; }
/* ------------- LIGHTBOX SECTION ( FANCYBOX ) ------------- */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../images/design/lightbox/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(../images/design/lightbox/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(../images/design/lightbox/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left { left: 0px; }
a#fancy_right { right: 0px; }

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(../images/design/lightbox/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(../images/design/lightbox/fancy_right.png) no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover { visibility: visible; }
a#fancy_left:hover span 	{ left: 20px;  }
a#fancy_right:hover span	{ right: 20px; }

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../images/design/lightbox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/design/lightbox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../images/design/lightbox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/design/lightbox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../images/design/lightbox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/design/lightbox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../images/design/lightbox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/design/lightbox/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../images/design/lightbox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../images/design/lightbox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../images/design/lightbox/fancy_title_right.png) repeat-x;
}
/* ------------- FOOTER SECTION ------------- */
#footer{ background: url(../images/design/bg-footer.png) no-repeat scroll 0 0; height: 180px; padding: 25px 0 0 58px; width: 1030px; position: absolute; bottom: 0; left: -48px }
#footer h2{ font-size: 12px;  text-transform: uppercase; clear: both; position: absolute; left: 50%; margin: 0 0 0 -41px; white-space: nowrap; top: 0; }
#footer .block-footer-weblog h2 { margin: 0 0 0 -58px; }
.block-footer-warning{ background:transparent url(../images/design/bg-warning.png) no-repeat scroll 0 100%;	height: 69px; width: 221px; float: left; padding: 5px 90px 0 0; }
.block-footer-weblog{ background:transparent url(../images/design/bg-footer-weblog.png) no-repeat scroll 0 20px; height: 56px; width: 389px; float: left; position: relative;  cursor: pointer; margin: 10px 0 0 0; padding: 20px 93px 30px 0; }
.block-footer-weblog-img{ float:left; width: 62px; height: 48px; overflow:hidden; position: absolute; left: 0;  top: 20px; }
.block-footer-weblog-img a{ border-style: none; text-decoration: none; }
.block-footer-weblog-text{ float:right; padding: 5px 10px; width: 307px; }
.block-footer-buttons{ float: left; width: 159px; overflow: hidden; position: relative;  padding: 22px 0 0 0; margin: 30px 0 0; }
.block-footer-buttons .hyves{ height: 27px; width: 65px; float: left; display: block; cursor: pointer; overflow: hidden; text-indent: -999em; margin: 0 10px 0 0;  background:transparent url(../images/design/bg-footer-buttons.png) no-repeat scroll 0 0; }
.block-footer-buttons .twitter{ height: 27px; width: 74px; display: block; cursor: pointer; overflow: hidden; text-indent: -999em; background:transparent url(../images/design/bg-footer-buttons.png) no-repeat scroll 100% 0; }

#footer .bar { height: 50px; clear: both; background-color: #000; overflow: hidden; padding: 15px 0 0; }
.walibi{
	float: right;
	width: 120px;
	padding: 12px 0 0;
	margin: 0 0 0 5px;
	position: relative;
}
.walibi a{
	background:transparent url(../images/design/bg-walibi.png) no-repeat scroll 0 0;	
	height: 45px;
	width: 120px;
	float: right;
	display: block;
	position: absolute;
	top: 0;
	right: 25px;
	text-indent: -999em;
	overflow: hidden;
}
.slamfm{
	clear: left; 
	float: right;
	width: 300px;
	padding: 12px 0 0;
	position: relative;
}
.slamfm a{
	background:transparent url(../images/design/bg-slamfm.png) no-repeat scroll 0 0;	
	height: 45px;
	width: 120px;
	float: right;
	display: block;
	position: absolute;
	top: 10px;
	right: 70px;
	text-indent: -999em;
	overflow: hidden;
}

.copyright{
	padding: 10px 0 0 25px;
	width:385px;
}

#mindfuck ul{	
	list-style-type: none;
	clear: both;
}

#mindfuck ul li{	
	float:left;
	margin:0 14px 20px 0;
	text-align:center;
}

#mindfuck ul#fotos img{
	background:transparent url(../images/design/foto-border.png) no-repeat scroll 0 0;	
	padding: 1px;
 	width:70px;
	height:59px;
}

#mindfuck ul.paging{
	float:right;
	margin: 0 0 15px;
}

div#photo-wrapper{
	margin: 0 0 20px;
	position:relative;
	float: right;
	width: 294px;
	height: 247px;
}

div.photo-layer{
	position: absolute;
	width: 294px;
	height: 247px;
	top: 0;
	left: 0;
	background:transparent url(../images/design/bg_kader_small.png) no-repeat scroll 0 0;		
}

div#photo-wrapper img{
	margin: 8px 0 0 6px;
}

div#photo-wrapper-big{
	margin: 0 0 20px;
	position:relative;
	margin: 0 auto;
	width: 547px;
	height: 456px;
}

div.photo-layer-big{
	position: absolute;
	width: 547px;
	height: 456px;
	top: 0;
	left: 0;
	background:transparent url(../images/design/bg_kader_big.png) no-repeat scroll 0 0;
}

div#photo-wrapper-big img{
	/* margin: 8px 0 0 6px; */
}
div#photo-wrapper-big div.buttons{
	position: absolute;
	bottom: 8px;
	left: 35%;
}

/* ------------- JAVASCRIPT DISABLED NOTICE ------------- */ 
.noscript {
	background:#FFFF90 none repeat scroll 0 0;
	border: 1px #000000 solid;
	border-width:0 0 1px;
	color:#2F2F2F;
	text-align:center;
}

.noscript .noscript-inner {
	background:transparent url(../images/design/ico-notice.png) no-repeat scroll 20px 50%;
	margin:0 auto;
	padding:12px 0;
	width:950px;
}

.alt{
	display:none;
	
}