html, body {
    margin: 0;
    padding: 0;
}
body {
    background-image:URL(../images/bakgrunn.png);
    color: white;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, Tahoma, SansSerif, serif
}

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

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: #f8f8ff;
}
a:hover {
    text-decoration: underline;
    color: #8080FF;
}

a img {
    border: none
}

/* Egne klasser */
#SideTittel {
    background-image: URL(/images/tittel_bg.png);
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 12px;
    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
}
.bunnlinje {
    background: black;
    font-size: 9px;
    height: 6px;
}

#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
}

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

/* Utskrift av nyhetsartikler */

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