body {
	background-image: url(../gfx/rechts_grijs_back.png);
	background-repeat: repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}


a {
	color: #E98300;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


hr {
	color: #888888;
	background-color: #888888;
	height: 1px;
	border: 0px;
}


h3 {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	line-height: normal;
	font-variant: normal;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.boldwitkopje {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	line-height: normal;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
}


.invoertextarea165 {
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #808080;
	background: #FFFFFF;
	width: 165px;
	height: 70px;
	margin-top: 5px;
}

.invoertextname165 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #888888;
	text-decoration: none;
	border: 1px solid #808080;
	width: 165px;
	margin-top: 5px;
}

.invoertextmail165 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #888888;
	text-decoration: none;
	border: 1px solid #808080;
	width: 165px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.submitbutton {
	background: transparent url(../gfx/submit.png) no-repeat 0% 0%;
	width: 48px;
	height: 17px;
	outline: none;
	border: none;
	cursor : pointer;
}
.submitbuttonHover {
	background: transparent url(../gfx/submit_over.png) no-repeat 0% 0%;
	width: 48px;
	height: 17px;
	outline: none;
	border: none;
	cursor : pointer;
}
.submitbuttonClick{
	background: transparent url(../gfx/submit_over.png) no-repeat 0% 0%;
	width: 48px;
	height: 17px;
	outline: 1px;
	border: 1px;
	cursor : pointer;
} 

.submitknop{
	width: 80px;
	height: 18px;
	outline: 1px;
	border: 1px solid #999999;
	cursor : pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #E98300;
	margin-top: 5px;
} 