body{
 background : #E5E5E5; 
}

.left{
 background :  url(img/bkgleft.gif); 
}

.right{
 background :  url(img/bkgright.gif); 
}

.content {
  background      : #FFFFFF;
  font-family			: Trebuchet MS, sans-serif;
  color				    : #6B6B6B;
	font-size		    : 12px;
	line-height	    : 18px;
	text-decoration : none;
}
.content a:link {
  background      : #FFFFFF;
  font-family			: Trebuchet MS, sans-serif;
  color				    : #6B6B6B;
	font-size		    : 12px;
	line-height	    : 18px;
	text-decoration : underline;
}
.content a:visited{
  background      : #FFFFFF;
  font-family			: Trebuchet MS, sans-serif;
  color				    : #6B6B6B;
	font-size		    : 12px;
	line-height	    : 18px;
	text-decoration : underline;
}
.content a:hover{
  background      : #FFFFFF;
  font-family			: Trebuchet MS, sans-serif;
  color				    : #FF0000;
	font-size		    : 12px;
	line-height	    : 18px;
	text-decoration : underline;
}

.ddlb {
	font-family : Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #353434;
	background-color: #DCDADA;
	border-width:1;
  border-style:solid;
}

.titel {
  background      : #FFFFFF;
  font-family			: Trebuchet MS, sans-serif;
  color				    : #FF0000;
	font-size		    : 22px;
	line-height	    : 26px;
}

.nieuws {
  background      : url(img/nieuwsback.gif); 
}

.nieuws-item {
  font-family			: Trebuchet MS, sans-serif;
  color				    : #000000;
	font-size		    : 11px;
	line-height	    : 20px;
	text-decoration : none;
}
.nieuws-item a:link{
  font-family			: Trebuchet MS, sans-serif;
  color				    : #000000;
	font-size		    : 11px;
	line-height	    : 20px;
	text-decoration : underline;
}
.nieuws-item a:visited{
  font-family			: Trebuchet MS, sans-serif;
  color				    : #000000;
	font-size		    : 11px;
	line-height	    : 20px;
	text-decoration : underline;
}
.nieuws-item a:hover{
  font-family			: Trebuchet MS, sans-serif;
  color				    : #FF0000;
	font-size		    : 11px;
	line-height	    : 20px;
	text-decoration : underline;
}

.list
{
  list-style-image: url('img/blokje.gif');
}

.wit {
  background: #FFFFFF;
}

.grey {
  background: #6B6B6B;
}

.errortabel {
	border-width:1;
  border-style:solid;
  border-color:  #FF0000; 
}