/****************************************************************/
/*   Style Sheet voor de website van F. van de Velde            */
/*                                                              */ 
/****************************************************************/
/*   Algemene definitie                                         */
/****************************************************************/
/*                                                              */
body       {
           color: #000000; 
           margin-left: 10px; 
           background-color: #fcfee9;
           font-size: 12px;
           font-weight: normal;
           font-family: verdana, helvetica, arial, sans-serif;
           }

p.grey     {
           text-align: center;           
           color: #c0c0c0; 
           font-size: 10px;
           font-weight: normal;
           font-family: arial, helvetica, sans-serif;
           }

p.menu     {
           text-align: center;
           font-size: 10px;
           font-weight: normal;
           font-family: verdana, arial, helvetica, sans-serif;
           }

.opm       {
           text-align: left;
           font-size: 12px;
           margin-left: 30px; 
           font-style: italic; 
           font-weight: normal;
           font-family: verdana, arial, helvetica, sans-serif;
           }

.mnutop    {
           color: blue;
           text-align: center;
           font-weight: bold;
           font-size: 14px;
           font-family: comic sans ms, verdana, arial, helvetica, sans-serif;
           }

.update    {
           color: #006600;
           font-size: 6px;
           font-family: verdana, sans-serif;
           }

.doorhaal  {
           text-decoration: line-through;
           }

/* Genindex speciaaltjes */           
.update    {
/*           font-weight: bold;  */
           color: green;
           font-size: 12px;
           font-family: verdana, arial, helvetica, sans-serif;
           }

.nieuw     {
           font-weight: bold;
           color: red;
           font-size: 12px;
           font-family: verdana, arial, helvetica, sans-serif;
           }
         
/*                                                              */
/****************************************************************/
/*   Heading instellingen                                       */
/****************************************************************/
/*                                                              */
h1         {
           color: #002299;
           font-size: 20px; 
           font-family: Lucida Handwriting, verdana, helvetica, sans-serif;
           }

h2         {
           font-size: 18px; 
           color: #009900;
           font-weight: normal;
           font-family: Lucida Handwriting, verdana, helvetica, arial, sans-serif;
           }

h3         {
           color: #009900;
           font-size: 14px; 
           font-family: verdana, helvetica, arial, sans-serif;
           }

/*                                                              */
/****************************************************************/
/*   Tabel definities                                           */
/****************************************************************/
/*                                                              */

table.std  { BORDER-width: 0; }

table.index { border-width: 1; 
              text-align: left;
             }            
  
td        {
           font-size: 12px;
           font-family: verdana, helvetica, arial, sans-serif;
           }

.b      { font-family: verdana; font-size: 8pt; font-weight: bold; }
td.p      { font-family: verdana; font-size: 8pt; }
td.p2      { font-size: 8pt; font-family: verdana; margin-left: 40px; }
td.p3      { font-size: 10px; 
             font-family: verdana; 
             text-align: center; 
             vertical-align: top; }

td.p04     { width: 4%; vertical-align: top; }
td.p05     { width: 5%; vertical-align: top; }
td.p06     { width: 6%; vertical-align: top; }


td.p20     { width: 20%; vertical-align: top; }
td.p33     { width: 33%; vertical-align: top; }
td.p40     { width: 40%; vertical-align: top; }
td.p45     { width: 45%; vertical-align: top; }
td.p80     { width: 80%; vertical-align: top; }
td.bron    { font-size: 8pt; font-style:italic; font-family: verdana; }

.bes     { color: darkred; }
.cam1    { color: darkblue; }
.cam2    { color: darkgreen; }

.vel1    { color: darkred; }
.vel2    { color: darkblue; }
.vel3    { color: darkgreen; }
.vel4    { color: #cc6600; }
.vel5    { color: purple; }

td.kws1     { width: 40%; vertical-align: top; }
td.kws2     { width: 40%; vertical-align: top; }
td.kws3     { width: 40%; vertical-align: top; }
td.kws4     { width: 40%; vertical-align: top; }


/*                                                              */
/****************************************************************/
/*   Link definities                                            */
/****************************************************************/
/*                                                              */
a          { 
           text-decoration: none; 
           color: #0000FF;
           }

a:link     { 
           text-decoration: none; 
           color: #0000FF; 
           }

a:active   { 
           text-decoration: none; 
           color: #0000FF; 
           }
 
a:visited  { 
           text-decoration: none; 
           color: #000088; 
           }

a:hover    {
           color: #FF0000; 
           text-decoration: underline; 
           }
a.help     { 
           cursor:help;
           }



