#raam {
	position: absolute;
	left: 50%;
	top: 0px;
	background-color:#666;
}
#nosc {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	height: 20%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 10%;
	z-index: 99;
}
img {
	height: 80%;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/* [disabled]text-align: left; */
	color: #FFF;
	margin-right: 5%;
}
a {
	color: #FFF;
	border-style: hidden;
	border-width: 0px;
	text-decoration: underline;
/*	vertical-align: middle;   */
}
a img {
	border: 0;
	border: none;
}
#tekst {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	height: 85%;
	width: 85%;
	top: 5%;
	left: 10%;
	color: #fff;
	overflow: auto;
	font-size: 120%;
	line-height: 180%;
}
#navigatie {
	position: absolute;
	width: 100%; 
	bottom: 0;
	height: 5%;
	font-family: Helvetica, "Helvetica Neue", "Helvetica Neue Medium";
	font-size: 160%;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
.kop {
	font-size: 110%;
	color: #F6F300;
	font-weight: bold;
}
a:hover {
	font-size: 110%;
	color: #999;
	text-decoration: underline;

}
a:active {
	font-size: 100%;
	color: #F6F300;
	text-decoration: underline;
}