



/*******************     STIJLBLAD      *******************/

/******************* KLEUREN EN LETTERS *******************/


body  
       {
             font-family      : arial, sans-serif;
             font-size        : 13px;
             background       : black;
             text-align       : center; 
             border           : 0;
             padding          : 1em;
             color            : white;
             align            : center;
             v-align          : middle;
               }  

div.kop
       {
             height           : 20px;
             width            : 100%;
       }

div.menu
       {
             height           : 25px;
             width            : 100%;
       }


div.blad
               {
             width            : 974px;
             min-height       : 100px;
             margin           : auto;
             padding          : 0px;
             border           : 0px;
             text-align       : left; 
             align            : center; 
              }  
div.links
               {
             width            : 450px;
             text-align       : left;
             float            : left;
             min-height       : 450px;
             padding-left     : 50px;
             padding-top      : 0px;
               }

div.rechts
               {
             width            : 450px;
             float            : left;
             min-height       : 450px;
             padding-top      : 0px;
               }
a    
       {
             border           : 0;
             color            : white;
             text-decoration  : none;
               }
   
a.contact    
       {
             border           : 0;
             color            : white;
             text-decoration  : underline;
               }
   
p   
       {
             line-height      : 1.2em;
             padding          : 0em 2em 0em 4em;
             font-size        : 13px;
               }
h4
        {
             font-size        : 12px;
             text-align       : center;
             text-indent      : 3em;
             background       : #151515;
             text-transform   : uppercase;
               }

img    {
             border           : 0px;
               }

tr.foto
               {
             width            : 450px;
             height           : 400px;
             align            : center;
             min-height       : 450px;
             v-align          : middle;
              }

td.foto
               {
             width            : 425px;
             align            : center; 
             min-width        : 425px;
               }
   
tr.rcontact
               {
             width            : 450px;
             align            : center;
             min-height       : 120px;
             height           : 120px;
              }

td.ccontact
               {
             width            : 120px;
             align            : center; 
             min-width        : 120px;
             min-height       : 120px;
             height           : 120px;
               }

   
tr.ralbum
               {
             min-height       : 150px;
             height           : 150px;
             align            : center;
               }
   
td.kalbum
               {
             min-width        : 190px;
             width            : 190px;  
               }
   
tr.rthumb
               {
             min-height       : 80px;
               }
   
td.thumb
               {
             width            : 120px;
             min-height       : 100px;
             padding-top      : 0px;
               }
   
td.link
               {
             width            : 175px;
             min-width        : 175px;
               }
   
tr.link
               {
             v-align          : top;
               }
   
img.grootblad   
       {
             padding-left     : 60px;
             padding-right    : 100px; 
             padding-bottom   : 60px;
             padding-top      : 0px;
             float            : left;
               }
   
div.rest
               {
             padding-top      : 40px;
             width            : 100%;
             text-align       : left;
             float            : left;
             min-height       : 330px;
               }

/*******************  NAVIGATIE-BALK -HORIZONTAAL  **************/

#navigatie    
         {
             list-style       : none;
             margin           : 0px;
             padding          : 0;
             width            : 100%;
             clear            : both;
                }

li#huidig
         {  
             color            : gray;
             text-transform   : uppercase;
                }
#navigatie li 
         {
             border-style     : solid solid solid solid;
             border-width     : 0px 0px 1px 0px;
             border-color     : white;
             text-align       : center;
             letter-spacing   : 0.1 em;
             valign           : top;
             width            : 142px;
             height           : 1.8em;
             font-size        : 12px;
             line-height      : 1.1em;
             float            : left;
             padding          : 10px; 
               }

/*******************    LIJSTEN     *******************/

ul       
       {
             list-style       : disc;
             list-style-position : outside;
             line-height      : 2.5em;
               }
    
/******************* COPYRIGHT  *******************/
p#copyright
        {
             font-size        : 11px;
             vertical-align   : bottom;
             text-align       : center;
               }

