html,body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	background-color: #380000;
	font-size: 9pt;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

#dossier {
	position: absolute;
	left: 0px;
	top: 415px;
	width: 209px;
	height: 380px;
	background-image: url('../images/inzet_wat.jpg');
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1088px;
	height: 546px;
	background-image: url('../images/wat_header_01.jpg');
}

#ogen {
	position: absolute;
	left: 656px;
	top: 109px;
	width: 51px;
	height: 22px;
	background-image: url('../images/ogen.gif');
}

#main {
	position: absolute;
	left: 209px;
	top: 330px;
	width: 450px;
	min-height: 10px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 50px;
}

#content {
	padding-left: 35px;
}

img {
	padding: 0px;
	margin: 0px;
}
#menuwrapper{
    position: absolute;
    left: 0px;
    top: 220px;
    width: 209px;
    height: 165px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

#menu {
	width: 200px;
	border: 0px solid #ccc;
	margin: 0px;
}

#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
    font-size: 10pt;
	font-family: Times;
}

#menu li a:link,#menu li a:visited {
	color: #fff;
	display: block;
	background: url(../images/menubutton.gif);
	padding: 8px 0 0 70px;
}

#menu li a:hover,#menu li a:active {
	color: #888;
	background: url(../images/menubutton.gif) 0 -32px;
	padding: 8px 0 0 70px;
}
