/* ALGEMEEN */
body {
	border: 0;
	padding: 0;
	margin: 0;
	height: 96%;
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
/* WRAPPER */
#bg {
	position: absolute;
	width: 700px;
	height: 540px;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -350px;
	background-image: url(../image/home.gif);
	background-repeat: no-repeat;
}
/* Top */
#toptekst {
	position: absolute;
	background-color: transparent;
	width: 700px;
	height: 40px;
	text-align: center;
	color: #E13B2C;
	font-size: 14px;
	font-weight: bold;
}
/* SHEREEN */
#contact {
	position: absolute;
	margin-top: 45px;
	padding-left: 63px;
	padding-top: 45px;
	width: 162px;
	height: 280px;
	background-color: transparent;
}
#icons-home img {
	margin: 5px 6px 0 0;
}
/* FOTOMENU */
#menu {
	position: absolute;
	margin-left: 492px;
	margin-top: 40px;
	width: 208px;
	height: 300px;
	background-color: transparent;
	text-align: right;
	padding-top: 24px;
}
/* ONDER DE STREEP */
#adres {
	position: absolute;
	width: 634px;
	height: 166px;
	top: 382px;
	left: 0;
	margin-left: 36px;
	background-color: transparent;
}
.rechts{
	margin-right: 10px;
	margin-top: -20px;
}
.hoogte{
	margin-bottom: 9px;
	margin-left: 50px;
}
.center {
	margin-top: -60px;
	margin-left: 228px;
	width: 320px;
}
.hr {
	margin-top: -30px;
	margin-right: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E13B2C;
	margin: 10px 10px 0px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E13B2C;
	margin: 13px 10px 0px 0px;
}
.lijn {
	margin: 4px 0 6px 0px;
}
ul {
	margin: 0 140px 0 0;
}
li {
	float: right;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: White;
}
a:hover {
	color: #E13B2C;
}
