body {
	background-color: #FFFFFF;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0;
}

div#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* header title */
div#container h1 {
	margin-left: 0px;
}

/* eerste stukje tekst in de content*/
p.intro {
	margin-left: 0px;
	margin-bottom: 30px;
}

#header {
	height: 130px;
	margin-top: 10px;
	/*border: 1px solid black;*/
}

#menu {
	background-color: #CDE855;
	width: 920px;
	border: 1px Solid #85DB18;
}

#menu ul {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;

}

#menu ul li {
	display: inline;
	margin-right: 60px;
	list-style-type: square;
	font-weight: bold;
}

a {
	color: Black;
}

a:hover {
	color: Black;
	text-decoration: none;
}

#content {
	margin-top: 50px;
	width: 900px;
	background-color: white;
	padding: 10px;
	margin-bottom: 10px;
}

div.blok {
	border-bottom: 1px dashed #A7C520;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

p {
	margin-left: 10px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

div#bottom {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

span.error {
	display: block;
	color: red;
	font-weight: bold;
}

