﻿body
{
    background-image: url(img/bakgrunn.gif);
    background-repeat: repeat-x;
    margin: 0px;
}

body, td, th
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

table.toppmeny
{
    background-image: url(img/meny_bakgrunn.gif);
    background-repeat: repeat-x;
    width: 970px;
    height: 100px;
}

.velkommen
{
    color: #1C6581;
    font-size: 20px;
}

.smaaknapper
{
    font-size: 10px;
}

a:link
{
    color: #202759;
    text-decoration: none;
}
a:visited
{
    color: #202759;
    text-decoration: none;
}
a:hover
{
    color: #AD4C25;
    text-decoration: none;
}
a:active
{
    color: #202759;
    text-decoration: none;
}

/* FELLES NYHETER -------------------------------------------------------------------------------------------------------*/

a.HeadingLink:link
{
    color: #4e6580;
    text-decoration: none;
    font-size: 13px;
}
a.HeadingLink:visited
{
    color: #4e6580;
    text-decoration: none;
    font-size: 13px;
}
a.HeadingLink:hover
{
    color: #4e6580;
    text-decoration: none;
    font-size: 13px;
}
a.HeadingLink:active
{
    color: #4e6580;
    text-decoration: none;
    font-size: 13px;
}

/* DOKUMENT LINKER -------------------------------------------------------------------------------------------------------*/

a.HeadingLink:link
{
    color: #4e6580;
    text-decoration: none;
    font-weight: bold;
}
a.HeadingLink:visited
{
    color: #4e6580;
    text-decoration: none;
    font-weight: bold;
}
a.HeadingLink:hover
{
    color: #4e6580;
    text-decoration: none;
    font-weight: bold;
}
a.HeadingLink:active
{
    color: #4e6580;
    text-decoration: none;
    font-weight: bold;
}


/* TOPPMENY -------------------------------------------------------------------------------------------------------*/

a.ToppMeny:link
{
    color: #202759;
    text-decoration: none;
    font-weight: bold;
}
a.ToppMeny:visited
{
    color: #202759;
    text-decoration: none;
    font-weight: bold;
}
a.ToppMeny:hover
{
    color: #202759;
    text-decoration: none;
    font-weight: bold;
}
a.ToppMeny:active
{
    color: #202759;
    text-decoration: none;
    font-weight: bold;
}

/* TOPPMENY SOM ER VALGT -----------------------------------------------------------------------------------------*/

a.ToppMenySel:link
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a.ToppMenySel:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a.ToppMenySel:hover
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a.ToppMenySel:active
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

form
{
    padding-top: 0px;
}


table.reklametabell
{
    padding-top: 10px;
}

.overskrift_medium
{
    font-size: 12px;
    font-weight: bold;
    color: #008091;
}

.overskrift_large
{
    font-size: 20px;
    font-weight: bold;
    color: #008091;
}

.Byvelger
{
    font-size: 10px;
    font-family: Verdana;
    color: #333333;
    width: 120px;
}

.Combo
{
    font-size: 10px;
    font-family: Verdana;
    color: #333333;
}


/* CUSTOM -----------------------------------------------------------------------------------------*/

.sliderBackground
{
    background-image: url(img/bakgrunnNR.jpg); background-repeat:no-repeat;
    height: 51px;
}

.backgroundWhite
{
    background-image: url(img/Bakgrunn-hvit.gif);
}

.backgroundWhiteTop
{
    background-image: url(img/bakgrunnHvitTop.gif);
    background-repeat: no-repeat;
}

.backgroundWhiteBottom
{
    background-image: url(img/bakgrunnHvitBottom.gif);
    background-repeat: no-repeat;
    width: 422px; 
}

.backgroundWhiteMiddle
{
    background-image: url(img/bakgrunnHvit.gif);
    background-repeat: repeat-y;
    width: 422px; 
}

.mainBackground
{
    background-image: url(img/Bakgrunn.jpg);
}

.sliderKnappBackgroundSelected
{
    background-image: url(img/knapp_bg_sel.gif);
    background-repeat: repeat-x; 
    padding-left: 15px; 
    padding-right: 15px;
}

.sliderKnappBackgroundNotSelected
{
    background-image: url(img/knapp_bg.gif);
    background-repeat: repeat-x; 
    padding-left: 15px; 
    padding-right: 15px;
}      

.slider-handle 
{ 
    position: absolute; 
    background: url(img/drag.png) no-repeat; 
    height: 28px; 
    width: 18px; 
}

.slider-rail 
{
    position: relative; 
    background: none; 
    height: 28px; 
    width: 215px; 
} 

                              
