body          { font-family: "Verdana", "Arial", "Helvetica", "sans serif" ; 
		font-size: 0.9em ;
		font-weight: 500;
		color : #000000;
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-color: #FFFFFF;
		background-image: url('bg_pagina.gif') ;
		background-position: 0% 100% ; 
		background-repeat: no-repeat;
		
		overflow: auto;
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#FF0000;
	scrollbar-track-color:#EEEEEE;
	scrollbar-3dlight-color:#CFCFDF;
	scrollbar-highlight-color:#FFFFFA;
	scrollbar-darkshadow-color:#111111;
	scrollbar-shadow-color: #808080;
	scrollbar-face-color:#EFEFEF;
	
}
body.video {background-image: url('videovenster.gif') ;
		background-position: 0% 100% ; 
		background-repeat: no-repeat;
}

table.main {height: 100%; width: 980; position: absolute; left:10; top:0;}
		
.kop	{margin: 0px;
		padding: 0px;
		text-align: left;
		background-color: #FFFFFF;
		/*padding-right: 20px;*/
		color: #000000;
		font-size: 1.4em ;
		font-weight: 600;
		height: 100%
}
.kop img {float:left;}

tbody, tr, th, td	{font-family: "Verdana", "Arial", "Helvetica", "sans serif" ; 
		font-size: 0.9em ;
		color : #000000;
		vertical-align: top;
		text-align: left;
}
.teksten {font-family: "Verdana", "Arial", "Helvetica", "sans serif" ;
	width: 100%;
    height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 100px 30px;
	overflow: auto;
}
div	{text-align: left;
}
.teksten  A:link   {  	color : #000000 ;
		font-size: 1.0em ;
		font-weight: bold ;		
		text-decoration : underline; }

.teksten  A:visited   {	color : #000000; 
		font-size: 1.0em ;
		font-weight : bold ;
		text-decoration : underline;}

.teksten  A:active    {  	color : #FF6600 ;
		font-size: 1.0em ;
		font-weight: bold ;
		text-decoration : underline;}
		
.teksten  A:hover     {	color : #FF6600 ;
		font-size: 1.0em ;
		font-weight: bold ;
		text-decoration : underline;}
		
A:link   {color : #000000 ;
		font-size: 1.0em ;
		font-weight: bold ;		
		text-decoration : underline; }

A:visited   {color : #000000; 
		font-size: 1.0em ;
		font-weight : bold ;
		text-decoration : underline;}

A:active    {color : #FF6600 ;
		font-size: 1.0em;
		font-weight: bold ;
		text-decoration : underline;}
		
A:hover     {color : #FF6600 ;
		font-size: 1.0em ;
		font-weight: bold ;
		text-decoration : underline;}

hr	{color: #FF6600;
	width: 85%;
	height: 0.1em;
	text-align: center;
	
}

h1, h2, h3	{color: #111111;
	font-size: 18px;
}
h3, h4	{color: #111111;
	font-size: 14px;
}
.voet	{color: #CCCCCC;
		font-size:10px;
		font-weight: 400;}
/* copyright linken*/
a:link.copyright	{color: #CCCCCC;
		font-size:10px;
		font-weight: 400;
		text-decoration: none;
}
a:visited.copyright	{color: #CCCCCC;
		font-size:10px;
		font-weight: 400;
		text-decoration: none
}
a:active.copyright	{color: #CCCCCC;
		font-size:10px;
		font-weight: 400;
		text-decoration: none
}
a:hover.copyright	{color: #CCCCCC;
		font-size:10px;
		font-weight: 400;
		text-decoration: none;
		cursor: pointer;
}
/*CSS HACK VOOR MOZILLA FIREFOX*/
/* CSS-hack voor Netscape en Mozilla: uitlijning menublok*/
html>body {height: 91%; width:auto; background-attachment: fixed; background-position: 10px 100% ; }
html>body .kop {width:auto; height: 100%;}
html>body .main {height: 100%; width: 980; position: absolute; left:10; top:0;}
html>body .teksten {width: auto; }



