/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #333;
	font-weight: normal;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* @end */

html, body {
	height: 100%;
}

body {
	font: 10px/20px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/interface/Doek-donker.jpg) repeat;
	color: #333;
}

input, select, textarea {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

input:focus,textarea:focus {
	background: #fffed5;
}

input.radio {
}

input.button {
	display: block;
margin: 15px 0 0 0;
}

input.passend, textarea.passend {
	width: 150px;
}

div#container {
	position: relative;
}

div#site {
	width: 900px;
	margin: 0 auto 0 auto;
	padding-bottom: 0px;
	background: #fff;

}

div#subnav {
	width: 900px;
	overflow: auto;
	background: green url(../images/interface/menu-home.png) 0 bottom;
}

ul#subnav  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#subnav li {
	list-style-type: none;
   margin: 0; 
   padding: 0; 
   float: left; 
   text-align: center;
}

ul#subnav li.first {
margin-left: 25px;
   border-left: 1px solid #999;
}

ul#subnav a { 
   display: block; 
   text-decoration: none; 
   padding: 8px 15px; 
   font-weight: bold; 
   border-right: 1px solid #999;
   }

ul#subnav a:hover { 
   background: #d8d8d8;
   
   }

div#homebeeld {
	clear: both;
}

table#hometable {
	margin-top: 30px;
	margin-left: 30px;
}

table#hometable td {
	padding-right: 20px;
	vertical-align: top;
	text-align: left;
	}

.col1 {
width: 550px;
	}

.col2 {
width: 300px;
	}

.col3 {
width: 200px;
	}

div#recent {
	margin: 0;
	padding: 0;	
}

div#recent a {
	color: #ff0000;
	font-size: 12px;
}

div#recent a:hover {
	font-size: 12px;
	color:  #333;
}


h1 {
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h3 {
	font: bold 10px/10px Arial, Helvetica, Geneva, sans-serif;
	margin: 10px 0 12px 0;
}

strong {
	font-weight: bold;
}

/* @group header + topnav */

div#header {
	position: relative;
	width: 865px;
	height: 25px;
	padding: 11px 0 0 35px;
	background: #fff;
}

ul#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#header li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

div#header a {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #f6220d;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div#header a:hover {
	text-decoration: underline;
}

div#header a:active {
}

div#datum {
	font-size: 9px;
	width: 200px;
	text-align: center;
	float: right;
	color: #333;
	letter-spacing: 1px;
}

/* @end */

/* @group branding */

div#branding {
	position: relative;
	height: 90px;
	width: 900px;
	background: #f6220d url(../images/interface/header.gif) no-repeat;
}

/* @end */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	clear: both;
}

#footer2 {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	background: none;
}