html, body {
	margin: 0px;
	padding: 0px;
	font-family: Garamond, Times;
}

body {
	background: #8d8367 url(../images/background.png) repeat-x;
}

div#content-container {
	width: 1000px;
	height: 750px;
	background: url(../images/header.png) no-repeat;
	background-position: center top;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
}

div#container {
	width: 1000px;
	height: 750px;
	margin: 0 auto;
	background: url(../images/bg-background-book.png) no-repeat;
	position: relative;
}

div#content-bg {
	width: 1000px;
	height: 750px;
	background: url(../images/book-background.jpg) no-repeat;
	background-position: 52px 80px;	
}

div#navigatie {
	width: 200px;
	height: 400px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

div#content {
	width: 868px;
	background: url(../images/lines.jpg) no-repeat;
	background-position: right;
	height: 449px;
	z-index: 10;
	margin-left: 52px;
	margin-right: 0px;
	margin-top: 178px;
	margin-bottom: 0px;
}

div#wrapper {
	padding: 0px;
	margin: 0px 0px 0px 135px;
	float: left;
	width: 515px;
}

h1.heading {
	display: block;
	width: 470px;
	height: 91px;
	margin: 0px;
	font-size: 26px;
	font-style: italic;
	padding-top: 19px;
	background: url(../images/h1-bg.png) no-repeat;
	padding-left: 5px;
	overflow: hidden;
}

p {
	font-size: 14px;
	line-height: 23px;
	margin-top: -5px;
	color: #5a5a4a;
}

a {
	font-size: 14px;
	color: #5a5a4a;
	text-decoration: underline;
}

div#footer-visual {
	width: 804px;
	height: 164px;
	background-color: red;
	position: absolute;
	z-index: 5;
	top: 586px;
	background: url(../images/visual-footer-bottom.png) no-repeat;
	left: 50%;
	margin-left: -500px;
}

div#footer-visual-top {
	width: 400px;
	height: 170px;
	background-color: red;
	position: absolute;
	z-index: 6;
	top: 416px;
	background: url(../images/visual-footer-top.png) no-repeat;
	left: 50%;
	margin-left: -500px;
}

div#navigatie ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

div#navigatie li {
	line-height: 30px;
}

div#navigatie li a {
	text-decoration: none;
	color: #919191;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

div#navigatie li a:hover, div#navigatie li a.active {
	color: #010101;
}

p.assorti-item-left, p.assorti-item-right {
	float: left;
	display: block;
	width: 210px;
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
}

p.assorti-item-left {
	margin-right: 20px;
}

p.assorti-item-right {
	margin-left: 20px;
}

.kop {
	font-weight: bold;
	color: #010101;
}

div.seperator {
	width: 460px;
	clear: both;
	height: 30px;
}