/* CSS Document */
body>html {
	width: 99%;
	text-align: center;
	margin: 0px;
}
#wrapper {
	position:absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 0;
}
#logo {
	width: 100%;
	height: 80px;
	text-align: left;
}
#content {
	width: 100%;
	height: 100%;
}
#tekst {
	width: 900px;
	height: 100%;
	font: lucida, arial, verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 60px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#sublogo {
	position: absolute;
	height: 74px;
	width: 233px;
	left: 600px;
	z-index: 200;
	top: 1050px;
}
#footer {
	position: absolute;
	left: 0px;
	font:  bold 14px lucida, arial, verdana, sans-serif;
	color: #FFFFFF;
	text-align: left;
	height: 20px;
	width: 100%;
	background: #336600;
	z-index: 100;
	top: 1075px;
}

/* navigatie */

#nav {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	display: block;
	background: #336600;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font: bold 14px lucida, arial, verdana, sans-serif;
	padding: 2px 5px;
	border: 1px solid #FFFFFF;
	margin-top: 2px;
}
#nav a:hover {
	color: #336600;
	font: bold 14px lucida, arial, verdana, sans-serif;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}
/* einde navigatie */
	
h1 {
	font: bold normal 18px lucida, arial, verdana, sans-serif;
	color: #336600;
}
img {
	border: 0px;
}
.rand {
	border-bottom: 1px solid #006600;
}

