div.advertentie {
	text-align:center;
	background-color:#000000;
	color: #464646;
	font-weight: bold;
	width: 500px;
	height: 100px;
	padding: 10px 10px 10px 10px;
	}



html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	}

body {
	margin: 0px;
	background-color: #b0a096;
	height: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	}

body, td, th, div, input, textarea, p, h1, h2, h3 {
	font-family: verdana;
	font-size: 11px;
	color: #000;
	}

input.form, textarea.form {
	border: 1px solid #b0a096;
	padding: 2px;
	line-height: 15px;
	width: 240px;
	}

input.form2, textarea.form2 {
	border: 1px solid #b0a096;
	padding: 2px;
	line-height: 15px;
	width: 260px;
	}

input.bestelform, select.bestelform {
	border: 1px solid #b0a096;
	padding: 2px;
	line-height: 15px;
	}

input.order, select.order {
	border: 1px solid #b0a096;
	font-size: 9px;
	padding: 0px;
	line-height: 12px;
	}

table {
	margin-bottom: 10px;
	}

p, h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}

h2 {
	padding: 0px;
	margin: 0px;
	}

h3 {
	clear: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-style: italic;
	}

hr {
	height: 1px;
	border-bottom: 1px solid #b0a096;
	border-left: none;
	border-top: none;
	border-right: none;
	}

div.alles {
	width: 776px;
	margin: auto;
	display: table;
	background-color: #fff;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-y;
	}

div.top {
	float: left;
	width: 776px;
	height: 200px;
	}

div.onder {
	float: left;
	width: 776px;
	}

div.left {
	float: left;
	padding-top: 3px;
	width: 167px;
	}

div.right {
	float: left;
	width: 554px;
	min-height: 300px;
	font-size: 11px;
	line-height: 18px;
	padding: 0px 40px 100px 15px;
	background: url(../images/onder2.jpg) right bottom no-repeat;
	display: table;
	}

div.form {
	float: left;
	width: 400px;
	height: 200px;
	padding: 40px 0px 20px 0px;
	}

div.address {
	float: left;
	width: 130px;
	height: 200px;
	padding-left: 24px;
	color: #464646;
	}

#active {
	background: url(../images/driehoek.gif) right center no-repeat;
	color: #fff;
	}

a:link, a:visited {
	color: #b0a096;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #464646;
	}

a.navbuttons:link, a.navbuttons:visited {
	width: 155px;
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: right;
	padding: 10px 12px 10px 0px;
	}

a.navbuttons:hover, a.navbuttons:active {
	color: #fff;
	}

body.bestelbody {
	background-color: #f5f1e8;
	background-image: none;
	}
	
#tblOrder td, table.tblOrder td {
	vertical-align: top;
	height: 20px;
	font-size: 9px;
	}
	

