@charset "utf-8";

/* =================================================================================== */
/* ===== RESET STYLES, NIET AANPASSEN!!! ===== */
/* =================================================================================== */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
/* body {
	line-height: 1;
}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =================================================================================== */
/* ===== HAVOC STYLES ===== */
/* =================================================================================== */






* {
	margin: 0;
}


html, body, form, #rootContainer {height: 100%;}

body > #rootContainer {height: auto; min-height: 100%;}

body {
	background: url(images/bg_hout.jpg) top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}


h1 {
	font-size: 24px;
	color: #e2007a;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	color: #e2007a;
	font-weight: normal;
		margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}



#surfplankContainer {
	height: 894px;
	bottom:0;
	left: 50%;
	margin-left: 333px;
	right: 0;
	position: absolute;
	background: transparent url(images/bg_surfplank.png) bottom left no-repeat;
	}
#beeldmerkContainer {
	width: 200px;
	height: 100%;
	left: 50%;
	margin-left: -534px;
	position:absolute;
	background: transparent url(images/bg_beeldmerk_en_busje.png) top left no-repeat;

	}

#rootContainer {
	top: 100px;
	left: 0;
	width: 100%;
	background: url(images/bg_rootcontainer.png) center top repeat-y;
}
#headerContainer {
	position: relative;
	height: 100px;
	background: url(images/bg_hout.jpg) center top;
	width: 668px;
	margin: 0 auto;
	text-align: center;
}
#headerContainer img.logo {
	top: 5px;
}

#mainContainer {
	position: relative;
	margin: 0 auto;
	width: 668px;
	min-height: 100%;
	height: auto !important;
	background: #fff;
	padding-bottom: 129px;
	}  


/* main menu */

#menuContainer {
	position: relative;
	height: 44px;
	background: url(images/bg_menuContainer.png) left top no-repeat;
	margin: 0 auto;
}

#mainMenu {
	margin: 0 0 0 26px;
	font-size: 10px;
	padding-top: 6px;
	float:left;
	clear: both;
}

#mainMenu li {
	float: left;
}

#mainMenu li a {
	display: block;
	height: 100%;
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
}
#mainMenu li:first-child a {
	border: none;
	padding-left: 0;
}

#mainMenu li a:hover {
	color: #333;
}


#altMenu {
	right: 26px;
	color: #000;
	font-size: 10px;
	float: right;
	clear: both;
	margin: 9px 26px 0 0;
}
#altMenu li {
	float: left;
}

#altMenu li a {
	display: block;
	height: 100%;
	padding: 0px 10px;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #000;
}
#altMenu li:first-child a {
	border: none;
}

#altMenu li a:hover {
	color: #000;
	text-decoration: underline;
}

/* main content */

#mainContent {
	padding: 26px;
}


#mainContent img {
	float: right;
	clear: both;
	margin: 0 0 8px 26px;
}





#paginaFooter {
	position: relative;
	background: transparent url(images/bg_footer.png) top left repeat-x;
	height: 129px;
	padding: 0;
	margin: -129px 0 0 0;
	clear: both;
	} 	
	
div#paginaFooter div#sponsorenContainer {
	position: relative;
	height: 100%;
	width: 768px;
	margin: 0 auto;
	background: transparent url(images/bg_footer_schaduw.png) top center repeat-x;
}
div#paginaFooter div#sponsorenContent {
	position: relative;
	height: 100%;
	width: 668px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}
	
	
div#logoParade {
	padding: 26px 0 0 0;
	text-align: center;
	}	
	
div#copy {
	position: absolute;
	bottom: 0;
	width: 616px;
	font-size: 11px;
	padding: 3px 26px;
	background: #eaeaea;
	text-align: left;
	color: #000;
}
div#copy a {
	color: #000;
	text-decoration: none;
}
div#copy span {
	float: right;
	}
	
	
	
	
	

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */