html, body {
    margin: 0;
    padding: 0;
}
body {
    color: #404040;
    font-size: 9pt;
    font-family: Arial, Helvetica, Verdana, 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 {
    color: #fd8e00;
    font-size: 14pt; 
    font-weight: bold; 
    margin-top: 5px;
    margin-bottom: 10px
}
h2 {
    color: #fd8e00;
    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 {
    color: #00A;
    text-decoration: none;
}

A:hover {
    color: red;
    text-decoration: none;
}

a img {
    border: none
}

/* Egne klasser */

td.menyBoks {
    color: white;
    background: #d50000;
    border: 1px solid #e0e0e0;
    width: 150px;
    height: 27px;
    text-indent: 12px;
}

a.meny {
    color: white;
    font-size: 9pt;
    font-weight: bold;
    display: block;
}
a.meny:hover {
    text-decoration: none;
    color: #FF0;
}

/* Egne klasser */

#Innhold {
    margin-bottom: 20px;
}

#Nyheter {
    background:url(../img/hoyretekstfelt.png);
    position: absolute;
    z-index: 2;
    margin-left: 13px;
    margin-top: 20px;
    width: 170px;
    height: 552px
}

/* Utskrift av nyhetsartikler */

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