/* Algemeen */
body {
	margin-top: 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #FFFFFF;
	background-color: #000000;
}

#container {
	margin: 0 auto 0 auto;
	width: 900px;
	background-color: #000000;
}

#clearwrapper {
	clear: both;
}

/* menu */
#menu {
	float: left;
	width: 230px;
}

#inhoud {
	float: right;
	width: 660px;
}

#headermenu {
	background-color: #FFFFFF;
	height: 45px;
	width: 228px;
	margin-bottom: 5px;
}

#imgmenu {
	width: 228px;
	margin-bottom: 5px;
}

#nav {
	width: 228px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 5px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
}

#nav a {
	color: #FFFFFF;
	display: block;
	width: 213px;
	line-height: 21px;
	text-decoration: none;
	background-image: url(img/nav_up.jpg);
	padding-left: 15px;
}

#nav a:hover {
	color: #333333;
	display: block;
	width: 183px;
	line-height: 21px;
	text-decoration: none;
	background-image: url(img/nav_over.jpg);
	padding-right: 30px;
	text-align: right
}

.banners {
	width: 228px;
	height: 100%;
	border: 1px solid #FFFFFF;
	padding: 0;
	margin-bottom: 5px;
	background-color: #000000;
}


/* hoofdinhoud */
#headerinhoud {
	height: 45px;
	width: inherit;
	margin-bottom: 5px;
}

.left {
float: left;
}

.headerright {
float: right;
margin-left: 5px;
}

#main {
	width: 660px;
	height: inherit;
	border: 1px solid #FFFFFF;
}

#maintitel {
	background-color: #999999;
	background-image: url(img/titelachtergrond.jpg);
	background-repeat: repeat-x;
	height: 23px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 12px;
	color: #000000;
}

#mainafbeeldingen {
	float: right;
	width: 285px;
	padding-right: 12px;
	margin-bottom: 12px;
	margin-top: 12px;
}

#maininhoud {
	float: left;
	width: 340px;
	padding-top: 0px;
	font-size: 11px;
	padding-left: 12px;
	padding-right: 5px;
	margin-bottom: 12px;
	margin-top: 12px;
}

.catimg {
	padding-bottom: 12px;
}

#maininhoud ul {
	list-style: square;
	margin-left: 14px;
	padding: 0;
	color: #FF6600;
}

#maininhoud li a {
	color: #FF6600;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

#maininhoud li a:hover {
	color: #FFFFFF;
}

/* footer */
#footer {
	margin-top: 5px;
	line-height: 20px;
	color: #999999;
	font-size: 9px;
	text-align: right;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

.link {
	color: #FF6600;
	font-size: 11px;
	font-weight: bold;
}

.link a:hover {
	color: #FFFFFF;
}
#telefoon {
	position:absolute;
	left:594px;
	top:20px;
	width:256px;
	height:45px;
	z-index:1;
	background-color: #000000;
}

.bekijkbestel {
	color: #FFFFFF;
	font-weight: bold;
}

/* producten */
#productinhoud {
	font-size: 11px;
	width: 636px;
	margin: 12px;
	border-bottom: 1px solid #FFFFFF;
	height: auto;
}
.productimg {
	float: left;
	width: 180px;
}
.producten {
	float: right;
	width: 436px;
}

