html, body {
	background-color:black;
	height:100%;
	margin-top:0px;
	font-family:verdana;
	font-size:11px;
	background:#4e4e4e;

}

#container {
	position: relative;
	min-height: 713px;
	height:auto !important; /* voor moderne browsers */
	height:590px; /* voor IE */
	width:790px;
	margin-left:auto;
	margin-right:auto;
	background:#ccc;
}

#header {
	padding:0px;
	margin:0px;
	height:123px;
	background:#fff;
	text-align:center;
}

#navigation {
	background:url('images/menuitem_bg.gif') top repeat-x #ccc;
	width:790px;
	height:25px;
	padding:0px;
	border-bottom:3px solid #ccc;
}

#content {
	min-height:100px;
	width:760px;
	height:100%;
	padding:10px 10px 10px 10px;
	color:4e4e4e;
	background:#ccc;
}

#navigation ul  {
	padding:0px;
	margin:0px;
	/* background: #f60 url('images/menuitem_bg.gif') repeat-x; */
	width:790px;
}

#navigation li{
	float:left;
	list-style-type:none;
	border-right:1px solid #000;
	white-space:nowrap;
	background:url('images/menuitem_bg.gif') repeat-x;
	height:22px;
}

#navigation li a.menu_current{
	float:left;
	list-style-type:none;
	border-bottom:3px solid #ccc;
	white-space:nowrap;
	background:url('images/menuitem_bg.gif') repeat-x;
	height:22px;
}

#navigation li a.menu_current:hover{
	float:left;
	list-style-type:none;
	border-bottom:3px solid #ccc;
	white-space:nowrap;
	background:url('images/menuitem_bg.gif') repeat-x;
	height:22px;
	color:white;
}

#navigation li a{
	display:block;
	padding:0 10px;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background:url('images/menuitem_bg.gif') repeat-x;
	line-height:22px;
	color: #fff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
	background:#fff;
	color:#4e4e4e;
	text-decoration:none;
}

#footer {
	border-top:1px solid white;
	background-color:#120F44;
	color:white;
	position: absolute;
	bottom: 0;
	border-color: #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

a {
	color:#4e4e4e;
	text-decoration:none;
}

.textfield, .email {
	border: 1px solid #4e4e4e;
	font-size: 11px;
	color: #3d4242;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
	height: 14px;
}
.textarea {
	border: 1px solid #4e4e4e;
	color: #3d4242;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
	height: 100px;
	font: 11px verdana;
}
.captcha {
	border: 1px solid #4e4e4e;
	font-size: 11px;
	color: #3d4242;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 74px;
}
#submit {
	width: 123px;
	height: 21px;
	background-color: #ff7a01;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-family: verdana;
	text-align: center;
	padding-bottom: 3px;
}
.required {
	color: #fff;
	font-weight: bold;
}

table.form {
	margin-left:30px;
}

p.pagetitle {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4e4e4e;
	font-weight:bold;
}

#contactdata {
	position: absolute;
	left: 440px;
	background-color: #fff;
	top: 217px;
	width: 270px;
	height: 103px;
	color: #000;
	padding: 5px;
}

#contactkaart {
	left: 440px;
	position: absolute;
	top: 345px;
	background-color: #fff;
	width: 270px;
	height: 220px;
	padding: 5px;
}

a.mail {
	color:black;
}

a.mail:hover {
	text-decoration:underline;
}

table.historiek {
	height:300px;
	background: url('images/historiek2.jpg') top right no-repeat;
}

.hoogte {
	height:100%;
	background-color:red;
	display:table;
}