* {
	margin: 0;
	padding: 0;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	/*border: 1px solid red;*/
}

a {
	color: gray;
}

body {
	text-align: center;
	background: #757575 url(/images/background.jpg) repeat-x top;
}

img {
	display: block;
	border: none;
}

ul {
	list-style-type: disc;
}

ul li {
	margin-left: 20px;
}

h1, h2, h3, h4, h5, h6, div, table, p, span {
	font-family: verdana;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
}

h1 {
	font-size: 18px;
	color: #b8967a;
	margin-bottom: 30px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #b8967a;
	margin-bottom: 20px;
}

h3 {
	font-size: 14px;
	color: #b8967a;
	margin-bottom: 20px;
}

h4 {
	font-size: 12px;
	color: #b8967a;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

.siteContainer {
	position: relative;
	width: 967px;
	text-align: left;
	margin: 0 auto;
}

.headerContainer {
	position: absolute;
	width: 967px;
	height: 122px;
}

.logoContainer {
	position: absolute;
	left: 30px;
	top: 27px;
	width: 248px;
	height: 81px;
}

.searchContainer {
	position: absolute;
	right: 25px;
	top: 20px;
}

.searchValue {
	font-size: 10px;
	font-family: verdana;
	padding-top: 2px;
	padding-left: 2px;
	height: 17px;
	width: 102px;
	border: none;
	margin-left: 5px;
	margin-right: 5px;
	background: #ffffff url(/images/search_bg.gif) no-repeat;
}

.navigationContainer {
	position: absolute;
	top: 65px; 
	right: 25px;
	z-index: 5;
}

.shadow {
	background: blue;
	position: relative;
	z-index: 1;
}

.contentContainer {
	position: absolute;
	margin-top: 122px;
	width: 967px;
	background: url(/images/shadow/center.png) repeat-y;
}

.topShadow {
	position: absolute;
	width: 967px;
	height: 22px;
	left: 0;
	top: 0;
	background: url(/images/shadow/top.jpg) no-repeat;
}

.bottomShadow {
	position: absolute;
	width: 967px;
	height: 20px;
	left: 0;
	bottom: -7px;
	_bottom: -8px;
	background: url(/images/shadow/bottom.jpg) no-repeat;
}

.bottomMenu {
	position: absolute;
	width: 967px; 
	text-align: center;
	bottom: -30px;
}

/**************************************** OLD **********************************************/
.newsItems a h2 {
	text-decoration: none;
}


.leftImage {
	position: relative;
	float: left;
	margin-right: 30px;
	_margin-top: 0;
	
	_margin-bottom: -1px;
	z-index: 1;
}

.standardLeftImage {
	position: relative;
	float: left;
	padding-right: 60px;
	_margin-top: 0;
	_margin-bottom: -1px;
	z-index: 2;
}

.inspiratieLeftImage {
	position: relative;
	_margin-top: 0;
	min-height: 641px;
	_height: 641px;
	_margin-bottom: -1px;
	z-index: 2;
}

.homeContentPadding {
	position: relative;
	padding-top: 80px;
	padding-right: 37px;
}

.standardContent {
	position: relative;
}

.inspiratieContent {
	position: absolute;
	top: 0;
	width: 960px;
	z-index: 3;
	background: url(/images/inspiratie_top.gif) no-repeat top;
	height: 65px;
	
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}

.inspiratieTextContent {
	position: absolute;
	top: 0;
	width: 960px;
	z-index: 5;
}

.inspiratieTitle {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	padding-bottom: 10px;
	top: 25px;
	left: 350px;
	color: white;
	height: 30px;
}

.inspiratieBackNext {
	position: absolute;
	right: 0;
	margin: 25px;
	top: 0;
	color: white;
}

.inspiratieBackNext a {
	color: white;
}

.standardContentPadding {
	padding-right: 37px;
	padding-left: 67px;
	position: relative;
}

.breadCrumb {
	margin-top: 25px;
	margin-bottom: 25px;
	left: -25px;
	padding-left: 67px;
	position: relative;
}

.breadCrumb a {
	color: gray;
}

.inspiratieTextContent .breadCrumb, .inspiratieTextContent .breadCrumb a {
	color: white;
}

.homeTeaser {
	position: absolute;
	background: #eaeaea;
	bottom: 14px;
	right: 8px;
	
	_bottom: 14px;
	_right: 7px;
	
	width: 378px;
	z-index: 2;
}

.homeTeaserImage {
	position: relative;
	margin-top: -30px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.homeTeaserText {
	position: relative;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

.homeTeaserBottom {
	position: absolute;
	bottom: -15px;
	right: 0;
}

.dealerMap {
	position: relative;
	float: left;
}

.dealerMap div div div{
	font-size: 15px;
}

.dealerSideBar {
	position: relative;
	float: left;
	width: 330px;
	padding-left: 30px;
}

.dealerSideBar a {
	color: #000000;
	text-decoration: none;
}

.dealerSideBar a:hover {
	border-bottom: 1px dotted #000000;
}

.dealerSideBar ul {
	list-style-type: none;
}

.dealerSideBar li {
	padding-left: 20px;
	margin-bottom: 3px;
	background: url(/images/arrow.gif) no-repeat center left;
}

.dealerResults {
	width: 330px;
	height: 343px;
	overflow: auto;
}

.textInputZip {
	width: 100px;
	font-family: verdana;
	font-size: 10px;
	height: 17px;
	margin-right: 5px;
}

.textInputDistance {
	width: 40px;	
	font-family: verdana;
	font-size: 10px;
	height: 17px;
	margin-right: 5px;
}

.groupItem {
	position: relative;
	height: 84px;
	margin-bottom: 17px;
}

.groupItem img {
	position: absolute;
}

.groupText {
	position: absolute;
	margin-left: 150px;
}

.groupTitle {
	position: relative;
	margin-bottom: 10px;
}

.groupTitle a {
	font-size: 14px;
	background: url(/images/arrow.gif) no-repeat center right;
	padding-right: 20px;
	color: #000000;
	text-decoration: none;
}

.groupTitle a:hover {
	border-bottom: 1px dotted #000000;
}

.groupDescription {
	width: 450px;
}

/* Subgroup Template 1 */
.subGroupItemTemplate1 {
	position: relative;
	height: 114px;
	margin-bottom: 20px;
}

.subGroupItemTemplate1 img {
	position: absolute; 
}

.subGroupItemTemplate1 .subGroupText {
	position: absolute;
	margin-left: 191px; 
}

.subGroupItemTemplate1 .subGroupTitle {
	position: relative; 
	margin-bottom: 10px;
}

.subGroupItemTemplate1 .subGroupTitle a {
	font-size: 14px; 
	background: url(/images/arrow.gif) no-repeat center right; 
	padding-right: 20px;
	color: #000000;
	text-decoration: none;
}

.subGroupItemTemplate1 .subGroupTitle a:hover {
	border-bottom: 1px dotted #000000;
}

.subGroupItemTemplate1 .subGroupDescription {
	width: 380px;
}

/* Subgroup Template 2 */
.subGroupItemTemplate2 {
	position: relative;
	float: left;
	width: 164px; 
	height: 190px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.subGroupItemTemplate2 img {
	 position: absolute;
}

.subGroupItemTemplate2 .subGroupText {
	position: relative; 
	margin-top: 178px;
}

.subGroupItemTemplate2 .subGroupTitle {
	position: relative; 
}

.subGroupItemTemplate2 .subGroupTitle a {
	font-size: 10px; 
	background: url(/images/arrow.gif) no-repeat center right; 
	padding-right: 20px;
	color: #000000;
	text-decoration: none;
}

.subGroupItemTemplate2 .subGroupTitle a:hover {
	border-bottom: 1px dotted #000000;
}

.subGroupItemTemplate2 .subGroupDescription {}

/* Subgroup Template 3 */
.subGroupItemTemplate3 {
	position: relative;
	height: 84px;
	margin-bottom: 20px;
}

.subGroupItemTemplate3 img {
	position: absolute; 
}

.subGroupItemTemplate3 .subGroupText {
	position: absolute;
	margin-left: 204px;
}

.subGroupItemTemplate3 .subGroupTitle {
	position: relative; 
	margin-bottom: 10px;
}

.subGroupItemTemplate3 .subGroupTitle a {
	font-size: 14px; 
	background: url(/images/arrow.gif) no-repeat center right; 
	padding-right: 20px;
	color: #000000;
	text-decoration: none;
}

.subGroupItemTemplate3 .subGroupTitle a:hover {
	border-bottom: 1px dotted #000000;
}

.subGroupItemTemplate3 .subGroupDescription {
	width: 375px;
}

/* Subgroup Template 4 */
.subGroupItemTemplate4 {
	position: relative;
	float: left;
	width: 171px; 
	height: 142px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.subGroupItemTemplate4 img {
	position: absolute;
}

.subGroupItemTemplate4 .subGroupText {
	position: relative; 
	margin-top: 122px;
}

.subGroupItemTemplate4 .subGroupTitle {
	position: relative; 
}

.subGroupItemTemplate4 .subGroupTitle a {
	font-size: 10px; 
	background: url(/images/arrow.gif) no-repeat center right; 
	padding-right: 20px;
	color: #000000;
	text-decoration: none;
}

.subGroupItemTemplate4 .subGroupTitle a:hover {
	border-bottom: 1px dotted #000000;
}

.subGroupItemTemplate4 .subGroupDescription {}


/*llaa*/



.zoom {
	padding-right: 15px;
	background: url(/images/detail/zoom.jpg) no-repeat;
	background-position: right 0px;
	text-align: center;
}

.zoom a {
	text-decoration: none;
	color: #000000;
}

.links {
	margin-bottom: 25px;
}

.links a {
	text-decoration: none;
	color: #000000;
}

.links a:hover {
	border-bottom: 1px dotted #000000;	
}

.links .next {
	padding-right: 15px;
	background: url(/images/detail/next_arrow.jpg) no-repeat;
	background-position: right 3px;
}

.links .previous {
	padding-left: 15px;
	background: url(/images/detail/back_arrow.jpg) no-repeat;
	background-position: left 3px;
}

/* Detail Template 1 */
.detailTemplate1 {
	position: relative;
}

.detailTemplate1 .categoryImage {
	float: left;
	margin-right: 45px;
	margin-left: -30px;
}

.detailTemplate1 .detailImage {
	text-align: center;
	float: left;
	margin-right: 50px;
}

.detailTemplate1 .detailImage img {
	margin-bottom: 10px;
}

/* Inspiratie Template 2 */
.inspiratieItem {
	position: relative;
	float: left;
	width: 171px;
	height: 114px;
	margin-bottom: 19px;
	margin-right: 20px;
}



.inspiratieItem img {
	position: absolute;
}

.inspiratieItem .subGroupText {
	display: none;
	position: absolute;
	background: #ffffff;
	
	width: 171px; 
	height: 114px;
	top: 0;
	left: 0;
	
	cursor: pointer;
	
	padding: 10px;
	
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	
	color: #000;
}

.inspiratieItem a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.inspiratieItem .subGroupDescription {}

/* detailticker */
.detailTicker {
	position: absolute;
	top: 380px;
	left: 320px;
	_left: -580px;
}

.accessoires h4 {
	margin-bottom: 0;
}

.accessoires a {
	padding-left: 10px;
	background: url(/images/arrow.gif) no-repeat left;
	color: #000;
	text-decoration: none;
}

.accessoires a:hover {
	color: #b8967a;
}

.profielPaneelMaatwerk {
	margin-bottom: 14px;
}

.profielPaneelMaatwerk a {
	padding-left: 10px;
	background: url(/images/arrow.gif) no-repeat left;
	color: #b8967a;
	text-decoration: none;
}

.profielPaneelMaatwerk a:hover {
	color: #000;
}

.mv {
	width: 90px;
	float: left;
	height: 180px;
}

.co {
	width: 140px;
	float: left;
	height: 270px;
}

.text_text img {
	display: inline;
}

.text_text h2 a {
	font-size: 14px; 
	background: url(/images/arrow.gif) no-repeat center right;
	padding-right: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.text_text h2 a:hover {
	border-bottom: 1px dotted #000000;
}

.zoekDiv a {
	color: gray;
}
