/*
 * jr.css
 * gemaakt door SV "Winoe" Bhikharie 
 * voor Jakerockwell de site 2.0 - "Home"
 */

/*
 * Een aantal kleuren met hexadecimale waarden
 *
 * lichtblauw     := #e1ecff;
 * donkerblauw    := #0000cc;
 * rood           := #d22200;
 * standaard rood := #ff0000;
 * zalm           := #fff3f3;
 */

/*&#149; is een bullet; kan gebruikt worden voor lijsten bij menu*/
/*<DIV> tag gebruiken om te centreren */


/*Algemene definities*/

H1,H2,H3,H4,H5 {
      font-family: arial, times new roman, sans-serif;
      color: #000000;
}

BODY {
      background-color: #ffffff;
}

.header {
      width: 76%;
      font-size: 24px;
      font-family: arial, times new roman, sans-serif;
      color: #000000;
      font-weight: bold;
      /* Hulpkader
       * background-color: #333999;
       */
}

H1 {
      font-size: 18px;
}

H2 {
      font-size: 16px;
}

H3 {
      font-size: 14px;
}


P {
      font-family: verdana, sans-serif;
      font-size: 11px;
}

/* Locatiebalk.
 * Hier wordt getoond in welk deel je je bevindt.
 */

.locatiebalk {
      font-family: tahoma, sans-serif;
      font-size: 24px; 
      font-weight: bold; 
      color: #ffffff;
      text-decoration: none;
	text-align: center;
}

.locatiekleur {
      background-color: #0000cc;
}


/* Navigatie.
 * Deze bestaat uit een navigatie- en menubalk.
 */

TD.navigatie {
      font-family: arial, sans-serif;
      font-size: 13px;
      color: #ffffff;
      background-color: #0000cc;
}

.navigatie A:link {
      font-weight: bold;
      color: #ffffff; 
      text-decoration: none
}
.navigatie A:visited {
      font-weight: bold;
      color: #ffffff; 
      text-decoration: none
}
.navigatie A:hover {
      font-weight: bold;
      color: #ffffff; 
      text-decoration: underline
}

TD.menu {
      background-color: #0000cc;
}

.menu A:link {
      color: #ffffff; 
      text-decoration: none
}

.menu A:visited {
      color: #ffffff;
      text-decoration: none
}

.menu A:hover {
      color: #ffffff;
      text-decoration: underline
}

.menu-items {
      font-family: tahoma, sans-serif; 
      font-size: 13px; 
      color: #ffffff; 
      line-height: 15px;
}

SPAN.menuheader {
      font-family: tahoma, sans-serif;
      font-size: 14px; 
      font-weight: bold;
      color: #ffff44;
      text-decoration: none;
}


/*Inhoud*/

TD.inhoud {
      /* In Mozilla & Opera is deze kleur niet hetzelfde als in het logo.
       * Het is daarom misschien beter een 1-pixel plaatje te gebruiken.
       */
      font-family: verdana, sans-serif;
      font-size: 11px;
      background-color: #e1ecff;
}

/*Infobox: info over pagina in kader, naar een voorbeeld uit n3, RIP*/

/*Niet in gebruik*/
.infobox {
      width: 315px;
      position: relative;
      top: -20px;
      left: -39px;
      font-family: arial, sans-serif;
      font-size: 11px;
      line-height: 11px;
      color: #000000;
}

.datum {
      background-color: #ffffff;/*#ffffff;*/
      font-family: courier, sans-serif;
      font-size: 11px;
}

/*Formatting voor ascii art*/
PRE{
      font-family: "Lucida Console", "courier new", monospace;
      margin-bottom:50px;
}

PRE.lucida_console {
      font-family: "Lucida Console", "courier new", monospace;
}

PRE.courier_new {
      font-family: "courier new", "Lucida Console", monospace;
}

/*Niet in gebruik*/
.bla {
      font-family: arial, times new roman, sans-serif;
      color: #000000;
      position: relative;
      top:  -20px;
      left: -39px;
      font-size: 24px;
      font-weight: bold;
}
