html { margin: 0; }
body { margin: 0; color: black; font-size: 12px;
       font-family: Arial, Verdana, Helvetica, Tahoma, SansSerif, serif; }

p, div, td, li { font-size: 12px; font-weight: normal }
p, ul, ol { margin-top: 6px; margin-bottom: 7px }
th { font-size: 9pt; font-weight: bold; }

h1 { font-size: 16pt; font-weight: bold; margin-top: 5px; margin-bottom: 10px; }
h2 { font-size: 14pt; font-weight: bold; margin-top: 5px; margin-bottom: 9px; }
h3 { font-size: 12pt; font-weight: bold; margin-top: 5px; margin-bottom: 8px; }
h4 { font-size: 10pt; font-weight: bold; margin-top: 4px; margin-bottom: 6px; }
h5 { font-size: 9pt; font-weight: bold; margin-top: 4px; margin-bottom: 5px; }
h6 { font-size: 8pt; font-weight: bold; margin-top: 4px; margin-bottom: 5px; }

a { color: #987e4b; text-decoration: none; }
a:hover { color: red; text-decoration: underline; }

ul {margin-left: 0; padding-left: 20px}
li {margin-top: 0; margin-bottom:0}

/* Egne klasser */

div.vside { font-size: 9px; color: #FFFFFF; margin-bottom: 3px; }
.tdmeny { font-size: 11px; color: #987e4b; }
a.tmeny { color: #FFFFFF; font-size: 11px; font-weight: normal;
          text-transform: uppercase; }
a.tmeny:hover { color: #FFFFFE; }
a.tsmeny { color: #987e4b; font-size: 11px; font-weight: normal;
           text-transform: uppercase; }
a.tsmeny:hover { color: #FFFFFE; }

.navmeny { font-size: 9px; color: #FFFFFF; }
a.navmeny { font-size: 9px; color: #FFFFFF; }
a.navmeny:hover { color: #FFFFFE; text-decoration: none; }

td.tdbox { color: #FFFFFF; font-size: 11px; font-weight: normal; padding-left: 5px;
           padding-bottom: 7px; height: 86px; }
td.tdbox2 { color: #FFFFFF; font-size: 11px; font-weight: normal; padding-left: 5px;
            padding-bottom: 7px; height: 86px;
            background-image:URL(../images/FeltPil.png); }
td.linkbox { background: black; color: #FFFFFF; font-size: 11px; font-weight: normal;
             padding-left: 5px; padding-bottom: 7px; height: 86px; }
td.linkbox a { color: #FFFFFF; }
td.linkbox2 { background: #60544c; color: #FFFFFF; font-size: 11px; font-weight: normal;
              padding-left: 5px; padding-bottom: 7px; height: 86px; }
td.linkbox2 a { color: #FFFFFF; }

.ctekst { color: #FFFFFF; font-size: 11px; font-weight: normal;
          text-transform: uppercase; }

.profilText { color: #987e4b; font-weight:bold }
.footer { font-size: 10px; font-weight: normal; }

/* Utskrift av nyhetsartikler */

.NewsArtTitle { margin-top: 20px; color: black }
.NewsArtSubTitle { color: black }
.NewsArtCredits { margin-bottom: 10px; font-size: 10px }
