body, html {
	width: 100%;
	margin: 0;
	border: 0;
	text-align: center;
}
html {
	background: #fff url(../img/bg_links.gif) repeat-y;
	height: 100%;
}
body {
	background: url(../img/bg_rechts.gif) top right repeat-y;
	min-height: 100%;
}
* html body { height: 100%; }

h1#logo {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 17px;
	width: 323px;
	height: 116px;
	margin: 0;
	padding: 0;
	background: url(../img/logo.gif) no-repeat;
}
h1#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
#inhoud {
	text-align: left;
	padding: 100px 175px 0 285px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #9d0a0f;
}
#inhoud h2 {
	text-align: center;
	font: 18px Arial, Helvetica, sans-serif;
}

#menu {
	position: absolute;
	z-index: 5;
	top: 140px;
	left: 15px;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}
#menu li {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding: 0;
	width: auto;
	height: 26px;
	background: url(../img/menu_links.gif) no-repeat;
}
* html #menu li { width: 1px; display: inline; }
#menu li a {
	display: block;
	width: auto;
	height: 26px;
	float: left;
	clear: both;
	padding: 0 7px;
	background: url(../img/menu_rechts.gif) top right no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #AA181D;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
}
* html #menu a { width: 1px; display: inline; }
#menu li a:hover {
	color: #000;
}
#menu li.leeg {
	background: url();
	color: #fff;
	font: 16px Arial, Helvetica, sans-serif;
	width: 100%;
}


#film {
	background: url(../img/flash_bg.gif) no-repeat;
	width: 221px;
	height: 196px;
	position: absolute;
	right: 25px;
	bottom: 50px;
	z-index: 5;
	float: right;
}
#film embed, #film object {
	width: 208px;
	height: 184px;
	margin: 6px 0 0 0;
}


.verloop {
	width: 218px;
	height: 550px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: url(../img/verloop.gif) repeat-x;
}
.verloopr {
	width: 51px;
	height: 555px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background: url(../img/verloop.gif) repeat-x;
}

A {
	font: 14px Arial, Helvetica, sans-serif;
	color: #9d0a0f;
	font-weight: bold;
	text-decoration: none;
}
	
A:hover {
	text-decoration: underline;
}

label
{
  width:25%;
  text-align:left;
  float:left;
}
