/********** Generelt **********/
body {
    background: url(../../bitmaps/fdb/bakgrunn.png) repeat-x 0 0 white;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 11px;
    color: #444444;
}

h1 {
    color: #a41517;
    font-size: 18px;
}

h2, h3, h4, h5, h6 {
    color: #000000;
    font-size: 11px;
}

/* with fix for ie7-bug */
a, a:link, a:visited, a:hover, a:active,
li.dybde1 a, li.dybde1 a:link, li.dybde1 a:visited,
li.dybde1 a:hover, li.dybde1 a:active {
    color: #444444;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

div {
    margin: 0;
    padding: 0;
}

/* Disse er for aa tilfredsstille xtractor */
.dybde1 {
}

.aapen {
}

.valgt {
}

.dybde2 {
}

.fieldset {
}

/***************************
 * =Felles klasser og id'er
 ***************************/
div.innhold {
    width: 990px;
}

#header {
    width: 990px;
}
#header > #headerLeft {
    background: url(../../bitmaps/fdb/logo.png) no-repeat top left;
    width: 366px;
    height: 43px;
    float: left;
    margin: 56px 0 0 10px;
}
#header > #headerRight {
    background: transparent url(../../bitmaps/fdb/top.png) no-repeat top right;
    height: 141px;
    width: 437px;
    float: right;
    margin-top: 0;
}
#header > #headerRight > #headerprint {
    display: none;
}

div#midtomraade {
    background: none;
}

div.clearbothtop {
    clear: both;
}

div.clearbothbottom {
    clear: both;
    height: 30px;
}

#footer {
    height: 34px;
    width: 950px;
    border-top: 3px solid #cfcfcf;
    font-size: 10px;
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}
#footer > #bunntekst {
    margin-top: 4px;
}

/***************************
 * =Sok
 ***************************/
/* Kun sokefelt i headeren */
/*
div.sokheader {
  display: block;
  height: 24px;
  width: 140px;
  margin-top: 74px;
  margin-left: 4px;
  border: 1px solid green;
}

div.sokheader form {
  margin: 0;
}
*/

#Sok {
    padding: 0;
    background: url(../../bitmaps/fdb/sok-felt.png) no-repeat 20px top;
    position: absolute;
    height: 50px;
    width: 158px;
    left: 400px;
    top: 74px;
    vertical-align: top;
}

#Sok .tekst {
    font-size: 11px;
    border: none;
    background: transparent;
    width: 126px; /*height: 19px;*/
    color: #000000;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0;
}

#Sok .knapp {
    border: none;
    background: url(../../bitmaps/fdb/sok-knapp.png) no-repeat left top;
    width: 22px;
    height: 19px;
    margin: 0;
    padding: 0;
}

#Sok .knapp:hover {
    background: url(../../bitmaps/fdb/sok-knapp-hilite.png) no-repeat left top;
}

/* Baade sokefelt i headeren og paa sokeside */
form input.sokfelt {
    font-size: 11px;
}

form input.sokknapp {
    border: none;
    background: transparent url(../../bitmaps/site/sok_bg.gif) no-repeat top left;
    width: 52px;
    height: 21px;
    color: #444444;
}

form input.sokknapp:active {
    background: url(../../bitmaps/site/sok_bg_click.gif);
}

/* Kun sokeside */
div.sok {
    margin: 15px 0 8px 0;
}

div.sokeresultat div.antallTreff {
    margin: 5px 0;
}

div.sokeresultat div.treff {
    margin-bottom: 5px;
}

/***************************
 * =Meny
 ***************************/
div.meny {
    width: 183px;
    float: left;
    margin: -23px 20px 20px 20px;
    padding: 0;
}

div.meny ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.meny ul li {
    background: transparent url(../../bitmaps/fdb/menuitem.png) no-repeat top left;
}

div.meny ul#pynteliste li {
    background: transparent url(../../bitmaps/fdb/menuitem_top.png) no-repeat top left;
    height: 23px;
}

div.meny ul#forsidelink li {
    background: transparent url(../../bitmaps/fdb/menuitem_forside.png) no-repeat top left;
}

div.meny ul#opgradermeny li {
    background: transparent url(../../bitmaps/fdb/menuitem_opgrader.png) no-repeat top left;
}

div.meny ul li a {
    display: block;
    padding: 7px 0 0 7px;
    margin: 0 0 0 0;
    height: 20px;
}

div.meny ul#opgradermeny li a {
    height: 19px;
}

div.meny ul li.valgt a {
    color: #7a0722;
}

div.meny ul li.aapen a {
    color: #7a0722;
}

div.meny ul li ul li {
    background: transparent url(../../bitmaps/fdb/menuitem_submenu.png) no-repeat top left;
}

div.meny ul li ul li a {
    padding-left: 21px;
}

/* hindrer at alle underelementer ser aapne ut */
div.meny ul li.aapen ul li a {
    color: #444444;
}

div.meny ul li.aapen ul li.valgt a {
    color: #7a0722;
}

#Menybunn {
    background: url(../../bitmaps/fdb/menubundpng.png) top left no-repeat;
    width: 183px;
    height: 34px;
}

a#logInd {
    display: block;
    background: url(../../bitmaps/fdb/sortbutton.png) no-repeat;
    width: 178px;
    height: 25px;
    margin-top: 30px;
    margin-bottom: 3px;
    color: #f9f9f9;
    font-size: 12px;
    font-weight:bold;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 4px;
}

a#logInd:hover {
    background: url(../../bitmaps/fdb/sortbutton.png) no-repeat;
}

a#nyBruger {
    display: block;
    background: url(../../bitmaps/fdb/sortbutton.png) no-repeat;
    width: 178px;
    height: 25px;
    color: #f9f9f9;
    font-size: 12px;
    font-weight:bold;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 4px;
}

a#nyBruger:hover {
    background: url(../../bitmaps/fdb/sortbutton.png) no-repeat;
}

/********** Forside **********/

#kampagneboks {
    background: none;
    width: 475px;
    height: 432px;
    float: left;
    margin-right: 50px;
}
#kampagneboks > #columnLeft,
#kampagneboks > #columnRight {
    float: left;
    width: 45%;
    font-size: 1.2em;
}
#kampagneboks > #columnLeft p,
#kampagneboks > #columnRight p {
    margin-bottom: 1em;
}
#kampagneboks > #columnLeft {
    padding-right: 5%;
}
#kampagneboks > #columnRight {
    padding-left: 4%;
}
#kampagneboks > #columnRight ul {
    padding-left: 1em;
}
#kampagneboks a {
    color: #A41517;
    text-decoration: underline;
}
#kampagneboks a:hover {
    color: #950608;
}
#kampagneboks h1,
#kampagneboks h2,
#kampagneboks h3 {
    margin-top: 0;
    font-size: 1.3em;
}
#kampagneboks h1 > a,
#kampagneboks h2 > a,
#kampagneboks h3 > a {
    text-decoration: none;
}

a#opgrader {
    display: block;
    background: url(../../bitmaps/fdb/opgraderbutton.png) no-repeat;
    width: 202px;
    height: 23px;
}
a#opgrader:hover {
    background: url(../../bitmaps/fdb/opgraderbutton_shadow.png) no-repeat;
}

/***************************
* =Bannerbokser
***************************/
div#bannere {
    float: left;
    width: 217px;
}

div.bannertekst {
    font-size: 11px;
    padding: 15px;
    height: 100%;
}

div.bannerbilde {
    height: 100%;
    text-align: center;
}

div.bannerbilde img {
    border: none;
}

div.bannertom {
    height: 100%;
}

div.bannertekst a {
    display: block;
    margin-top: 6px;
    text-decoration: underline;
}

div.bannertekst h3 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
}

div.bannertekst h3 a {
    display: inline;
    background: none;
    padding-left: 0;
    text-decoration: none;
}

/***************************
* =Bannere
***************************/
div#bannerboks1 {
    margin-bottom: 6px;
}

div#bannerboks2 {
    margin-bottom: 6px;
}

div#bannerboks3 {
    margin-bottom: 6px;
}

div#bannerboks1, div#bannerboks2, div#bannerboks3 {
    height: 135px;
    overflow: hidden;
}

div#bannerboks1 div.bannertekst {
    background: url(../../bitmaps/fdb/box1forside.png) no-repeat;
    color: #f9f9f9;
}

div#bannerboks1 div.bannertekst a {
    color: #f9f9f9;
}

div#bannerboks1 div.bannertekst h3 {
    color: #f9f9f9;
}

div#bannerboks1 div.bannertekst h3 a {
    color: #f9f9f9;
}

div#bannerboks2 div.bannertekst {
    background: url(../../bitmaps/fdb/box2forside.png) no-repeat;
    color: #000000;
}

div#bannerboks2 div.bannertekst a {
    color: #000000;
}

div#bannerboks2 div.bannertekst h3 {
    color: #a41517;
}

div#bannerboks2 div.bannertekst h3 a {
    color: #a41517;
}

div#bannerboks3 div.bannertekst {
    background: url(../../bitmaps/fdb/box3forside.png) no-repeat;
    color: #f9f9f9;
}

div#bannerboks3 div.bannertekst a {
    color: #f9f9f9;
}

div#bannerboks3 div.bannertekst h3 {
    color: #f9f9f9;
}

div#bannerboks3 div.bannertekst h3 a {
    color: #f9f9f9;
}

/********** Innholdssider **********/

/***************************
 * =Hovedinnhold
 ***************************/
div.innholdstekst {
    width: 481px;
    float: left;
    margin-right: 16px;
}

div.innholdstekst div.smulesti {
    font-size: 10px;
    margin-bottom: 5px;
}

div.innholdstekst div.smulesti a {
    color: #444444;
    text-decoration: none;
}

div.innholdstekst div#skrivut {
    float: right;
    font-size: 11px;
}

div.innholdstekst div#skrivut a {
    text-decoration: none;
    color: #444444;
    display: block;
    background: url(../../bitmaps/site/udskriv.gif) no-repeat center left;
    padding-left: 17px; /* bildet er 13x13 */
    margin-right: 10px;
}

div.innholdstekst h1 {
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 0;
}

div.innholdstekst a {
    color: #7a0722;
    text-decoration: underline;
}

div.innholdstekst div.tekst {
    margin: 0 10px 0 0;
    padding: 10px 0 0 1px;
}

div.innholdstekst div.tekst p {
    margin: 0;
    padding: 0;
}

/***************************
 * =Bannere
 ***************************/
div#innholdssidebannerboks1 {
    margin: 0 0 21px 0;
    height: 198px;
    overflow: hidden;
}

div#innholdssidebannerboks1 div.bannertekst {
    background: url(../../bitmaps/site/Underside_banner1.png) no-repeat;
}

div#innholdssidebannerboks2 {
    margin: 0 0 0 0;
    height: 213px;
    overflow: hidden;
}

div#innholdssidebannerboks2 div.bannertekst {
    background: url(../../bitmaps/site/Underside_banner2.png) no-repeat;
}

/***************************
 * =Tabeller
 ***************************/
div.innholdstekst table {
    border-collapse: collapse;
    margin-left: -2px;
}

div.innholdstekst table td {
    background-color: #efeff0;
    border: 2px solid #ffffff;
    padding: 6px;
}

/***************************
 * =Skriv ut
 ***************************/
div.skrivut {
    margin-top: 10px;
}

/********** Konkurrencesider **********/

/***************************
 * =Kampagnefelt
 ***************************/
#konkurrence div#kampagneboks {
    background: url(../../bitmaps/site/konkurrence/baggrund_indholdsfelt.jpg);
    font-size: 14px;
}

#konkurrence div#konkurrenceregler {
    padding-left: 86px;
}

#konkurrence div#kampagneboks h1 {
    /*border: 1px solid #000000;*/
    margin: 58px 35px 30px 80px;
    padding: 0 15px 0 15px;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    color: #7a0722;
}

#konkurrence div#kampagneboks div.tekst {
    /*border: 1px solid #000000;*/
    margin: 0 35px 0 80px;
    padding: 0 15px 0 15px;
}

#konkurrence div#kampagneboks #forsteknapp {
    margin: 30px 0 20px 130px;
    padding: 0;
}

#konkurrence div#kampagneboks dl {
    margin: 0 0 20px 0px;
}

#konkurrence div#kampagneboks dt {
    font-weight: bold;
    color: #7a0722;
}

#konkurrence div#kampagneboks dd {
    margin: -17px 0 0 85px;
    padding-left: 0;
}

#konkurrence div#kampagneboks #teller {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

#konkurrence div#kampagneboks h2 {
    /*border: 1px solid #000000;*/
    margin: 58px 35px 22px 80px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #7a0722;
}

#konkurrence div#kampagneboks ul {
    /*border: 1px solid #000000;*/
    margin: 0 30px 0 80px;
    padding: 0 15px 0 10px;
    background: none;
    height: auto;
    list-style-type: none; /*width: 200px;*/
}

#konkurrence div#kampagneboks div.svar {
    /*border: 1px solid #000000;*/
    margin: 10px 35px 0 80px;
    padding: 6px 15px 6px 15px;
    border: 2px inset #aaaaaa; /*height: 0;*/
    display: none;
}

#konkurrence div#kampagneboks div.svar ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 15px;
}

#konkurrence div#kampagneboks div.svar ul li {
    margin: 0;
    padding: 0;
}

#konkurrence div#kampagneboks #nesteknapp {
    margin: 10px 0 0 130px;
    padding: 0;
    display: none;
}

#konkurrence div#kampagneboks div.tekst ul.registrer {
    margin: 30px 0 20px 0;
    padding: 0;
}

#konkurrence .registrer label {
    display: block;
    width: 130px;
}

#konkurrence .registrer input {
    display: block;
    width: 165px;
    margin: -22px 0 0 135px;
}

#konkurrence div#kampagneboks #sendknapp {
    margin: 10px 0 0 130px;
    padding: 0;
}

body.popup {
    margin: 0;
    padding: 0;
}

div.popup {
    background: url(../../bitmaps/site/konkurrence/baggrund_aftale_popup.gif) no-repeat top left;
    margin: 0;
    padding: 0;
    width: 424px;
    height: 292px;
}

.popup h2 {
    padding: 35px 0 0 0;
    margin: 0 30px 20px 30px;
    color: #7a0722;
}

.popup ol {
    margin: 10px 30px 20px 30px;
    padding: 0 0 0 24px;
}

.popup p {
    margin: 10px 30px 10px 30px;
}

.popup a {
    display: block;
    background: url(../../bitmaps/site/Link_pil.png) no-repeat center left;
    margin-top: 6px;
    padding-left: 15px;
    color: #7a0722;
    text-decoration: underline;
}

/***************************
 * =Saldoandelskjema
 ***************************/
div.errormessage {
    font-size: 15px;
    font-weight: bold;
}

#saldo {
    padding-top: 10px;
}

#saldo fieldset {
    width: 100%;
    margin: 4px 10px 3px 0;
    padding: 0;
    border: none;
    padding-top: 10px;
}

#saldo fieldset legend {
    display: none;
}

#saldo fieldset ul {
    list-style-type: none;
    width: auto;
    margin: 5px 0 5px 20px;
    padding: 2px 0 2px 0;
}

#saldo fieldset ul li {
    width: auto;
    margin: 0;
    padding: 0;
}

#saldo fieldset ul li label {
    width: 90px;
    display: block;
    float: left;
}

#saldo fieldset ul li input {
    border: 1px solid black;
    width: 170px;
    padding: 0 0 0 4px;
    margin: 0 10px 5px 0;
    background-color: #efeff0;
    float: left;
}

#saldo fieldset ul li select {
    border: 1px solid black;
    width: 177px;
    2 px 2 px 0 padding : 0;
    margin: 0 10px 5px 0;
    background-color: #efeff0;
    float: left;
}

#saldo fieldset#videre input {
    margin-left: 170px;
}

#saldo span.error {
    color: red;
}

#saldo .clear {
    clear: both;
}

#saldo div.mouseover {
    position: relative;
    display: inline;
}

.mouseover {
    cursor: pointer;
}

div#tooltip {
    border: 2px solid #000000;
    margin-right: 30px;
    position: absolute;
    right: 1000px;
    top: 0;
    width: 200px;
    z-index: 2;
    background: #ffffff;
    padding: 8px;
}

/***************************
 * =Saldoandelskjema - adminside
 ***************************/
div#saldoadmin {
}

#saldoadmin div.filter {
    padding-top: 13px;
    padding-bottom: 13px;
}

#saldoadmin div.tabellvisning table td.tallcelle {
    text-align: right;
}

/********** Euro 2008-sider **********/

/***************************
 * =Kampagnefelt
 ***************************/
#euro2008 div#kampagneboks {
    background: none;
}

#euro2008 div.boxheader {
    padding-left: 0;
    height: 40px;
}

#euro2008 #kampagneboks h1 {
    margin: 8px 30px 2px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

#euro2008 div#textbox {
    background: url("../../bitmaps/site/euro2008/Tekst_felt.gif");
    overflow: hidden;
    width: 328px;
    height: 283px;
    font-size: 12px;
    color: #7a0722;
    text-align: center;
    margin: 0 0 0 75px;
}

#euro2008 #textbox div.tekst {
    margin: 2px 30px;
    text-align: left;
}

#euro2008 #textbox div.hvadgordu {
    margin: 5px 35px 2px;
    text-align: left;
    color: #444444;
    font-weight: bold;
}

#euro2008 #textbox ol {
    margin: 0 25px;
    padding: 0;
    text-align: left;
    color: #444444;
}

#euro2008 #textbox li {
    margin: 0 0 4px 35px;
}

#euro2008 #textbox li form {
    margin: 0;
}

#euro2008 #textbox li a {
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    color: #444444;
    text-decoration: none;
    margin-left: -45px;
    padding-left: 40px;
    text-align: left;
    background: url(../../bitmaps/site/euro2008/Pil.gif) no-repeat center left;
    display: block;
}

#euro2008 #textbox li a:hover {
    background-image: url(../../bitmaps/site/euro2008/Pil_hover.gif);
}

#euro2008 #page0 div#textbox {
    margin: 0 0 0 12px;
    text-align: center;
}

#euro2008 #page0 #textbox div.tekst {
    margin: 30px 18px;
}

#euro2008 div#page0 h1 {
    margin: 18px 18px 5px;
    font-size: 35px;
    font-weight: bold;
}

#euro2008 div#page0 h2 {
    margin: 5px 18px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

#euro2008 .boxheader div.pageno0, #euro2008 .boxheader div.pageno1, #euro2008 .boxheader div.pageno2,
#euro2008 .boxheader div.pageno3, #euro2008 .boxheader div.pageno4, #euro2008 .boxheader div.pageno5,
#euro2008 .boxheader div.pageno6 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

#euro2008 div.boxheader div.pageno0 {
    background-image: url(../../bitmaps/site/euro2008/0.gif);
}

#euro2008 div.boxheader div.pageno1 {
    background-image: url(../../bitmaps/site/euro2008/1.gif);
}

#euro2008 div.boxheader div.pageno2 {
    background-image: url(../../bitmaps/site/euro2008/2.gif);
}

#euro2008 div.boxheader div.pageno3 {
    background-image: url(../../bitmaps/site/euro2008/3.gif);
}

#euro2008 div.boxheader div.pageno4 {
    background-image: url(../../bitmaps/site/euro2008/4.gif);
}

#euro2008 div.boxheader div.pageno5 {
    background-image: url(../../bitmaps/site/euro2008/5.gif);
}

#euro2008 div.boxheader div.pageno6 {
    background-image: url(../../bitmaps/site/euro2008/6.gif);
}

#euro2008 div#page0 {
    background: url(../../bitmaps/site/euro2008/Bagg_01.jpg);
    width: 478px;
    height: 429px;
}

#euro2008 div#page1q, #euro2008 div#page1a {
    background: url(../../bitmaps/site/euro2008/Bagg_02.jpg);
    width: 478px;
    height: 429px;
}

#euro2008 div#page2q, #euro2008 div#page2a {
    background: url(../../bitmaps/site/euro2008/Bagg_03.jpg);
    width: 478px;
    height: 429px;
}

#euro2008 div#page3q, #euro2008 div#page3a {
    background: url(../../bitmaps/site/euro2008/Bagg_04.jpg);
    width: 478px;
    height: 429px;
}

#euro2008 div#page4q, #euro2008 div#page4a {
    background: url(../../bitmaps/site/euro2008/Bagg_05.jpg);
    width: 478px;
    height: 429px;
}

#euro2008 div#page5q, #euro2008 div#page5a, #euro2008 div#page6, #euro2008 div#page7 {
    background: url(../../bitmaps/site/euro2008/Bagg_06.jpg);
    width: 478px;
    height: 429px;
}

#euro2008 div#premier {
    background: url(../../bitmaps/site/euro2008/Bagg_price.jpg);
    width: 478px;
    height: 429px;
}

#euro2008 #page0 h1, #euro2008 #page1a h1, #euro2008 #page2a h1, #euro2008 #page3a h1,
#euro2008 #page4a h1, #euro2008 #page5a h1 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

#euro2008 #page0 #textbox div.tekst, #euro2008 #page1a #textbox div.tekst, #euro2008 #page2a #textbox div.tekst,
#euro2008 #page3a #textbox div.tekst, #euro2008 #page4a #textbox div.tekst, #euro2008 #page5a #textbox div.tekst {
    text-align: center;
    margin-bottom: 25px;
}

#euro2008 #page6 h1 {
    text-align: center;
}

#euro2008 #page6 div.tekst {
    color: #444444;
}

#euro2008 #page6 form {
    margin-top: 5px;
    color: #444444;
}

#euro2008 #page6 ul {
    background-image: none;
    margin: 7px 0 7px 0;
    padding: 0;
    height: auto;
    list-style-type: none;
}

#euro2008 #page6 ul li {
    margin: 0;
    text-align: left;
}

#euro2008 #page6 label {
    color: #7a0722;
}

#euro2008 #page6 label#navnlabel {
    display: block;
    width: 70px;
    float: left;
}

#euro2008 #page6 label#emaillabel {
    display: block;
    width: 70px;
    float: left;
}

#euro2008 #page6 label#medlemsnrlabel {
    display: block;
    width: 150px;
    float: left;
}

#euro2008 #page6 input#navn {
    width: 180px;
}

#euro2008 #page6 input#email {
    width: 180px;
}

#euro2008 #page6 input#medlemsnr {
    width: 99px;
}

#euro2008 #page6 input#kontakt {
    margin-left: 0;
}

#euro2008 #page6 input#knapp_afslut {
    margin: 10px 0 0 45px;
}

#euro2008 #page6 div#kontaktinput {
    width: 24px;
    float: left;
}

#euro2008 #page6 div#kontakttext {
    width: 225px;
    float: left;
}

#euro2008 div#premier {
    color: #7a0722;
}

#euro2008 #premier div.boxheader {
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
}

#euro2008 #premier div#textbox1 {
    width: 260px;
    height: 210px;
    background-image: url(../../bitmaps/site/euro2008/Tekst_felt_price1.gif);
    margin: 0 0 0 210px;
}

#euro2008 #premier div#textbox2 {
    width: 260px;
    height: 100px;
    background-image: url(../../bitmaps/site/euro2008/Tekst_felt_price2.gif);
    margin: 10px 0 0 210px;
}

#euro2008 #premier #textbox1 h1, #euro2008 #premier #textbox2 h1 {
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px 1px 10px;
}

#euro2008 #premier #textbox1 .tekst, #euro2008 #premier #textbox2 .tekst {
    margin: 0 10px 0 10px;
    font-size: 10px;
}

#euro2008 #premier #textbox1 .tekst ul {
    padding: 0;
    margin: 0;
    background-image: none;
    list-style-type: square;
}

#euro2008 #premier #textbox1 .tekst li {
    padding: 0 0 0 0;
    margin: 0 0 0 15px;
}

/* PINKODEHJELPER */
#pinkodehjelperContainer {
    margin: 15px 0;
}

#pinkodehjelperContainer td {
    border: none;
    text-align: center;
    color: #000;
    background-color: transparent;
}

#pinkodehjelperContainer td img {
    border: 1px solid #000;
}

#pinkodehjelperContainer td.green {
    background-color: #2be359;
}

#pinkodehjelperContainer td.blue {
    background-color: #0080ff;
}

#pinkodehjelperContainer td.yellow {
    background-color: #f9f930;
}

#pinkodehjelperContainer td.red {
    background-color: #ff3737;
}

div#printlogoPinkode {
    display: none;
}

/* Kontaktskjema */
#kontaktskjema {
    padding: 0;
    width: 422px;
}

#kontaktskjema h1 {
    font-size: 16px;
    padding: 0 0 7px 0;
    margin-top: 0;
}

div.tekst div#kontaktskjema form fieldset ul {
    list-style-type: none;
    width: auto;
    margin: 5px 0 5px 20px;
    padding: 2px 0 2px 0;
}

div.tekst div#kontaktskjema form fieldset ul li {
    background-image: none;
    width: auto;
    margin: 1px 0;
    padding: 0;
}

#kontaktskjema label {
    width: 95px;
    float: left;
}

#kontaktskjema label.radio {
    width: auto;
    float: none;
}

#kontaktskjema select {
    /*    width: 210px; */
    width: 250px;
    margin-left: 0;
}

#hint {
    height: 40px;
    padding: 3px 0 10px;
    display: none;
}

#kontaktskjema textarea {
    margin-left: 0;
    width: 244px;
}

#kontaktskjema input {
    width: 160px;
}

#kontaktskjema input.radio {
    width: auto;
    display: inline;
    margin: 0 5px 0 0;
}

#kontaktskjema form fieldset {
    border-top: none;
    padding: 0;
}

.tekst #kontaktskjema form fieldset legend {
    display: none;
}

#kontaktskjema form fieldset ul li {
    padding-top: 4px;
}

#kontaktskjema fieldset p input.submit {
    margin-left: 160px;
    color: #4B4B4B;
    width: auto;
    text-align: center;
}

#kontaktskjema .status_counter {
    margin: 5px 0 5px 95px;
    font-size: 10px;
}

#ver2 label {
    float: none;
    width: 100%;
}

#ver2 label.radio {
    display: inline;
}

#ver2 input {
    width: 300px;
    display: block;
    margin: 2px 0 10px 0;
}

#ver2 select {
    width: 414px;
    margin: 2px 0 15px 0;
    display: block;
}

#ver2 textarea {
    width: 410px;
    margin: 2px 0 5px 0;
    font-size: 12px;
}

#ver2 input,
#ver2 textarea,
#ver2 select,
#ver2 option {
    font-family: arial, helvetica, verdana, sans-serif;
}

#ver2 #upload_button_id:hover {
    cursor: pointer;
}

#ver2 .inputErrorMsg {
    color: #D61720;
    margin: 2px 0 10px 0;
    padding-left: 20px;
    background: url(../../bitmaps/loplus/required.gif) no-repeat scroll left center;
}

#ver2 .status_counter {
    text-align: right;
    margin-right: 10px;
}

#kontaktskjema li.hidden {
    display: none;
}

div.inputErrorMsg {
    margin: 5px 0 15px 95px;
}

#kontaktskjema #kreditgranse {

}

#kontaktskjema #tilmeldtBetalingsservice {
    clear: both;
    padding-top: 10px;
}

#kontaktskjema #kunde_valg {
    margin: 0 0 15px 0;
}

#kontaktskjema .submit {
    text-align: right;
}

#kontaktskjema #ver2 input.submit {
    margin: 0;
}

#kontaktskjema #ver2 ul {
    margin: 0;
}

#kontaktskjema #kunde_nei {
    margin: 10px 5px 0 15px;
}

#ver2 .submit input {
    display: inline;
    width: auto;
}

/* File upload */
#fileUploadContainer {
    display: none;
}

#fileUploadContainer .fileUpload {
    display: none;
}

#ver2 #fileUploadInput {
    width: 198px;
    display: inline;
}

#ver2 #upload_button_id {
    display: inline;
    width: auto;
    margin-left: 10px;
    position: relative;
    top: 3px;
}

#fileUploadProgress {
    margin: 15px;
    display: none;
}

#fileUploadProgress .uploading {
    background: url("../../bitmaps/common/ajax-loader.gif") no-repeat left center;
    padding: 5px 0 5px 20px;
    height: 30px;
}

#kontaktskjema a.addFile {

}

h3.FUfilesUploaded {
    display: none;
}

#fileUploadContainer p.fileview {
    padding: 5px;
    background-color: #efefef;
}

#fileUploadContainer .fileview a.deleteFile {
    background: url("../../bitmaps/common/delete.png") no-repeat left center;
    padding: 3px 3px 3px 20px;
    text-decoration: none;
}

#fileUploadContainer p.fileview a {
    padding-right: 10px;
}

#fileUploadContainer #responseMessage {
    padding: 4px;
    border: 1px solid #efefef;
    display: none;
    margin: 5px 0;
}

#responseMessage.success {
    background-color: #bedfc0;
}

#responseMessage.failure {
    background-color: #f5baba;
}

#ver2 .formRespons {
    margin: 20px 0;
}

#ver2 .formErrorRespons {
    color: #D61720;
    font-weight: bold;
    margin: 20px 0;
}

#dump {
    display: none;
}

/* Kontaktskjema slutt */


body a.videoThumbs{
    margin-right: 10px;
    text-decoration: none;
    width: 230px;
    height: 150px;
    overflow: hidden;
    box-shadow: 0 0 5px #000;
    display: block;
    float: left;
}

.videoThumbs img{
    text-decoration: none;
    border:  none;
}

.clear{
    clear: both;
}
