body {
  background: #fff;
  font: 10pt/16pt Arial, sans-serif;;
}

a img {
  border: none;
}

a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}

h1 {
  font-size: 14pt;
}

#main {
  padding-top: 3cm;
}

#main a:link:after,
#main a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

#main a[href^="/"]:after {
  content: " (http://www.laurens.nl" attr(href) ") ";
}

#logo {
  position: absolute;
  top: 0;
}

#nav,
#ch-nav,
.pager,
#fontsize,
#global-zoeken,
#tabs,
#footer ul,
#footer a,
#cta {
  display: none;
}

#news-fulllist {
  list-style: none;
  margin-bottom: 5em;
}

#news-fulllist li {
  margin-left: 0;
}

#news-fulllist li .date {
  color: #999;
  margin-bottom: 0.5em;
  text-align: right;
}

#news-fulllist li .intro {
  font-weight: bold;
}

#news-fulllist li .img {
  margin-bottom: 1em;
  text-align: center;
}

#footer {
  border-top: 6px solid #004640;
}