@charset "utf-8";

/*header*/
body {
	background: black;
	padding: 0px;
	margin: 0px;
	color: white;
	font-family: Calibri;
	overflow-x:hidden;
}

div#moon{
	z-index: 4;
	display: block;
	background-image: url(images/moon1.png);
	position: relative;
	left: 25%;
	width: 640px;
	height: 335px;
	margin-bottom: -35px;
}
	
div#stars{
	z-index: 3;
	display: block;
	background-image: url(images/stars.png);
	position: fixed;
	left: 25%;
	width: 640px;
	height: 265px;
}

div#vuurtje{
	z-index: 1;
	display: block;
	background-image: url(images/campfire.png);
	position: fixed;
	left: 25%;
	width: 640px;
	height: 335px;
}

div#trees{
	z-index: 6;
	display: block;
	background-image: url(images/trees1.png);
	position: fixed;
	left: 25%;
	width: 640px;
	height: 335px;
}

div#snow{
	z-index: 8;
	display: block;
	background-image: url(images/snow.png);
	position: relative;
	left: -15px;
	top: 265px;
	width: 652px;
	height: 37px;
}

div#logo{
	z-index: 7;
	display: block;
	background-image: url(images/logo1.png);
	position: fixed;
	left: 25%;
	margin-top: 10px;
	width: 640px;
	height: 164px;

}

/* einde header*/

/* menu*/

#nav, #nav ul {
	z-index: 30;
	padding: 3px 0 0 0;
	position: fixed;
	top: 275px;
	left: 25%;
	margin: 0;
	list-style: none;
}

ul li{
	/* menuknop achtergrond*/
	display: block;
	height: 18px;
	background-image: url(images/menu.png);
	border-left: 1px solid #6c81a3;
	border-right: 1px solid #6c81a3;
}

ul li ul li{
/* achtergrondplaatje van uitklap menu*/
	background-image: url(images/menusegment.png);
	border-left: 1px solid #6c81a3;
	border-right: 1px solid #6c81a3;
	border-bottom: 1px solid #6c81a3;
}	

#nav li {
	float: left;
	width: auto;
	padding-left: 3px;
	padding-right: 3px;
}

#nav ul {
	position: absolute;
	width: 120px;
	top: 18px;
	left: -1000px;
	margin: 0px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	display: block;
	width: 120px;
	background-position: 0 0;
	margin-left:-4px;
}



#nav a {
	display: block;
	margin: 3px 5px 3px 5px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* letter grootte van het menu*/
	font-size: 11px;
}

ul a{
	font-weight: bold;
	color: white;
	cursor: default;
}

ul ul a:hover, ul ul a:active{ 
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
}



/*breedte van apparte dropdown menutjes*/

.nieuws li a:link, .nieuws li a:active, .nieuws li a:visited{
	width: 90px;
}

.band li a:link, .band li a:active, .band li a:visited{
	width: 135px;
}

.media li a:link, .media li a:active, .media li a:visited{
	width: 90px;
}

.website li a:link, .website li a:active, .website li a:visited{
	width: 58px;
}

/* einde breedte van apparte dropdown menutjes*/

ul ul a:link, ul ul a:visited{
	font-weight: normal;
	color: #ffffff;
	cursor: pointer;
		/* standaard breedte van de uitklap menu's*/
	width: 160px;
}

ul ul li{
	display:block;
	width: 120px;
	border-top: 0px solid #6c81a3;
	border-left: 1px solid #6c81a3;
}


/* IE only hack \*/
* html ul li, * html ul ul li{
	border-bottom: 1px solid #6c81a3;
}

* html ul ul li{
	border-top: 0;
}
/* Einde IE only hack */ 

/*einde menu*/


/*algemene opmaak*/

/*links*/
a {
	z-index:1;
	font-size: 14px;
	text-decoration: none;
	color: #426099;
}

a:hover{
	z-index:1;
	font-size: 14px;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #142b4e;
}

h1{
	padding: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
	font-family: Calibri;
	font-size: 30px;
	font-style: oblique;
	text-align: center;
	color: #426099;
}



h2{ 
	padding: 0px;
    margin-bottom: 0px;
	font-family: Calibri;
	font-size: 20px;
	font-style: oblique;
	text-align: center;
	color: #426099;
}

p{
	display: block;
	width: 640px;
	position: relative;
	top: 0px;
	left: 25%;
	text-align: center;
	font-size: 14px;
}


p a{
	text-decoration: none;
	color: #426099;
}

p a:hover{
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #142b4e;
}

/* einde algemene opmaak*/


/*plaatjes met border*/
.img{
	background-color: transparent;
	border: 2px solid #426099;
}


/*plaatjes zonder border*/
.img2{
	background-color: transparent;
	border: none;
}	


/*opmaak tabellen*/

td h1{
	left:0%;
}

.tabel{
	position: relative;
	left: 25%;
	display: block;
	width: 640px;
	text-align: center;
	line-height: auto; 
	font-family: Calibri;
	font-size: 14px;
}

.tabel .img{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	left:0%;
}

.tabel h1{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	left: 0px;
}



.tabel td .tabelanker a{
	z-index:1;
	font-size: 14px;
	text-decoration: none;
	color: #426099;
	position: relative;
	top: -325px;
}


.tabel .tabelanker a:hover{
	z-index:1;
	font-size: 14px;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #142b4e;
	position: relative;
	top: -325px;
}

/*einde opmaak tabellen*/

/* opmaak FAQ */

.questions  {
	z-index:1;
	margin-bottom:0px;
	display: block;
	width: 640px;
	position: relative;
	top: 0px;
	left: 25%;
	text-align: center;
	font-size: 14px;
}

.faq h1 {
	padding-top:0px;
	margin-bottom:-280px;
}
	
.anker a {
	padding-top:20px;
	border: none;
}

.faqanker a {
	padding-top:310px;
	border: none;
}

.terug {
	position: relative;
	left: 25%;
	text-align: left;
}


.faq p {
	padding-top: 280px;
	margin-bottom: -280px;
}


.questions a{
	text-decoration: none;
	color: #426099;
}

.questions a:hover{
	text-decoration: none;
	color: white;
}

/* einde opmaak FAQ*/

.gastenboek{
	position: relative;
	top: 50px;
	display: block;
	width: 640px;
	left: 25%;	
	/*tekst positie in gastenboek*/	
	text-align: top;
}

fieldset {
	display: block;
	width: 640px;
	position: relative;
	left: 25%;
	padding: 0px;
	border: 0px solid #333366;
}

/* formulier*/

textarea {
	display: block;
	margin-top: 1em;
	width: 640px;
}

input.submit {
	margin-left: 5px;
	margin-top: 5px;
}

input.aanmeldknop {
	margin-left: 5px;
	margin-top: 5px;
}


/*footer*/

.footer{
	z-index: 2;
	display: block;
	width: 640px;
	position: relative;
	padding-top: 180px;
	left: 25%;
	text-align: center;
	font-size: 14px;
	margin-top: 140px;
}