@charset "UTF-8";
/* CSS Document */

#horizon {
text-align: center;
position: absolute;
top: 50%;
left: 0;
width: 100%;
}
#navigation {
	list-style-type: none;
	padding: 0px;
	text-align: left;
	position:absolute;
	top :50%;
	width: 100%;
	height: 200px;
	margin-top: -100px; /* half of height */
}
#navigation_bar{
	width: 150px;
	list-style-type: none;
	padding: 0px;
	position: absolute;
	height: 335px;
	left: 0px;
	bottom: 0px;
	vertical-align: middle;
}
#Page {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 730px;
	height: 335px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#navigation li {
	margin: 0px;
	padding-top: 5px;
	text-align: right;
}
#navigation a, #navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#content {
	background-color: #D7E923;
	height: 400px;
	width: 900px;
	margin-left: -450px;
	position: absolute;
	top: -175px;
	left: 50%;
}
#content2 {
	background-color: #FFFFFF;
	height: 400px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	top: -175px;
	left: 50%;
}


#Album_Naam {
	background-color: #FF0000;
	position: absolute;
	height: 50px;
	width: 100px;
	left: 100px;
	top: 100px;
}
#iframe {
	height: 100%;
	width: 100%;
	scrolling: no;
	frameborde: no;
	marginwidth: 0;
	marginheight: 0;
	z-index: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 0px;
	position: absolute;
}
#navigation li img {
	margin: 0px;
	padding: 0px;
}


#border-weg {
	background-color: #D7E923;
	position: absolute;
	z-index: 2;
	height: 335px;
	width: 2px;
	left: 0px;
	top: 0px;

}
#tim-romkes {
	background-color: #FFFFFF;
	width: 100%;
	height: 65px;
}
