@font-face {
	font-family: head-font;
	src: url('fonts/BaroqueScript-1.ttf');
}
@font-face {
	font-family: head-fontEI;
	src: url('fonts/BaroqueScript-1.eot');
}

html, body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	min-height: 100%;
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	/*background-color: #000000;*/
}

html { 
	background: url(images/zonsondergang.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*body {
	background: url(images/construct2.png);
	-webkit-backbround-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

#maindiv {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 800px;
	margin: auto;
  
	/*border-style: solid;
	border-width: 1px;
	border-color:#FFFFFF;*/
}

#language {
	position: absolute;
	top: 0;
	right: 0px;
	width: 300px;
	text-align: right;
	
	/*border-style: solid;
	border-width: 1px;
	border-color:#F3F;*/

}

#nav-aerea {
	margin: 0 inherit;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#nav-aerea a {
	color: #FFFFFF;
}
.ruimte li {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	font-family: head-font, head-fontEI;
	font-size: 24pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 16px;
}

a {
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #533C02;
}
a:active {
color: #FFFF99;
}

.pagenav a:link {
	color: #FFFFFF;
}
.pagenav a:visited {
	color: #FFFFFF;
}
.pagenav a:hover {
	color: #FFFFFF;
}
.pagenav a:active {
	color: #FFFFFF;
}

#content {
	margin: 4px;
	margin-top: 10px;
	font-size: 14px;
	text-align: justify;	
	
	background: url(images/grayfilm.png);
	-webkit-backbround-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#footer {
	position: absolute;
	bottom: 50px;
}

.kamers td{
	padding-bottom: 4px;
}
