﻿html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body
{
	background-image: url(images/bodyrep.gif);
	background-repeat: repeat-x;
	background-color: #EDE8E1;
}
*
{
	font-family: Verdana;
}
img
{
	border: 0;
}
h1
{
	font-size: 18px;
	color: #454441;
}
h2
{
	font-size: 14px;
	color: #454441;
}

#container
{
	min-height: 100%;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(images/repeater.png);
	background-repeat: repeat-y;
}
#contentcontainer
{
	margin-bottom: 34px;
	overflow: hidden;
}
#footer
{
	position: relative;
	width: 980px;
	height: 34px;
	margin: -34px auto 0 auto;
	clear: both;
	overflow: auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#realfooter
{
}

#header
{
	height: 84px;
	margin-left: 10px;
	background-image: url(images/header.jpg);
	width: 960px;
}
#links
{
	float: left;
	width: 220px;
	padding-left: 9px;
}
#rechts
{
	float: left;
	width: 740px;
}

.submenu
{
	list-style-type: none;
	margin: 0px 0px 0px -26px;
	padding: 0px 0px 0px 0px;
}
.submenu li
{
	padding-left: 36px !important;
}

.menu, .menumerken
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.menu li, .menumerken li
{
	list-style-type: none;
	/*height: 17px;*/
	background-color: #493628;
	color: #fff;
	font-size: 11px;
	border-top: solid 1px #765742;
	border-bottom: solid 1px #926D52;
	padding-left: 26px;
	padding-top: 3px;
	float: left;
	width: 194px;
}
.menu li:hover, .menumerken li:hover
{
	background-color: #B58435;
}
.activemenu
{
	background-color: #B58435 !important;
}
.menu a
{
	text-decoration: none;
	color: #fff;
}


#content
{
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	color: #333333;
}

#fotoheader
{
	height: 158px;
	width: 740px;
	background-image: url(images/fotobg.png);
}
#fotoheader img
{

}

#fader1,#fader2,#fader3,#fader4
{
	width: 177px;
	height: 144px;
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

/*Product overzicht*/
.productoverzichtproduct
{
	width: 220px;
	height: 165px;
	float: left;
	background-color: #493629;
	margin-right: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
}
.productoverzichtproduct img
{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/*Product details*/
.artikelAfbeeldingContainer
{
	overflow: hidden;
	border: 1px solid #000;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: left;
}
.artikelAfbeelding
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}




/*Winkelwagen*/
#winkelwagen
{
	width: 219px;
	background-color: #61292A;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#winkelwagen a
{
	color: #fff;
	text-decoration: none;
}
#winkelwagen img
{
	vertical-align: middle;
}
#winkelwagen p
{
	padding-left: 26px;
	color: #fff;
}
.winkelwagenItem
{
	width: 219px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
	font-size: 11px;
	height: 17px;
}
.winkelwagenNaam
{
	padding-left: 26px;
	width: 154px;
	float: left;
}
.winkelwagenAantal
{
	width: 29px;
	float: left;
	padding-right: 10px;
	text-align: right;
}

/*Winkelwagen befor afrekenen*/
.wwProductNaam
{
	width: 200px;
}
.wwAantal
{
	width: 75px;
	text-align: right;
}
.wwPrijs
{
	width: 100px;
	text-align: right;
}
.wwSubTotaalPrijs
{
	width: 100px;
	text-align: right;
}
.wwTotaalPrijs
{
	text-align: right;
}


.fotoalbumFoto
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#fotoalbum a
{
	text-decoration: underline;
	color: #000;
}
#fotoalbum a:hover
{
	color: #B58435;
}
