@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(mailform.css);
@import url(example.css);
#left-menu-box {
	margin: 0;
	padding:0;
}
#middle-marker-box, #right-marker-box {
	margin: 6px;
	padding: 0;
}
#left-marker-box {
	margin: 0;
	padding: 0;
}
#left-marker, #middle-marker, #right-marker {
	margin: 0;
	padding: 0;
}
#left, #middle, #right, #inner-content-wrapper {
	position: relative;
	overflow: visible;
}
#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 822px;
}
#left {
	left:6px;
	top:6px;
	float: left;
	width: 180px;
	z-index: 4;
}
#left-content {
	/*	position: relative;
	z-index: 5;*/
	width: 180px;
	padding:0px;
}
#middle {
	float: right;
	width: 620px;
	z-index: 2;
	background-attachment: fixed;
	background-color: #DAEBD6;
	background-image: url(/Images/Achterground.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#middle-content {
	/*	position: relative;
	z-index: 3;*/
	width: 620px;
}
#right {
	float: right;
	width: 174px;
	padding:0;
	margin:0;
	z-index: 6;
}
#right-content {
	/*	position: relative;
	z-index: 7;*/
	width: 174px;
}
#header, #outer-wrapper, #footer {
	width: 1008px;
}
#header-img {
	width: 809px;
}
.cleaner {
	clear:both;
	/*	float: left;*/
	height: 1px;
	font-size: 1px;
	line-height: 0px;
	display: block;
	visibility: hidden;
	border: 0;
	padding: 0;
	margin: -1.0em 0 0 0;
	background: transparent;
}
