body {
 	font-family: Verdana, Arial, "Times New Roman";
	font-size: 8pt;
	background: #E9E9E9;
	margin-left: 0px;
	margin-top: 0px;
}

html, body {
			height: 100%;
			min-height:100%;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	min-height:100%;
	height: 100%;
}

#banner {
	clear: both;
	position: relative;
	margin-left: 25px;
	width: 800px;
	height: 120px;
	border: 1px solid #933;
	padding: 0px;
	background: url(../images/logo.jpg);
}

#menu {
	position: relative;
	margin-left: 25px;
	width: 800px;
	/* height: 25px;*/
	border-left: 1px solid #933;
	border-right: 1px solid #933;
	background-image: url(../images/bgknop.gif);
	text-align: center;
}

#menu ul{
	margin: 0;
	padding-bottom: 6px;
	list-style-type: none;
}
#menu ul li{
	margin:0px;
	display: inline;
	font-size: 15px;
}

#menu ul li a {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px; 
	padding-left: 18px;
	padding-right: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-variant: small-caps;
	text-decoration: none; 
	color: #933;
	background-image: url(../images/bgknopzw.gif);
	border-top: 0px;
	border-left: 1px solid #933;
	border-right: 1px solid #933;
}

#menu ul li a:hover {
	background-color: #933;
	color: gray !important;
}

#menu ul li .current {
	color: black; 
}

#content {
	position: relative;
	width: 780px;
	background-color: White;
	color: Black;
	min-height: 400px;
	margin-left: 25px;
	border-left: 1px solid #933;
	border-right: 1px solid #933;
	border-bottom: 1px solid #933;
	border-top: 1px solid #933;
	padding: 10px;
	line-height: 1.8em;
}

#content h3 {
	font-variant: small-caps;
	font-size: 2em;
	text-align: center;
	color: #933;
}

table {
	border-collapse:collapse;
	border: 1px solid #933;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width:600px;
	text-align: center;
	color: #933;
}

th {
	margin: 0px;
	padding: 3px;
	text-align: center;
	color: white;
	background-color: #933;
}

th.witlinks {
	border-left: 1px solid white;
}

td {
	border: 1px solid #933;
	margin: 0px;
	padding: 3px;
	text-align: center;
	color: #933;
}

td.links { /* klasse voor links uitgelijnde cellen */
	border-bottom: 1px solid #933;
	border-right: 1px solid #933;
	margin: 0px;
	padding: 3px 3px 3px 8px;
	text-align: left;
	color: #933;
}

td.rechts { /* klasse voor rechts uitgelijnde cellen */
	border-bottom: 1px solid #933;
	border-right: 1px solid #933;
	margin: 0px;
	padding: 3px 8px 3px 3px;
	text-align: right;
	color: #933;
}

#footer {
	font-size:0.8em;
	position: relative;
	text-align: center;
	color: Black;
	margin-left: 25px;
	width: 800px;
	padding: 0px;
}

.groteletter {
	font-weight: bolder;
	border: solid 1px #828282;
	padding: 1px;
	background-color: #f9e2dc;
	color: #933;
}

a {
	font-weight: bolder;
	color: #933;
	text-decoration: underline;
}

a:hover {
	font-weight: bolder;
	color: #828282;
	text-decoration: none;
}

.centreer {
	position: relative;
	left: 100px;
	top: 150px;
	border: 1px solid #933;
	width: 550px;
	padding: 15px;
	margin: 0px;
	text-align: center;
}

ul  {
	/*rode vierkantjes*/
	background: inherit;
	color: #933;
	list-style-type: square;
}

ul li {
	background: inherit;
	color: black;
}
	
hr {
	width: 90%;
	border: 1px solid #828282;
}	
