html, body {
	margin: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#full {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#container {
	position:absolute;
	width:10px;
	height:10px;
	z-index:2;
}
#main {
	width:1000px;
	height:717px;
	z-index:1;
	margin: auto;
	background-image: url(../beeld/bg2.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
}
#tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0.1em;
	height: 400px;
	width: 740px;
	left: 240px;
	top: 175px;
	overflow: auto;
	position: absolute;
	color: #5D1400;
}
#topnav {
	width: 100px;
	position: absolute;
	left: 453px;
	top: 128px;
	text-align: center;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0.1em;
	height: 400px;
	width: 120px;
	left: 20px;
	top: 175px;
	position: relative;
	font-weight: bold;
	z-index: 10;
}
a, #nav a {
	color: #5D1400;
	text-decoration: none;
}
#nav a:active {
	font-weight: bold;
}
.active {
	font-style: italic;
}

#topnav2 {
	width: 100px;
	position: absolute;
	left: 568px;
	top: 128px;
	text-align: center;
}
#topnav a, #topnav2 a, #topnav3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #5D1400;
	text-decoration: none;
	letter-spacing: 0.2em;
	text-align: center;
}
a:hover, #topnav3 a:hover, #topnav2 a:hover, #topnav a:hover, #nav a:hover {
	color: #999;
}
#topnav3 {
	width: 100px;
	position: absolute;
	left: 685px;
	top: 128px;
	text-align: center;
}


#adres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 0.2em;
	text-align: center;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 660px;
}
#adres a {
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-size: 13px;
}
img {
	border: 1px solid #FFF;
}

#adres a:hover {
	color: #5D1400;
}
.wit {
	color: #FFF;
}
.onderschrift {
	font-size: 9px;
	font-style: italic;
}
#mrweb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	letter-spacing: 0.1em;
	text-align: right;
	width: 200px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#mrweb a {
	font-weight: bold;
	color: #CCC;
}
#mrweb a:hover {
	color: #FFF;
}

