/*  Afdrukken   stijlblad   BPGS     20080109

op 20090219 laten valideren en okay bevonden

*/


   body {
background     :  #fff;
color          :  black;
font-size      :  100%;
margin         :  0;
padding        :   10px 20px 16px 65px;   /* was 0px - boven, rechts, onder en links  */
   }

/*              * * * * *   geen afbeeldingen ingeval van printen

      Merk op dat de totaalkop in print wel wordt afgebeeld
 */

   #navblok, #grnbalk, #terzijde, #rechtskop, #centerkop, #achterzijde, #afbeelding {
display  :  none;
   }

   .fotonova {
display  :  none;
   }


/*         * * * * *   geen afbeeldingen ingeval van printen, maar wel de ruimte blank laten     * * * * *     */
   .noafbeelding {
visibility     :  hidden;
   }


/*   links in papierafdruk onderstreept en donkerblauw    */
   a {
text-decoration   :  underline;
color             :  #0000ff;
   }


   #navigatie, #huidig {
display  :  none;
   }


   h1 {
font-family    :  "Times New Roman",Garamond,"Bookman Old Style";
font-weight    :  normal;
font-size      :  28px;
width          :  100%;
margin         :  0;
   }

   h2 {
font-family    :  "Times New Roman",Garamond,"Bookman Old Style";
font-weight    :  normal;
font-size      :  20px;
width          :  100%;
margin         :  0;
   }

   h3 {
font-family    :  "Times New Roman",Garamond,"Bookman Old Style";
font-weight    :  normal;
font-size      :  18px;
margin         :  0;
   }

   h4 {
font-family    :  "Times New Roman",Garamond,"Bookman Old Style";
font-weight    :  normal;
font-size      :  18px;
color          :  gray;
margin         :  0;
   }



   #centerinhoud {
top            :  41px;
left           :  9%;                    /*  anders dan op scherm dus   */
width          :  89%;                 /*  anders dan op scherm dus   */
padding        :  12px 8px 20px 16px;   /* boven, rechts, onder en links  */
background     :  #fff;
border         :  0px;
   }

   ul {
margin         :  0px 0px 0px 20px ;    /* boven, rechts, onder en links  */
padding        :  0px 0px 0px 20px ;
   }


   sup.kleiner {
font-size:10px;
}


/*  instructies voor lijstje binnen teksten  - 20070523  */



li {
   font-family :  Georgia, "Times New Roman", Times, Serif;
   font-size: 14px;
   margin      :  0;
   padding     :  0px 0px 0px 10px ;   /*  was 20   */
   }


   li.vnootjes {
list-style  :  decimal;
font-family :  Arial,Helvetica,Verdana,Swiss;
font-size   :  12px;
line-height :  130%;
font-weight :  normal;
font-color  :  #000000;
margin      :  0;
}

   #voetnoot {               /*  voor horizontale lijn; was met hr maar werkte niet         */
border      :  0;
color       :  #000000;
height      :  2px;
width       :  300px;
text-align  :  left;
   }




   p {
font-family :  Georgia, "Times New Roman", Times, Serif;
font-size   :  11px;
font-weight :  normal;
color       :  #000000;
margin      :  0;
   }

   p.voorpag2 {
font-family: "Times New Roman",Garamond,"Bookman Old Style";
font-weight: normal;
font-size: 30px;
   }

   p.kop1 {
font-family: "Times New Roman",Garamond,"Bookman Old Style";
font-weight: normal;
font-size: 36px;
   }

p.kop2 { font-family: "Times New Roman",Garamond,"Bookman Old Style";
   font-weight: normal;
   font-size: 30px;
}

p.twintig
{  font-size: 20px;
}

p.zestien
{  font-size: 16px;
}

p.vijftien {
   font-size: 14px; }


p.dertien
{  font-size: 13px;
}


p.elf
{  font-size: 11px;
}


p.inspring16
{  font-size: 16px;
   margin: 0;
   text-indent: 1.3em;
}

p.inspring15
{  font-size: 14px;
   margin: 0;
   text-indent: 1.3em;
}



/*  instructies voor tabellen week-gegevens  */
table.weeklijst
   {
   border   :  0px;
   }

.weeklijst td
   {
   border         :  0px;   /* meer dan EEN schijnt niet te mogen  */
   font-family    :  Georgia, "Times New Roman", Times, Serif;
   font-size      :  15px;
   }

.kolom1
   {
   width       :  73px;
   text-align  :  left;
   }

.kolom2
   {
   width       :  45px;
   text-align  :  right;
   }

.kolom3
   {
   width       :  300px;
   text-align  :  left;
   }



