body {
  scrollbar-face-color: #FFFFEF; 
  scrollbar-shadow-color:#213E5E;
  scrollbar-highlight-color: #213E5E;
  scrollbar-3dlight-color: #FFFFEF;
  scrollbar-darkshadow-color: #FFFFEF;
  scrollbar-track-color: #FFFFEF;
  scrollbar-arrow-color:#213E5E;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.thumb:link img, a.thumb:active img, a.thumb:visited img, a.thumb:hover img {
	border: 1px solid #FFFFEF;
  width: 140px;
  height: 88px;
}
a.thumb:hover img {
	border: 1px solid #083C5A;
}
.tdIndex {
	background-attachment: fixed;
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#nieuws {
  position: absolute; 
  left: 470px; 
  top: 250px; 
  width: 225px; 
  height: 230px; 
  background-color: #FFFFEF;
  text-align: left;
  padding: 5px;
  border: 1px dotted #2B3916;
  z-index: 10;
}
#nieuwsContent {
  position: relative; 
  width: 100%; 
  height: 195px; 
  padding-right: 5px;
  overflow-y: scroll;
}
.kop {
  position: relative; 
  width: 100%; 
  margin-bottom: 3px; 
  border-bottom: 1px solid #1A3F5C;
	font-size: 13px;
  font-weight: bold;
	color: #1A3F5C;
}
.kop1 {
	font-size: 13px;
  font-weight: bold;
	color: #1A3F5C;
}
a:link, a:visited, a:active, a:hover {
  color: #1A3F5C;
}
a:hover {
  text-decoration: none;
}
a.titel:link, a.titel:visited, a.titel:active, a.titel:hover {
  width:100%; 
  display: block;
  border-bottom: 1px dotted #1A3F5C;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #1A3F5C;
	background-attachment: fixed;
	background-image: url(../images/i_verder.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}
a.titel:hover {
  text-decoration: none;
}
/*.png {
  behavior: url("../js/pngbehavior.htc");
}*/