﻿/* GLOBAL BROWSER RESETS */
*, html, body {
    margin: 0;
    padding: 0;
}
/***********************************************************/
/* GLOBAL HTML STYLES                                      */
/***********************************************************/

body, td {
    font-family: Tahoma, Arial;
    font-size: 13px;
    color: #333333;
}
img {
    border: 0px;
}s
a {
    color: #ff6600;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    font-size: 26px;
    color: #333333;
    padding-top: 0px;
    padding-bottom: 5px;
    font-weight: bold;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    line-height: 24px;
}
h4 {
    font-size: 13px;
    color: #666666;
}
h5 {
    font-size: 10px;
    text-transform: uppercase;
    color: #333333;
}
.del2 /* for den grå delen av headinger*/ {
    font-weight: normal;
    color: #666666;
}
p, td {
    line-height: 1.4em;
    padding-top: 10px;
}
ul {
    list-style-image: url('Images/list_bullett.gif');
    list-style-type: circle;
    padding: 5px 0 5px 16px;
}
ul li {
    line-height: 1.4em;
}
hr.dark {
    background-color: #000000;
    color: #000000;
    border: 0;
    height: 1px;
}
hr.light {
    background-color: #333333;
    color: #333333;
    border: 0;
    height: 1px;
}
.Ingress {
    font-size: 14px;
    color: #666666;
    line-height: 1.5em;
}
.stikktittel {
    color: #666666;
}
.LesMer {
    font-size: 11px;
}
.bildetekst {
    color: #666666;
    font-size: 10px;
    text-align: right;
}
.metatekst {
    color: #666666;
    font-size: 10px;
    padding-bottom: 10px;
}

