<?php header("Content-type: text/css"); ?>

html, body {
  margin:0;
  padding:0;
}

body {
  margin:0;
  padding:0;
  text-align:center;
  background-color:#aca99f;
}

.site {
  position:relative;
  margin:0 auto;
  width:900px;
  height:570px;
  background-image:url('/images/bg-smaller.jpg');
  background-repeat: no-repeat;
  background-position:0 50px;
}

.left {
  width:23px;
  min-height:550px;
  height:auto !important;
  height:550px;
  float:left;
}

.middle {
  width:685px;
  float:left;
}

.header {
  width:685px;
  height:59px;
  float:left;
  font-size:0;
}

.image {
  width:685px;
  height:357px;
  float:left;
  font-size:0;
}

.title {
  width:685px;
  float:left;
  height:45px;
  background-color:#e71f11;
  text-align: center;
  font-size:36px;
  font-weight:bold;
  color:#ffffff;
  font-family:Arial;
}

.subtitle {
  width:685px;
  float:left;
  height:30px;
  background-color:#e71f11;
  text-align: center;
  font-size:17px;
  font-weight:bold;
  color:#000000;
  font-family:Arial;
}

.middleImg {
  width:685px;
  min-height:96px;
  height:auto !important;
  height:96px;
  float:left;
  padding:4px 4px 0 4px;
}

.language {
	position: absolute;
	top: 20px;
	left: 40px;

}

.keurmerkImg {
	position: absolute;
  left: 665px;
  top: 500px;
}
.anbiImg {
	position: absolute;
  left: 610px;
  top: 500px;
}
.twitterImg {
  position: absolute;
  left: 555px;
  top: 500px;
}


.link {
  float:left;
  width:685px;
  height:30px;
  text-align: center;
  font-size:15px;
  font-weight:bold;
  color:#ffffff;
  font-family:Arial;
}

.menu {
  float:left;
  width:600px;
  height:25px;
  text-align: left;
  padding-left:0px;  
}

#banner {
	position: absolute;
	top: 0px;
	left: 740px;
	width: 160px;
	height: 600px;
}

.menu a {
  color:#000000;
  margin-left:12px;
  margin-right:12px;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
}

.menu a:hover {
  color:#ffffff;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
}
