body {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
table {
	font-size:100%;
}
#site {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 580px;
	width: 900px;
	margin: -290px 0 0 -450px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 140px;
}
#navigatie {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-image: url(../images/navigatie.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 20px;
}
#navigatie ul {
	margin: 0;
	padding: 0 0 0 150px;
	list-style: none;
}
#navigatie ul li {
	position: relative;
	float: left;
}
#navigatie ul li a {
	text-decoration: none;
	color: #fff;
	padding-right: 20px;
}
#navigatie ul li a:hover {
	color: #ffcc01;
	text-decoration: none;
}
#openingstijden {
	color: #fff;
	font-size: 11px;
	background-image: url(../images/sfeer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	vertical-align: bottom;
	width: 140px;
	height: 400px;
}
#footer {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	background-color: #ee0101;
	text-align: center;
	vertical-align: middle;
	width: 900px;
	height: 20px;
}
#footer a {
	color: #ffcc01;
	text-decoration: none;
}
#footer a:hover {
	color: #ffcc01;
	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;
}
a {
	color: #05a;
	text-decoration: underline;
}
a:hover { color: #ee0101; text-decoration: underline; }
.foto_links {
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
	border-width: 0;
}
.foto_rechts {
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
	border-width: 0;
}
