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

p, li, td, div {
    font-size: 8pt;
    font-weight: normal
}

p {
    margin-top: 8px;
    line-height: 1.25em
}

th {
    font-size: 9pt;
    font-weight: bold
}

h1 {
    font-size: 14pt; 
    font-weight: bold; 
    margin-top: 5px;
    margin-bottom: 10px
}
h2 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px
}
h3 {
    font-size: 11pt;
    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 {
    text-decoration: none;
    color: #15657f
}
a:hover {
    text-decoration: none;
    color: #15657f;
}

a img {
    border: none
}

/* Egne klasser */

.Forside_Tekst {
    color: white;
    height: 84px;
    background-image:URL(../img/tekstfelt_animasjon.png);
}

.tmeny {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8pt;
    color: #15657f
}
a.tmeny {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    color: #15657f
}
a.tmeny:hover {
    border-bottom: 1px solid #15657f;
}
a.tmenySel {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    border-bottom: 2px solid #15657f;
    color: #15657f
}

td.Footer {
    height: 27px;
    border-top: 1px solid #ffffff;
    background-image:URL(../img/footer.png);
}

div.Tittel_Side {
    background: #15657f;
    color: white;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    height: 19px;
    border-top: 1px solid #ffffff;
}
.Tittel_F1 {
    color: #808080;
}
.Tittel_F2 {
    color: #006b82;
}
div.Tittel_Boks {
    color: #006b82;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    height: 19px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #f0f0f0;
    background-image:URL(../img/modulheading_graa.png);
}
div.Tekst_H {
    color: #000000;
    font-size: 9px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
}

.Nyhet_front1 {
    padding: 15px;
    color: white;
}
.Nyhet_front0 {
    padding: 15px;
    background: #33899a;
    color: white;
    height: 120px
}
.Nyhet_tittel {
    color: white;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 2px;
}
.Nyhet_ingress {
    color: white;
    font-weight: normal;
    margin-bottom: 5px;
}
a.Nyhet_lesmer {
    color: white;
    font-weight: bold;
}

/* Utskrift av nyhetsartikler */

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

