
.siteContainer {
	background: #fff;
	width: 910px;
	float: left;
	position:absolute;
	left: 50%;
	top:0;
	height: 100%;
	min-height: 100%;
	margin: 0 auto 0 -455px;
}
.headContainer {
	float: left;
	width: 910px;
	height: 200px;
	text-align:center;
}
.headContainer img {
	margin-top: 20px;
}
.menuContainer {
	background: #efefef;
	height: 65px;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.bottomContact {
	width: 910px;
	height: 20px;
	background: #d7c7b0;
	clear: both; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
}
.bottomContact div {
	float: left;
	width: 445px;
	text-indent: 10px;
	line-height: 20px;
	color: #fff;
}
.bottomContact div.bottomRight {
	float: right;
	text-align:right;
	margin-right: 10px;
}
.bottomContact a {
	color: #FFF;
	text-decoration:none;
}
.mainMenu {
	width: 100%;
	float: left;
	height: 25px;
	background: #d7c7b0;
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
}

.mainMenu span {
	float: left;
	font-size: 16px;
	color: #fff;
	margin-top: 4px;
}
.mainMenu a {
	float: left;
	font-size: 12px;
	color: #fff;
	height: 25px;
	line-height: 24px;
	text-decoration:none;
	font-family: Verdana;
	font-weight: 600;
	padding: 0 20px 0 19px;
}
.mainMenu a:hover,.mainMenu a.selected,.bottomContact a:hover {
	color: #860038
}
.mainMenu a.selected {
	background: url('../img/menu_back.gif') no-repeat 6px 3px;
}
.mainMenu .subMenu {
	float: left;
	margin-top: -3px;
}
.mainMenu .producten {
	width: 400px;
	margin-left: 150px;
}
.mainMenu .subMenu a {
	color: #b1a06a;
	padding: 6px 10px;
}
.mainMenu .subMenu a:hover,.mainMenu .subMenu a.selected {
	color: #860038;
	background-image: none;
}
.pageContainer {
	width: 810px;
	float: left;
	margin: 20px 0 0 50px;
	padding-bottom: 40px; 
	height: auto; 
}
.quickNav {
	float: right;
	width: 170px;
	margin: 10px;
}
.breadCrumb {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.breadCrumb a {
	color: #999;
}
