@charset "utf-8";
html {
	overflow: hidden;
}
body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #D19CC0;
	scrollbar-highlight-color: #D19CC0;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #D19CC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3E0000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/bkgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.benen {
	position: absolute;
	left: 700px;
	right: 0px;
	bottom: 0px;
}
div.menu {
	position: absolute;
	left: 30px;
	top: 135px;
	width: 100px;
}
div.content {
	position: absolute;
	left: 170px;
	top: 135px;
	bottom: 30px;
	width: 550px;
	overflow-y: auto;
}
a {
	font-weight: bolder;
	color: #904C6F;
	text-decoration: none;
}
a:hover {
	color: #D19CC0;
}
p.kopje {
	font-size: 18px;
}
.small {
	font-size: 10px;
}
div.vertical {
	width: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	writing-mode: tb-rl;
	filter: flipH() flipV();
	margin-bottom: 5px;
	overflow: hidden;
}
