body {
	background-color: #422b2b;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}

body, td, th, textarea, input { 
	font-family: 'Arial'; 
	font-size: 12px;
}

td, th, textarea, input { 
	font-family: 'Arial'; 
	font-size: 12px;
	color: #000000;
}

form { 
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.logo { 
	background-color: #95867f;
}

.banner { 
	background-color: #cabcb4;
	padding: 8px 18px 0px 18px;
}

.menu  {
	background-color: #4f1a23;
	padding: 18px 16px 18px 18px;
}

.content, 
.content p,
.content a,
.bulletText { 
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

.bullet { 
	width: 4px;
	height: 1px;
	margin: 10px 0px 0px 0px;
	line-height: 2px;
	font-size: 2px;
	background-color: #000000;
}

.order_form {
	width: 80%;
}

.order_form input, 
.order_form textarea { 
	border: 0px;
	background-color: #dfd7d2;
	margin: 2px;
}

.order_form input { 
	height: 22px;
	width: 100%;
} 

.order_form textarea { 
	height: 128px;
	width: 100%;
} 

.order_form th { 
	text-align: right;
	vertical-align: top;
	padding-right: 4px;
	width: 175px;
}
.order_form .submit { 
	background-color: #3e2926;
	width: 120px;
	color: #ffffff;
}

.verplicht { 
	color: #ff0000;
	font-weight: bold;
}

.colofon {
	color: #000000;
	padding: 6px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	border: 1px solid #95867f;
	background-color: #cabcb4;
}	
