html, body {
    margin: 0;
    padding: 0;
}
body {
    background: #777;
    color: black;
    font-size: 9pt;
    font-family: Arial, Verdana, Helvetica, SansSerif, serif
}

p, li, td, div {
    font-size: 9pt;
    font-weight: normal
}
p {
    margin-top: 5px;
    margin-bottom: 9px;
    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: underline;
    color: #00A
}
a:hover {
    text-decoration: underline;
    color: red;
}

a img {
    border: none
}

/* Egne klasser */

#main {
    width: 900px;
}
#banner {
    background: white url(img/toppbilde.png) no-repeat;
    width: 900px;
    height: 152px;
}
#logo {
    float: left;
    margin-top: 20px;
    margin-left: 30px;
    width: 300px;
    height: 60px;
}
#kalender {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    width: 510px;
    height: 60px;
    text-align: right;
}
#linje1 {
    background: #c3b59b;
    width: 900px;
    height: 12px;
}
#linje2 {
    background: #c3b59b;
    width: 900px;
    height: 10px;
}
#innhold {
    background: #c3b59b url(img/side_bg.png);
    width: 900px;
}

#vspalte {
    float: left;
    margin-top: 40px;
    margin-left: 30px;
    margin-bottom: 30px;
    width: 180px;
    text-align: left;
}
#tekstboks {
    float: right;
    margin-top: 25px;
    margin-right: 30px;
    width: 600px;
    margin-bottom: 30px;
    text-align: left;
}

.hovedmeny {
    margin-bottom: 50px;
}
.menyelem {
    margin-bottom: 12px;
    margin-left: 30px;
}
.mlevel1 {
    font-size: 11pt;
    margin-bottom: 4px;
}
a.meny1 { color: #ec1b20; text-decoration: underline; }
a.meny2 { color: #75227a; text-decoration: underline; }
a.meny3 { color: #074c20; text-decoration: underline; }
a.meny4 { color: #2e278e; text-decoration: underline; }
a.meny5 { color: #5d3a14; text-decoration: underline; }

div.submeny {
    margin-top: 5px;
    margin-bottom: 12px;
}
div.submeny div {
    margin-left: 1px;
    margin-bottom: 6px;
}
a.smeny1 { color: #ec1b20; font-size: 9pt; text-decoration: none; }
a.smeny2 { color: #75227a; font-size: 9pt; text-decoration: none; }
a.smeny3 { color: #074c20; font-size: 9pt; text-decoration: none; }
a.smeny4 { color: #2e278e; font-size: 9pt; text-decoration: none; }
a.smeny5 { color: #5d3a14; font-size: 9pt; text-decoration: none; }
a.smeny1:hover { text-decoration: underline; color: red; }
a.smeny2:hover { text-decoration: underline; color: red; }
a.smeny3:hover { text-decoration: underline; color: red; }
a.smeny4:hover { text-decoration: underline; color: red; }
a.smeny5:hover { text-decoration: underline; color: red; }

.knapp {
    background: url(img/knapp_bg.png) no-repeat;
    margin-left: 30px;
    width: 99px;
    height: 28px;
    text-align: center;
    padding-top: 6px;
}
a.kmeny {
    color: #f9ed32;
    font-size: 11pt;
    text-decoration: underline;
}

#footer {
    background: #391527 url(img/bunn_bg.png) no-repeat;
    width: 900px;
}
.footertab {
    height: 67px;
}
.footertxt {
    color: #c2b59b;
    font-size: 11px;
}

.dato {
    font-size: 9pt;
    font-style: italic;
}
.SearchInput {
    background: #c2b49b;
    border: 2px inset #999;
    width: 140px;
    font-size: 10px;
}

/* Utskrift av nyhetsartikler */

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

