html {
}
body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

div#layoutWrapper {
  position: relative;
  width: 980px;
  height: 850px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;

  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

body, h1, h2, h3, h4, h5, h6, p, li {
  font-size: 8pt;
  font-family: Verdana, Arial;
  line-height: 12pt;
}
h1 {
  font-size: 16pt;
  color: gray;
  font-weight: normal;
}
h2 {
  font-size: 10pt;
  color: gray;
}

a {
  color: blue;
}

hr {
  height: 1px;
  background-color: #303030;
  color: #303030;
  clear: both;
}

.fade {
  display: none;
}

iframe#fraCWI {
  position: absolute;
  left: 10px;
  top: 200px;
}
img#imgTitel {
  position: absolute;
  left: 685px;
  top: 5px;
  z-index: 2000;
}
img#imgMeisje {
  position: absolute;
  left: 830px;
  /*top: 500px;*/
  top: 435px;
}
div#divLogos {
  position: absolute;
  left: 30px;
  top: 610px;
}
div#divLogos img {
  border: 0px;
}

/* Banners */
div#divBanners {
  position: absolute;
  left: 840px;
  /*top: 200px;*/
  top: 250px;
  width: 134px;
}
div.divBanner {
  position: relative;
  margin-bottom: 10px;
  width: 134px;
  /*height: 74px;*/
  height: 55px;
}
img.imgBgBanner {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
img.imgBanner, div.flashBanner {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 120px;
  height: 60px;
  z-index: 20;
}


div#divContent {
  position: absolute;
  left: 230px;
  top: 200px;
  width: 565px;
  height: 570px;
  padding-right: 60px;
}

div#layoutFooter,
div#layoutFooter a {
  color: silver;
  font-size: 10px;
  font-family: Verdana, Arial;
}
div#layoutFooter a:hover {
  color: #3883BC;
}

.vacaturebank {
  text-decoration: none;
}
