@import url(tekst.css);

@import url(inline.css);

@import url(menufloat.css);

body {
	margin:0;
	padding:0;
	background:#fff no-repeat fixed right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	line-height:14pt;
	color:#999999;
	overflow: auto;
}

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

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

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

#header {
	width: 180px;
	height: 50px;
	top: 25px;
	right: 25px;
	position: absolute;
	z-index: 1;
	}

#logo {
	width: 180px;
	height: 60px;
	top: 175px;
	right: 25px;
	position: absolute;
	z-index: 3;
	}

#illustratie {
	width: 180px;
	height: 60px;
	top: 100px;
	right: 25px;
	position: absolute;
	z-index: 4;
	}

#footer {
	width: 125px;
	height: 150px;
	bottom: 25px;
	position: absolute;
	z-index: 9;
	right: 50px;
	}

#tekstkolom {
	width: 400px;
	height: auto;
	top: 125px;
	left: 125px;
	position: absolute;
	z-index:5;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 9pt;
	}

