html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

table.main {
	width: 100%;
}

td.backheader {
	background: url("images/back_header.gif");
	width: 172px; 
	height: 65px;
}

td.leftcorner {
	background: url("images/corner_left_top.gif"); 
	width: 173px;
	height: 144px;
	text-align: right;
	vertical-align: bottom;
}

td.leftcornerbottom {
	background: url("images/corner_left_bottom.gif"); 
	width: 173px;
	height: 41px;
}

td.bochtje {
	background-color: #399;
	vertical-align: bottom;
	width: 16px;
	text-align: right;
}

td.rightcorner {
	background: url("images/corner_right_top.gif"); 
	width: 172px;
	height: 144px;
}

td.rightcornerbottom {
	background: url("images/corner_right_bottom.gif"); 
	width: 172px;
	height: 41px;
}

td.top {
	background: url("images/border_top.gif"); 
	height: 38px;
}

td.bottom {
	background: url("images/border_bottom.gif"); 
	height: 41px;
	vertical-align: bottom;
	font-weight: bold;
	padding: 0px;
}

td.bottom_address {
	background-color: #c3e6e0;
	height: 1em;
	vertical-align: middle;
	text-align: center;
	color: #666666;
	font-weight: bold;
	padding: 1px 0px 1px 1px;
}

td.nsglogo {
	height: 37px;
	vertical-align: bottom;
}

td.tableheader {
	height: 69px;
	background: url("images/table_bgr.jpg"); 
}

td.back_header_right {
	background: url("images/back_header_right.gif");
	width: 172px;
}

td.navigatie {
	background: url("images/border_left.gif"); 
	width: 173px;
	height: 400px;
	vertical-align: top;
}

td.borderright {
	background: url("images/border_right.gif"); 
}

td.background {
	background-color: #339999;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

td.content {
	width: 50%;
}

td.inhoud {
	vertical-align: top;
}

input.zoeken {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1em;
	text-align: center;
	background: #FFF;
	color: #999; 
	width: 80px;
}

p.right {
	text-align: right;
}

.regular {
	font-weight: normal;
	text-decoration: none;
}

.italics {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.sub {
	vertical-align: sub;
}

.sup {
	vertical-align: super;
}

.underline {
	text-decoration: underline;
}

.strike {
	text-decoration: line-through;
}

.rood {
	color: #FF0000;
}

.groen {
	color: #009900;
}

.blauw {
	color: #0000FF;
}

.titel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 150%;
	position: relative;
	font-weight : bold;
	margin-top: 1em;
	z-index: 0;
	color : #339999;
}

.subtitel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bold;
	color : #000000;
}

.code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

img {
	border: 0px;
}

LI {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

UL {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	
}

a:link, a:visited {
	color : Maroon;
	text-decoration : none;
}

a:active, a:hover {
	color : Red;
	text-decoration : none;
}

a.favo:link, a.favo:visited {
	color : #339999;
	text-decoration : none;
	font-size : 12px;
}
a.favo:active, a.favo:hover {
	color : #000000;
	text-decoration : none;
	font-size : 12px;
	font-weight : bold;
}

a.hmenu:link, a.hmenu:visited {
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}

a.hmenu:active, a.hmenu:hover {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}

a.maillink:link, a.maillink:visited {
	color : Maroon;
	text-decoration : underline;
	font-weight : bold;
}

a.maillink:active, a.maillink:hover {
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

a.menu:link, a.menu:visited {
	color : #000000;
	text-decoration : none;
}

a.menu:active, a.menu:hover {
	color : #000000;
	text-decoration : none;
}

H1,.biggest {
	font-size : 1.5em;
	font-weight : bold;
}

H2,.bigger {
	font-size : 1.3em;
	font-weight : bold;
}

H3,.big {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
	color : #339999;
	
}

#vertnav{list-style: none;}

#vertnav ul { 
	padding:0;
	margin:0;
	list-style: none;
	width:10em;
	z-index:9999;
	overflow:visible;
	position:absolute; 
	background-color:#DFDFDF;
      
}

#vertnav li { 
	position: relative;
	width: 10em;
	background-color:#FFFFFF;
	border:solid 0px #CECECE;
	display:block;
	height:1.5em;
	margin:0;
	z-index:9999; /* IE's z-index zuigt: http://annevankesteren.nl/2005/06/z-index */
}
#vertnav ul li{ background-color:#99CCCC;}

#vertnav li{ border-width:1px 1px 0 1px;}
#vertnav li:last-child{border-bottom:1px solid #CECECE;}

#vertnav a {
	text-decoration:none; 
	display:block;
	padding: 0.1em;  
	margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
	width:10em; /*helps IE with hover */
	height:1.2em;
	color: #000000;
}

#vertnav li:hover, #vertnav a:hover {
	background-color:#DFDFDF; 
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
	display:none; 
	position:absolute; 
	top:0; 
	left:10em;
}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul{
	display:none; 
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul{
	display:block;
}

li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #vertnav li{float:left;} 
/* end holly hack */