html {
	font-family: Verdana, Arial, Helvetica;
	height: 90%;
}

body {
	font-family: Verdana, Arial, Helvetica;
	height: 90%;
	line-height: 1.3em;
	background-repeat: repeat-y;
}

body.index {
	background-image: url(../img/bg_bureaukoningskunst.gif);
}

html *, body * {
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.9em;
}

div#menubar {
	position: absolute;
	top: 9em;
	left: 50px;
	width: 30em;
}

div#logo {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 278px;
	height: 140px;
	background-color: white;
}

div#logoimg {
	display: block;
	clear: both;
	margin-left: 140px;
}

div#logotekst {
	display: block;
	clear: both;
}

div#logotekst p {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #847248;
	margin: 0;
	text-align: right;
}

.mainitem a, .mainitem.active p {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

div#menubar ul li {
	list-style: none;
	text-align: right;
	margin-right: 160px;
	margin-top: 20px;
	margin-bottom: 0;
}

div#menubar ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

div#menubar ul li ul li {
	list-style: none;
	text-align: left;
	margin-left: 110px;
	margin-top: 0;
	margin-bottom: 0;
}

ul li ul li * {
	margin-top: 0;
	margin-bottom: 0;
}

.subitem a, .subitemactive p {
	font-size: 12px;
	display: inline;
	font-weight: bold;
}

li.mainitem.active, li.mainitem a:hover, li.subitem.active, li.subitem a:hover {
	color: #FF5C00;
}

li a {
	color: #847248;
	text-decoration: none;
}

div#menucenter {
	position: absolute;
	top: 28%;
	left: 0px;
}

div#content {
	position: absolute;
	top: 136px;
	left: 460px;
	width: 500px;
	margin-right: 50px;
	margin-bottom: 50px;
}

div#positioning {
	font-size: 1px;
	height: 10px;
	position: absolute;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	top: 140px;
	left: 200px;
	z-index: 9999;
	width: 400px;
}

div#positioning * {
	font-size: 4px;
}

div#content * {
	font-family: Verdana;
	font-size: 10pt;
	color: #504010;
}

#content ul {
	margin: 0;
	padding: 0;
}

#content ul li {
	list-style: none;
	font-weight: bold;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

#content p {
	margin: 0;
	padding: 0;
}

#content p.emptyx {
	font-size: 0;
	height: 10px;
	line-height: 10px;
}

#content h2 {
	margin-top: 0;
	font-size: 14px;
}

#content h3 {
	margin-top: 0;
	font-size: 14px;
}

