/* CSS Document */

.website {
	display:none;
	}

.content {
	margin:0 0 0 0;
	padding:5px 15px 10px 15px;
	background:#eee;
	}

.content h1 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	color:#0D5704;
	font-weight: bold;
	padding-top:-5px;
	}

.content2 {
	margin:0 0 0 0;
	padding:5px 15px 10px 15px;
	background:#eee;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	}

.content2 h1 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	color:#0D5704;
	font-weight: bold;
	padding-top:-5px;
	}

.img-left {
	float:left;
	margin-right: 15px;
	}

.img-right {
	float:right;
	margin-left: 15px;
	}

.productoverzicht {
	margin:10px 0 0 260px;
	padding:5px 10px 10px 10px;
	background:#fff;
	} 

.productoverzicht li {
	display:inline;
	list-style: none;
	margin:0 25px 0 0;
	}

.productoverzicht1 {
	margin:10px 0 0 260px;
	padding:5px 10px 10px 10px;
	background:#fff;
	min-height:270px;
 }
		
/* sidebar */	
.productcategorie {
	background:#eee;
	width:240px;
	margin:10px 0 0 0;
	padding:10px 0 0 10px;
	float:left;
	color:#666;
}

/* content */
.productcontent {
	background:#000;
	padding:0 0 0 5px;
	/*float:right;*/
	color:#666;
}

.productinfo {
	width:auto;
	margin:0 10px 3px 15px;
	padding:0;
	}
	
.productinfo ul {
	margin:0 0 0 -15px;
	} 	
	
.productinfo li {
	display:inline;
	list-style: none;
	margin:0 25px 0 0;
	}

.productinfo h3 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#0D5704;
	font-weight: bold;
	}
	
#sitemap {
	margin:0 0 0 0;
	min-height:750px;
	height:auto;
	padding:10px 15px 10px 15px;
	width:95%;
}

#sitemap .column {
	float:left;
	width:250px;
	padding:10px 0 0 10px;
	margin:0 0 0 0;
}

.productvideo {
	float: right;
	margin: -40px 10px 10px 20px;
}

.productvideo2 {
	float: right;
	margin: 10px 10px 10px 20px;
	clear:right;
	}
