 
a {color: #0052AD; text-decoration:underline;}
a:hover {color: #FF9900;}

/*de volgende regel zorgt dat er geen paarse rand om plaatjes die een link zijn
  heenkomt*/        
a img {border: 0} 

.file:hover {color: #FF0000; text-decoration:underline;}

/*standaard tekst (tekststijl gebruikt ook deze vanaf nu)*/        
p  { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #525252; font-weight: normal; margin-top:0px;}
/*deze moeten na de links komen, anders gaat het fout..*/        
h1 { font-size: 22px; color: #0052AD; font-weight: bold; margin-top:0px;}
h2 { font-size: 16px; color: #0052AD; font-weight: bold; margin-top:0px;}
h3 { font-size: 14px; color: #0052AD; font-weight: bold; margin-top:0px; margin-bottom:2px;}
/*het is beter om voor de linkstijl geen grootte te specificeren, want de tekst eromheen
kan groter gemaakt zijn*/
a.linkstijl 	{text-decoration: underline; color: #00829B;}
a.linkstijl:hover {text-decoration: underline; color:#990000;}




/*********************************************************
*           Definities voor de body tag:                 *
*********************************************************/

body 	{font-family: Arial, Helvetica, sans-serif; background:#FFFFFF; margin:0px; color:#000000;}
	
/*********************************************************
*           Definities voor de navbalken:                *
*********************************************************/

td.hoofdrub {padding-left:17px; height:18px;}
td.hoofdrub a {color:#000000; font-size:12px; font-weight:bold; letter-spacing:1px; text-decoration:none;}
td.hoofdrub a:hover {color:#990000; text-decoration:underline;}
td.subrub {padding-left:32px; height:16px;}
td.subrub a {color:#00829B; font-size:12px;; font-weight:normal; letter-spacing:0px; text-decoration:none;}
td.subrub a:hover {color:#990000; text-decoration:underline;}

/*********************************************************
*           Definities voor in template zelf:            *
*********************************************************/
td#headeruitvul {}
a#zeta {font-size:11px; color:#0052AD; letter-spacing:2px; text-decoration:none;}
a#zeta:hover {color:#FF9900;}

td#maincellzoeken {vertical-align:top; padding-top:5px;}

table.content {width:765px;height:100%;}
table.navbar {height:100%;}
td#navcell {width:220px; vertical-align:top; padding:10px;}
td#sponsorlogo {vertical-align:bottom; padding-left:10px;}
td.content {vertical-align:top;}

div#iconsleft {position:absolute; left:15px; margin-top:110px;}
div#iconsright {position:absolute; left:653px; margin-top:104px;}
td.icon {padding-right:22px;}
td.iconright {padding-right:0px;}
div#locbar {position:absolute; left:175px; margin-top:112px; color:#000000; font-size:11px;}
a.locbar1 {color:#000000; text-decoration:none;}
a.locbar1:hover {color:#DD0000; text-decoration:underline;}

ul { font-size: 14px; }
ol { font-size: 14px; }

div#locbar {position:absolute; left:10px; margin-top:112px; color:#000000; font-size:11px;}
td#headercell {width:770px; height:136px; vertical-align:top;background: url("/template/vwrrheden/bovenbalk_home2.jpg") no-repeat;}
table#main {width:100%; height:100%;background: url("/template/vwrrheden/uitvulboven_home.gif") repeat-x 0px 128px;}
td#maincell {vertical-align:top; padding-top:5px;background-image:none;}

td#footercellhp {height:15px; background: url("/template/vwrrheden/footer_home.gif") no-repeat; font-size:1px; text-align:right;}
td#footeruitvulhp {background: url("/template/vwrrheden/uitvulonder2.gif") repeat-x; font-size:1px;}

p.noflash {font-size:10px; margin-top:70px;}

td#maincell.construction {padding:20px 0 20px 104px;}

/*********************************************************
*           Definities voor uitprinten:                  *
*********************************************************/

@media print {
	body {color: #000000;}
	p  {color: #000000;}
	h2 {color: #000000;}
	h3 {color: #000000;}
	a {color: #000000;}
	table  {color: #000000;}
	td#headercell {display:none;}
	td#footercell {display:none;}
	td#navcell {display:none;}
	td.uitvul {display:none;}
	div.noprint {display:none;}

}



