/* style.css (c) Kris.Coolsaet@hogent.be
   ---------

   [19990911] Eerste versie.

   [!] Zou beter moeten gestructureerd worden, maar Netscape
       luistert niet.
*/

/* Kleuren
	oranje: #e80 licht-oranje: #fda
	blauw: #0ac
	groen: #097 licht-groen: #efe medium-groen: #ded
*/

/* ALGEMEEN
   ============================================================
*/

BODY      { background-color: #fff; }

A:link    { color: #097; }
A:visited { color: #0ac; }
A:active  { color: #e80; }

IMG { padding: 0pt; }

/* Kleurenschemas
   ============================================================
   Tabel-onderdelen
*/

TD { font: 13px arial,helvetica,sans-serif; }

TD.title1 { background-color: #097; color: #fff; font-weight: bold; }
TD.title2 { background-color: #0ac; color: #fff; font-weight: bold; }
TD.title3 { background-color: #e80; color: #fff; font-weight: bold; }
TD.title4 { background-color: #cdc; color: #fff; font-weight: bold; }

TD.menu     { background-color: #ded; color: #000; font-weight: bold; }
TD.sub      { background-color: #cdc; color: #000; font-weight: bold; }
TD.menu DIV { margin-left: 0.5em; font-weight: bold; }

TD.text     { background-color: #fff; font-weight: normal; }
TD.box    { background-color: #fda; color: #000; font-weight: normal; }

TD.footnote { font: 13px helvetica,arial,sans-serif; }
TD.News {padding-left: 10px; padding-right: 10px; padding-bottom: 5px; background-color: #FFFFFF; border: 2px solid #e9e9e9; }

Img.News {float:left;padding:5px; cursor:help; }
TABLE.News {background-color:#ded; }

H1 { color: #0ac; font-size: 19px; font-weight: bold; }
H2 { color: #0ac; font-size: 16px; font-weight: bold; }
/*
  veranderd door Joachim
  H3 { font-size: 19px; font-weight: bold; }
*/
H3 { color: #0ac; font-size: 14px; font-weight: bold; }
.datum { color: #0ac; font-size: 13px; font-weight: bold; }

B { font-weight: bold; }

.hi { font-weight: 600; color: #fff; background-color: #0ac; }
.hi2 { font-weight: 600; color: #fff; background-color: #097; }
.hi3 { font-weight: 600; color: #fff; background-color: #e80; }
.hi4 { font-weight: 600; color: #fff; background-color: #f00; }
.hi5 { font-weight: 600; color: #fff; background-color: #a0d; }
.hinv { font-weight: 600; color: #fff; background-color: #fff; }

PRE { font: 13px courier,monospace; }

.bodytext {font-family: Verdana; font-size: 12px}