#header {
	height				: 325px;
	padding				: 4px 3px 3px 0px;
}
* html #header {
	height:325px;
}

#imageSlideShow {
	position			: absolute;
}

#imageSlideshowHolder {
	position			: absolute;
}

.imageInGallery {
	left				: 0px;
	top					: 0px;
	position			: absolute;
}

#centrecontent {
	padding				: 332px 0px 32px 0px;
}
* html #centrecontent {
	padding				: 335px 0px 32px 0px;
}

#right {
	padding				: 332px 0px 32px 10px;
}

#left {
	padding				: 332px 0px 32px 10px;
}

#banner { /* div met daarin de banner-image */
	position			: absolute;
	top					: 95;
	left				: 0;
	width				: 830px;
	height				: 200px;
	padding				: 0px 10px 0px 0px;
	display				: block;
}

#mainProduct { /* div met daarin een product display */
	position			: absolute;
	top					: 95;
	right				: 3px;
	width				: 150px;
	height				: 200px;
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;	
	display				: block;	
}

.mainProductImageCell {
	display				: table-cell;
	text-align			: center;
	vertical-align		: middle;
	height				: 130px;
	width				: 188px;
}

.mainProductNameCell {
	font-weight			: bold;
}

.mainProductManCell {
	color:#999999;
}

.mainProductPriceCell {
	text-align:			right;
	color:				#880000;
	font-weight:bold;
	height:				21px;
	vertical-align:bottom;
	font-size:14px;
}

.mainProductPrice {
	background-image	: url(../images/template/price-tag-left.gif);
	background-repeat	: no-repeat;
	background-position	: left top;
	line-height			: 21px;
	text-align			: right;
	font-weight			: bold;
	padding				: 0px 0px 0px 10px;
	margin				: 0px 0px 0px 0px;
	width				: auto;
}

.mainProductPriceRight {
	background-image	: url(../images/template/price-tag-right.gif);
	background-repeat	: no-repeat;
	background-position	: right top;
	padding				: 0px 10px 0px 0px;
	margin				: 0px 0px 0px 0px;
	text-align			: center;
}

#line2 { /* rode lijn onder de banner */
	position			: absolute;
	top					: 295;
	left				: 0;
	width				: 990px;
	height				: 3px;
	background-color	: #800000;
	display				: block;
}

.introtext {
	display				: block;
	border				: 1px solid #C0C0C0;
	width				: 626px;
	padding: 3px;
}

#bar {
	top					: 298px;
}