body {
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	}
	
body, div, td, td td, p, span, a, iframe, input, select, option, textarea {
	font-family: Trebuchet MS, Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #101010;
	}

pre {
	font-family: Courier New, Courier;
	font-size: 14px;
	color: #101010;
	}


td#footer {padding:8px; border-top:3px dotted #333333; font-size:13px; color:#555555;}
td#footer a {font-size:13px; color:#555555;}


.opacity {background:#ffffff; filter:alpha(opacity=60); -moz-opacity:0.6}

.button {
	color: #1FAC1F;
	}
	
h3 {color:#f5f5f5; background-color:#333333; padding: 3px 8px;}




/* navlist */

td#navigatie {height:30px;}

ul#navlist
{
margin: 0;
padding: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 5px 8px; font-size: 15px; font-weight:bold;}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #333;
background-color: #C9DDFE;
text-decoration: none;
}


