body {
	background-color: #000;
	color: #FFF;
}

a{ color: #ffffff; text-decoration: none; }
a:hover{ color: #FFC; }

#header {
	background-image: url(images/header_sint.jpg);
	background-repeat: no-repeat;
	height: 313px;
	width: 900px;
}
#menu {
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 900px;
}
#fotobox {
	background-color: #006;
	height: 300px;
	width: 900px;
}
#main {
	width: 900px;
	height: 200px;
}
#contentbox {
	padding: 10px;
	height: 200px;
	width: 880px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
#container {
	height: 900px;
	width: 900px;
	margin: 0 auto;
}
#container #menu ul li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
}
#container #menu ul {
	margin: 0px;
	padding: 0px;
}
.intro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 160%;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 23px;
	font-weight: bold;
}
.leesverder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 160%;
	font-weight: bold;
}