@charset "utf-8";
/* CSS Document */


#main_home {
	background: #000000; 
	
	padding-top:13px;
	padding-left:11px;
}
#nieuws_ticker {
	width:575px;
	height:20px;
	font-size:11px;
	color:#FFFFFF;
	border-bottom:1px solid #292929;
	margin-bottom:10px;
	
}
#laatste_nieuws {
	width:83px;
	color:#FFFFFF;
	
}

#home_prod {
	margin:0;
	padding:0;
	list-style:none;
}
#home_prod li {
	position:relative;
	float:left;
	display:block;
	margin-bottom:11px;
	margin-right:11px;
	margin-left:2px;
	height: 150px;
}

#home_prod li a, #home_prod li a:link, #home_prod li a:active, #home_prod li a:visited {
	display:block;
	cursor: pointer;
	text-decoration:none;
	color:#FFFFFF;
	border:none;
}
#home_prod li a:hover {
	text-decoration:none;
	color:#ff7000;
}

#home_prod li.nomarginright {
	margin-right:0px;
}
#home_prod .bestelknop {
	width: 71px;
	height: 71px;
	position: absolute;
	left: 65px;
	top: 72px;
}
.home_foto {
	width: 138px;
	text-align: center;
	margin-top:16px;
	
}
.home_product {
	text-align:center;
	font-weight:bold;
	font-size:13px;
	width: 138px;
	left:0;
	top:165px;
}

