a {
	color: black;
}

body {
	margin: 0px;
	font-size: 12px;
	font-family: sans-serif;
}

div#body {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-top: solid 2px black;
	background-color: #FFF8AF;
	background-image: url(/images/background.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 150px;
	padding-left: 20px;
	padding-right: 20px;
}

div#content {
	clear: both;
	margin-top: 100px;
}

div#menu {
	margin-top: 3px;
	text-align: right;
}

div#menu a {
	margin-left: 10px;
}

div#product_afbeelding {
	height: 300px;
	float: left;
}

div#product_afbeelding_klein {
	height: 100px;
}

div#customer {
	float: left;
	width: 225px;
	margin-top: 3px;
	margin-left: 20px;
}

div#login {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	border: solid 1px black;
	padding: 1px;
}

div#login a {
	text-decoration: none;
}

div#login h3 {
	background-color: black;
	color: white;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 1px;
	font-weight: normal;
	font-size: 12px;
}

div#login input.submit {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	width: 70px;
}

div#logout {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	border: solid 1px black;
	padding: 1px;
}

div#logout h3 {
	background-color: black;
	color: white;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 1px;
	font-weight: normal;
	font-size: 12px;
}

div#medewerker_naam {
	width: 300px;
	float: left;
}

div#medewerker_credits {
	width: 100px;
	float: left;
}

div#order_date {
	width: 100px;
	float: left;
}

div#order_product {
	width: 500px;
	float: left;
}

div#order_size {
	width: 100px;
}

div.afleveradres {
	margin-left: 20px;
}

div.productgroup {
	width: 270px;
	text-align: center;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.productgroup a {
	text-decoration: none;
}

div.productgroup img {
/*	width: 100px;
	height: 100px; */
}

div.product {
	width: 270px;
	height: 160px;
	text-align: center;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.product a {
	text-decoration: none;
}

div.product img {
/*	width: 100px;
	height: 100px; */
}

div.productview div.clear {
	margin-bottom: 20px;
}

div.productview img {
/*	width: 300px;
	height: 300px; */
	margin-left: 20px;
	margin-right: 50px;
	float: left;
}

form {
	padding: 0px;
	margin: 0px;
}

form label {
	width: 150px;
	display: block;
	float: left;
}

label.order_label {
	width: 64px;
	float: left;
	vertical-align: bottom;
}

form input {
	width: 100px;
}

input.order_naw {
	width: 200px;
}

img#logo {
	margin-top: 3px;
	margin-left: 20px;
	float: left;
}

span.error {
	color: red;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

thead {
	background: #EECC77;
}

td {
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

td.nummer {
	text-align: right;
}

.aantal {
	width: 60px;
}

.bevestig {
	margin-top: 20px;
	float: right;
	width: 160px;
}

.bewerking {
	background: transparent;
	width: 20px;
}