body {
	background-color:white;
	margin: 0px;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
}

/*************************
		De divs
*************************/

#fictief {
	width: 100%;
	font-size: 9px;
	color: #000;
	background: #CCC;
	border-bottom: 1px solid #000;
	text-align: center;
}
#container {
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
}

#head {
	background-image:url("../img/layout/normaal/header.png");
	background-repeat: no-repeat;
	height: 296px;
	width: 1023px;
	float: left;
}
#menu {
	width:215px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
}
#content {
	width:760px;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
}
#footer {
	background-image:url("../img/layout/normaal/footer.png");
	background-repeat: no-repeat;
	height: 60px;
	width: 1023px;
	float: left;
}
/*************************
		Het menu / de header
*************************/
.menukop1, .menukop2 {
	margin-bottom: 10px;
	width: 187px;
	height: 41px;
}
.menukop2 {
	margin-top: 20px;
}
.menulijst {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
}
#zoeken {
	height: 22px;
	width: 190px;
	overflow: hidden;
	margin-top: 36px;
	margin-left: 820px;
}
#winkelwagen {
	cursor: pointer;
	margin-left: 794px;
	margin-top: 41px;
	width: 123px;
	padding-left: 90px;
	padding-top: 19px;
	padding-bottom: 20px;
}
.inloggen {
	background: url("../img/layout/lock.png") no-repeat 30px 10px;
	margin-left: 794px;
	margin-top: 29px;
	width: 123px;
	padding-left: 90px;
	padding-top: 19px;
	padding-bottom: 20px;
}
.inloggen2 {
	font-size: 11px;
	margin-left: 794px;
	margin-top: 29px;
	width: 208px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.inloggen3 {
	margin-left: 794px;
	margin-top: 29px;
	width: 183px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.zoekbalk {
	color: #999;
	border: none;
	background: #FFF;
}
img.go {
	height:29px;
	padding-top:34px;
	padding-left:975px;
}
/*************************
		Content classes
*************************/
h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #3370a1;
	font-size: 22px;
	font-weight: 900;
}
.productOff {
	clear: both;
	width: 740px;
	background: none;
	border: 5px solid #FFFFFF;
}
.productOn {
	cursor: pointer;
	clear: both;
	width: 740px;
	background: #c9d9e6;
	border: 5px solid #c9d9e6;
}
.productDetail {
	background: #c9d9e6;
	border: 10px solid #c9d9e6;
	float: left;
	overflow: hidden;
	height: 110px;
}
.rand {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 740px;
	height: 5px;
	background: #c9d9e6;
}
.klein {
	font-size: 11px;
}

.kortingplaatje {
	background-image: url("../img/icons/kortingrood.png");
	background-repeat: no-repeat;
	background-position:center;
	margin-left:10px;
	float:left;
	width:179px;
	height:178px;
}

.kortingplaatje2 {
	background-image: url("../img/icons/kortingblauw.png");
	background-repeat: no-repeat;
	background-position:center;
	margin-left:10px;
	float:left;
	width:179px;
	height:178px;
}

.kortingtekst {
	color:white;
	font-size:180%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	width:179;
	height:178;

}
/*************************
		De urls
*************************/
a {
	color: #3370a1;
	text-decoration: underline;
}
a:hover {
	color: #8abae0;
	text-decoration: underline;
}
#menu a {
	text-decoration: none;

}
.inloggen a {
	text-decoration: underline;
	color: #000;
}
.inloggen a:hover {
	text-decoration: underline;
	color: #999;
}
a.productlink {
	text-decoration: none;
	color: #000000;
}
a.blauwtekst {
	color: #3370a1;
	text-decoration: none;
}
a:hover.blauwtekst {
	color: #3370a1;
	text-decoration: none;
}
a.zwart {
	color:#000;
	text-decoration: underline;
}
a:hover.zwart {
	color:#CCC;
	text-decoration: underline;

}
