html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
p {
	text-align: justify;
}
a {
	color: #929191;
	text-decoration: none;
}
a:hover {
	color: #dea201;
}
body {
	font-family: Geneva, "MS Sans Serif", sans-serif;
	background-color: #000;
	background-image: url(img/bg/1.jpg);
	background-attachment: fixed;
	color: #fff;
	font-size: 10pt;
}
#wrapper {
	position: absolute;
	width: 894px;
	left: 50%;
	margin-left: -447px;
	z-index: 1;
}
#menu {
	position: absolute;
	top: 380px;
	width: 894px;
	background-color: #000;
	height: 55px;
}
#menu a {
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
}
#menu a:hover {
	color: #dea201;
}
#menu .cItem {
	color: #dea201;
}
#logo {
	position: absolute;
	width: 343px;
	left: 50%;
	top: 307px;
	margin-left: -459px;
	z-index: 2;
}
#content {
	position: absolute;
	top: 435px;
	width: 854px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	background-image: url(img/black.png);
}
#midden {
	background-repeat: repeat-y;
	background-image: url('img/lijn.jpg');
	background-position: center;
}
#formtext {
	font-size: 9pt;
}
#check, #huisnum {
	color: #898B88;
}
h1 {
	color: #fff;
	font-weight: normal;
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
}
h2 {
	color: #929191;
	font-weight: normal;
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
}
.grey {
	color: #929191;
}
.do input {
	background-color: #fff;
	font-size: 12pt;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	border:0;
	clear: both;
	margin: 0;
	padding: 0;
	padding-left: 4px;
	padding-top: 6px;
	height: 27px;
}
.do textarea {
	background-color: #fff;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 12pt;
	border:0;
	clear: both;
	margin: 0;
	padding: 0;
	padding-left: 4px;
	padding-top: 6px;
	height: 27px;
}
.submit input {
	background-repeat: repeat-x;
	background-image: url(img/btnbg.jpg);
	display:block;
	cursor:pointer !important; cursor:hand;
	overflow:hidden;
	border:0;
	clear: both;
	height: 27px;
	width: 74px;
	color: #fff;
	font-size: 9pt;
}
#check {
    padding-left: 18px;
	cursor: pointer;
}
label.unchecked {	
	background: url(img/check.gif) no-repeat;
	background-position: 0 -34px;
}
label.checked {
	background: url(img/check.gif) no-repeat;
	background-position: 0 0;
}

.invalidInput{
	background-color: #FFECE6;
}
.validInput{
	background-color: #FFECE6;
}
#rsvErrors {
	margin-top: -25px;
	min-height: 45px;
}

.pages a {
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
}
.pages a:hover {
	color: #dea201;
}
.current {
	color: #dea201;
}

