* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F48026;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #633913;
	font-size: 80%;
}

#communities {
	list-style-type: none;
	clear: right;
	height: 40px;
	margin-left: 40px;
}

#communities li{
	float: left;
	margin-right: 40px;
}

#communities li img{
	border: 4px solid #ebebeb;
}

h2 {
	width: 260px;	
}

a img {
	border: none;
	vertical-align: bottom;
}

#header, #nav, #content, #footer {
	text-align: left;
	width: 920px;
	margin: 0 auto;
	border: 5px solid #ebebeb;
	border-width: 0 5px;
	background-color: #fcfcfc;
}

#header {
	width: 920px;
	border: none;
	margin-top: 20px;
	background-image: url(../images/header-back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 5px 0 5px;
	position: relative;
}
#header h1 {
	margin: 0;
	background: url(../images/header-title.gif) top left no-repeat;
	height: 108px;
	margin-left: 5px;
	text-indent: -1000px;
	overflow: hidden;
}

#searchbar {
	position: absolute;
	top: 78px;
	margin-left: 550px;
	z-index: 1000;
}

#donateur{
	position: absolute;
	top: 17px;
	margin-left: 690px;
	z-index: 1001;
	height: 30px;
 }

.searchsubmit{
	float: left;
}

.searchinput{
	border: 1px solid #633913;
	float: left;
	margin-right: 5px;
}

#nav {
	overflow: hidden;
	padding: 0;
}


#nav li {
	float: left;
	list-style-type: none;
}
/*
#nav li a {
	display: block;
	background: url(../images/menu.gif) top left no-repeat;
	height: 30px;
	border-right: 1px solid white;
	text-indent: -1000px;
}

#nav #home a {
	background-position: 0 0;
	width: 68px;
}
#nav #home a:hover,  #nav #home.active a {
	background-position: 0 -30px;
}
#nav #business a {
	background-position: -69px 0;
	width: 151px;
}
#nav #business a:hover, #nav #business.active a {
	background-position: -69px -30px;
}
#nav #events a {
	background-position: -221px 0;
	width: 78px;
}
#nav #events a:hover, #nav #events.active a {
	background-position: -221px -30px;
}
#nav #monkeyproof a {
	background-position: -300px 0;
	width: 115px;
}
#nav #monkeyproof a:hover, #nav #monkeyproof.active a {
	background-position: -300px -30px;
}
#nav #save a {
	background-position: -416px 0;
	width: 159px;
}
#nav #save a:hover, #nav #save.active a {
	background-position: -416px -30px;
}
#nav #support a {
	background-position: -576px 0;
	width: 106px;
}
#nav #support a:hover, #nav #support.active a {
	background-position: -576px -30px;
}
#nav #nieuws a {
	background-position: -683px 0;
	width: 83px;
}
#nav #nieuws a:hover, #nav #nieuws.active a {
	background-position: -683px -30px;
}
#nav #shop a {
	background-position: -767px 0;
	width: 67px;
}
#nav #shop a:hover, #nav #shop.active a {
	background-position: -767px -30px;
}
#nav #contact a {
	background-position: -835px 0;
	width: 84px;
}
#nav #contact a:hover, #nav #contact.active a {
	background-position: -835px -30px;
}
*/

/*
 * Hoofdnavigatie
 */

#nav {
	background-color: #f9dfca;
}

#nav li a {
	display: block;
	float: left;
	width: auto !important;
	padding: 0 11px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 0em;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #633913;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #f9dfca;
	background-image: none;
}

#nav li.active a {
	border-bottom: 0;
	padding-bottom: 1px;
}

#nav li.active a, #nav li a:hover {
	color: #fff;
	background-color: #f46b00;
}

#content {
	background: #fcfcfc url(../images/content-shadow-top.gif) top left repeat-x;
	color: #633913;
}
#content a {
	color: #633913;
}
#content h3 {
	color: #F48026;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 1em;
}
#content h3 a {
	color: #F48026;
	text-decoration: none;
}

#content .date {
	margin: 0;
	font-style: italic;
	font-size: 0.9em;
}
#content p {
	margin: 10px 0 0 0;
}
#content .more {
	margin-top: 5px;
	margin-bottom: 10px;
}
#content ul {
	line-height: 20px;
	margin: 10px 0 10px 20px;
}

#footer {
	border: none;
	width: 930px;
	background: url(../images/footer-back.gif) top left no-repeat;
	padding-top: 13px;
}
#footer p {
	margin: 0;
	font-size: .9em;
	padding-top: 4px;
	text-align: center;
	color: white;
}
#footer #footer-nav {
	float: right;
	overflow: hidden;
	margin: 0;
	padding-left: 0;
	font-size: .8em;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-top: 4px;
	background: #ebebeb url(../images/footer-nav-bottom.gif) bottom left no-repeat;
	width: 216px;
}
#footer #footer-nav li {
	list-style-type: none;
	display: inline;
	margin-left: 4px;
}
#footer-nav a {
	color: #757575;
}
#footer-nav li.active a {
	text-decoration: none;
	color: #000;
}
#sponsoren {
	color: white;
	text-align: left;
	width: 930px;
	margin: 0 auto;
	margin-top: 20px;
}
#sponsoren a {
	color: white;
}
#sponsoren h3 {
	font-weight: bold;
	font-size: 1.2em;
}
#sponsoren p {
	text-align: center;
}
#sponsoren img {
	margin: 10px 0;
}

#sponsoren ul.sponsor-lijst {
	list-style-type: none;
	margin-bottom: 20px;
	overflow: hidden;
}

#sponsoren ul.sponsor-lijst li {
	display: block;
	float: left;
	margin-left: 40px;
	text-indent: -9999px;
}

#sponsoren ul.sponsor-lijst li a {
	text-indent: -9999px;
	display: block;
}

/* Sponsoren lijst */
#sponsoren ul.sponsor-lijst li a#sponsor-minus3 { 
	width: 64px;
	height: 77px;
	background: url(../images/sponsors/minus3.jpg) center center no-repeat;
}

#sponsoren ul.sponsor-lijst li a#sponsor-rhino {
	width: 112px;
	height: 77px;
	background: url(../images/sponsors/rhino.jpg) center center no-repeat;
}

#sponsoren ul.sponsor-lijst li a#sponsor-maas {
	width: 133px;
	height: 77px;
	background: url(../images/sponsors/maas.jpg) center center no-repeat;
}

#sponsoren ul.sponsor-lijst li a#sponsor-inpromo {
	width: 76px;
	height: 77px;
	background: url(../images/sponsors/inpromo.jpg) center center no-repeat;
}

#sponsoren ul.sponsor-lijst li a#sponsor-melrose {
	width: 100px;
	height: 77px;
	background: url(../images/sponsors/melrose.jpg) center center no-repeat;
}

#sponsoren ul.sponsor-lijst li a#sponsor-buddha {
	width: 179px;
	height: 77px;
	background: url(../images/sponsors/buddha.jpg) center center no-repeat;
}

#sponsoren ul.sponsor-lijst li a#sponsor-haarmans {
	margin-left: 24px;
	width: 186px;
	height: 70px;
	background: url(../images/sponsors/haarmans.jpg) center center no-repeat;
}

#sponsoren ul.sponsor-lijst li a#sponsor-blinker {
	width: 114px;
	height: 70px;
	background: url(../images/sponsors/blinker.jpg) center center no-repeat;
}

#sponsoren ul.sponsor-lijst li a#sponsor-menno {
	width: 110px;
	height: 70px;
	background: url(../images/sponsors/menno.jpg) center center no-repeat;
}

#sponsoren ul.sponsor-lijst li a#sponsor-fruit {
	width: 87px;
	height: 70px;
	background: url(../images/sponsors/fruit.jpg) center center no-repeat;
}

#sponsoren ul.sponsor-lijst li a#sponsor-lush {
	width: 114px;
	height: 70px;
	background: url(../images/sponsors/lush.jpg) center center no-repeat;
}


/* Sub navigation */
#content.columns {
	padding-top: 10px;
	overflow: hidden;
}
#subnav, #right-column {
	float: left;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
}
#subnav {
	width: 204px;
	border-right: 1px solid #EAE9E7;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 15px;
}
#subnav h3 {
	font-size: 1em;
	color: #F48026;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#subnav h4 {
	font-size: 12px;
}
#subnav ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EAE9E7;
}
#subnav li {
	list-style-type: none;
	border-top: 1px solid #EAE9E7;
	font-size: .9em;
	background: url(../images/sidenav-shadow.gif) top left repeat-x;
	_background: none; /* IE hack */
	text-transform: uppercase;
}
#subnav li li, #subnav li ul {
	border-top: none;
	border-bottom: none;
	background: none;
}
#subnav li ul {
	margin-left: 15px;
}
#subnav li a {
	display: block;
	padding: 6px 0;
	text-decoration: none;
}
#subnav ul.parent li a {
	background: url(../images/min.gif) center left no-repeat;
	padding-left: 12px;
}
#subnav ul.parent li.collapsed a {
	background-image: url(../images/plus.gif);
}
#subnav li.collapsed ul {
	display: none;
}
#subnav ul.parent li li a {
	padding-left: 0;
	background: none;
}
#subnav li a:hover {
	color: #F48026;
}
#subnav li.active a, #subnav ul.parent li li.active a {
	color: #F48026;
	background: url(../images/sidenav-active-bullet.gif) center left no-repeat;
	padding-left: 10px;
}
#subnav li.active li a {
	color: #633913;
}
#subnav ul.parent li.active a {
	color: inherit;
}

/* right column */
#right-column {
	width: 670px;
	padding-left: 20px;
	padding-right: 10px;
}
#right-column h3 {
	color: #f48026;
}
#right-column .row {
	overflow: hidden;
	margin-bottom: 20px;
}
#right-column .row .col {
	float: left;
	margin-bottom: -990px;
	padding-bottom: 1000px;
	width: 335px;
}
#right-column .sponsoren h3 {
	margin-bottom: 10px;
}
#right-column .sponsoren .col {
	width: 165px;
	float: left;
}

/* event columns */
#right-column .row .event-content {
	width: 375px;
}
#right-column .row .sidebar {
	width: 255px;
	display: block;
}
.event {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.event {
	padding-left: 60px;
}
.event em {
	color: #F48026;
	font-weight: bold;
	font-style: normal;
	float: left;
	margin-left: -80px;
}
.lineup a {
	font-weight: bold;
}
.pagina-block {
	float: right;
	background: url(../images/content-block-yellow.gif) top left no-repeat;
	width: 255px;
	height: 240px;
	padding: 15px;
	margin: 0 0 0 10px;
	display: inline;
}
#right-column .row .sidebar .pagina-block {
	margin-right: -30px;
}
.pagina-block.lightblue {
	background-image: url(../images/content-block-lightblue.gif);
}
.pagina-block.blue {
	background-image: url(../images/content-block-blue.gif);
}
.pagina-block.green {
	background-image: url(../images/content-block-green.gif);
}
.event-info {
	width: 255px;
	margin-left: 15px;
	font-size: .9em;
}
#right-column .event-info h3 {
	color: #F48026;
	margin: 20px 0 0 0;
}
#right-column .event-info p {
	margin: 0 0 10px 0;
}
.col.sidebar .doorsturen {
	clear: both;
	background: url(../images/form-big-back.gif) top left no-repeat;
	padding: 15px;
	height: 211px;
	width: 255px;
}
#right-column .doorsturen h3 {
	margin: 0 0 10px 0;
}
.doorsturen label {
	display: block;
	margin-bottom: 5px;
}
.doorsturen input {
	width: 250px;
	margin-bottom: 20px;
}
.doorsturen input.error, #contactform input.error, #contactform textarea.error {
	border: 1px solid #f48026;
	background-color: #fff;
}
button {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.slideshow {
	margin-top: 30px;
}


/* Subhome blocks */
#right-column {
	padding-top: 10px;
}
#right-column .row {
	clear: both;
}
#right-column .row .block-left {
	width: 284px;
	padding-right: 50px;
	border-right: 1px solid #EAE9E7;
}
#right-column .row .block-right {
	padding-left: 50px;
	width: 285px;
}
#right-column h4 {
	color: #F48026;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 1em;
}
#right-column h4 a {
	color: #F48026;
	text-decoration: none;
}

/* specific styles for homepage */
#home #content {
	overflow: hidden;
	background: #fcfcfc url(../images/home-content-back.gif) top left repeat-x;
}
#home #content h3 {
	margin: 0;
	text-transform: uppercase;
}
#home #content .col {
	width: 282px; /* content in column is 282px breed */
	float: left;
	margin-right: 10px;
	padding: 0 9px; /* column is 300 (282 + 2*9) breed */
}
#home #content #column3 {
	margin-right: 0;
	margin-left: -6px;
}
#home .col .block {
	margin: 20px 0;
	margin-bottom: 40px;
	height: 229px;
	padding: 15px 12px;
	background: url(../images/block-white.gif) top left no-repeat;
}
#home .col .block p {
	margin: 0;
	margin-top: 10px;
}
#home .col .block a {
	color: #633913;
	font-weight: bold;
}
#home .col .block h2 {
	margin: 0;
	text-transform: uppercase;
}
#home .col .block.lightblue {
	background-image: url(../images/block-lightblue.gif);
}
#home .col .block.green {
	background-image: url(../images/block-green.gif);
}
.onderschrift {
	background-color: #F2F6CA;
	color: #633913;
	font-weight: bold;
	font-size: .9em;
	padding: 3px 5px;
	margin-top: 0;
}
#home .smallblock {
	height: 220px;
}
#home .smallblock.newsletter form {
	padding: 20px;
	height: 150px;
	background: url(../images/form-back.gif) top left no-repeat;
}
#home .smallblock.newsletter form h3 {
	color: #633913;
}
#home .smallblock.newsletter form p {
	margin: 5px 0;
}
#home .smallblock.newsletter form input.textinput {
	width: 230px;
	margin-bottom: 5px;
}
#home .smallblock.newsletter form input.error {
	border: 1px solid red;
	background-color: #fff;
}

/* cmx forms */

.cmxform fieldset p.error label { color: red; }
div.container {
	background-color: #fff;
	border: 2px solid #f48026;
	margin: 5px;
	padding: 5px;
	color: #000;
}
div.container h4, #right-column div.container h4 {
	font-size: 11px;
	color: #000;
	margin-bottom: 5px;
	padding: 0;
}
div.container ol li {
	margin-left: 20px;
	color: #f48026;
	font-size: 11px;
}
div.container { display: none; }
.container label.error {
	display: inline;
}

/* events */

#content a.bestel {
	color: #eb088c;
}

/* faq */
#content .faq {
	padding: 15px;
}
#content .faq ol {
	font-weight: bold;
	margin-top: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#content .faq ol a {
	text-decoration: none;
}
#content .faq ol a:hover {
	text-decoration: underline;
}

/* sonsors */

#contactform, #contactform2 {
	background: url("../images/form-contact-back.gif") top left no-repeat;
	height: 235px;
	padding: 20px;
}
#contactform.donateur {
	background: url("../images/form-donateur-back.gif") top left no-repeat;
	width: 625px;
	height: 840px;
}
#contactform2  {
	background: url("../images/form-contactpage-back.gif") top left no-repeat;
	height: 600px;
}
#contactform2 .submit {
	display: block;
}
#right-column .row #contactform .col, #right-column .row #contactform2 .col {
	width: 300px;
	float: left;
}
#contactform label, #contactform2 label {
	display: block;
}
#contactform input, #contactform textarea, #contactform2 input, #contactform2 textarea {
	width: 230px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
#contactform input.radio, #contactform2 input.radio{
	width: auto;
	margin-bottom: 0;
}
#contactform input.medium, #contactform2 input.medium {
	width: 180px;
}
#contactform input.small, #contactform2 input.small {
	width: 40px;
}

/* faq en contact */
.faq .col {
	width: 608px;
	margin-right: 20px;
	float: left;
}
.faq .sidebar {
	float: left;
	width: 200px;
	padding-top: 30px;
}

/* sitemap */
#content #sitemap ul li {
	list-style-type: none;
}
#content #sitemap ul li ul li {
	list-style-type: disc;
}
#sitemap h3 a {
	color: #F48026;
}
#sitemap h3 {
	margin-bottom: 10px;
}
#sitemap .level1 a {
	color: #F48026;
	text-transform: uppercase;
	font-weight: bold;
}
#sitemap .level2 a {
	color: #633913;
	text-transform: none;
	font-weight: normal;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

.banner {
	position: absolute !important;
	right: 27px;
	top: 27px;
	width: 468px;
	height: 60px;
}


