html, body {
    margin: 0;
    margin-top: 0;
}
body {
    color: black;
    background: URL(img/bg.png);
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, 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 {
    font-size: 13pt; 
    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 */

.tabtopp {
    height: 40px;
}
.menytopp {
    height: 5px;
}
.menytoppS {
    background-color: #022e6b;
    height: 5px;
}
.vstolpe {
    background-image: URL(img/venstrestolpe.png);
    background-repeat: no-repeat;
    width: 17px;
}
.hstolpe {
    background-image: URL(img/hoyrestolpe.png);
    background-repeat: no-repeat;
    width: 15px;
}

.menylinje {
    background-image: URL(img/meny.png);
    height: 42px;
}
td.tdmeny {
    padding-left: 10px;
    padding-right: 10px;
    height: 37px;
}

#innholdtopp {
    background:URL(img/bakgrunn_topp.png);
    background-repeat: no-repeat;
    height:43px;
}
.itittel {
    padding-top: 17px;
    padding-left: 18px;
    font-size: 12pt;
    font-weight: bold;
    color: #022e6b;
}
#innholdtekst {
    background-image:URL(img/bakgrunn.png);
    padding-top: 8px;
    padding-left: 18px;
    padding-right: 2px;
    height: 300px;
}
#innholdbunn {
    background-image:URL(img/bakgrunn_bunn.png);
    background-repeat: no-repeat;
    height: 23px;
}

.infoboks {
    background-image:URL(img/bilde2b.png);
    background-repeat: no-repeat;
    width: 360px;
    height: 341px;
    padding-left: 23px;
    padding-right: 18px;
    padding-top: 62px;
    color: white;
    font-size: 8pt;
}

a.tmeny {
    color: #022e6b;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none
}
a.tmeny:hover {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none
}

.modultab {
    margin-bottom: 15px;
    width: 298px;
}
.modultopp {
    color: #022e6b;
    font-weight: bold;
    background-image:URL(img/topp_modul.png);
    background-repeat: no-repeat;
    padding-left: 10px;
    width: 298px;
    height: 28px;
}
.modultekst {
    color: #022e6b;
    font-size: 11px;
    background-image:URL(img/bakgrunn_modul.png);
    background-repeat: repeat-y;
    width: 298px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
}
.modulbunn {
    background-image:URL(img/bunn_modul.png);
    background-repeat: no-repeat;
    width: 298px;
    height: 7px;
}

.newstopp {
    background-image:URL(img/heading_nyhet.png);
    background-repeat: no-repeat;
    width: 630;
    height: 42px;
}
.newstittel {
    color: #022e6b;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 16px;
}
.newsingress {
    background-image:URL(img/bakgrunn_nyhet.png);
    background-repeat: repeat-y;
    width: 630;
    height: 120px;
}
.newstekst {
    font-size: 11px;
    font-weight: normal;
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 22px;
    padding-bottom: 15px;
}
.newsbunn {
    background-image:URL(img/bunn_nyhet.png);
    background-repeat: repeat-y;
    width: 630;
    height: 12px;
    margin-bottom: 16px;
}

