html, body {
    margin: 0px;
    padding: 0px;
}
body {
    color: black;
    background: url(img/Bakgr.jpg);
    font-size: 9pt;
    font-family: Georgia, Arial, Verdana, Helvetica, Tahoma, SansSerif, serif
}

p, li, td, div {
    font-size: 9pt;
    font-weight: normal
}
p {
    margin-top: 8px;
    line-height: 1.25em
}

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

h1 {
    font-size: 13pt; 
    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: #00A
}
A:hover {
    color: red;
    text-decoration: underline
}

a img {
    border: none
}

#innhold {
    width: 581px;
    border: 0;
    overflow: auto;
    scrollbar-base-color: #DEDEDE;
    padding: 10px;
    padding-left: 15px
}

a.vmeny {
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: white
}

A.vmeny:hover {
    color: #b3d5ee;
    text-decoration: none
}

.tabtittel {
    background-color: #993400;
    color: white;
    font-size: 13pt;
    font-weight: bold;
    padding: 8px;
}
.subtittel {
    font-size: 11pt;
    font-weight: bold;
    padding: 6px;
}
.tdtittel {
    font-weight: bold;
    font-style: italic;
}

/* Utskrift av nyhetsartikler */

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