@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #333;
}.oneColFixCtr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(plaatjes/websitekopie.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 837px;
}
.oneColFixCtr #container #nav {
	font-size: small;
	top: 50px;
	position: relative;
	width: 950px;
}
.oneColFixCtr #container #extra {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: bold;
	color: #FC6;
	width: 150px;
	text-align: center;
	height: 100px;
	left: 10px;
	top: 10px;
	position: relative;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	visibility: hidden;
}

.oneColFixCtr #container #nav ul {
	overflow: hidden;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
}
.oneColFixCtr #container #nav ul li {
	float: left;

}

.oneColFixCtr #container #nav ul li a {
	text-decoration: none;
	color: #FFF;
	padding-left: 30px;
}
.oneColFixCtr #container #nav ul li a:link {
}
.oneColFixCtr #container #nav ul li a:visited {

}
.oneColFixCtr #container #nav ul li a:hover {
	font-style: italic;
	color: #FF9;
}
.oneColFixCtr #container #nav ul li a:active {
	color: #FFF;
	font-weight: bold;
}
.oneColFixCtr #container #erc {
	position: relative;
	top: 70px;
	left: 160px;
	width: 630px;
	height: 480px;
	font-size: small;
	color: #999;
}
.oneColFixCtr #container #erc #film {
	position: relative;
	top: 30px;
	width: 462px;
	left: 84px;
}

div#scroll {
	overflow: auto;
	height: 470px;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-FACE-COLOR: #222222;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000
}
.oneColFixCtr #container #erc #filmkop {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	text-align: center;
	top: 10px;
	position: relative;
	color: #FFF;
}
.oneColFixCtr #container #erc center a {
	font-style: italic;
	color: #999;
	text-decoration: none;
}
.oneColFixCtr #container #erc #linkstabel table tr td p a {
	color: #CCC;
}
.oneColFixCtr #container #erc #linkstabel table tr td p a:hover {
	font-style: italic;
	color: #FF9;
	text-decoration: none;
}
.oneColFixCtr #container #erc #weermeters {
	float: left;
}
.oneColFixCtr #container #erc #weertekst {
	float: left;
	font-size: 24px;
	position: relative;
	top: 160px;
	left: 30px;
}
.oneColFixCtr #container #erc h2 {
	text-align: center;
}
.oneColFixCtr #container #erc #pgk {
	position: absolute;
	left: 530px;
	top: 100px;
	border: thick double #999;
	width: 80px;
}
.oneColFixCtr #container #erc #pgg {
	width: 500px;
	border: thick double #999;
	left: 10px;
	top: 10px;
	position: absolute;
	visibility: hidden;
}
