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

BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	position: fixed;
	left: 28px;
	right: 0px;
	height: 76px;
	top: 21px;
	border-bottom: 1px solid #000;
}

#menu {
	position: fixed;
	top: 102px;
	left: 28px;
}
#menu H1 {
	font-size: 35px;
	color: #000;
	margin: 10px 0px 0px 0px;
}
#menu A {
	font-size: 14px;
	color: #898989;
	font-weight: bold;
	text-decoration: none;
}
#menu A:hover, #menu .a {
	color: #000;
}
#menu .sub {
	color: #000;
	font-size: 12px;
}
#menu .sub:hover #menu .suba {
	color: #898989;
}
#content {
	position: fixed;
	top: 108px;
	left: 288px;
	height: 488px;
	overflow-x: auto;
	overflow-y: hidden;
	right: 0px;
	white-space: nowrap;
	z-index: 100;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
#content H1 {
	font-size: 33px;
	line-height: 35px;
	margin: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .zwGroot, #content .zwMiddel, #content .zwSmal, #content .wzGroot, #content .wzMiddel, #content .wzSmal {
	float: left;
	margin-right: 20px;
	white-space: normal;
	padding: 10px 20px 10px 20px;
	background-repeat: no-repeat;
	height: 443px;
}
#content .zwGroot, #content .wzGroot {
	width: 675px;
}
#content .zwMiddel, #content .wzMiddel {
	width: 430px;
}
#content .zwSmal, #content .wzSmal {
	width: 185px;
}
#content .zwGroot .onderschrift, #content .wzGroot .onderschrift {
	width: 615px;
}
#content .zwMiddel .onderschrift, #content .wzMiddel .onderschrift {
	width: 470px;
}
#content .zwSmal .onderschrift, #content .wzSmal .onderschrift {
	width: 225px;
}
#content .zwGroot, #content .zwMiddel, #content .zwSmal {
	color: #000;
	background-color: #fff;
}
#content .wzGroot, #content .wzMiddel, #content .wzSmal {
	color: #fff;
	background-color: #000;
}
#content .beeldBoven {
	position: absolute;
	z-index: -1;
}
#content .onderschrift {
	padding: 0px 0px 0px 0px;
	position: absolute;
	margin: -10px 0px 0px -20px;
	color: #000;
	background-color: #fff;
	text-align: left;
	top: 463px;
}
#content TABLE {
	border-spacing: 0px;
	height: 443px;
}
#content TD {
	padding: 0px;
}

#bottomline {
	position: fixed;
	left: 28px;
	right: 0px;
	height: 76px;
	top: 530px;
	border-bottom: 1px solid #000;
}

