/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen { 

  ul.mktree ul, ul.mktree li { 
    margin-left:0px; 
    padding-left:0px;
  } 

  /* Turn off list bullets */
  ul.mktree  li { 
    list-style: none; 
  } 

  /* Control how "spaced out" the tree is */
  ul.mktree, ul.mktree ul , ul.mktree li {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:0px; 
    padding-left:0px;
  }

  /* Provide space for our own "bullet" inside the LI */
  ul.mktree  li  .bullet { 
    margin: 0px;
  }

  /* Show "bullets" in the links, depending on the class of the LI that the link's in */
  ul.mktree  li.liOpen    .bullet { 
    cursor: pointer; 
  }
  ul.mktree  li.liClosed  .bullet { 
    cursor: pointer; 
  }
  ul.mktree  li.liBullet  .bullet { 
    cursor: default; 
  }

  /* Sublists are visible or not based on class of parent LI */
  ul.mktree  li.liOpen    ul { 
    display: block; 
  }
  ul.mktree  li.liClosed  ul { 
    display: none; 
  }

  /* Format menu items differently depending on what level of the tree they are in */
  ul.mktree  li {
    /*
    font-size: 10pt; 
    */
  }
  ul.mktree  li ul li { 
    /*
    font-size: 8pt;
    */
  }
  ul.mktree  li ul li ul li { 
    /*
    font-size: 8pt; 
    */
  }
  ul.mktree  ul li ul li ul li li { 
    /*
    font-size: 8pt; 
    */
  }

}

.padnav /*, 
.hoofdnav, .hoofdnav-active, .hoofdnav-active-down, 
.subnav, .subnav-active,
.subsubnav, .subsubnav-active*/
{
	text-transform: lowercase;
}



/* sitemap page */

.link0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #1A2C65;
	text-decoration: none;
	background-image: url(../images/nieuws_pijltje.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 5px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: lowercase;
}
a.link0:hover {
	text-decoration: underline;
	background-image: url(../images/nieuws_pijltje_b.gif);
}

.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #1A2C65;
	text-decoration: none;
	background-image: url(../images/nieuws_pijltje.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: 30px 5px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: lowercase;
}
a.link1:hover {
	text-decoration: underline;
	background-image: url(../images/nieuws_pijltje_b.gif);
}

.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #1A2C65;
	text-decoration: none;
	background-image: url(../images/nieuws_pijltje.gif);
	background-repeat: no-repeat;
	padding-left: 75px;
	background-position: 60px 5px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: lowercase;
}
a.link2:hover {
	text-decoration: underline;
	background-image: url(../images/nieuws_pijltje_b.gif);
}

.link3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #1A2C65;
	text-decoration: none;
	background-image: url(../images/nieuws_pijltje.gif);
	background-repeat: no-repeat;
	padding-left: 105px;
	background-position: 90px 5px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*	text-transform: lowercase;*/

a.link3:hover {
	text-decoration: underline;
	background-image: url(../images/nieuws_pijltje_b.gif);
}

.link4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #1A2C65;
	text-decoration: none;
	background-image: url(../images/nieuws_pijltje.gif);
	background-repeat: no-repeat;
	padding-left: 135px;
	background-position: 120px 5px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: lowercase;
}
a.link4:hover {
	text-decoration: underline;
	background-image: url(../images/nieuws_pijltje_b.gif);
}

.inline
{
  display: inline;
}

.verrijkt-dossier-link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
  color: #cccc00;
}

a.verrijkt-dossier-newtax
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: white;
}

