html, body {
	padding: 0;
	margin: 0;
	background: #2c2c2c;
	font-family: verdana;
	font-size: 8pt;
}

#container {
	
}

#header {
	height: 100px;
	width: 100%;
	background: #2c2c2c;
	float: left;
}

#header_tekst {
	padding: 28px 0 0 100px;
}

#klant_info {
	float: right;
	text-align: right;
	color: #b9d51e;
	height: 100px;
	width: 200px;
	padding: 5px 0 0 0;
}

#winkelwagen {
	text-align: right;
	color: #b9d51e;
	height: 30px;
	width: 200px;
	padding: 50px 0 0 0;
}

#menu {
	height: 40px;
	float: left;
	width: 100%;
	background: #b9d51e;	
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

#menu_tekst{
	margin: 12px 0 0 100px;	
}

#menu_tekst ul li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 7px 0 0;
}

#menu_tekst ul li a {
	text-decoration: none;
	color: #000000;
}

#menu_tekst ul li a:hover {
	text-decoration: underline;
}

#naald {
	height: 200px;
	width: 120px;
	position: absolute;
	float: left;
	z-index: 25;
	background: url(../images/naald.png);
}

#submenu {
	height: 170px;
	width: 100%;
	background: #ffffff;
	float: left;
}

#left_sub_menu {
	z-index: 50;
	position: absolute;
	width: 200px;
	height: 170px;	
	float: left;
}

#right_sub_menu {
	float: left;
	height: 170px;
	width: 960px;
	background: url(../images/meetlint.png) no-repeat;
}

#banners {
	float: right;
}

#left_sub_menu ul li{
	padding: 1px 0 0 0;
}

#left_sub_menu ul li a {
	text-decoration: none;
	color: #000000;
}

#left_sub_menu ul li a:hover {
	text-decoration: underline;
}

#content {
	width: 100%;
	background: #2c2c2c;
	float: left;
}

#footer {
	height: 28px;
	width: 100%;
	background: #b9d51e;
	margin: 0 0 40px 0;
	text-align: center;
	padding: 12px 0 0 0;
	font-family: verdana;
	font-size: 8pt;
	float: left;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	text-decoration: underline;
}

.middle {
	width: 960px;
	margin: 0 auto;
}

#top_content {
	width: 960px;
	margin: 0 0 20px 0;
	float: left;
	color: #ffffff;
}

#bottom_content {
	width: 960px;
	margin: 0 0 20px 0;
	float: left;
	color: #ffffff;
}

#fabrikanten {
	background: #4d4d4d;
	width: 180px;
	height: 50px;
	padding: 10px;
	margin: 0 20px 0 0;
	float: left;
}

#subcategorie {
	width: 530px;
	height: 50px;
	padding: 10px;
	background: #4d4d4d;
	margin: 0 20px 0 0;
	float: left;
}

#search {
	width: 150px;
	height: 50px;
	padding: 10px;
	background: #4d4d4d;
	float: left;
}

#categorie {
	width: 180px;
	padding: 10px;
	background: #4d4d4d;
	margin: 0 20px 0 0;
	float: left;
}

#real_content {
	width: 740px;
	float: left;
}

#real_content a {
	color: #B9D51E;
}

.article {
	width: 170px;
	height: 175px;
	display: block;
	margin: 0 20px 20px 0;
	float: left;
	background: #4d4d4d;
}

.article a {
	width: 170px;
	height: 170px;
	display: block;
	color: #b9d51e;
	text-decoration: none;
	text-align: center;
}

.last_article {
	margin: 0 0 20px 0;
	width: 170px;
	height: 175px;
	display: block;
	float: left;
	background: #4d4d4d;
	text-align: center;
}

.prijs {
	color: #ffffff;
}

.last_article a {
	width: 170px;
	height: 170px;
	display: block;
	color: #b9d51e;
	text-decoration: none;
}

#article_detail {
	width: 530px;
	padding: 10px;
	background: #4d4d4d;
	margin: 0 20px 0 0;
	float: left;
}

#tools {
	width: 170px;
	float: left;
}

#artikel_info {
	width: 150px;
	padding: 10px;
	background: #4d4d4d;
	float: left;
	margin: 0 0 20px 0;
}

#send_a_friend {
	width: 150px;
	height: 50px;
	padding: 10px;
	background: #4d4d4d;
	float: left;
}

.label {
	font-size: 8pt;
	color: #b9d51e;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

#categorie ul {
	list-style-type: square;
	margin: 0 0 0 -25px;
}

#categorie ul li ul {
	margin: 0 0 0 -27px;
}

#categorie li a {
	text-decoration: none;
	color: #ffffff;
}

#categorie li a:hover {
	color: #b9d51e;
}

#detail_omschrijving {
	width: 300px;
	float: left;
}

#detail_afbeeldingen {
	width: 200px;
	float: right;
}

#main_img {
	width: 200px;
	height: 200px;
	display: block;
}

#more_img {
	margin: 10px 0 0 0;
}

.mini_img {
	width: 95px;
	height: 95px;
	display: block;
	float: left;
}

.lightbox {
	width: 200px;
	height: 200px;
	display: block;
}

.lightbox_mini {
	width: 95px;
	height: 95px;
	display: block;
}

#fabrikanten select {
	margin: 10px 0 0 0;
	width: 140px;
	border: 1px solid #b9d51e;
	background: #4d4d4d;
	color: #ffffff;
}

#fabrikanten input {
	margin: 10px 0 0 0;
	border: 1px solid #b9d51e;
	background: #4d4d4d;
	color: #ffffff;
}

.searchinput {
	margin: 10px 0 0 0;
	width: 110px;
	border: 1px solid #b9d51e;
	background: #4d4d4d;
	color: #ffffff;
}

#search input, #send_a_friend input {
	margin: 10px 0 0 0;
	border: 1px solid #b9d51e;
	background: #4d4d4d;
	color: #ffffff;
}

#breadcrumbs {
	margin: 6px 0 0 0;
	text-transform: lowercase;
	color: #707070;
}

#breadcrumbs a {
	text-decoration: none;
	color: #707070;
}

#breadcrumbs a:hover {
	color: #b9d51e;
}

.active {
	color: #b9d51e;
}

#winkelwagen a {
	color: #b9d51e;
	text-decoration: none;
}

#winkelwagen_content a {
	color: #ffffff;
	text-decoration: none;
}

#winkelwagen_content a:hover {
	color: #b9d51e;
}

td.table_header {
	color: #b9d51e;
	font-weight: bold;
}

#winkelwagen_content.remove a {
	color: red;
}

#customer_kassa td {
	height: 50px;
}

#customer_kassa td table tr td{
	height: 30px;
}

#customer_kassa {
	width: 600px;
	margin: 0 auto;
}

p.green {
	color: #b9d51e;
}

#breed {
	width: 400px;
}

#breed td {
	padding: 5px 10px;
}

#betaalpatronen {
	margin: 20px 0 10px 0;
}

#finish {
	margin: 20px 0 10px;
	padding: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: white;
	border: 1px solid #B9D51E;
}

.patroon {
	margin: 20px 0 10px;
	padding: 10px;
	color: white;
	border: 1px solid #B9D51E;
}
