html, body { margin: 0; padding: 0; }
body { background: white; color: black; font-size: 9pt;
       font-family: Georgia, Verdana, Arial, Helvetica, SansSerif, serif }

p, li, td, div { font-size: 9pt; font-weight: normal }
p { margin-top: 5px; margin-bottom: 9px; line-height: 1.26em }
th { font-size: 9pt; font-weight: bold }

h1 { font-size: 12pt; font-weight: bold; color: #4a411d; margin-top: 5px;
     margin-bottom: 10px; text-transform: uppercase; }
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: none; color: #006 }
a:hover { text-decoration: underline; color: #6bc3dd; }
a img { border: none }

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

/* Egne klasser */

.mainbox { width: 965px; height: 800px; }
.hmarg { background-image: url(img/skygge_h.png); background-repeat: repeat-y;
         width: 5px; }

.logo { float: left; margin-top: 33px; margin-left: 36px;
        background-image: url(img/logo_hvit.png); background-repeat: no-repeat;
        width: 360px; height: 80px; }
.topmenu { float: left; margin-top: 63px; margin-left: 10px; color: white; }
.langs { float: right; margin-top: 63px; margin-right: 30px; color: white; }

a.tmeny { padding: 3px 10px 7px 10px; height: 30px; color: white;
          font-style: italic; }
a.tmeny:hover { text-decoration: none; color: #6bc3dd; }
a.tmenyS { padding: 4px 10px 7px 10px; height: 30px; background: white;
           color: black; font-style: italic; }
a.tmenyS:hover { text-decoration: none; }

.toparea { height: 150px; }

.mainmenu { margin-top: 84px; color: white; text-align: left; }
.mmeny { padding-left: 36px; padding-right: 10px; color: white;
         line-height: 1.4em; font-size: 10pt; font-weight: 600;
         text-transform: uppercase; }
.mmenyS { padding-left: 36px; padding-right: 10px; background: white;
          color: black; line-height: 1.4em; font-size: 10pt;
          font-weight: 600; text-transform: uppercase; }
a.menuElem { color: white; font-size: 10pt; font-weight: 500;
             text-transform: uppercase; }
a.menuElem:hover { text-decoration: none; color: #6bc3dd; }
a.menuElemS { color: black; font-size: 10pt; font-weight: 500;
              text-transform: uppercase; }
a.menuElemS:hover { text-decoration: none; color: #6bc3dd; }

.subMeny { margin-bottom: 18px; }
.subMeny span { height: 23px; color: #6bc3dd; font-size: 9pt;
                margin-right: 13px; white-space: nowrap; }
a.menuSub { color: #6bc3dd; font-size: 9pt; }
a.menuSubS { color: #4a411d; font-size: 9pt; }

#infobox { background: white; position: absolute; color: black;
           text-align: left; top: 84px; width: 530px; height: 685px;
           overflow: auto; z-index: 2; }
#infobox div { color: black; text-align: left;
               padding: 15px; padding-top: 8px; }

#textbox { margin-top: 15px; background: url(img/textbox.png) no-repeat;
           width: 895px; height: 361px; z-index: 1; }
#thetext { height: 333px; overflow: auto; padding-right: 15px; }

/* Utskrift av nyhetsartikler */

.NewsArtTitle { color: black }
.NewsArtSubTitle { color: black }
.NewsArtCredits { margin-bottom: 15px; font-size: 9px }
