body{
    /*background-image: url("../images/bg3.jpg");*/
    background-image: url("../images/dark_linen_texture2.jpg");
    background-color: #E9EDF1;
    font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', sans-serif;
    font-size: 18px;
}
.skygge {
    -webkit-box-shadow:  0 0 14px rgb(203, 203, 203), 0 0 12px rgb(203, 203, 203);
    -moz-box-shadow:  0 0 14px rgb(203, 203, 203), 0 0 12px rgb(203, 203, 203);
    box-shadow: 0 0 10px rgb(143, 179, 199), 0 0 10px rgb(143, 179, 199);
}
#bunntekst{
    padding: 6px 0 0 90px;
}
#toppinnhold{
    padding: 5px 0 0 20px;
}
#topplogo{
    float:left;
}

.gratis {
    font-size: 24px;
}

#topptekst {
    float:left;
    overflow: hidden;
    position: relative;
    top: 7px;
    padding: 14px;
    font-size: 24px;
    margin-left: 28px;
    font-family: calibri;
}
#topptekst {
    background-color: #FFD700;
    border: 1px solid #aaaaaa;
    font-weight: bold;
}
.gul{
    background-color: #FFD700;
    height: 20px;
}
.lysblaa{
    background-color: #0099D2;
    height: 20px;
}
.lottorod{
    background-color: #DC003C;
    height: 20px;
}
.lottoblaa{
    background-color: #00447D;
    height: 20px;
}
.extralilla{
    background-color: #710071;
    height: 20px;
}

.menytekst{
    font-weight: bold;
    font-size: 20px;
    height: 30px;
    padding: 8px 0 0 8px;
}
.menytekstbg{
    background-color: #E4E4E5;
    background-image: url("../images/menybg.png");
    background-repeat: repeat-x;

}
.graa{
    background-color: #aaaaaa;
    height: 20px;
    text-align: right;
    padding-right: 10px;
}
#sistenytt{
    color: #ffffff;
    padding: 10px;
}
#sistenytt_tekst{
    font-size: 16px;
}
#sistenyttheading{
    font-size: 22px;
}
.lastned{
    text-align: center;
    padding:  15px 0 0 0;
    color: #ffffff;
}

/* NT LINKS FRONTPAGE */
#nt_links {
    width:205px;
    padding-top:20px;
    padding-left: 20px;
    padding-bottom: 20px;
    float:left;
    /*border:1px solid #000;*/
}
#nt_links a {
    margin-bottom:5px;
    width:202px;
}
#nt_links a.nettspiller {
    display:block;
    background:url(../images/btn_bliNettspiller.jpg) 0 0 no-repeat #fff;
    height:39px;

}
#nt_links a.kortleser {
    display:block;
    background:url(../images/btn_bestillKortleser.jpg) 0 0 no-repeat #fff;
    height:39px;

}
#nt_links a.mobilspiller {
    display:block;
    background:url(../images/btn_bliMobilspiller.jpg) 0 0 no-repeat #fff;
    height:39px;

}
#nt_links a:hover {
    height:39px;
    background-position: 0 -39px;
}