/* --- stamboom --- */
body {min-width: 385px;}
li {clear:both;}
#tree1 img {margin:4px; padding:0px;  box-shadow:4px 4px 3px #888888; height:75px; width:auto!important; min-width:50px;}
.bovenaan {vertical-align:top;}
td {vertical-align:middle;}
.stam {border-collapse:collapse;  margin-left:17px; border-width:3px 0 3px 5px; 
      border-style:solid; border-color:#808080 #000000 #808080 #0000ff;}
.stam td {border-style:solid; border-width:1px 0 1px 0; border-color:#808080; 
      padding:2px 0 2px 2px; text-align:left;}
.nix {border-collapse:collapse; border-style:none;} /* table without borders */
.nix td {border-style:none;  text-align:left;}
.right {float:right; position:relative; font-style:italic; width:30%; margin:10px;
       border-style:none; padding:9px; background-color:silver;} /*  gedicht */
.mktree li {border-left:blue solid 5px; border-top:grey solid 2px; border-bottom:grey solid 2px;}
.mktree ul {margin:3px;}

.blokken {display: flex; justify-content: flex-start;}
.met {display: block; padding: 3px 0 3px 25px; font-style:italic; font-weight:bold;}
#tree1 img {height:70px!important; width:auto!important;  }

/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
    ul.mktree  li { list-style: none; }/* Turn off list bullets */
  /* Control how "spaced out" the tree is */
  ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
  /* Provide space for our own "bullet" inside the LI */
  ul.mktree  li           .bullet { padding-left: 15px; }
  /* Show "bullets" in the links, depending on the class of the LI that the link's in */
  ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(IMG/treeminus.gif)  center left no-repeat; }
  ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(IMG/treeplus.gif)   center left no-repeat; }
  ul.mktree  li.liBullet  .bullet { cursor: default; background: url(IMG/treebullet.gif) center left no-repeat; }
  /* 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 */
/* Uncomment this if you want your fonts to decrease in size the deeper they are in the tree */
/*
	ul.mktree  li ul li { font-size: 90% }
*/
}