html, body { margin: 0; padding: 0; }
body { background: #f0f0f0; color: black; font-size: 8pt;
       font-family: Verdana, Arial, Helvetica, Tahoma, SansSerif, serif }

p, li, td, div { font-size: 8pt; font-weight: normal }
p { margin-top: 5px; }
th { font-size: 9pt; font-weight: bold }

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

a { text-decoration: underline; color: #08088f; }
a:hover { text-decoration: underline; color: #2020FF; }

a img { border: none }

/* Egne klasser */
#hoved { background: white; height:100%;
         border-left:1px solid #DDD; border-right:1px solid #DDD; }
#SideTittel { text-transform: uppercase; margin-bottom: 10px; padding-left: 7px;
              font-weight: bold; font-size: 11px; height: 15px; }
.kontakt { padding-bottom: 2px; padding-right: 20px; font-size: 9px;
           font-weight: bold;  color: white }
.menylinje { background: black; font-size: 9px; color: white }

#ToppMeny span { margin-right: 12px; }
#ToppMeny a { margin-right: 12px; }
span.tmeny { color: white; font-size: 10px; font-weight: bold }
a.tmeny { color: white; font-size: 10px; font-weight: bold; text-decoration: none;
          color: #f8f8ff; }
a.tmeny:hover { color: #8080FF; text-decoration: none; }

a.submeny { color:white; text-decoration: none; font-size: 10px; }
a.submeny:hover { color: #8080FF; text-decoration: underline }

a.vmeny { color:black; text-decoration: none; font-size: 10px;
          display:block; padding:0 5px 5px 7px }
a.vmeny:hover { color: #20208F; text-decoration: underline }

.NyhetsDato { }
.NyhetsTittel { margin-bottom: 2px; font-weight: bold; }
.NyhetsTekst { margin-bottom: 2px; }
.LesMer { font-size: 9px; font-weight: bold; text-decoration: underline; }

/* Utskrift av nyhetsartikler */
.NewsArtTitle { }
.NewsArtSubTitle { }
.NewsArtCredits { margin-bottom: 15px; font-size: 9px }

