html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #FFFFFF;
  background-image: url("https://www.landmetermichels.be/themes/view/assets/images/1pxright.jpg");
  background-repeat: repeat-x;
  font-family: arial, verdana;
  font-size: 62.5%;
}

#bg {
  width: 50%;
  height: 419px;
  /* height of bg! */
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://www.landmetermichels.be/themes/view/assets/images/1pxleft.jpg") repeat-x;
}

#header {
  background-image: url("https://www.landmetermichels.be/themes/view/assets/images/heading.jpg");
  background-repeat: no-repeat;
  height: 419px;
  /* margin-top: -8px; */
}

#wrap {
  margin: 0 auto;
  width: 1104px;
  min-height: 100%;
  position: relative;
}

#titel {
  font-size: 3.0em;
  font-weight: bolder;
  text-align: center;
  padding-top: 20px;
}

#banner-text {
  font-size: 1.3em;
  margin: 10px 80px 0px 0px;
  text-align: right;
}

#menu ul {
  list-style: none outside none;
  margin-left: 50px;
  margin-top: 300px;
}

#menu li {
  float: left;
  font-size: 1.8em;
  margin-right: 20px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-top:-15px;
}

#menu a, a:visited {
  text-decoration: none;
  color: #000;
}

#menu a:hover {
  color: #A1A1A1;
}

#ruler {
  margin: 10px 0 10px 0;
}

#main {
  overflow: auto;
  padding-bottom: 400px;
  /* must be same height as the footer */
  font-size: 1.5em;
  margin: 0 auto;
  width: 960px;
}

#logo {
  float: right;
  margin: 10px;
}

.article img {
  float: left;
  margin: 10px;
}

#artikels {
  margin: 10px;
}

.contact {
  font-size: 3.0em;
  font-weight: bolder;
  text-align: center;
  padding-top: 20px;
}

.contact_part {
  float: left;
  width: 480px;
}

.contact_part label, input {
  margin-left: 10px;
  margin-bottom: 5px;
}

.contact_full {
  clear: left;
  width: 960px;
}

.contact_full textarea, label {
  margin-left: 10px;
  margin-bottom: 5px;
}

#contact_adres {
  width: 300px;
  float: left;
}

#contact_map {
  width: 660px;
  float: left;
}

.spam_prevention {
  display: none;
}

#footer_part {
  width: 100%;
  background: url("https://www.landmetermichels.be/themes/view/assets/images/footer1px.jpg") repeat-x;
  position: relative;
  margin-top: -400px;
  /* negative value of footer height */
}

#footer {
  height: 400px;
  clear: both;
  margin: 0 auto;
  width: 960px;
}

#footer p {
  padding: 130px 10px 10px 10px;
  font-size: 1.5em;
  text-align: center;
}

#idzine {
  color: #FFF;
  font-size: 1.3em;
  text-align: center;
  margin: 200px 10px 0 0;
}

#idzine a {
  color: #FFF;
  font-weight: bold;
}

#idzine a:hover {
  color: #FFF;
  text-decoration: underline;
}

.clearer {
  clear: both;
}
