/* algemene kenmerken */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-color: black;
	margin-bottom: 20px;
}

a:link {
	color: #F57A00;
	text-decoration: none;
}

a:visited {
	color: Gray;
	text-decoration: none;
}

a:hover {
	color:#F57A00;
	text-decoration: underline;
}

a:active {
	color: #F57A00;
	text-decoration: none;
}

/* einde algemene kenmerken */

/* site dingen */
#banner {
	height : 200px;
	position: absolute;
	top: 100px;
	right:0px;
	z-index: -1;
}

#logo {
	position: absolute;
	top:0px;
	right: 460px;
	z-index: 2;
}

#contactinfo {
	position: absolute;
	top:15px;
	right: 15px;
	z-index: 2;
}

#flickr-stream {
	position: absolute;
	top: 350px;
	right: 60px;
	z-index: 1;
}

#hoogte {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -2;
}


