* {
	font-family: Verdana;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background-image: url('bg.gif');
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}
input {
	border: 1px solid #5e6203;
}
div#container {
	width: 930px;
	margin: auto;
	text-align: left;
}
img.kop {
	margin-left: -15px;
	margin-bottom: 15px;
}
li {
	list-style-type: circle;
	margin-left: 25px;
}
h3 {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#reden {
	float: left;
	margin-top: 15px;
}
div#reden input {
	width: 14px;
	height: 14px;
}
table {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}
input.error {
	border: 1px solid #ff0000;
}
input#submit {
	border: none;
}
dd {
	margin-left: 25px;
}
div#result {
	margin-top: 100px;
	margin-left: 120px;
	font-weight: bold;
}