body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
#container {
	margin: 30px auto;
	width: 890px;
}
img {
	vertical-align: bottom;
	border: 0;
}
a {
	border: 0;
	color: #9a3200;/*#28a2b0;*/
}
li a:hover,
p a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	margin: 0 0 12px 0;
}

h3 {
	margin: 10px 0 0 0;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
}

hr {
	clear: both;
	border: 0px;
	padding: 24px 0;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

ul#subnavigation {
/*	float: left;*/
	border-bottom: 1px solid #fff;
}
ul#categories {
	float: left;
}
ul#navigation {
	float: right;
}

#nav {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 1.5em;
	margin: 15px 0 0 0;
}
ul#projects {
	border-bottom: 1px solid #fff;
	height: 1.5em;
	margin: 0 0 20px 0;
}

ul#projects li,
ul#categories li,
ul#navigation li {
	float: left;
	margin: 0 30px 0 0;
}
ul#navigation li {
	margin: 0 0 0 30px;
}

ul#projects li a,
ul#subnavigation li a,
ul#categories li a,
ul#navigation li a {
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	text-transform: uppercase;
}
ul#projects li.active a,
ul#subnavigation li.active a,
ul#categories li.active a,
ul#navigation li.active a {
	color: #9a3200;
}
ul.photos {
	float: right;
}
ul.photos li {
	margin: 0 0 10px 0;
}
.article {
	margin: 10px 0 10px 0;
	padding: 0px 0 10px 0;
	clear: both;
	border-bottom: 1px solid #fff;
	float: left;
}
.article .article_img,
.article .article_info {
	float: left;
}
.article_img {
	width: 150px;
/*	height: 150px;*/
}
.article_info {
	width: 400px;
	padding: 0 0 0 15px;
}
strong {
	font-weight: bold;
}

h2 {
	font-weight: bold;
	padding: 3px 0;
	text-transform: uppercase;
	font-size: 18px;
}
#main_photo {
	float: left;
}

#footer {
	clear: both;
	margin: 50px 0 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 11px;
	padding: 3px 0;
	text-transform: uppercase;
}
/* webshop */
#basket {
	width: 257px;
	background-color: #333;
	float: right;
}
#basket h2 {
	padding: 15px;
}
p#shipping_costs {
	background-color: #666;
	text-align: center;
	padding: 3px 0 10px 0;
	font-size: 11px;
}
#address {
	padding: 0 15px;
}
.small_input {
	float: left;
	width: 138px;
	padding-right: 5px;
}
.nr {
	width: 70px;
}
label {
	display: block;
	padding: 10px 0 3px 0;
	clear: both;
	font-size: 13px;
}
#order {
/*	margin: 0 0 5px 0;*/
	width: 257px;
	background-color: #666;
	
}

#order tbody tr {
/*	border-top: 1px solid #002331;*/
/*	background-color: #f00;*/
}
#order tbody td {
	line-height: 18px;
}
#order tr.current,
#order tr.total {
	font-weight: bold;
}
#order tr.current {
/*	background-color: #00aff5;*/
}

#order tr.total td:last-child {
	background: transparent url(../gfx/total_line.png) no-repeat top right;
}
#order tr.total td {
	padding-top: 15px;
}
#order td {
	padding: 5px 0 5px 0;
	vertical-align: top;
}
#order td:first-child {
	width: 135px;
	padding-left: 16px;
}
#order td:last-child {
	text-align: right;
	padding-right: 18px;
}

#order input {
	background: #fff;
	background: rgba(255,255,255,.8);
	border: 1px solid #002331;
	padding: 2px;
	width: 20px;
}
img.example {
	width: 120px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#new_crate {
	margin: 10px 16px 25px 16px;
	display: block;
	color: #002331;
	background: transparent url(../gfx/btn_bg.png) repeat-x top left;
	padding: 5px 0 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #002331;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
	text-align: center;
}
#new_crate:hover {
	background: transparent url(../gfx/btn_bg.png) repeat-x scroll 0 -25px;
}
#address input[type='text'] {
	background: #fff;
	background: rgba(255,255,255,.8);
	border: 1px solid #002331;
	padding: 6px;
	width: 212px;
	font-weight: bold;
	color: #002331;
	font-size: 13px;
}
#address input#zip {
/*	margin-right: 15px;*/
	width: 90px;
}
#address input#nr {
	width: 70px;
}
#address input.error {
	border: 3px solid #f00;
}
label.error {
	color: #fff;
	background-color: #f00;
	font-weight: bold;
	padding: 1px 3px 3px 3px;
	font-size: 11px;
	border: 1px solid #f00;
}
.small_input label.error {
	width: 100px;
}
.nr label.error {
	width: 80px;
}

input#afrekenen {
  width: 226px;
  height: 34px;
  margin: 15px 0 0 0;
  padding: 0;
  border: 0;
/*  background: transparent url(../gfx/afrekenen_btn.png) no-repeat top left;*/
/*  text-indent: -1000em;*/
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
input#afrekenen:hover {
/*  background: transparent url(../gfx/afrekenen_btn.png) no-repeat scroll 0px -35px;*/
}
p#uitleg {
	padding: 5px 15px 50px 15px;
	line-height: 16px;
	font-size: 11px;
}
p#uitleg a {
	color: #fff;
	text-decoration: underline;
}
.small {
	font-size: 10px;
}

