html, body{
	text-align: center; /*IE centreer*/
	color: Black;
	margin: 5px;
	background: #777777;
}
p{
	margin: 5 15 5 10;
	text-align: justify;
}
#centersite {
	width: 640px;
	margin: 10 auto;
	text-align: left; /*corrigeer IE centreer*/
	background: #ffffff;
	border: 0px solid #FC0;
}
#navigatie ul{
	list-style: none;
	margin: 0 10 0 10;
	padding: 0;
	width: 620px;
}
#navigatie a{
	text-decoration: none;
	color: Black;
}
#navigatie a:hover {
	border-top: 2px solid White;
	border-bottom: 2px solid White;

}
#navigatie li{
	text-align: center;
	width: 155px;
	background: #ff9900;
	padding: 2 0 2 0;
	float: left;
}
.navactive{
	font: bold;
}
#adres {
	font-size: 14px;
	width: 640px;
	text-align: center;
	background: #ff9900;
	color: White;
}
#footer {
	color: Silver;
	width: 640px;
	text-align: center;
	background: #777777;
}
#foto {
text-align: center;
}
#footer a {
	text-decoration: none;
	color: Silver;
}
/* Opmaak foto tabel */
table.fototabel {
	margin: auto;
	padding: 10px;
}

.fototabel td {
	border: 1px solid #FFA500;
	padding: 10px;
}
ul{
	list-style: square;
	margin-left: 10px;
}
h1{
	font-size: 14px;
	background-image: url(images/backh1.jpg);
	background-repeat: repeat-y; 
	/*background-color: #FF9900;*/
	padding-left: 10px;
	margin: 10 10 0 10;
}
