* {
	margin:0px;
	padding:0px;
	border:0px;
}

html {
	height:100%;
}

body {
	height: 100%;
	background:url(images/bodyBG.gif) top left repeat-x #4f4f4f;
}

#container {
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width:950px;
	margin:0px auto;
	background:url(images/containerBG.gif) top right repeat-y;
}

#content {
	padding:218px 276px 0px 40px;
	width:634px;
	font-family:Arial;
	color:#fff;
	font-size:12px;
	line-height:19px;
}

#content h1 {
	border-bottom:5px ridge #fff;
	padding-bottom:2px;
}

#content a {
	text-decoration:underline;
	color:#fff;
}

#content a:hover {
	color:#ccc;
}

#top {
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	height:198px;
}

#menuUnder {
	background:url(images/topUnder.gif) repeat-x top left;
	height:12px;
	width:950px;
}

div#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#181818;
	font-weight: bold;
	top:159px;
	position:absolute;
	width:700px;
	height:26px;
	float:left;
}

div#menu ul {
	list-style:none;
	margin-left:50px;
}

div#menu ul li {
	float:left;
}

div#menu ul li a {
	display:block;
	height:21px;
	color:#181818;
	text-decoration:none;
	padding:5px 20px 0px 20px;
}

div#menu ul li a:hover {
	color:#e6e6e6;
	text-decoration:none;
	filter:glow(color=#666666, strength=2), shadow(Color=#666666, Direction=120);
}

div#submenu {
	width:140px;
	right:0px;
	position:absolute;
	top:159px;
	background:url(images/subBG.jpg) top left no-repeat;
	min-height: 363px; /* min-height for browsers other than IE */
	height: auto !important; /* Override declared height for browsers other than IE */
	height: 363px;
	padding:300px 55px 0px 5px;
	text-align:right;
	font-family:Arial;
	font-size:13px;
	color:#fff;
	line-height:16px;
}

div#submenu div#knopjes {
	position:absolute;
	width:64px;
	margin:0px 0px 0px 16px;
	top:0px;
	left:0px;
}

div#submenu div#knopjes div {
	float:left;
}

div#submenu div#knopjes div img {
	visibility:hidden;
}

div#submenu div#knopjes div:hover img {
	visibility:visible;
}

input.tekstvak, textarea tekstvak {
	padding:2px;
}

input.formLabel {
	padding:2px;
}