html {
    overflow:auto;
}

body{
	font:17px Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
	background-color: #000000;
}

#lucht {
	position:absolute;
	width: 100%;
	height: 500px;
	top: 0px;
	background-color: #1e87d5;
}

/* used when site is offline: */
#offline_lucht {
	position:absolute;
	width: 100%;
	height: 500px;
	top: 0px;
	background-color: #FF0000;
}

#luchtzee{
	position:absolute;
	width: 100%;
	height: 600px;
	top: 50%;
	margin: -300px 0 0 0;
	background: #000000 url("luchtzee.gif") repeat-x;
	color: #C2EFF5;
}

/* used when site is offline: */
#offline_luchtzee{
	position:absolute;
	width: 100%;
	height: 600px;
	top: 50%;
	margin: -300px 0 0 0;
	background: #FF0000 url("luchtzee.gif") repeat-x;
	color: #C2EFF5;
}


#container{
	position:absolute;
	width: 1000px;
	height: 600px;
	top: 50%;
	left:50%;
	margin: -300px 0 0 -500px;
	background: #000000 url("luchtzee.gif") repeat-x;
	color: #C2EFF5;
}

#container #header {
	font-family: "Times New Roman", Times, serif;
	font-size: 80px;
	float: right;
	top:0px;
	margin-right: 10px;
	line-height: 0.8em;
	color: #FFFFFF;
	width: 300px;
	text-align: right;
}

#container #header #subheader {
	font-size: 16px;
	text-align: right;
	padding: 0px;
	line-height: 0.8em;
}

#container #ijsberg {
	top: 36px;
	left: 20px;
	position: absolute;
}

#container #menu {
	top: 387px;
	left: 60px;
	position: absolute;
	text-align: center;
	width: 150px;
	font-size: 90%; /*14px;*/
}

#menu #actief {
	color: #FFFFFF;
}

#container #contenttext {
	top: 170px;
	left: 300px;
	position: absolute;
	height: 380px;
	background-color: #000000;
	width: 670px;
	overflow: auto;
	font-size: 70%;
	padding-right: 25px;
	line-height: 140%;
/*	scrollbar-arrow-color: #FF0000;
	scrollbar-base-color: #FF0000;*/
}

#container h1 {
	font-size: 250%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
}

#container h2 {
	font-size: 200%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

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

#container a {
	color: #009999;
	text-decoration: none;
}
/*
#container a#actief {
	color: #000000;
	text-decoration: none;
}
*/
#container #subtitle {
	font-size: 85%;
}


/* De footer bevat de credits */
#container #footer {
	position: absolute;
	height: 20px;
	bottom: 0px;
	text-align: center;
	width:100%;
}

#container #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00513D;
	text-decoration: none;
}

#container #footer a:hover {
	text-decoration: underline;
}

/* gastenboek: */
#container #reaction {
	background-color: #000033;
}
/*
#container li {
	list-style-type: none;
	background-color: #CC0000;
}
*/
/*
#container td {
	font-size: 80%;
	color: #C2EFF5;
}
*/
