/* Frame */
.frameHeader,
a.frameHeader:link,
a.frameHeader:visited,
a.frameHeader:hover,
a.frameHeader:active
{
    color:#1e1e1e;
    text-decoration:none;
    font-size: 16px;
    font-weight: bold;
}

.headerLinkFrame,
a.headerLinkFrame:link,
a.headerLinkFrame:visited,
a.headerLinkFrame:hover,
a.headerLinkFrame:active
{
    color:#1e1e1e;
    text-decoration:none;
    font-weight: bold;
}

.bodyLinkFrame,
a.bodyLinkFrame:link,
a.bodyLinkFrame:visited,
a.bodyLinkFrame:hover,
a.bodyLinkFrame:active
{
    color:#1e1e1e;
    text-decoration:underline;
    font-weight: normal;

}

.frameSmallText
{
    color:#666666;
    font-size: 10px;
}

/* Default links */
a:visited,
a:link,
a:hover,
a:active
{
    text-decoration: underline;
}

.headerLink,
a.headerLink:link,
a.headerLink:visited,
a.headerLink:hover,
a.headerLink:active
{
    color: #000000;
    text-decoration:none;
}

/* Navigation menus */
.globalNavNormal,
a.globalNavNormal:link,
a.globalNavNormal:visited,
a.globalNavNormal:hover,
a.globalNavNormal:active
{
    text-decoration: none;
    color: #1e1e1e;
}

.globalNavSelected
a.globalNavSelected:link,
a.globalNavSelected:visited,
a.globalNavSelected:hover,
a.globalNavSelected:active
{
    color: #1e1e1e;
    text-decoration: none;
    font-weight: bold;

}

/* Lists */
ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}
ol
{
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Design templates - standard */
.thumbNailImage { float: right; }
.articleImage { float: right; clear: right; }

/*
Standardfonter
Fonter: skal defineres
Benyttes: templat og bruker
*/

body, div, span, p, td, pre
{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; }

.overskrift, h1 { font-size: 18px; font-weight: bold; }
.underoverskrift, h2 { font-size: 16px; font-weight: bold;  }
.ingress { font-size: 12px; font-weight: bold;   }
.mellomoverskrift, b, strong, h3, h4, h5, h6 { font-size: 12px; font-weight: bold; }
.avsnittsoverkrift { font-style: italic; }
.byline { font-size: 10px; }
.bildetekst { font-size: 13px; font-style: italic; }
.datostempel { font-size: 10px; }

/* Tinymce workaround - must be set for all sites */
.normal
{
    font-weight: normal;
    font-size: 10pt;
}
