
/*
 * Global style sheet
 * $Id: style.css,v 1.33 2010-09-07 19:42:46 luc Exp $
 */



div.zijkant {
    position: fixed;
    left: 0px;
    top: 50px;
    width: 170px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    clear: both;
    font-size: 0.8em;
  }


div.menu {
    margin: 0px 10px;
    padding: 10px 0px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
  }


div.google {
    margin: 0px 10px;
    padding: 10px 0px;
    /*border-top: 1px solid #307082;
    border-bottom: 1px solid #307082;
    */;
  }


div.menu ul {
    list-style-image : none;
    list-style-type : none;
    margin : 0px;
    padding : 0px 0px 0px 5px;
  }


div.menu ul ul {
    list-style-position: outside;
    margin-left : 15px;
    padding-left : 0px;
  }


div.menu ul .selected,#menu ul li .selected {
    font-weight : bold;
    border-left : 2px solid #444;
    padding-left : 5px;
  }

/* There is one workaround in this part of the style sheet. 
   To make the links active for the full width of the DIV,
   I made them display: block;. This works for everything but IE/Windows.
   If you give the block an explicit width of 100%, then IE/Windows plays along.
   But doing this creates problems with IE5/Mac and Netscape/Mozilla. So I 
   used the child selector“>” to redefine the width to auto. Since IE/Windows
   doesn’t understand child selectors, it ignores the rule. IE5/Mac, Opera and
   Netscape/Mozilla follow the rule, and everyone is happy.
*/


div.menu li a {
    list-style-type : none;
    text-decoration : none;
    line-height: 1.2em;
    font-family : "Arial", serif;
    width : 100%;
    color: #444;
    display : block;
  }


html>body #menu li a {
    width : auto;
  }


div.menu li a:hover {
    background-color : #444;
    color : white;
  }


div.tekstdeel {
    position: absolute;
    left: 180px;
    top: 50px;
  }


div.titel {
    position: absolute;
    bottom: 100%;
    padding: 10px 10px 10px 20px;
  }


div.titel h1, h2 {
    margin: 0px;
    padding: 0px;
    color: #444;
  }


div.hoofdtekst {
    padding: 10px 10px 0px 20px;
    border-top: 3px solid #444;
  }


div.voetnoot {
    /*margin: 10px 10px 0px -0px;
    */ padding: 10px;
    border-top: 2px solid #444;
    clear: both;
    font-size: 0.8em;
  }


div.voetnoot img,div.voetnoot a {
    border: none;
    vertical-align: middle;
    clear: both;
  }


body {
    padding-bottom : 1em;
    font-family : "Georgia", "Times New Roman", serif;
    line-height: 1.2em;
    font-size : 1em;
    color: #444;
    background-color : white;
  }


p {
    margin-right : 1cm;
  }


a.referentie {
    vertical-align : super;
    border-bottom : 1px solid black;
  }


p.eerste:first-letter {
    font-size : 1.6em;
    margin-top : -0.25em;
  }

/* links */


div.hoofdtekst a {
    color: #444;
    text-decoration: none;
    /*border-bottom: 1px dotted;
    */ font-weight: bold;
  }


div.hoofdtekst a:hover {
    color: #307082;
    font-weight: bold;
  }


h1, h2 {
    font-size: 1.2em;
    clear: both;
  }


h3 {
    font-size: 1.1em;
  }


h4 {
    font-size: 0.8em;
    font-weight: normal;
    text-align: right;
    margin-right: 1cm;
  }


hr {
    border: 1px solid #307082;
    width: 80%;
  }


.bijschrift {
    width: 80%;
    font-size: 0.9em;
    margin: 0.5em auto;
    padding: 0.5em;
    text-align: center;
    clear: both;
  }


.notitie {
    font-size: 0.8em;
    margin-left: 2em;
    margin-right: 2em;
    padding: 0.2em;
  }


.source {
    font-family: monospace;
    background-color: #FFFFC0;
    font-size: 0.9em;
  }


.source_brief {
    float: left;
    background-color: #FFFFC0;
  }


code, pre {
    font-family: monospace;
    font-size: 0.9em;
  }


.sourcet {
    font-family: monospace;
    font-size: 0.9em;
    font-weight: bold;
  }


.source_spec {
    font-family: monospace;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFC0;
  }


img {
    border: none;
    /* float: none; */
    margin: 10px;
    padding: 10px;
  }


img.links {
    border: none;
    float: left;
    margin: 10px;
    padding: 10px;
  }

img.rechts {
    border: none;
    margin: 10px;
    padding: 10px;
  }


dt {
    font-size: 1.1em;
    font-weight: bold;
  }


dd ul li {
    list-style-type : square;
  }


table {
    padding : 3px;
    margin : 3px;
  }


td {
    vertical-align: top;
    page-break-inside: avoid;
  }


th {
    background: #FFFFC0;
  }


div.hoofdtekst table.stamboom ul {
    list-style-type: none;
    margin: 2px;
    padding: 0;
  }


div.hoofdtekst table.stamboom li.naam {
    font-weight: bold;
  }


div.hoofdtekst table.stamboom li.ovrl {
    font-size: 0.8em;
    margin-left: 15px;
    list-style-image: url("./rondas/images/kruis_small.gif");
  }


div.hoofdtekst table.stamboom li.ovrl_n {
    font-weight: bold;
    margin-left: 15px;
    list-style-image: url("./rondas/images/kruis_small.gif");
  }


div.hoofdtekst table.stamboom li.geb {
    font-size: 0.8em;
    margin-left: 15px;
  }


div.hoofdtekst table.stamboom {
    margin: 1.0em;
    padding: 1.0em;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }


div.hoofdtekst table.stamboom td {
    vertical-align: top;
    padding: 5px;
    margin: 0px;
  }


div.hoofdtekst td.huw {
    vertical-align: top;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
  }


iframe, div.hoofdtekst img.midden {
    display: block;
    margin: 5px auto;
    padding: 5px;
  }


div.illustration {
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
  }


div.hoofdtekst table.lijst {
    font-size : 0.9em;
    margin-bottom : 0.5em;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0.5em;
    padding : 0.5em;
  }



