html, body { margin:0; padding:0; }
body {
    background-image: URL(img/bg_lys.jpg);
    color: black;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, 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: 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: #00A;
}
a:hover {
    text-decoration: underline;
    color: red;
}
a img {
    border: none
}

/* Egne klasser */

#innhold {
    margin-top: 20px;
    margin-left: 12px;
}
#kontakt {
    position: absolute;
    top: 90px;
    left: 430px;
    z-index: 3;
    margin-right: 80px;
    font-weight: bold;
}

td.meny {
    color: black;
    font-size: 12pt;
    font-weight: normal;
    border-bottom: 1px solid #222;
    
}
span.vmeny {
    color: black;
    font-size: 12pt;
    font-weight: normal;
}
a.vmeny {
    color: black;
    font-size: 12pt;
    font-weight: normal;
}
a.vmeny:hover {
    text-decoration: none;
    color: #07ac70;
}
a.vsmeny {
    color: #349b64;
    font-size: 12pt;
    font-weight: bold;
}
a.vsmeny:hover {
    text-decoration: none;
    color: #07ac70;
}

.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
}

/* Utskrift av nyhetsartikler */

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