html {
  min-width: 657px;
}

body {
  margin: 0;
  padding: 0;
  /*font: 11px/16px verdana, arial, helvetica, sans-serif;*/
  font: 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background-color: #000;
  /*background: #000 url(/assets/images/wallpaper.jpg) center top no-repeat;*/
}

img {
  border: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #8cc63f;
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

a.green {
  color: #8cc63f;
}
a.green:hover {
  text-decoration: underline;
}

a.active {
  color: #8cc63f;
}

#content a {
  color: #8cc63f;
}
#content a:hover {
  text-decoration: underline;
}

#content a.white {
  color: #fff;
}
#content a.white:hover {
  color: #8cc63f;
  text-decoration: none;
}

.green {
  color: #8cc63f;
}

ul,
ol,
dl,
dl dt,
dl dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}

hr {
  border: none;
  height: 1px;
  border-top: 1px dashed #fff;
  margin: 0;
  padding: 0;
  margin: 6px 0;
}

#wrapper {
  position: relative;
  width: 657px;
  margin: 0 auto;
  text-align: left;
}

#wrapper-navigation-main {
  display: none;
}

#primary {
  position: relative;
  width: 657px;
  margin: 0;
  padding: 0;
}

#header,
#wrapper-navigation-images,
#footer {
  position: relative;
  width: 624px;
  margin: 0;
  padding: 0;
}

h1	{
  float: left;
  clear: both;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  display: none;
}
	
h1 a	{
  display: block;	
  width: 624px;
  height: 289px;
  background: url(/assets/images/containerBgHeader.png) left top no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

#flashmenu {
  float: left;
  clear: both;
  display: block;	
  width: 624px;
  height: 289px;
	margin: 0;
	padding: 0;
	border: 0;
  z-index: 99999;
}

#content {
  position: relative;
  width: 401px;
  height: 300px;
  background: url(/assets/images/containerBgContent.png) left top no-repeat;
  float: left;
  margin-top: -12px;
}

div.container {
  position: absolute;
  top: 0;
  left: 0;
  margin: 25px;
}
#content div.container {
  margin-left: 41px;
}
#scroll-container {
  height: 240px;
  width: 330px;
  overflow: hidden;
}
div.scrollContent {
  width: 310px;
}
div.scrollContent ul {
  list-style-type: circle;
  margin-bottom: 1em;
}
div.scrollContent ul li {
  margin-left: 1.35em;
}
div.scrollContent ul.sub li {
  margin-left: 2.5em;
}

div.scrollContent h6 {
  font-weight: bold;
  font-size: 11px;
  color: #8cc63f;
  margin: 0;
}

#audioplayer {
  /*
  position: relative;
  float: left;
  margin-left: -2px;
  margin-top: -5px;
  */
  position: absolute;
  top: 284px;
  left: 399px;
	z-index: 999999;
}

#tabs {
  position: relative;
  width: 256px;
  height: 259px;
  float: left;
  margin-left: -9px;
  margin-top: 28px;
}
#tabs.agenda-nieuws {
  background: url(/assets/images/containerBgTabsAgenda.png) left top no-repeat;
}
#tabs.agenda-nieuws.two {
  background: url(/assets/images/containerBgTabsNieuws.png) left top no-repeat;
}
#tabs.evenement-locaties {
  background: url(/assets/images/containerBgTabsEvenement.png) left top no-repeat;
}
#tabs.evenement-locaties.two {
  background: url(/assets/images/containerBgTabsLocaties.png) left top no-repeat;
}
#tabs.foto-video {
  background: url(/assets/images/containerBgTabsFoto.png) left top no-repeat;
}
#tabs.foto-video.two {
  background: url(/assets/images/containerBgTabsVideo.png) left top no-repeat;
}
ul#tab-buttons {
  position: absolute;
  top: 35px;
  right: 17px;
}
ul#tab-buttons li {
  background-color: none;
  margin-bottom: 35px;
  text-indent: -9999px;
}
ul#tab-buttons li a {
  display: block;
  width: 15px;
  height: 80px;
}

h3 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  font-style: bold;
}

h4 {
  font-size: 11px;
  margin: 0;
  padding: 0;
  font-style: bold;
}

#tabs-content {
  /*
  height: 196px;
  overflow: hidden;
  */
}

#tabs-scroller {
  /*
  height: 190px;
  overflow: hidden;
  */
}

dl.nieuws {
  height: 190px;
  overflow: hidden;
}
dl.nieuws dt {
  border-top: 1px dashed #aaa;
  padding-top: 3px;
  margin-top: 3px;
}
dl.nieuws dt.first {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

dl.nieuws dd {
  font-weight: bold;
}


ul.agenda {
  height: 196px;
  overflow: hidden;
}

ul.agenda li {
  display: block;
  background-color: #666;
  padding: 5px;
  width: 174px;
  height: 80px;
  margin-bottom: 8px;
}
ul.agenda dl {
  clear: left;
  float: left;
  width: 100%;
}
ul.agenda dl dt {
  border-bottom: 1px dashed #fff;
  float: right;
  width: 88px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  font-weight: bold;
}
ul.agenda dd {
  margin-left: 85px;
}
ul.agenda dd.thumb {
  width: auto; 
  margin-left: 0;
  float: left;
}
ul.agenda dd.thumb img {
  float: left;
  border: 1px solid #fff;
}
ul.agenda li:hover {
  background-color: #777;
  cursor: pointer;
}

ul.controls {
  position: absolute;
  top: 225px;
  left: 22px;
}
ul.controls li {
  text-indent: -9999px;
  float: left;
  margin: 0 2px;
}
ul.controls li a {
  display: block;
  width: 15px;
  height: 15px;
  overflow: hidden;
}
ul.controls li a.down {
  background: url(/assets/images/arrow.png) left top no-repeat;
}
ul.controls li a.up {
  background: url(/assets/images/arrow.png) right top no-repeat;
}
ul.controls li a:hover.down {
  background: url(/assets/images/arrow.png) left bottom no-repeat;
}
ul.controls li a:hover.up {
  background: url(/assets/images/arrow.png) right bottom no-repeat;
}


/*
 * Tabs Evenement & Locaties
 */
ul.tab-images li {
  text-indent: -9999px;
  border-bottom: 1px solid #fff;
  padding: 9px 0;
}
ul.tab-images li a {
  display: block;
  width: 174px;
  height: 11px;
  padding: 0;
  margin: 0;
}

li#btn-tab-prive a {
  background: url(/assets/images/btnTab-prive.png) left top no-repeat;
}
li#btn-tab-prive a:hover,
li#btn-tab-prive a.active {
  background: url(/assets/images/btnTab-prive.png) left bottom no-repeat;
}

li#btn-tab-zakelijk a {
  background: url(/assets/images/btnTab-zakelijk.png) left top no-repeat;
}
li#btn-tab-zakelijk a:hover,
li#btn-tab-zakelijk a.active {
  background: url(/assets/images/btnTab-zakelijk.png) left bottom no-repeat;
}

li#btn-tab-evenementen a {
  background: url(/assets/images/btnTab-evenementen.png) left top no-repeat;
}
li#btn-tab-evenementen a:hover,
li#btn-tab-evenementen a.active {
  background: url(/assets/images/btnTab-evenementen.png) left bottom no-repeat;
}

li#btn-tab-referenties a {
  background: url(/assets/images/btnTab-referenties.png) left top no-repeat;
}
li#btn-tab-referenties a:hover,
li#btn-tab-referenties a.active {
  background: url(/assets/images/btnTab-referenties.png) left bottom no-repeat;
}

li#btn-tab-sunrise a {
  background: url(/assets/images/btnTab-sunrise.png) left top no-repeat;
}
li#btn-tab-sunrise a:hover,
li#btn-tab-sunrise a.active {
  background: url(/assets/images/btnTab-sunrise.png) left bottom no-repeat;
}

li#btn-tab-sunset a {
  background: url(/assets/images/btnTab-sunset.png) left top no-repeat;
}
li#btn-tab-sunset a:hover,
li#btn-tab-sunset a.active {
  background: url(/assets/images/btnTab-sunset.png) left bottom no-repeat;
}

li#btn-tab-waterterras a {
  background: url(/assets/images/btnTab-waterterras.png) left top no-repeat;
}
li#btn-tab-waterterras a:hover,
li#btn-tab-waterterras a.active {
  background: url(/assets/images/btnTab-waterterras.png) left bottom no-repeat;
}

li#btn-tab-loungedeck a {
  background: url(/assets/images/btnTab-loungedeck.png) left top no-repeat;
}
li#btn-tab-loungedeck a:hover,
li#btn-tab-loungedeck a.active {
  background: url(/assets/images/btnTab-loungedeck.png) left bottom no-repeat;
}
li#btn-tab-ponton a {
  background: url(/assets/images/btnTab-ponton.png) left top no-repeat;
}
li#btn-tab-ponton a:hover,
li#btn-tab-ponton a.active {
  background: url(/assets/images/btnTab-ponton.png) left bottom no-repeat;
}

li#btn-tab-balihut a {
  background: url(/assets/images/btnTab-balihut.png) left top no-repeat;
}
li#btn-tab-balihut a:hover,
li#btn-tab-balihut a.active {
  background: url(/assets/images/btnTab-balihut.png) left bottom no-repeat;
}

li#btn-tab-buddhabar a {
  background: url(/assets/images/btnTab-buddhabar.png) left top no-repeat;
}
li#btn-tab-buddhabar a:hover,
li#btn-tab-buddhabar a.active {
  background: url(/assets/images/btnTab-buddhabar.png) left bottom no-repeat;
}

li#btn-tab-buddhalounge a {
  background: url(/assets/images/btnTab-buddhalounge.png) left top no-repeat;
}
li#btn-tab-buddhalounge a:hover,
li#btn-tab-buddhalounge a.active {
  background: url(/assets/images/btnTab-buddhalounge.png) left bottom no-repeat;
}

li#btn-tab-aquabest a {
  background: url(/assets/images/btnTab-aquabest.png) left top no-repeat;
}
li#btn-tab-aquabest a:hover,
li#btn-tab-aquabest a.active {
  background: url(/assets/images/btnTab-aquabest.png) left bottom no-repeat;
}

li#btn-tab-strand a {
  background: url(/assets/images/btnTab-strandenterras.png) left top no-repeat;
}
li#btn-tab-strand a:hover,
li#btn-tab-strand a.active {
  background: url(/assets/images/btnTab-strandenterras.png) left bottom no-repeat;
}

li#btn-tab-bruisend a {
  background: url(/assets/images/btnTab-bruisend.png) left top no-repeat;
}
li#btn-tab-bruisend a:hover,
li#btn-tab-bruisend a.active {
  background: url(/assets/images/btnTab-bruisend.png) left bottom no-repeat;
}



#wrapper-navigation-images {
  position: relative;
  height: 216px;
  background: url(/assets/images/containerBgImageNavigation.png) left top no-repeat;
  padding: 8px 37px;
  margin-top: -12px;
}

#mask-navigation-images {
	position: relative;
	width: 552px;
	height: 192px;
	overflow: hidden;
}

#footer {
  position: relative;
  height: 262px; /*194px;*/ /*216px - 2x 11px padding (div voor ul's hebben 16px margin-top)*/
  background: url(/assets/images/containerBgFooter2.png) left top no-repeat;
  padding: 11px 41px;
  margin-top: -25px;
}

#footer h5 {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: left;
}
#footer span {
  display: block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  float: left;
  margin-right: 5px;
  margin-left: 10px;
}
/*
#wrapper-navigation-sponsoren span {
	margin-left: 147px;
}
*/

h5#title-partners {
  display: block;
  width: 52px;
  height: 13px;
  background: url(/assets/images/title-partners.png) left top no-repeat;
}
h5#title-sponsoren {
  display: block;
  width: 65px;
  height: 13px;
  background: url(/assets/images/title-sponsoren.png) left top no-repeat;
}


#wrapper-navigation-partners {
  margin-top: 16px;
}

ul#navigation-images,
ul#navigation-partners,
ul#navigation-sponsoren {
  list-style: none;
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
}
ul#navigation-images {
	position: absolute;
	top: 0;
	left: 0;
}
ul#navigation-images li {
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
ul#navigation-partners li,
ul#navigation-sponsoren li {
  display: inline;
  float: left;
  margin: 0;
  margin-right: 7px;
	margin-bottom: 20px;
  padding: 0;
  border: 1px solid #fff;
}
ul#navigation-partners li a,
ul#navigation-sponsoren li a {
  display: block;
  width: 128px;
  height: 48px;
}
ul#navigation-partners li a,
ul#navigation-sponsoren li a {
  text-indent: -9999px;
}


/*
 * Navigation images
 */
ul#navigation-images li {
  display: block;
  width: 138px;
  height: 200px;
}
ul#navigation-images li dl {
  position: relative;
  padding: 0 4px;
}

ul#navigation-images dl,
ul#navigation-images dt,
ul#navigation-images dd {
  margin: 0;
  padding: 0;
  clear: none;
  float: left;
}
ul#navigation-images dd img {
  margin: 0 1px;
}

ul#navigation-images li:hover {
  background: url(/assets/images/blockBgImageNavigation.png) left -4px no-repeat;
}
ul#navigation-images li:hover dl span {
  background-color: #262626;
}

ul#navigation-images dl h4 {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: left;
}
ul#navigation-images dl span {
  display: block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  float: left;
  margin-right: 5px;
  margin-left: 10px;
}
ul#navigation-images dl dt h4 {
  display: block;
}

/*
 * Navigation images titles
 */
h4#title-bedrijfsfeesten {
  width: 91px;
  height: 13px;
  background: url(/assets/images/title-bedrijfsfeesten.png) left top no-repeat;
}
h4#title-feestenenpartijen {
  width: 108px;
  height: 13px;
  background: url(/assets/images/title-feestenEnPartijen.png) left top no-repeat;
}
h4#title-agenda {
  width: 46px;
  height: 13px;
  background: url(/assets/images/title-agenda.png) left top no-repeat;
}
h4#title-strandenterras {
  width: 90px;
  height: 13px;
  background: url(/assets/images/title-strandEnTerras.png) left top no-repeat;
}
h4#title-fotoenvideo {
  width: 74px;
  height: 13px;
  background: url(/assets/images/title-fotoEnVideo.png) left top no-repeat;
}
h4#title-hyves {
  width: 35px;
  height: 13px;
  background: url(/assets/images/title-hyves.png) left top no-repeat;
}
h4#title-flavour {
  width: 43px;
  height: 13px;
  background: url(/assets/images/title-flavour.png) left top no-repeat;
}
h4#title-inspiratieboek {
  width: 89px;
  height: 13px;
  background: url(/assets/images/title-inspiratieboek.png) left top no-repeat;
}
h4#title-sneakerz {
  width: 54px;
  height: 13px;
  background: url(/assets/images/title-sneakerz.png) left top no-repeat;
}
h4#title-routebeschrijving {
  width: 109px;
  height: 13px;
  background: url(/assets/images/title-routebeschrijving.png) left top no-repeat;
}
h4#title-winterparadijs {
  width: 89px;
  height: 13px;
  background: url(/assets/images/title-winterparadijs.png) left top no-repeat;
}

ul#navigation-images li:hover h4#title-bedrijfsfeesten,
ul#navigation-images li:hover h4#title-feestenenpartijen,
ul#navigation-images li:hover h4#title-fotoenvideo,
ul#navigation-images li:hover h4#title-agenda,
ul#navigation-images li:hover h4#title-strandenterras,
ul#navigation-images li:hover h4#title-hyves,
ul#navigation-images li:hover h4#title-flavour,
ul#navigation-images li:hover h4#title-inspiratieboek,
ul#navigation-images li:hover h4#title-sneakerz,
ul#navigation-images li:hover h4#title-routebeschrijving {
  background-position: left bottom;
}


/*
 * Scrollbar
 */
.scrollbar{
  width: 4px;
  float: right;
}
.knob {
  cursor: pointer;
}
.vertical .knobTop{
  width: 4px;
  height: 4px;
  font-size: 0;
  background: url(/assets/images/spacer.gif) no-repeat top left;
  background-color: #8CC63F;
}
.vertical .knobMiddle{
  width: 4px;
  font-size: 0;
  background: url(/assets/images/spacer.gif) repeat-y top left;
  background-color: #8CC63F;
}
.vertical .knobBottom{
  width: 4px;
  height: 4px;
  font-size: 0;
  background: url(/assets/images/spacer.gif) no-repeat top left;
  background-color: #8CC63F;
}
.horizontal .knobTop {
  height: 4px;
  width: 4px;
  background: url(/assets/images/spacer.gif) no-repeat top left;
  float: left;
  font-size: 0;
  background-color: #8CC63F;
}
.horizontal .knobMiddle {
  height: 4px;
  font-size: 0;
  background: url(/assets/images/spacer.gif) repeat-X top left;
  float: left;
  background-color: #8CC63F;
}
.horizontal .knobBottom {
  height: 4px;
  font-size: 0;
  width: 4px;
  background: url(/assets/images/spacer.gif) no-repeat top left;
  float: left;
  background-color: #8CC63F;
}
.vertical .track {
  background: url(/assets/images/spacer.gif) repeat-y top left;
  background-color: #262626;
}

.horizontal .track{
float: left;
background: url(/assets/images/spacer.gif) repeat-x top left;
background-color: #262626;
}
.horizontal .scrollbarUp, .horizontal .scrollbarDown {
  display: block;
  width: 4px;
  height: 4px;
  background: url(/assets/images/spacer.gif) no-repeat top right;
  cursor: pointer;
  float: left;
  background-color: pink;
}
.horizontal .scrollbarDown {
  background: url(/assets/images/spacer.gif) no-repeat top left;
  float: right;
  background-color: pink;
}
.vertical .scrollbarUp, .vertical .scrollbarDown {
  display: block;
  width: 4px;
  height: 4px;
  background: url(/assets/images/spacer.gif) no-repeat top left;
  cursor: pointer;
  background-color: pink;
}
.vertical .scrollbarDown, .vertical .scrollbarDown:link {
  background: url(/assets/images/spacer.gif) no-repeat top left;
  background-color: pink;
}
.vertical .scrollbarDown:hover {
  background-position: center left;
}
.vertical .scrollbarDown:active {
  background-position: bottom left;
}

/*
 * Picture albums
 */
ul#picturealbum-thumbnails {
  margin-top: 8px;
}
ul#picturealbum-thumbnails li {
  float: left;
  margin: 0 8px 8px 0;
  width: 54px;
  height: 54px;
  display: block;
}
ul#picturealbum-thumbnails li img {
  border: 1px solid #eee;
}

#playlist {
	position: absolute;
	width: 207px;
	height: 0px;
	background: url(/assets/images/playlistbg.png) repeat left top;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	overflow: hidden;
	top: 300px;
  left: 405px;
	z-index: 2;
}
.playlisttrack{
	width: 186px;
	padding-left: 20px;
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
.hovertrack {
	background-color: #333333;
	cursor: pointer;
}
.activetrack {
	background-image: url(../images/trackarrow.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.tracktitle {
	white-space: nowrap;
	width: 170px;
	display: compact;
	float: left;
	overflow: hidden;
	word-wrap: normal;
	clear: right;
}
.activetitle {
	color: #8cc63f;
}
/*
 * Clearfix
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */













/*
 * Slimbox
 */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	/*overflow: hidden;*/
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/assets/images/loaderMini.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/assets/images/slimbox_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/assets/images/slimbox_nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

/*
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/assets/images/slimbox_closelabel.gif) no-repeat center;
	margin: 2px 0;
	outline: none;
}
*/
#lbCloseLink {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -13px;
  top: -13px;
  background: url(/assets/images/slimbox_closebox.png) no-repeat center;
  border: none;
  z-index: 9999;
}

#lbCaption,
#lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#btn-werkenbij {
	position: absolute;
	z-index: 99999;
	width: 87px;
	height: 60px;
	display: block;
}
#btn-werkenbij a {
	background: url(/assets/images/btnWerkenBij.jpg) left top no-repeat;
	text-indent: -9999px;
	width: 87px;
	height: 60px;
	display: block;
}
