BODY	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 10px;
	font-size: 0.9em;
	overflow-x: hidden;
	overflow-y: auto;
	color: #FFFFFF;
	}
TABLE	{
	font-size: 1.0em;
	}
TD	{
	vertical-align:top;
	}
.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.top
	{
	background-image: url(images/top_background.jpg);
	background-repeat:no-repeat;
	background-color: white;
	}
.left	{
	background-color: rgb(204,204,255);
	}
pre{
  display: inline;
}
H1 	{
	color: rgb(0,0,102);
	font-weight: bold;
	font-size: 1.5em;
	}
H2 {
	color: #EEEEEE;
	font-weight: bold;
	font-size: 1em;
	}
	
H4 {
	color: #D0D0D0;
	font-weight: bold;
	font-size: 0.8em;
	text-align:center;
	
	}	
H3 {
	font-size: 18px;
	font-weight: bold;
	color: #EEEEEE;
	text-align:center;
	padding: 10px 3px 0 3px;
	}	
a:link, a:visited 	{
	color: rgb(102,102,255);
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: rgb(50,50,255);
	font-weight: none;
	text-decoration: underline;
	}

a.meld:link, a.meld:visited 	{
	color: black;
	font-weight: bold;
	text-decoration: none;
	}

a.meld:hover, a.meld:visited:hover {
	color: rgb(0,0,102);
	font-weight: none;
	text-decoration: none;
	}

.citaat{ 
  	position: relative;	
	font-size: 1em;
	font-weight: bold;
	color: #D0D0D0;
	padding: 0px 0px 0 0px;
}

#toolbar{ 
  	position: relative;
	z-index: 25;
	clear: both;
	font-size: 1em;
}

#header{
        position: relative;
        width:710px;
	padding: 10px 0px 0 0px;
}

#header h2{
	position: relative;
	z-index: 23;
	margin: 0;
	padding: 0 0 20px 0;
}

#header ul{
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	align:center;
}

#header li{ 
	float: left;
	margin-right: 0px;
}

#header a{
	display: block;
	width: 100px;
	height: 37px;
	background: transparent url(images/tab_2.png) bottom no-repeat;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 0.7em;
}

#header a.current, #header a.currentAncestor{
	text-decoration: underline;
}

#header ul li a span{
	display: block;
	padding-top: 10px;
}

#header ul ul{ display: none; } /* Only show top level on main menu */