/***** easy clearing *****/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */

/***** layout ******/
html { overflow-x: auto; overflow-y: scroll; }
body { margin: 0; padding: 0; text-align: center; background: #bdd736; position: relative; }
.siteWidth { width: 1010px; margin: auto; }

div.jq_shadow_inner { padding: 0 5px 5px 5px; background: #f994c0; }

#topImageLayer { height: 220px; }

td#leftColumn { width: 450px; vertical-align: top; padding-top: 10px; }
td#content { width: 544px; vertical-align: top; }
#divContent { margin-left: 8px; }

#docContent { padding: 10px 15px!important; }
#docContent p { font-size: 14px; color: #fff; line-height: 20px; }
#homepage #docContent { display: none; }

#mainMenuWrapper { height: 25px; line-height: 25px; z-index: 100!important; margin: 0 -1px; width: 1012px; background: #932d90; }	
#mainMenuWrapper a:hover,
#mainMenuWrapper a.activeItem { color: #9A9EA2; }
	#mainMenu li { list-style: none; }
	#mainMenu a { color: #fff; }
	#mainMenu li.level1 { float: left; position: relative; z-index: 90!important; }
		#mainMenu li.level1 a.level1 { font-weight: bold; display: block; margin: 0 14px; }
			#mainMenu li ul.level2 { background: #b160af;  position: absolute; left: 0; top: 25px; padding-bottom: 5px; display: none; }
			#mainMenu li:hover ul.level2 { display: block; }
				#mainMenu ul.level2 li { text-align: left; float: left; line-height: 18px; }
					#mainMenu ul.level2 li a { font-weight: normal; padding: 0 30px 0 13px; white-space: nowrap; }

#docContent { color: #fff; }
#docContent span.blog_text { display: block; }
#docContent span.blog_text { font-size: 14px; color: #EF4136; margin-bottom: 7px; font-weight: bold; }

#template { z-index: 80!important; clear: both; }					
#rightColumnHeader { overflow: hidden; background-color: #000000; position: relative; height: 589px; }
	#rightColumnHeader div#images {  }
	
div.blok { background: #000000; padding: 10px; overflow: hidden; margin-top: 10px; position: relative; }
	div.blok div.blok_blok { width: 140px; height: 80px; float: left; padding-bottom: 8px; overflow: hidden; }
	div.blok div#blok_blok_1 { background: #EF4036; margin-right: 5px; }
		div.blok div#blok_blok_1 a,
		div.blok div#blok_blok_2 a{ display: block; width: 100%; height: 100%; }
			div.blok #blok_blok_1 span.blok-image { background: url(../assets/images/inschrijven.gif) no-repeat; display: block; width: 156px; height: 81px; margin: auto; }
	div.blok div#blok_blok_2 { background: #F7931E; margin-right: 5px; }
			div.blok #blok_blok_2 span.blok-image { background: url(../assets/images/mailinglijst.gif) no-repeat; display: block; width: 156px; height: 81px; margin: auto; }
	div.blok div#blok_blok_3 { background: #3F3F75; }
		div.blok #blok_blok_3 span.blok-image { background: url(../assets/images/blok-afterparty.jpg) no-repeat; display: block; width: 156px; height: 81px; margin: auto; }

div.flashBanner { background: #000000; width: 535px; height: 60px; margin-top: 30px; vertical-align: top; }
div#flashHeader { width: 450px; overflow: hidden; vertical-align: top; }	
	
#photos img {margin: 4px; }	
.images {margin-top: 10px; height: 52px; }
#images a { display: block; height: 50px; }
	
/** form styling */	
.formHeader { text-align: center!important; margin-bottom: 10px; }

input.text, 
textarea { float:left; font-size:1.1em; line-height:16px; margin-bottom: 3px; padding:3px 2px; vertical-align:middle; border-top: 1px solid #9a9a9a; border-left: 1px solid #9a9a9a; border-bottom: 1px solid #eeeeee; border-right: 1px solid #eeeeee; -webkit-border-radius: 5px; -moz-border-radius: 5px; -border-radius: 5px; }	
input.text { width: 200px; float: left; height: 16px; }
select { visibility: visible!important; float: left; margin-bottom: 3px; }
label { width: 100px; display: block; float: left; clear: left; margin-bottom: 3px; }	
#maillijstForm label { width: 75px; }
label.textArea { width: 500px; }

input.submit { -moz-border-radius:8px; -webkit-border-radius: 8px; -border-radius: 8px; background:transparent url(../assets/buttons/submit_bg.gif) repeat scroll 0 0; border:1px solid #AEAEAE; float:left; margin-left:5px; padding:0 10px; cursor: pointer; margin-top: 15px; }
		
.error { border: 1px solid red!important; }
select.error { padding: 0!important; }
.errorMessage { background-color:white;	color:#FF0000; font-size:0.85em; }

#lightboxInner { background-color:white; -moz-border-radius: 10px; -webkit-border-radius: 10px; -border-radius: 10px; width:534px !important; border: 3px solid #EF4036; }
#lightboxCloseLink { margin-right:-15px; margin-top:-15px; position:absolute; right:0; top:0; }
#lightboxContent { overflow:hidden; padding:20px 40px; }