/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0px;
	background: url('../images/background.jpg') no-repeat center center #0d0d0d;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
img, a {
	margin: 0px;
	padding: 0px;
	border: none;
}
.clear {
	clear: both;
}
#wrapper {
	height: 600px;
	width: 100%;
	padding: 0px;
	position: absolute;
	top: 50%;
	margin-top: -275px; /* De helft van de wrappers hoogte */
}
#header {
	height: 55px;
	width: 960px;
	margin: 0px auto;
}
#header .logo {
	width: 467px;
	float: left;
	text-align: right;
}
#header #menu {
	position: relative;
	top: 30px;
	left: 13px;
	float: left;
	width: 350px;
}
.redrow {
	width: 100%;
	height: 3px;
	background: url('../images/lijn.png') repeat-x;
}
#footer {
	width: 960px;
	margin: 0 auto;
	color: #646464;
}
.footertekst {
	position: relative;
	left: 490px;
}
#contentwrapper {
	height: 480px;
	width: 960px;
	margin: 10px auto;
}
#frontpage {
	margin: 0 auto;
    width: 960px;
    height: 465px;
    padding: 5px;
    display: block;
    overflow: auto;
    white-space: nowrap;
}
#frontpage  img {
	height: 446px;
	margin-right: 10px;
}
#galerij {
	margin: 0 auto;
    width: 960px;
    height: 465px;
    padding: 5px;
    display: block;
    overflow: auto;
    white-space: nowrap;
}
#galerij img {
	height: 446px;
	margin-right: 10px;
}
.contact {
	width: 500px;
	margin: 0 auto;
	padding-top: 40px;
}
