/* KSU Stylesheet */

/* AFBLIJVEN ALS JE NIET WEET HOE TE WIJZIGEN - wilbert 
   Garamond schrijf je met een "d" van Dirk!  */

  h1, h2, h3         { margin-bottom:0em; color:blauw;
                        font-family: Arial,Times, monospace}
  h4                 { align="justify"; margin-bottom:0em; color:black; 
                       font-family:  Arial,Times, monospace;
                       font size=12pt;}
  body               { color:black;
                       background:white;
                       font-family: Arial,Times, monospace;
                       font-size:10pt; line-height: 1.2;}   
  a:link              { color:blauw; text-decoration:none }
  a:visited           { color:grey; text-decoration:none }
  a:active            { color:red; text-decoration:none }
  a:hover             { text-decoration:underline; }
  
  div           { color:blue; text-decoration:underline;}
  div:hover           { text-decoration:underline; }
   background         {color:white }
   
/* kleurenpalet */

  .blauw              { color:#1E3873 }       /* Pantone 288U */
  .grijs              { color:#4B4D4B }       /* Pantone 417U */
  .geel               { color:#FFD200 }       /* Pantone 123U */
  .oranje             { color:#FD701F }       /* Pantone 021U */
  .rood               { color:#9A2447 }       /* Pantone 1935 */
  .paars              { color:#AB0089 }       /* Pantone 239U */
  .dblauw             { color:#3D0070 }       /* Pantone 2607U */
  .lblauw             { color:#5F74E2 }       /* Pantone 285U */
  .groen              { color:#009696 }       /* Pantone 320U */
  .mos                { color:#7F9300 }       /* Pantone 377U */
  .KSU Studiegeel     { color:#E9E900 }         /*Pantone 606 */                
  
/* tabellen */
  table               { color:black;
                        font-family: Arial,Times, monospace;
                        font-size:9pt;    
                        line-height:1.2; }
  td.txt              { color:black; background:white }
  td.icoon            { color:black;
                        background:white;
                        width="38"}
  td.nr               { text-align:right }
  td.menu             { background:#FFFFFF; }   
  tr.header           { color:black;
                        font-family: Arial, Times, monospace;
                        font-size:10pt;
                        font-weight:bold;
                        background:white;   } 
  td a:link           { color:blue }
  td a:visited        { color:blue }
  tr.odd              { color:white;
                        font-family: Arial, Times, monospace;
                        line-height:1.0;
                        background:#808080; }  /* grijs */     
  tr.even             { color:white;
                        font-family: Arial, Times, monospace;
                        line-height:1.0;
                        background:#1E3873; }  /* lichtblauw */
  table.alg           { color:black;
                        font-family:  Arial,Times, monospace;
                        font-size:9pt;    
                        line-height:1.2; 
                        width="460";
                        border:0;
                        valign:top}
  
  hr                  { color:gray }
  ul                  { margin-left:20px; margin-top:0px; margin-bottom:2px; }
  ul ul li            { margin-left:-10px; margin-top:0px; }  
    

  .Item               { list-style-image:url('/images/arrowblk.gif'); 
                        cursor:hand; }
             
             
