body {
	color: #FFFFCC;
	background: #333366 url('images/blauw.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin:0;}

/*De paginaheaders:*/
h1	{ 
	font-size: 150%; 
	color: #CC9900; 
	background: transparent;
	font-weight: bold}

/*Tweede header(s):*/
h2	{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0px;}
	
/*List-items verder uit elkaar:*/
li {
 margin-bottom: 5px;
}

/*Textboxes en formulieren. Zie ook truc met style Monoface ivm text-area
NADER BEKIJKEN!*/
.textbox {
}

/*Opmaak van marquee*/
p.marquee {
	color: #CC9900; background: transparent; font-size: 120%; font-weight: bold;}

/*Images*/
img {border: none}

table {
	width: 100%;
	border-collapse: collapse;}

/*Positie van elementen als images: */
.rechts {float:right; margin-left:15px;}
.links {float:left; margin-right:15px;}
.center {text-align:center}
	
/*Highlights in tekst:*/
span.kop {font-weight: bold;}
.kop {font-weight: bold; margin-bottom: -15px;}
strong {font-weight: bold}

/*Paragraafregels dichter bij elkaar (bijv. kopje boven lijst)
NB Werkt niet in NS 4.7!*/	
.closer {margin-bottom: -15px;}

/* Paragraaf e.d. dichter bij heading 2 */
.hoger {margin-top:0px}

/*Boxes:*/
div.main {
	padding-top: 100px;
	background: url('images/kop.gif') no-repeat; }
	
div.menu {	
	width: 160px;
	text-align: center; 
	padding-left: 10px;}
	
div.content {
	position: absolute;
	top: 90px;
	left: 210px;
	padding-right: 10px;
	padding-bottom: 10px;}

/*Links*/
a:link 		{color: #FFFFCC; background: transparent;}
a:visited 	{color: #CFC890; background: transparent;} 
a:active	{color: #CCCC99; background: transparent;}

a.menu  {
	border-right: #000000 3px solid; 
	border-top: #695E76 3px solid; 
	border-left: #695E76 3px solid; 
	border-bottom: #000000 3px solid; 
	text-decoration: none;
	width: 150px;
	font-size: 90%;
	font-weight: bold; 
	margin-top: 3px;
	margin-bottom: 1px;
	margin-right: 8px;
	display: block;
}

a.menu:visited {color: #ffffcc; background: transparent;}

a.menu:hover {
	border-right: #695E76 3px solid; 
	border-top: #000000 3px solid; 
	border-left: #000000 3px solid; 
	border-bottom: #695E76 3px solid;
	color: white; background: transparent;
}

p.sig {font-size: .85em; color: #CFC890; margin-right:20px; text-align: right}
a.sig:link, a.sig:visited  {color: #CFC890; border-right: none}