BODY {
	font-family:verdana;
	font-size:9pt;
	color: #436781;
	background : White;
}

TABLE {
	font-family:verdana;
	font-size:9pt;
	color: #436781;
	line-height: 1.5em;
}

a.thumb{
position:relative; 
display:block; 
background:url(path/to/thumb/image) no-repeat;
}
a.thumb img{display:none; color:#000;}
a.thumb:hover{color:#999;} /* for IE */
a.thumb:hover img{display:block; position:absolute; top:0; left:-200;}

.content {
	font-family:verdana;
	font-size:10pt;
	color: #436781;
	text-align: left;
	margin: 10px 10px 10px 10px;
	background : White url(afbeeldingen/achtergrond.gif) no-repeat bottom right;
	vertical-align : top;
	padding : 5px 5px 5px 5px;
	line-height: 1.5em;
	width : 550px;
}

.sidebar {
	font-family:verdana;
	font-size:9pt;
	color: #436781;
	text-align: left;
	margin: 10px 10px 10px 10px;
	background : White;
	vertical-align : top;
	padding : 5px 5px 5px 5px;
	line-height: 1.75em;
	width : 200px;
}

.footer{
	border-top : 1px solid #436781;
	text-align: center;
	vertical-align: middle;
	height : 30px;
}

A:link{
	font-family:verdana;
	font-size:9pt;
	color: #436781;
	font-weight: bold;
	text-decoration : none;
}

A:visited{
	font-family:verdana;
	font-size:9pt;
	color: #436781;
	font-weight: bold;
	text-decoration : none;
}

A:active{
	font-family:verdana;
	font-size:9pt;
	color: #859CAD;
	font-weight: bold;
	text-decoration : underline;
}

A:hover{
	font-family:verdana;
	font-size:9pt;
	color: #859CAD;
	font-weight: bold;
	text-decoration : underline;
}

H1 {
	color:#436781;
	font-size:12pt;
	margin: 0pt 0pt 0pt 0pt;
	font-weight : bold;
	border-bottom: thin solid #436781;
	line-height : 2em;
	vertical-align : text-bottom;
	text-align : right;
	font-style : italic;
}

input { 
   font-family:verdana;
  font-size:9pt;
  color : #436781;
}

select { 
   font-family:verdana;
  font-size:9pt;
  color : #436781;
}

textarea { 
   font-family:verdana;
  font-size:9pt;
  color : #436781;
}