* {
	margin:0;
	padding:0;
}

@font-face {
	font-family: 'BrechtRegular';
	src: url('../fonts/brecht-webfont.eot');
	src: local('☺'), url('../fonts/brecht-webfont.woff') format('woff'), 
	url('../fonts/brecht-webfont.ttf') format('truetype'), 
	url('../fonts/brecht-webfont.svg#webfonthE30yMff') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	overflow: -moz-scrollbars-vertical;
}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#wrap {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin: 0 auto;
	width: 960px;
	z-index: 100;
	zoom:1;
}

#header {
	position: relative;
	margin: 0 auto;
}

#header .title {
	position: relative;
	top: 10px;
	width:400px;
	margin: 0 auto;
}

#main {
	overflow:auto;
	padding-bottom: 250px;
}  /* must be same height as the footer */

#main a:link,
#main a:visited {
	color: #000;
}

#main a:hover {
	color: #607641;
	text-decoration: none;
}

#main span {
	font-family: 'BrechtRegular';
	font-size:1.4em;
	line-height:25px;
}

/* Infobar Sidebar */
#infobar {
	position: relative;
	color: #000;
	top: 450px;
	left: 260px;
	width:310px;
	padding: 15px;
	border: 2px dashed #008cd2;
}

#infobar2 {
	position: relative;
	color: #000;
	top: 530px;
	left: 380px;
	width:325px;
	padding: 15px;
}

#sidebar {
	position:relative;
	color: #000;
	float: right;
	margin-top: -220px;
	width:260px;
	padding: 15px;
	z-index:200;
}
#main #sidebar span {
	font-family: 'BrechtRegular';
	font-size:1.4em;
	line-height:15px;
}


#regels {
	position: relative;
	color: #000;
	top: 500px;
	left: 150px;
	width:280px;
	padding: 15px;	
}

#title-programma {
	position: relative;
	margin-left: 260px;
	margin-top: 10px;
}

#title-programma h1 {
	font-size: 60px;
}

#programma {
	margin: 0 auto;
	margin-left: 120px;
	margin-top:30px;
	width:750px;
}

#programma table {
	border-collapse: collapse;
}

#programma table th {
	text-align:left;
	font-family: 'BrechtRegular';
	border-bottom: 2px solid #00AFEF;
}

#programma table td {
	text-align:left;
	border-bottom: 1px solid #00AFEF;
	white-space: nowrap;
}

#sponsors1 {
	margin-left: 300px;
	margin-top: 290px;
	padding: 15px;
	width:350px;
}

#sponsors2 {
	margin-left: 550px;
	margin-top: -30px;
	padding: 15px;
	width:350px;
}

#sponsors3 {
	margin-left: 120px;
	margin-top: -180px;
	padding: 15px;
	width:350px;
}

#sponsors4 {
	color: #000;
	margin-top: 10px;
	margin-left: 200px;
	padding: 15px;
	width:650px;
}

#vrijwilligers1 td,
#vrijwilligers2 td,
#vrijwilligers3 td,
#vrijwilligers4 td {
	padding: 0 50px 0 0;
}

#vrijwilligers1 {
	margin-left: 250px;
	margin-top: 290px;
	padding: 15px;
	width:350px;
}

#vrijwilligers2 {
	margin-left: 550px;
	margin-top: 24px;
	padding: 15px;
	width:350px;
}

#vrijwilligers3 {
	margin-left: 120px;
	margin-top: -530px;
	padding: 15px;
	width:400px;
}

#vrijwilligers4 {
	color: #000;
	margin-top: 10px;
	margin-left: 200px;
	padding: 15px;
	width:650px;
}


#intro1 {
	color: #000;
	margin-left: 210px;
	margin-top: 30px;
	padding: 15px;
	width: 700px;

}
#intro2 {
	color: #000;
	margin-left: 220px;
	margin-top: 400px;
	padding: 15px;
	width: 600px;
}

#historie {
	color: #000;
	margin-left: 220px;
	margin-top: 0px;
	padding: 15px;
	width: 600px;
}

#plattegrond {
	margin-top: 440px;
	margin-left: 230px;
}

#footer {
	position: relative;
	margin-top: -250px; /* negative value of footer height */
	height: 250px;
	clear:both;
	z-index: -1;
	width: 100%;
	overflow:hidden;
}
#crap {
	position: absolute;
	left: 45%;
	bottom: 0px;
	width: 134px;
	height: 96px;
	z-index: 300;
}
#footer .bottom-image {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	margin: 0 auto;
	height: 250px;
	width: 100%;
	z-index: -1;
}
/*Opera Fix*/
	body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.MegaMenuLinkOff, 
.MegaMenuLink,
.MegaMenuHead,
h1, h2, span {
	font-family: 'BrechtRegular'	
}

.MegaMenuHead {
	letter-spacing: 0.1em;
	font-weight: normal;
}

.transparency {
	opacity:0.9;
	filter:alpha(opacity=95);
	-moz-opacity:0.9;
	background-color:#a8c4d3;
	z-index: 100;
}

#vis-pet {
	position:relative;
	background: url(../images/vis-pet.gif) no-repeat;
	height:142px;
	width: 125px;
	top: 190px;
	left: 410px;
	z-index:10;
}

#goudvis1 {
	position: relative;
	background: url(../images/goudvis1.gif) no-repeat;
	height:122px;
	width: 143px;
	top: 320px;
	left: 730px;
	z-index:10;
}

#goudvis-metgroen {
	position: relative;
	background: url(../images/goudvis-metgroen.gif) no-repeat;
	height:122px;
	width: 143px;
	top: 650px;
	left: 550px;
	z-index:10;
}

#goudvis-metgroen_2 {
	position: relative;
	background: url(../images/goudvis-metgroen.gif) no-repeat;
	height:122px;
	width: 143px;
	top: -230px;
	left: 550px;
	z-index:10;
}

#zeestereen-3kleur {
	position:relative;
	background: url(../images/zeestereen-3kleur.gif) no-repeat;
	height:156px;
	width: 141px;
	top: -478px;
	left: 760px;
	z-index:10;
}

#zeestereen-3kleur_2 {
	position:relative;
	background: url(../images/zeestereen-3_2kleur.gif) no-repeat;
	height:156px;
	width: 141px;
	top: 600px;
	left: 80px;
	z-index:10;
}

#kwal2 {
	position:relative;
	background: url(../images/kwal2.gif) no-repeat;
	height:247px;
	width: 100px;
	top: 80px;
	left: 180px;
	z-index:10;
}

#kwal3 {
	position:relative;
	background: url(../images/kwal3.gif) no-repeat;
	height:247px;
	width: 100px;
	top: 850px;
	left: 100px;
	z-index:10;
}

#schildpad {
	position:relative;
	background: url(../images/schildpad.gif) no-repeat;
	height:73px;
	width: 130px;
	top: 400px;
	left: 790px;
	z-index:10;
}

#vogel-lange-poten3 {
	position:relative;
	background: url(../images/vogel_lange-poten3.gif) no-repeat;
	height:143px;
	width: 140px;
	top: 20px;
	left: 650px;
	z-index:10;
}

#legenda {
	position:relative;
	background: url(../images/legenda.gif) no-repeat;
	height:450px;
	width: 311px;
	top: 141px;
	left: 600px;
	z-index:10;
}
