.left {
  position: relative;

  background: #E9F3FF; 
  horizontal-align: left;
  border-right: 2px solid #fff; 
  /* background: url(bgleft.jpg) 100% 100% repeat-y; Komt uit aparte CSS file per werkdag */
  background-position: top left; 
  background-position: 0px 161px;
  z-index: 5;
  overflow: none;
}

.column {
  padding-bottom: 31px;
}

#footer {
  clear: both; 
  position: relative; 
  height: 30px; 
  background: #193D71; 
  color: white; 
  margin-top: -30px;
  margin-bottom: 30px; /* required for Opera 6 to show background color but others don't like it so hide the value of 0 from it */
  z-index: 15;
  border-top: 2px solid #FFFFFF;
  padding-top: 0px;
  text-align: center;
}

.footiconright {  margin: 0px 10px 0px 10px; float: right; }
.footiconleft { float: left; margin: 0px 10px 0px 10px; }
.footiconcenter {  margin: 0px 10px 0px 10px;  }

/* Nieuws */
.news-latest-item a { text-decoration: none; }
.news-latest-item a:hover { text-decoration: none; }
.news-latest-container H2 {}
.news-latest-container DIV.news-latest-item SPAN.news-latest-date { font-size: 0.8em;}
.news-latest-container DIV.news-latest-gotomore { font-weight : bold;}
.news-latest-container DIV.news-latest-gotomore A { font-weight : bold;}

.homelink {
  background: #EC944C;
}

.homelink a {
  background: #EC944C;
}
