html {
	height: 100%;
}
body {
	margin: 0; 
	padding: 0; 
	height: 100%;
	font-family: arial, serif;
	background-color: white;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#wrap {
	min-height: 100%;
	margin: auto;
	position: relative;
}
* html #wrap {
	height: 100%;
}
#menu {
	background-color: #B2927B;
	margin: 0; 
	padding: 0;
	width: 218px;
	float: left;
	top: 0px;
	height: 450px;
	left: 0;
	position: absolute;
}
#menu-spacer {
	margin-top: 45px;
}
#inner-wrap {
	position: relative;
	right: 0;
	color: #ffffff;
	margin: 0 0 0 234px;
	padding: 0;
	min-width: 685px;
}
#inner-wrap:after {
	content: " ";
	display: block;
	clear: both;
}
#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 104px;
	z-index: 2;
}
#logo-content {
	position: relative;
	margin: 0;
	padding: 0;
	height: 312px;
	width: 765px;
	background-color: #916C52;
	z-index: 1;
}
#boek {
	position: absolute;
	top: 100px;
	left: 234px;
	z-index: 2;
}
#boek-tekst {
	position: absolute;
	top: 88px;
	left: 486px;
	width: 335px;
	z-index: 2;
}
#footer {
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0px;
	bottom: -90px;
}
#portret {
	background-color: #B2927B;
	color: #613822;
	margin: 0; 
	padding: 0;
	width: 218px;
	height: 193px;
	position: absolute;
}
#content {
	border-top: 2px solid black;
	position: relative;
	left: 234px;
	bottom: 260px;
	width: 765px;
	float: left;
}
#content-datum {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	position: relative;
	text-align: right;
	top: -25px;
}
#content-tekst {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: 210px;
	width: 730px;
	overflow: auto;
	position: absolute;
	margin-left: 35px;
}

div.menu-option {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 30px;
	color: #613822;
	text-decoration: none;
	line-height: 38px;
	border-bottom: 2px solid white;
}
div.menu-option A {
	color: #613822;
	text-decoration: none;
	display: block;
	background-color: #B2927B;
}
div.menu-option A:hover {
	color: #ED8D36;
	display: block;
	background-color: #ffffff;
}	
p.boek-tekst {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
p.boek-quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	padding-top: 0;
	
}
p.boek-link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
}

p.boek-link A {
	text-decoration: underline;
	color: #ffffff;
}
p.boek-link A:hover {
	color: #ffffff;
	text-decoration: none;
}	
img {
	border: 0;
}
img.boek {
	border: 1px solid white;
}
img.portret {
	border-top: 1px solid black;
}
