/* Unchanged */
body {
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/achter.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0;
}
table {
	font-size:100%;
}
#site {
	position: fixed;
	top: 0%;
	height: 600px;
	width: 100%;
	margin: 0px 0 0;
}
#navigatie { color: #fafafa; line-height: 30px; background-color: #636468; text-align: center; width: 100%; height: 30px; }
#navigatie a {
	color: #fafafa;
	text-decoration: none;
	padding-right: 10px;
}
#navigatie a:hover {
	color: #fff200;
	text-decoration: underline;
}
h1 {
	color: #ee0101;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 10px 20px 5px 10px;
}
h2 {
	color: #05a;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
p {
	text-align: left;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.buttons {
	color: #fff200;
}
