a:link  { color: blue; text-decoration: underline;}
a:visited  { color: blue; text-decoration: underline;}
a:hover  { color: #000000; background-color: transparant; text-decoration: none;}
a:active  { background-color: transparant;}

html, body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
  	height: 100%;
  	width: 100%;
  	font-size: 12px;
  	color: #505050;
  	background-color: #86CAD3;
  	font-family: Arial, sans-serif;
}

img {
	border: solid 0px;
}

table {
	width: 780px;
	padding: 0px 0px;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	background: #FFFFFF url(../images/btb200ipf_800x800_bl_nieuw1.png);
	background-repeat: repeat;
}

h1 {
	font-family: Arial, Times New Roman;
	font-size: 26px;
	font-weight: bold;
	color: #336699;
	text-align: left;
}

h2 {
	font-family: Verdana, Arial, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	line-height: 95%;
	margin-bottom: -14px;
	color: #505050;
}

/* CLASSES */

td.nav {
	float: right;
	width: 100px;
	vertical-align: top;
	line-height: 32px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 20px;
}

td.bio {
	padding: 0px 0px;
	margin: 2px 2px 2px 2px;
	vertical-align: top;
	text-align: left;
	background: none;
}

/* class, nodig om de breedte van tabellen in pagina's binnen de perken te houden */
table.contacttable {
	width: 500px;
	background: none;
}

.img {
	border: solid 1px #86CAD3;
}

.footer {
	text-align: left;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 10px;
	font-weight: bold;
}

/* FORMULIERVELDEN */

input, select, textarea {
   font-family: Arial, Verdana, Comic Sans, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 14px;
   border: 1px solid #606060;
	background: #F5F5F5;
}