
* {
	padding:0px;
	margin:0px;
}

h1 {
	font-size:16px;
	margin-bottom:10px;
	
}

html {
	height: 100%;
}

body {
	height: 100%;	
	background-position:8px -64px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

#click {

	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:200px;
	z-index:100;
	cursor:pointer;
}

#main {
	position:absolute;
	z-index:-10;
	width:990px;
	height:100%;
	background-position:0 -26px;


}

.picmain {
	float:right;
	margin-left:40px;
	margin-bottom:40px;
}

#header{
	position:absolute;
	left:0;
	height:211px;
	width:100%;
	z-index:1;
	background-repeat:no-repeat;
	background-position:left top;

}


#headerbg{
	position:absolute;
	left:0;
	height:211px;
	width:100%;
	z-index:0;
	background-position:left top;
	background:68px;

}

#content {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:990px;
	background-position:0 -25px;
	padding-top:240px;
	z-index:100;

}

#menu {
	position:absolute;
	list-style-type:none;
	margin-left:230px;
	padding-top:30px;
	z-index:10;
	
}

#menu li {
	float:left;
	margin-right:40px;
	padding-bottom:45px;
	cursor:pointer;
}

#menu li#last {
	margin-right:0px;
}

#left {
	float:left;
	width:156px;
	padding-left:17px;
	padding-right:17px;
	color:#3f1b5c;
	z-index:200;
}

#right {
	float:left;
	width:754px;
	padding-left:36px;
	z-index:300;
}

.product {
	float:left;
	margin-right:40px;

	width:350px;
	height:180px;
	margin-bottom:50px;
	border:1px solid black;
}

.afrekenveld {
	margin-right:40px;
	background-color:#cedfbb;
	width:720px;
	border:1px solid black;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	position:absolute;
}

.nomargin {
	margin-right:0px;
}

.pic {
	width:170px;
	height:180px;
	text-align:center;
	float:left;
	position: relative;
	z-index: 99;
}

.text {
	width:180px;
	height:160px;
	float:left;
	padding-top:20px;

}
.titel {
	position:absolute;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
}
.afmetingen {
	position:absolute;
	margin-top:55px;
}

.bestelknop {
	position:absolute;
	margin-top:100px;
	margin-left:50px;
}

.prijs {
	position:absolute;
	margin-top:100px;
}


.input {
	
	
}

.clearer {
	clear:both;
}

#footer {
	font-size:10px;
	margin-left:230px;
}

#close {
	position:absolute;
	margin-left:725px;
	margin-top:-20px;
}

#close a {
	text-decoration: none;
	color:#000000;

}
