@charset "utf-8";
/* CSS Document */

body{
	background-image:url(achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	background-color: #83b817;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-top: 90px;
}

#clear {
	width: 900px;
	height: 10px;
	clear: both;
}

/* opmaak van tekst en tekststijlen */

.kop_01 {
	font-weight: bold;
	font-size: 20px;
	color: #83B817;
}
.bold {
	font-weight: bold;
}
a:link {
	color: #86B50F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #83B91B;
}
a:hover {
	text-decoration: underline;
	color: #E8021C;
}
a:active {
	text-decoration: none;
}

