#menuveld {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: right;
    width: 20%;
    height: 100%;
    background-color: rgb(171,199,133);
    font-family: verdana, sans-serif;
    font-size: 10pt;;
}

#fotoveld {
    position: absolute;
    left: 20%;
    top: 0px;
    margin-top: 0%;
    margin-left: 0%;
    color: black;
    background: white;
    width: 60%;
    height: 25%;
    margin-bottom: 0mm;
    padding: 0mm;
}

/* tekstveld onder topveld */
#tekstveld {
    position: absolute;
    left: 20%;
    top: 25%;
    width: 60%;
    height: 75%;
    background: white;
    overflow: auto;
    margin-top: 2mm;
    margin-right: 0mm;
}

/* tekstveld zonder topveld */
#tekstveld_helehoogte {
    position: absolute;
    left: 20%;
    top: 0%;
    width: 60%;
    height: 100%;
    background: white;
    overflow: auto;
}

#tekstveld_helehoogte.h1 {
    margin-left: 1.5cm;
}

#infoveld {
    position: absolute;
    left: 80%;
    width: 20%;
    top: 0%;
    height: 100%;
    background-color: rgb(171,199,133);
    color: white; 
    font-family: verdana, sans-serif;
    font-size: 10pt;

}

/* menu-specifieke stijlen */
#menu_ul {
    list-style: none;
    margin-left: 3%;
    margin-right: 5%;
    margin-top: 30%;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

#menu_li {
  margin-left: 5mm;
  margin-bottom: 0.5cm;
}

#menu_a:link {
    color: rgb(73,108,96);
    text-decoration:none;
}

#menu_a:visited {
    color: white;
    text-decoration: none;
}

#menu_a:hover {
    color: rgb(73,108,96); /* cyan;*/
}

/* fotoveld specifieke stijlen */
#foto {
   margin-left: 0%;
   margin-right: 0%;
   padding: 0;
}

/* infoveld specifieke stijlen */
#info_li {
  margin-left: 5mm;
  margin-bottom: 0.5cm;
}

#info_ul {
    list-style: none;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 5%;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

/* algemene huisstijl - gebaseerd op folder - arial, verdana, sans-serif */
body {
   font-family: Verdana, sans serif;
   font-size: 10pt;   
   color: rgb(134,115,102);
   background-color: white;
   margin-top: 2cm;
}

/* h1 = altijd eerste kop van pag. - mag maar 1x per document gebruikt */

/* TODO h1centered */

h1, h2, h3 {
    color: rgb(73,108,96);
    font-style: italic;
    margin-left: 2mm;
} 

h1 {font-size: 14pt}
h2 {font-size: 12pt}
h3 {font-size: 10pt}

p {
    margin-left: 1cm;
}

li {
    margin-left: 1cm;
}

dt {
    color: rbg(73,108,96);
    margin-left: 1cm;
}

dd {
    margin-left: 1.5cm;
    color: rgb(134,115,102);
}
