@charset "UTF-8";
* {
margin:0px;
padding:0px;
}
a:link {
	border:none;
	outline:none;
	color: #EFEFEF;
	text-decoration: none;
}
a:visited {
	border:none;
	outline:none;
	color: #EFEFEF;
	text-decoration: none;
}
a:hover {
	border:none;
	outline:none;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	border:none;
	outline:none;
	color: #FF0000;
	text-decoration: underline;
}
img { -ms-interpolation-mode: bicubic; }
a img {
border:none;
outline:none;
}
body {
	background: #000000;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 1px;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #333;
}
.oneColFixCtrHdr #header {
	height: 120px;
	background-image: url(../images/header-neo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container #header #gedicht {
	height: 100px;
	width: 305px;
	padding-bottom: 5px;
	z-index: 200;
	float: right;
	padding-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ED260E;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #menu {
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -500px;
}
.oneColFixCtrHdr #mainContent {
	background: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 650px;
}
.oneColFixCtrHdr #container #mainContent .expo {
	width: 620px;
	margin-left: 185px;
	float: left;
	margin-top: 2px;
}
.oneColFixCtrHdr #container #mainContent .expo h2 {
	margin-top: 20px;
}
.oneColFixCtrHdr #container #mainContent .expo h3 {
	margin-bottom: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-size: 10px;
}
.selected {
	color: #FFFFFF;
}
.dertig {
	margin-top: 30px;
}
.oneColFixCtrHdr #container #mainContent .inhoud {
	width: 830px;
	margin-left: 85px;
	float: left;
	margin-top: 2px;
}
.oneColFixCtrHdr #container #mainContent .inhoud td {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 10px;
	width: 240px;
}
.vijfentwintig {
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent .bijschrift {
	font-size: 10px;
	color: #CCCCCC;
	float: left;
	height: auto;
	width: 380px;
	margin-left: 55px;
	margin-top: 20px;
	text-align: justify;
	padding: 10px 10px 10px 20px;
	background-color: #0B0B0B;
}
