/* Ombouw gerelateerde CSS */
BODY {
background: url('../img/back.gif');
}

.siteContainer {
	width: 910px;
	left: 50%;
	margin-left: -455px;
	position: absolute;
	background: #FFF;
	border-left:  1px solid #999;
	border-right:  1px solid #999;
}
.preHead {
	float: right;
	width: 300px;
	height: 20px;
	text-align: right;
	color: #999;
	margin-right: 8px;
}
.preHead a.dealers {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	color: #10a2b9;
}
.preHead a.dealers:hover {
	color:#9b3334;
}
.header {
 width: 910px;
 float: left;
 height: 130px;
 background: #9b3334;
}
.leftwhite {
 float: left;
 width: 259px;
 background: #FFF;
 height: 25px;
}
.headerimg {
width: 554px;
height: 130px;
float: left;
}
.logo {
	width: 196px;
	height: 40px;
	float: left;
	margin: 40px 10px 0 100px;
}
.flashheader {
	width: 400px;
	height: 75px;
	float: right;
}
.endheader {
	border-top: 1px solid #FFF;
	background: #10a2b9;
	float:left;
	height: 4px;
	width: 910px;
}
.pageContainerSite {
	width: 910px;
	float: left;
	min-height: 400px;
	background: url('../img/menushade.gif') repeat-y 160px 0px;
}
.menuContainer {
	float: left;
	width: 210px;
	height: 100%;
}
	.menuContainer a {
		display: block;
		width: 160px;
		text-align:right;
		float: left;
		height: 15px;
		padding-top: 30px;
		font-size: 12px;
		color: #444;
		text-decoration: none;
		border-bottom: 3px solid #10a2b9;
	}
	.menuContainer a:hover, .menuContainer a.selected{
		color: #111;
		border-bottom: 3px solid #9b3334;
	}
	.menuContainer a.selected:hover,.menuContainer a.selected {
		font-weight: bold;
	}
	.menuContainer a.subcol {
		padding-top: 10px;
		font-size: 11px;
		border-bottom: 1px dotted #ddd;
	}
	.menuContainer a.subcol:hover {
		color: #9b3334
	}
	.menuContainer a.selected.subcol {
		border-bottom: 1px dotted #9b3334;
		color: #9b3334;
	}
		.menuContainer a.subsub {
		padding-top: 10px;
		font-size: 11px;
		border: none;
	}
	.menuContainer a.subsub:hover {
		color: #9b3334
	}
	.menuContainer a.subsubselected {
		border-bottom: 1px dotted #9b3334;
	}
	.menuContainer div.contact {
		float: left;
		width: 150px;
		margin: 10px 30px;
		line-height: 18px;
	}
.pageContentSite {
	float: right;
	width: 640px;
	height: 100%;
	margin: 25px 30px 0 0;
}
.pageContentCMS {
	float: left;
	width: 840px;
	height: 100%;
	margin: 25px 20px;
}
.prefooter {
	border-bottom: 1px solid #FFF;
	background: #10a2b9;
	float:left;
	height: 4px;
	width: 910px;	
}
.footer {
	width: 910px;
	height: 30px;
	float: left;
	background: #9b3334;
}
.footermenu {
	width: 450px;
	float: left;
	height: 20px;
	color: #FFF;
	margin: 8px;
}
a.white {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}
a.white:hover {
	color: #FFF;
	font-size: 10px;
	text-decoration: underline;
}
.footercopy {
	float: right;
	text-align: right;
	height: 20px;
	color: #FFF;
	margin: 8px;
}
.colPage {
	float: left;
	width: 600px;
	margin: 5px 0 10px 0;
}
.colPage a.prod {
	float: left;
	width: 125px;
	text-align:center;
	margin-right: 15px;
}
.colPage a.prod IMG{
	border: 1px solid #bbb
}	
.colPage a.prod:hover IMG{ 
	border: 1px solid #666;
}
.colPage a.prod span {
	height: 100px;
	}