﻿html, body 
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body
{
	min-width: 980px;
}
*
{
	font-family: Verdana;
}
#header
{
	height: 120px;
	background-color: #000;
	overflow: auto;
}

img
{
	border: 0;
}



#footer
{
	min-height: 120px;
	background-color: #000;	
}

#topmenu
{	
	color: #fff;
	font-size : 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 40px;
	list-style-type: none;
}

#topmenu li
{
	float: left;
	width: 14%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#topmenu li a
{
	text-decoration: none;
	color: #fff;
}
#topmenu li a:hover
{
	color: #CC66CC;
}

#linksrechts
{
	color: #fff;
	font-size : 11px;
	font-weight: bold;
	float: right;	
	margin-top: 30px;
}
#linksrechts a
{
	margin-right: 30px;	
	text-decoration: none;
	color: #fff;
}
#linksrechts a:hover
{
	color: #CC66CC;
}

#container
{	
	min-height: 436px;
	background-color: #000;
}

#foto
{
	width: 528px;
	background-color: #000;
	float: left;
	min-height: 436px;
	overflow: auto;
}
#content
{
	background-color: #fff;
	min-height: 436px;
	font-size: 12px;
	overflow: hidden;
}
#content div
{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

h1
{
	color: #990066;
	font-size: 16px;
	font-family: Tahoma,Verdana,Arial;
	text-transform: uppercase;
}
h2
{
	color: #990066;
	font-size: 14px;
	font-family: Tahoma,Verdana,Arial;
}
h3
{
	color: #990066;
	font-size: 12px;
	font-family: Tahoma,Verdana,Arial;
}

a
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #990066;
}


.thumbspreve
{
	position: absolute;
	top: 110px;
	left: -10px;
	margin: 0px;
	padding: 0;
	width: 528px;
	min-height: 436px;
	overflow: hidden;
	background-color: #000;
}


.submenu
{
	list-style-type: none;
	margin: 0px 0px 0px -26px;
	padding: 0px 0px 0px 0px;
}
.submenu li
{
	padding-left: 36px !important;
}

.menu, .menumerken
{

}
.menu li, .menumerken li
{
	font-size: 11px;
	padding-top: 3px;
}
.menu li:hover, .menumerken li:hover
{
}
.activemenu
{
}
.menu a
{
	text-decoration: none;
}


#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
{
	margin-right: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.productoverzichtproduct img
{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.productoverzichtlink
{
	color: #990066;
	text-decoration: none;
}
.productoverzichtlink:hover
{
	color: #000;	
}





/*Winkelwagen*/
#winkelwagen
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
#winkelwagen a
{
	color: #fff;
	text-decoration: none;
}
#winkelwagen img
{
	vertical-align: middle;
}
#winkelwagen p
{
	padding-left: 26px;
	color: #fff;
}
.winkelwagenItem
{
	width: 419px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
	font-size: 11px;
	height: 17px;
}
.winkelwagenNaam
{
	padding-left: 26px;
	width: 354px;
	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;
}

.artikelAfbeelding
{
	float: left;	
}