  /* MAL FOR NOOK HJEMMESIDE */

  BODY          { font-family: arial,helvetica;
                  font-size: 80%;
                  background: #FCFCFC;
                  margin: 0pt}

  td.main       {padding: 0em}

  /* Denne må være med for å få størrelsen med fra BODY */
  table         { font-size: 100% }

  div.signatur          {color:gray; font-size: 90%; }

  /* Linje under topp-heading */
  td.inverted          {background: #55558F;
                        font-size: 110%;
                        text-align:left;
                        color: #EEEEFF; }

  /* Teller for antall treff */
  td.counter          {padding: 7px; font-size:75%}
  td.counter img      {vertical-align:middle}

  img                 { border:0}

  { Første linje over artikler }
  td.pageheader { font-size:350%;
                  font-weight:bold;
                  background-image: url(http://www.nook.no/forbundsbilde.jpg);
                  background-repeat: no-repeat;
                  background-position: right;
                  color: #E36E00;
                  padding:10px;
                  margin:10px;
                  vertical-align: top; }

  /* Generelt for linker */
  A:link        { text-decoration: none; color: blue;}
  A:visited     { text-decoration: none; color: blue;}
  A:active      { text-decoration: none; color: blue;}


  /* FORM for redigering */

  table.edit             { border: thin black solid;
                           font-size: 100%;
                           background: #F0F0F1;
                           margin: 1em }

  td.edit                { padding:0pt 0 0 6pt }

  td.editformheader      { font-size: 150%;
                           font-weight: bold;
                           text-align: center;}



  /* LOGIN FORM */

  td.loginheader      {font-size: 150%;font-weight: bold;text-align: center;}

  table.loginform     { border: thin black solid; font-size: 100%; background: #F0F0F1; padding:2em; margin: 2em }

  table.loginform td  {padding:3pt 0 2pt 12pt}


  /* MENUS */

  td.menu       { border-bottom:thin black dotted;
                  padding: 5pt;
                  background:#DDDDFF}

  td.menuheader { background:#E36E00;
                  text-align: center;
                  font-size: 100%;
                  color: white;
                  font-weight:bold;
                  padding: 1.4pt 0px 1.4pt 2pt}

  td.menuitem   { border: none;
                  color:black;
                  font-size: 100%;
                  padding:0px 0px 0px 0px}
  td.th1        { background: #E3E3E3}

  /* Meny linker */
  td.menuitem a:link    { color:#00008B; font-weight:light }
  td.menuitem a:visited { color:#00008B; font-weight:light }
  td.menuitem a:active  { color:#00008B; font-weight:light }

  /* Ny meny item/header link */
  td.newmenu a:link    { color:#7777AA}
  td.newmenu a:visited { color:#7777AA}
  td.newmenu a:active  { color:#7777AA}

  /* Ny artikkel link */
  td.newlink           { font-size: 110%; padding:7px; border: thin black;}
  td.newlink a:link    { color:blue}
  td.newlink a:visited { color:blue}
  td.newlink a:active  { color:blue}


  /* ARTIKLER */

  td.textheader { font-size: 120%; font-weight: bold;
                  border-bottom: none; padding: 15px;
                  text-align: left}

  td.article    { font-weight:normal; color:black;
                  border-bottom:1px black solid;
                  padding: 5pt 2pt 5pt 6pt}

  p.date        { font-size:80%; margin:0px; padding:2px 0 0 0; color: brown}

  p.heading     { font-size:130%; font-weight: bold; line-height:100%; color:black;
                  padding:0px; padding-bottom:0.2em;margin:2px;
                  vertical-align:top}

  p.heading a:link    {color:black}
  p.heading a:visited {color:black}
  p.heading a:active  {color:black}


  /* TABELLER */

  TR.list_even  { background: #F1F1FF }
  TD.TDS        { font-weight: bold; background: #DDDDDD}

  /* Alle linker skal ha underline ved "hover". Derfor må denne stå sist */
  A:hover       { text-decoration:underline}

