#home_container {
  margin: auto;
  width: 980px;
  position: relative;
}

#flash_content {
  width: 980px;
  height: 400px;
  background: url( '../assets/flash_content.jpg' ) right;
  overflow: hidden;
  margin-bottom: 3px;
}

#bottom {
  width: 980px;
  height: 215px;
  overflow: hidden;
  position: relative;
}

#sfeerbox {
  width: 145px;
  height: 215px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

#video_link {
  width: 145px;
  height: 215px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

#video_link img {
  width: 145px;
  height: 215px;
  border: 0px;
}

#nieuws {
  width: 470px;
  height: 215px;
  background: #232323;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

#nieuws h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 150%;
}

#nieuws img {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 0px;
  width: 69px;
}

#nieuws a {
  color: white;
}

#nieuws a:hover {
  font-style: italic;
  text-decoration: none;
}

#uitgelicht {
  width: 290px;
  height: 215px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 490px;
}

#contact_gegevens {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  background: #ed1c24;
  top: 0px;
  right: 0px;
  padding: 10px;
  padding-top: 25px;
  color: white;
  font-size: 90%;
}

#contact_gegevens a {
  color: white;
}

#contact_gegevens a:hover {
  font-style: italic;
  text-decoration: none;
}

#hoek_rechts {
  position: absolute;
  top: 365px;
  right: -19px;
  width: 19px;
  height: 138px;
  background: url( '../assets/hoek_rechts.png' ) no-repeat;
}

#hoek_rechts img {
  width: 19px;
  height: 138px;
  border: 0px;
}

#hoek_beneden {
  position: absolute;
  top: 502px;
  right: -7px;
  width: 240px;
  height: 43px;
  background: url( '../assets/hoek_beneden.png' ) no-repeat;
}

#hoek_beneden img {
  width: 240px;
  height: 43px;
  border: 0px;
}