body{
 	background-color: #0C7C16;
	color: #FFFFFF;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

table,tr,td,th,p{
	color: #FFFFFF;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

body{
	background-image: url(images/bground.jpg);
	background-attachment: fixed;
	margin: 15px;
}

a{
	color: #FFFFFF;
	text-decoration: underline;
}		  
a:hover{
	color: #0B5611;
	text-decoration: underline;
}		  
#titel{
	font-size: 18px;
	font-weight: bold;
}		  
.big{
	font-size: 16px;
}
.extra{
	font-size: 13.5pt;
	font-weight: bolder;
}

.input, textarea{
	background-color: #ffffff;
	color: #000000;
	font-size: 12px
}			  
.inputzip{
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase
}			  
#submit{
	background-color: #000000;
	color: #ffffff;
	font-size: 12px
}
div#kopje{
	background:#0B5611;
}
.eerste{
	background:#0B5611;
	font-weight: bold;
	font-size: 16px;
}
TABLE#response{
	width: 100%;
}
TABLE#response td{
	background-color: #0B5611;
	padding: 5px;
	padding-left: 2px;
}
TABLE#response td#first{
	width: 100px;
}
TABLE.prices{
	width: 100%;
	padding: 5px;
}
TABLE.prices TH{
	background-color:#0B5611;
}
TABLE.prices TD{
	background-color:#339966;
	font-size:16px;
}