* {
	margin: 0;
	padding: 0;
}
body {
	font: 75% Verdana, sans-serif;
	line-height: 150%;
	padding-top: 5px;
}
#wrapper {
}
#header h1 {
	display: none;
}
#header {
	display: none;
}
#footer {
	padding-top: 34px;
	font-size: 90%;
	font-weight: bold;
	color: #7F7F7F;
}
a {
	text-decoration: none;
	color: #000;
}
#left {
	display: none;
}
#right {
	display: none;
}
#main {
}
a img {
	border: none;
}
h1 {
	color: #8BA650;
	font-size: 200%;
	line-height: 100%;
	font-family: georgia;
	margin-bottom: 10px;
}
h2 {
	margin-top: 1em;
	color: #8BA650;
	font-weight: normal;
	font-size: 160%;
	line-height: 100%;
	font-family: georgia;
	margin-bottom: 3px;
}
p, table {
	margin-bottom: 1em;
}
ol, ul {
	margin-bottom: 1em;
	margin-left: 2em;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
#menu ul {
	list-style: none;
	margin-left: 0;
}
#menu a {
	color: #84A02F;
}
.status span, .stats span {
	float: right;
}
.spelregels ol {
	margin-left: 3.5em;
}
.spelregels ol li {
	margin-bottom: 5px;
}
input.tekst {
	width: 200px;
	padding: 3px;
	font-size: 110%;
}
.opdracht {
	background-color: #F1FEF1;
	padding: 10px;
	border: 2px solid #008000;
	margin-bottom: 1em;
}
.opdracht h2 {
	margin-top: 0;
}