/* Layout Stylesheet */

body {
 margin:20px;
 background:#FFFFFF;
 color: #191970;
 padding:0;
 font-family: Garamond, "Times New Roman";
 font-size: 12pt;
 line-height: 20px;
}

p {
 line-height: 20px;
 margin-left: 5%;
 margin-right: 5%;
}

h3 {
 font-size: 16pt;
 line-height: 20pt;
 padding-top:15px;
 margin-left: 5%;
 margin-right: 5%;
 }

h4 {
 margin:0;
 padding: 5px 0;
 }

.normaalmenu {
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-indent: 5px;
    text-align: left;
    font-variant: small-caps;
    margin-right: 1%;
}

.kleinmenu {
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-indent: 20px;
    text-align: left;
    font-variant: small-caps;
    font-weight: normal;
    margin-right: 1%;
}

.onderaanmenu {
    font-size: 7pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-indent: 5px;
    text-align: left;
    font-variant: small-caps;
    margin-right: 1%;
    position: absolute;
    bottom: 300px;
    color: #191970;
    border-top:solid #6F0000;
    border-width:1px 0 0 0;
/*    left: 5px; */
}

li {
  margin-left: 5%;
  margin-right: 5%;
  text-align: justify;
/*  text-indent: -18px; */
}

A:LINK {color : #6F0000;}
A:VISITED {color : #6F0000;}
A:HOVER {color : #FFFFFF; background: #6F0000;}
A:ACTIVE {color : #191970; }

#hdr {
 height: 115px;
/* background:#FFFFFF;*/
 color: #191970;
 border-bottom: 1px solid #6F0000;
 text-align: center;
 }

#l-col {
 position:absolute;
 top:110px;
 left:5px;
 width:190px;
 height: 100%;
 padding-top: 20px;
 }

#cont {
 margin-left:200px;
 overflow:auto;
 font-size: 12pt;
 border:solid #6F0000;
 border-width:0 0 0 1px;
 text-align:justify;
}

#ftr {
 position:relative;
 font-size: 11px;
 height:110px;
 width:100%;
 color: #191970;
 border-top:solid #6F0000;
 border-width:1px 0 0 0;
 margin:0;
}





