/* CSS Document */

/* wrapper
============================================================= */

div#wrapper {
	background-image: url(../gfx/watermerk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0px;
	width: 968px;
	overflow: hidden;
	height: auto;
	position: relative;
}

/* headerwrap
============================================================= */

div#headerwrap {
	margin: 0px;
	padding: 0px;
	width: 968px;
	height: 288px;
}

.headerimg {
	float: left;
	margin: 0;
	padding: 0;
	width: 506px;
	height: 288px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

element.style {
	background-image: url(../gfx/testplaatje.gif);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

img.logo {
	float: right;
	margin-right: 5px;
}

/* mainnav en subnav
============================================================= */

.mainnav {
	height: 28px;
	position: absolute;
	width: 935px;
	top: 137px;
	left: 20px;
	clear: both;
}

.sub_l1 {
	height: 29px;
	position: absolute;
	width: auto;
	clear: both;
	z-index: 100;
	left: 285px;
	top: 166px;
	
}
.sub_l2 {
	height: 28px;
	position: absolute;
	width: auto;
	clear: both;
	z-index: 100;
	left: 285px;
	top: 195px;
}

.subnav {
	height: 29px;
	position: absolute;
	width: 864px;
	top: 165px;
	left: 90px;
}
.subsubnav {
	top: 195px;
	width: 794px;
	left: 160px;
}

.navi ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -4px;
	padding: 0px;
	margin-left: 15px;
}
	
.navi li {
	float: left;
	text-align: left;
	margin-right: 20px;
}

.subnav .navi ul {
	margin-left: 0;	
}

.subnav .navi li {
	margin-right: 0;
}

.subnav .navi li a {
	padding-right: 20px;
}


/* searchbox
============================================================= */
.searchbox {
	background-image: url(../gfx/searchbox.gif);
	background-repeat: no-repeat;
	margin: 0px;
	position: absolute;
	padding: 0px;
	top: 235px;
	left: 779px;
	width: 175px;
	height: 28px;
	line-height: 0px;
}

.searchbox p{
	margin: 0px;
	padding: 0px;
}

.searchbox input.text {
	margin: 4px 0px 0px 4px;
	padding: 3px 0px 0px 3px;
	width: 136px;
	height: 17px;
	border: 0px;
	font-size: 11px;
	position: absolute;
}

.searchbox input.search {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	width: 23px;
	height: 23px;
	position: absolute;
	background: transparent url(../gfx/searchknop.gif) no-repeat left top;
	border: 0px;
	cursor: pointer;
	right: 3px;
}

/* container
============================================================= */
	
div#container {
	margin: 0px;
	padding: 0px;
	width: 968px;
}

.col1 {
	float: left;
	margin: 15px 15px 13px 15px;
	width: 247px;
	height: 433px;	
	background-repeat: no-repeat;
	background-position: left bottom;
}

.col1 img.stock { 
	margin-bottom: 13px;
}

.col2 {
	float: right;
	margin: 15px 40px 13px 0px;
	width: 620px;
}

/* footer
============================================================= */

div#footer {
	clear: both;
	position: relative;
	margin: 20px 0 0 0;
	zoom: 1;
}	

