 /* General page style. The scroll bar colours only visible in IE5.5+ */
html
	{

	scrollbar: always;
	height: 100%;	
	}

body {
overflow: -moz-scrollbars-vertical;

scrollbar: always;
 font-size : 11px; 
 background-color: #E5E5E5;
 scrollbar-face-color: #DEE3E7;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-shadow-color: #DEE3E7;
 scrollbar-3dlight-color: #D1D7DC;
 scrollbar-arrow-color:  #006699;
 scrollbar-track-color: #EFEFEF;
 scrollbar-darkshadow-color: #98AAB1;

}

/* General font families for common tags */
font,th,td,p { 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size : 11px; 
}
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }




a.kleurkeuze:link, a.kleurkeuze:visited  
{ 
text-decoration: none; 
font-family : Tahoma;
font-size : 13px; 

}

li.kleurkeuze
{ 
border: 1px solid #000000;
padding: 8px 22px 8px 4px;
margin: 0px;
list-style: none;
background : #efefef;
}



a.kleurkeuze:hover
{
text-decoration: none;
font-family : Tahoma;
font-size : 13px;
}

a.tablink:link   
{ 
text-decoration: none; 
color : #FFFFFF; 
font-family : Tahoma;
font-size : 13px; 
}

a.tablink:visited
{ 
text-decoration: none; 
color : #FFFFFF; 
font-family : Tahoma; 
font-size : 13px; 
}

a.tablink:hover
{
text-decoration: none;
color : #FFFFFF;
font-family : Tahoma;
font-size : 13px;
}

td.tab
{
text-decoration: none;
color : #FFFFFF;
font-size : 11px;
}


tr.row1
{
background : #FFFFFF;
color : #444444;
}


tr.row2
{
background : #eeeeee;
color : #444444;
}


p.melding_fout
	{
	font-size: 11px;
	color: #CC3333;
	padding:10px;
	background: #DDDDDD;
	line-height: 1.7em;
	border: 1px solid #CC3333;
	margin-bottom : 15px;
	font-weight : bold;	
	}
