body {
  width: 585px;
  margin: 0 auto;
  background-color: #1b1b1b;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

h1 {
  text-indent: -5000px;
  overflow: hidden;
  width: 121px;
  height: 36px;
  background-image: url(../images/logo.png);
  margin: 15px;
  margin-top: 20px;
}

/* banner */

div#banner {
  width: 585px;
  height: 110px;
  overflow: hidden;
  position: relative;
  left: 0;
  margin-bottom: 10px;
}

div#banner img.photo {
  position: absolute;
  left: 0px;
  top: 0px;  
}


div#banner a.meer {
  position: absolute;
  left: 446px;
  top: 4px;  
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
}

/* box */

div#box {
  width: 585px;
  height: 188px;
  overflow: hidden;
  background-image: url(../images/intro_grijs.png);
  position: relative;
  left: 0;
}

div#box img.photo {
  position: absolute;
  left: 25px;
  top: 25px;  
}

div#box h2 {
  position: absolute;
  left: 255px;
  top: 20px;  
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

div#box p.ondertitel{
  position: absolute;
  left: 20px;
  top: 56px;  
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

div#box p {
  position: absolute;
  left: 255px;
  top: 45px;  
  color: #999;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  width: 320px;
}

div#box a.meer {
  color: #666;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  display: block;
}

/* articles */

div.article {
  width: 565px;
  padding: 20px 0 0 20px;
}

div.wrap {
  width: 160px;
  padding: 0px 0 0 0px;
}

div.wrap img.photo {
  margin-left: 60px;
  margin-right: 20px;
  float: left;
}

div.wrap p.bijschrift {
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 0px;
  font-size:9px;
  float: left;
}

div.article img.photo {
  margin-left: 60px;
  margin-right: 20px;
  float: left;
}

div.article h3 {
  color: #999;
  font-weight: bold;
  line-height: 16px;
  margin-left: 180px;
}

div.citaat {
  color: #666;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-left: 20px;
}

div.auteur {
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  margin-left: 0px;
}

div.article p {
  color: #fff;
  line-height: 16px;
  font-size: 11px;
  margin-left: 180px;
}

div.article a.meer {
  text-decoration: none;
  font-size: 11px;
  color: #999;
  display: block;
}

div.article a.link {
  text-decoration: none;
  font-size: 11px;
  color: #999;
}

div.article a.meer img {
  text-align: middle;
}

div.article img.lijn {
  margin-left: 180px;
}


