H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7f4581;
}

div.vraag {
	position: absolute;
	width: 470px;
	font-weight: bold;
	margin-top: 10px;
}

div.antwoord {
	position: absolute;
	left: 490px;
	margin-top: 10px;
}

div.vraag1 {
	position: absolute;
	width: 470px;
	font-weight: bold;
	font-size: 110%;
	color: #7f4581;
}

div.antwoord1 {
	position: absolute;
	left: 490px;
	font-weight: bold;
	font-size: 110%;
	color: #7f4581;
}

input {
	background: white;
	border: 1px solid #7f4581;
	color: #7f4581;
	font-size: 12px;
	text-align: left;
}

#verzenden {
	background: url('../_images/verzenden.png');
	border: 0px solid #7f4581;
	color: white;
	font-size: 12px;
	height: 23px;
	width: 80px;
}

#total {
	background: #f9f3f9;
	border: 1px solid #7f4581;
	color: #7f4581;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}

button {
	background: white;
	border: 1px solid #7f4581;
	color: #7f4581;
	font-size: 12px;
	text-align: left;
}

.introtekst {
	padding: 10px;
	float: left;
}

ul.intro {
	padding-left: 20px;
}
