html, body { margin: 0; padding: 0; }
body { margin: 0; background-image: url(../img/bakgrunn.png);
       color: black; font-size: 9pt;
       font-family: Verdana, Arial, Helvetica, Tahoma, SansSerif, serif }

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

a img { border: none }

/* Egne klasser */
#Innhold { width: 713px; overflow: auto; margin-top:6px }
#SponsorTittel { color: #ae3131; font-weight: bold; font-size: 12px;
                 padding-left: 14px; }
#Sponsorer { padding-left:15px; z-index: 3;}

#ToppMeny { color: #ae3131; font-weight: bold; font-size: 12px; padding-left: 6px;
            text-transform: uppercase; }
#ToppMeny span { padding-right: 17px; }
#ToppMeny a { padding-right: 17px; }
a.tmeny { color: #ae3131; }

#UnderMeny { width:713px; background:#e2e2e2; display: table-cell;
             padding-bottom:5px }
.umeny { float:left; margin: 0 19px 3px 0; white-space:nowrap }
a.smeny { font-size: 11px; }

.NyhetsTittel { color: #cc3333; font-size: 11pt; font-weight: bold;
                margin-bottom: 6px }
.NyhetsDato { color: #444; font-size: 8pt; text-decoration: underline }
div.NyhetsTekst { margin-bottom: 3px }
div.NyhetsTekst p { margin-top: 0; padding-top: 0; }
.LesMer { color: #cc3333; font-size: 9pt; }

.sep_linje { height: 8px; }

/* Utskrift av nyhetsartikler */
.NewsArtTitle { color: black }
.NewsArtSubTitle { color: black }
.NewsArtCredits { margin-bottom: 15px; font-size: 9px }

