/* voor de combo boxen */
SELECT    
{
	BACKGROUND	: #FFFFff; 
	COLOR		: #808080; 
	WIDTH		: 170px;
}

body 
{ 
    scrollbar-face-color		: #F0F0F0; 
    scrollbar-shadow-color		: #F0F0F0; 
    scrollbar-highlight-color	: #F0F0F0; 
    scrollbar-track-color		: #F0F0F0; 
    scrollbar-3dlight-color		: #404040; 
    scrollbar-darkshadow-color	: #404040; 
    scrollbar-arrow-color		: #404040; 
	margin-top					: 3pt;
	margin-bottom				: 0pt;
	margin-left					: 5pt;
	margin-right				: 5pt;
	//height					: 100%;
} 

div
{
	margin-top	:0pt;
	margin-bottom:0pt;
}

.normal
{
	font-size	: 9.0pt;
	font-family	: arial;
	font-weight	: normal;
	color		: black;
	background	: #F4F4F0; /* lichtgrijs /* #FFFFEC; /* 255 255 236 creme wit */
}

.pane
{
	font-size	: 9.0pt;
	font-family	: arial;
	font-weight	: normal;
	color		: black;
    //border-width: 1px 2px 2px 2px; 
    //border-color: black;
	padding		: 0px; 
	overflow	: auto;

}

h1	
{	font-size	: 12pt;
	font-family	: arial;
	margin-top	: .0001pt;
	margin-bottom:.0001pt;
	color		: #C40000;
	FONT-WEIGHT	: bold;
}

h2	
{	font-size	: 10.0pt;
	font-family	: arial;
	color		: #000000; /* 31 113 0  een soort klassiek groen */
	margin-top	: 6pt;
	margin-bottom:2pt;
}

h3	
{	font-size	: 9.0pt;
	font-family	: arial;
	margin-top	:.00001pt;
	margin-bottom:.0001pt;
	color		: #C40000;
	line-break : strict;
}

h4
{	font-size	: 9.0pt;
	font-family	: arial;
	color		: red;
	font-weight	: normal;
}

table
{
	margin-top	:.00001pt;
	font-size	: 9.0pt;
	font-family	: arial;
	font-weight	: normal;
	color		: black;
}

/* links */
A			{ color:black; TEXT-DECORATION: none; }
A:link		{ color:black; TEXT-DECORATION: none; }
A:visited	{ color:black; TEXT-DECORATION: none; }
A:active	{ color:black; TEXT-DECORATION: none; }
A:hover   
{	BACKGROUND: darkgray; COLOR:white; 
	/* CURSOR: url(../images/pion.cur);*/
}






