/*------------------------------------------*/
/*
/* File.......: afdmidden-c.css
/*
/* Site.......: NTTB Afd. Midden Nederland
/*
/* Purpose....: Stylesheet for "competitie"
/*
/* Author ....: Martin J. van Groen
/* Copyright..: Martin J. van Groen
/*
/* Date.......: 18-Aug-2002
/* Last update: 31-Dec-2005
/*------------------------------------------*/


/* Default styles */

    body
    {
    font-family: Times New Roman, Garamond, serif;
    color: black;
    font-size:   18.4px;
    font-weight: normal;
    scrollbar-face-color: #005000;
    scrollbar-shadow-color: #005000;
    scrollbar-highlight-color: #99cc99;
    scrollbar-3dlight-color: black;
    scrollbar-darkshadow-color: black;
    scrollbar-track-color: #99cc99;
    scrollbar-arrow-color: #ffffdd;
    }

/* Header styles (h1 .. h4) */

  h1
    { font-size:        40px;
      font-weight:      bold;
    }

  h2
    { font-size:        30px;
      font-weight:      bold;
    }

  h3
    { font-size:        23.4px;
      font-weight:      bold;
    }

  h4
    { font-size:        20px;
      font-weight:      bold;
    }


/* Table styles (td, th, etc ) */

  th
    { font-size:        18.4px;
      color:            #eedd00;
      background-color: #005000;
      font-weight:      normal;
    }

  td
    { font-size:        18.4px;
      font-weight:      normal;
    }

  .td_ev
    { font-size:        18.4px;
      color:            #009900;
      font-weight:      bold;
    }

  .td_normal
    { font-size:        18.4px;
      font-weight:      normal;
    }

  .td_small
    { font-size:        16.7px;
      font-weight:      normal;
    }


/* Page title styles */

  .pagetitle 
    { font-family: Comic Sans MS;
      font-size:   28.4px;
      font-weight: bold;
      color:       #eedd00;
      background-color: #005000;
      text-align:  center;
    }

  .pagesubtitle
    { font-family: Comic Sans MS;
      font-size:   26.7px;
      font-weight: bold;
      color:       #eedd00;
    }


/* Misc. styles */

  .postitheader { font-family: Comic Sans MS;
                  font-size:   26.7px;
                  color:       #000000;
                  background-color: #fdfd9c;
                  text-align:  center;
                }

  .header-b     { font-family: Times New Roman, Garamond, serif;
                  font-size: 26.7px;
                  font-weight: bold }

  .tekst        { font-family: Times New Roman, Garamond, serif;
                  font-size: 18.4px }

  .tekst-s      { font-family: Times New Roman, Garamond, serif;
                  font-size: 16.7px }
  .tekst-sb     { font-family: Times New Roman, Garamond, serif;
                  font-size: 16.7px;
                  font-weight: bold }

  .bold		{ font-weight: bold }

  .italic	{ font-style: italic }

  .bolditalic	{ font-weight: bold ;
                  font-style: italic }

  .highlight    { color: #000000;
                  background-color: #fdfd9c;
                }

  .huge
    { font-size:        40px;
      color:            #ff0000;
      background-color: #eeeeee;
      font-weight:      bold;
    }

  .pre-s
    { font-size:        14px;
      font-weight:      normal;
    }


