@charset "utf-8";
/* CSS Document */

body, html	{
	background-color: #EDB92A;
	margin: 0px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #494848;
	SCROLLBAR-3DLIGHT-COLOR: #494848;
	SCROLLBAR-ARROW-COLOR: #494848;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	}

.witvlak	{
	position: absolute;
	top: 50%;
	margin-top: -275px;
	left: 375px;
	height: 530px;
	width: 59%;
	background-color: #FFFFFF;
	z-index: 10;
	padding: 10px;
	}

.menu	{
	position: absolute;
	background-image: url(../images/achtergrond.jpg);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -275px;
	left: 30px;
	height: 550px;
	width: 350px;
	background-color: #FFFFFF;
	z-index: 1;
	text-align: left;
	padding: 0px;
	}

.menutekst	{
	position: absolute;
	left: 0px;
	top: -10px;
	height: 600px;
	width: 200px;
	z-index: 1;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 100%;
	}

.tekst	{
	position: relative;
	padding: 10px 10px 10px 25px;
	left: -175px;
	top: 10px;
	height: 425px;
	width: 120%;
	overflow: scroll;
	overflow-x: hidden;
	}
.footer	{
	position: absolute;
	left: 250px;
	top: 675px;
	z-index: 1;
	text-align: center;
	}
h1	{
	color: #666666;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding-left: 25px;
	}

h2	{
	color: #EDB92A;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding-left: 25px;
	}

h4	{
	color: #666666;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	}

a	{
	color: #666666;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

a:active {
	text-decoration: none;
	color: #666666;
}
