/* Cascading Style Sheet, voor NetBits */
/* Dit moet in de <HEAD> sectie staan van de HTML file */
/* <LINK REL=STYLESHEET TYPE="text/css" HREF="netbits.css"> */

body
{
 font-family: Calibri, tomaha, Arial, Helvetica;
 font-size: 12pt
}

a 
{ color: #009900; 
  text-decoration: none;
  font-weight:bold
}

a:hover 
{text-decoration: underline;
 font-weight:bold;
 color:#009900  
}

a:active
{text-decoration: underline;
 font-weight:bold;
 color:#009900
}

h3
{
 font-family: Calibri, tomaha, Arial, Helvetica;
 font-style: italic;
 font-weight:bold;
 font-size: 13pt
}

h2
{
 font-family: Calibri, tomaha, Arial, Helvetica;
 font-size:14pt
}

tr
{
 font-family: Calibri, tomaha, Arial, Helvetica;
 font-size:12pt  
}

smalltable
{
 font-family: Calibri, tomaha, Arial, Helvetica;
 font-size:8pt  
}

.groupvisible
{	display: table-row; background-color : #EEE
}

.groupinvisible
{ 
	display:none; background-color : #EEE
}

INPUT {
	font-family	: Verdana, Arial, Helvetica;
 	font-size	: 9pt;
	COLOR: #000;
}

TEXTAREA {
	font-family	: Verdana, Arial, Helvetica;
 	font-size	: 9pt;
	line-height 	: 1.6em;
	color		: #000;
}

SELECT {
	font-family	: Verdana, Arial, Helvetica;
 	font-size	: 9pt;
	line-height 	: 1.6em;
	color		: #000;
}

.editor {
	font-family: Verdana, Arial, Helvetica;
 	font-size:9pt  
}


.grijs {
  color :  #333333;
}
