/* ---------- Bedrijven bestel lijst ---------- */

.categorie
{
	float: left;
	display: block;
	width: 200px;
	height: 130px;
	text-align: center;
	font-size: 14px;
}

.categorie a
{
	border: 0px;
	text-decoration: none;
}

.categorie a:hover
{
	color: #6e4714;
}

/* ---------- Bedrijven bestelbon ---------- */

#orderlist
{
	background: #ffffff;
	position: absolute;
	right: 50%;
	z-index: 10;
	top: 500px;
	width: 200px;
	padding: 2px;
	margin-right: -580px;
	color: #AF7425;
}

#orderlist td
{
	padding: 2px;
}

.bottomline
{
	border-bottom: 1px solid #AF7425;
}

.productinlist
{
	border-bottom: 1px dotted #AF7425;
}

/* ---------- Old design below ---------- */

body {
	background: #FFFFFF url('../images/bg_body.png') repeat-x;
	font-family: verdana;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

a {
	color: #AF7425;
	text-decoration: underline;
	font-weight: bold;
}

.cat {

	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	margin: 5px 0px 5px 0px;
	display: block;

}

img {
	border: 0px;
}

div#wrapper {
	width: 760px;
	margin: 0px auto;
}

div#header {
	background: #000366 url('../images/bg_header.png') left bottom no-repeat;
	width: 760px;
	height: 125px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

div#navigation {
	height: 35px;
	padding: 91px 0px 0px 104px;
	_padding: 0px 0px 0px 22px;
	_margin: 91px 0px 0px 0px;
}

div#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div#navigation ul li {
	float: left;
}

div#visual {
	background: #FFFFFF;
	padding: 12px 0px 12px 0px;
	text-align: center;
}

div#visualbar {
	background: #00036D;
	width: 760px;
	height: 20px;
	padding: 15px 0px 15px 0px;
}

div#breadcrumb {
	float: left;
	width: 200px;
	color: #f6E5CA;
	padding: 5px 0px 0px 20px;			
}

div#breadcrumb a {
	color: #f6E5CA;
}

div#searchfield {
	float: right;
	width: 300px;
	text-align: right;
	padding: 0px 20px 0px 0px;
	color: #ffffff;
}

/*div#searchfield input {
	background: url('../images/bg_searchfield.png') no-repeat;
	width: 170px;
	height: 20px;
	border: 0px;
	margin: 0px;
	padding: 2px;
}*/

div#content {
	background: url('../images/bg_wrapper.png') repeat-y;
	padding: 0px 0px 40px 0px;
}

div#content h1 {
	color: #AF7425;
	line-height: 20px;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

div#content p {
	color: #AF7425;
	line-height: 20px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

div#columns {
	width: 760px;
}

div#columns_clear {
	clear: both;
}

div.column {
	float: left;
}

h4 {
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
	color: #AF7425;
	font-size: 16px;
}

div.column_text {
	padding: 15px;
	color: #AF7425;
	line-height: 20px;
}

span.column_more {
	display: block;
	text-align: right;
	width: 100%;
	font-weight: bold;
}

div.bedrijven {
	background: url('../images/bg_bedrijven.png') no-repeat;
	padding-top: 60px;
	width: 204px;
}

div.particulier {
	background: url('../images/bg_particulier.png') no-repeat;
	padding-top: 60px;
	width: 208px;
}

div.ijs {
	background: url('../images/bg_ijs.png') no-repeat;
	padding-top: 60px;
	width: 195px;
}

div.contact {
	width: 150px;
}

div#administratie {
	background: url('../images/visuals/administratie.png') no-repeat; 
	padding: 50px 75px 0px 75px;
}

div#administratie p {
	color: #AF7425;
	line-height: 20px;
	padding: 10px 20px 20px 20px;
	margin: 0px;
}

div#administratie h3 {
	color: #AF7425;
	line-height: 20px;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	font-size: 14px;
}

div#adminbuttons {
	padding: 5px 0px 0px 0px;
	height: 20px;
}

div#adminbuttons ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#adminbuttons ul li {
	list-style: none;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	float: left;
}

div#footer {
	background: url('../images/bg_footer.png') top left no-repeat;
	width: 760px;
	height: 30px;
	border-top: 2px #640201 solid;
	text-align: right;
	clear: both;
	padding: 3px 0px 0px 0px;
	color: #C79D65;
	margin: 0px auto;
}

#productlist {
	padding: 0px 0px 0px 20px;
}

#productlist a {
	color: #AF7425;
	padding: 0px;
	font-weight: normal;
}

td, tr {
	color: #AF7425;
}

.kopje {
	padding: 15px 0px 3px 0px;
	font-weight: bold;
}

input, textarea, select {
	border: 1px #AF7425 solid;
	color: #AF7425;
  margin: 1px;
}

.even {
  height: 25px;
	background: #FFFFFF;
}

.odd {
  height: 25px;
	background: #ffe4c1;
}