html, body {
	background: #000;    
	overflow: hidden;
	font-family: Verdana;
	font-size: 10pt;
	text-transform: uppercase;
	color: #adb5b7;
	width: 100%;
	height: 100%;
}

body {
	background: url(/img/achtergrond.jpg) no-repeat top center;
}

a {
	color: #adb5b7;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

h1 {
	font-size: 40pt;
	letter-spacing: 37pt;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2 {
	font-size: 20pt;
	letter-spacing: 10pt;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

p {
	margin: 1em 0;
}

ul.messages {
	background: #ffffef;
	padding: 1em 1em 1em 2em;
	list-style: disc;
	font-weight: bold;
}
ul.messages.errors {
	color: red;
	border: 1px solid red;
}
ul.messages.succes {
	color: #1FAB18;
	border: 1px solid #1FAB18;
}

#imgWrap {
	width: 100%;
	z-index: 10;
	position: relative;
}
#imgWrap img {
	position: absolute;
}

#wrap {
	z-index: 20;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: absolute;
}

div.home {
	letter-spacing: 4pt;
}

#titleWrap {
	width: 100%;
}

/** LOADER **/

	#loader {
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		display: none;
	}

	#loader img {
		position: absolute;
		top: 50%;
		left: 50%;
	}
	
/** FORM **/
	
	form {
		position: absolute;
		top: 260px;
		left: 260px;
	}
	
	form label {
		display: inline-block;
		width: 200px;
	}
	
	form input[type=text], form input[type=password] {
		width: 200px;
	}
	
	form input[type=submit] {
		margin-left: 200px;
	}
	
/** MENU **/

	ul#menu {
		line-height: 20px;
		overflow: hidden;
		bottom: -20px;
		left: 50%;
		white-space: nowrap;
		position: absolute;
		z-index: 10;
	}
	
	ul#menu li:first-child {
		border: 0;
	}
	
	ul#menu li {
		font-family: andalemono, Verdana;
		display: inline-block;
		margin-right: 15px;
		padding-left: 30px;
		border-left: 1px solid #adb5b7;
		background: url(/img/spacer.gif);
	}
	
	ul#menu li a {
		line-height: 2.5em;
	}
	
	ul#menu li.active a {
		color: #fff;
	}
	
/** HOME **/

	.home {
	}

/** FOTOS **/
	
	a.btnPrev, a.btnNext {
		position: absolute;
		top: 50%;
		display: none;
		z-index: 10;
		background: url(/img/spacer.gif);
	}
	
	a.btnPrev {
		left: 0;
	}
	
	a.btnNext {
		right: 0;
	}

	div.fotos {
		width: 1000px;
		height: 700px;
		position: absolute;
		left: 50%;
		top: 50%;
		overflow: hidden;
	}
	
	.fotos.medium {
		margin-left: -400px;
		margin-top: -300px;
		}
		.fotos.medium, .fotos.medium .fotosContainer {
			height: 600px;
		} 
		.fotos.medium, .fotos.medium div.foto {
			width: 800px;
		}
	
	.fotos.large {
		margin-left: -500px;
		margin-top: -350px;
		}
		.fotos.large, .fotos.large .fotosContainer {
			height: 700px;
		}
		.fotos.large, .fotos.large div.foto {
			width: 1000px;
		}
	
	
	.fotosContainer {
		overflow: hidden;
	}
	
	div.fotos div.foto {
		text-align: center;
		float: left;
		display: none;
	}
	
	div.fotos div.foto img {
		margin: 0 auto;
	}
	
	div.fotos div.foto h3 {
		font-weight: normal;
		margin-top: 15px;
	}
	
/* TREE */

 	.treewrap {
 		background: #fff;
 		width: 500px;
		left: 50%;
		top: 150px;
		position: absolute;
		padding: 20px;
		margin-left: -250px;
		height: 400px;
		overflow: auto;
 	}
