/* Look algemene tekst definieren */ 
TABLE,TD,TR,BODY,DIV,P,B {font-family : Arial, Helvetica, sans-serif;font-size : 12px; color=#000000}

BODY	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
color=#000000; 	background-image: url(images/backgr.gif);
	background-repeat: repeat-y;
}

/* Look van links definieren */ 
A:visited {text-decoration: underline; color: #CC3300;}
A:link {text-decoration: underline; color: #CC3300;}
A:active {text-decoration: underline; color: #FF6600;}
A:hover {color: #CC3300;}


/* Look van input en textvelden definieren */ 
FORM, INPUT, TEXTAREA {font-family : Arial, Helvetica, sans-serif;font-size : 12px}

/* Look van dropdown menus definieren */ 
OPTION, SELECT 	{font-family : Arial, Helvetica, sans-serif;
		font-size : 12px}

/* Look van speciale tekst genereren */ 
.klein		{font-family : Arial, Helvetica, sans-serif;
		font-size : 11px}
.groot		{font-family : Georgia, "Times New Roman", Times, serif;
		font-size : 16px; letter-spacing:2px; color: #CC3300; font-weight: bold}
.kop		{font-family : Arial, Helvetica, sans-serif;
		font-size : 12px; 
		font-weight : bold; color: #336600; 
		letter-spacing: 1px; text-transform: capitalize}

/* Look van speciale onderdelen zoals een menu met speciale links bepalen */ 
.footer		{font-family : Arial, Helvetica, sans-serif;	
		font-size : 10px; color:#000000;  text-decoration: none}

A.footer		{font-family : Arial, Helvetica, sans-serif;	
		font-size : 10px; color:#000000;  text-decoration: none}

A.footer:hover 	{font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : #cccccc; text-decoration: underline}

A.footer:visted 	{font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : #666666; text-decoration: none}

A.footer:active 	{font-family : Arial, Helvetica, sans-serif;
		font-size : 10px;
		color : #cccccc; text-decoration: underline}


/* Look van scrollbar definieren */ 
BODY { 
/* schuifding */ 
scrollbar-face-color: #D3CDAC; 

/* schaduw rechts */ 
scrollbar-shadow-color: #000000; 

/* highlight links */ 
scrollbar-highlight-color: #ffffff; 

/* highlight randje links */ 
scrollbar-3dlight-color: #ffffff; 

/* schaduw randje rechts */ 
scrollbar-darkshadow-color: #7B7764; 

/* achtergrond kleur */ 
scrollbar-track-color: #FFFFFF;

/* kleur peiltjes */ 
scrollbar-arrow-color: #FF9900
}

table tr td.bg {
	background-image: url(images/bgnav.jpg);
}
table tr td.bg table.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 20px;
}
-->
<!--
table.nav tr td a.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}