/*  Dokumentet fungerer med  CSS1, CSS2, IE4, NS4, NS6, O4... Er det noe som ikke fungerer så er det bemerket */
/*  NB! Når du setter inn width, height etc. husk betegnelsen (px, em , %) Dette gir bredere kompabilitet med browsere */
/*  Definer font familier når du setter inn fonter i stede for kun Arial (Arial, Helvetica, sans-serif;) Minste størrelsen på fontene er 9px når de er fast definert */

@media print {
.PrintButton {Display: none}
}

@media screen {
.PrintButton {
padding-left: 3px;
padding-right: 3px;
padding-top: 0px;
padding-bottom: 0px;
color: black;
Font-size: 11px;
Font-family: Arial, sans-serif;
background-color: #CBC5C8;
border-left: 1px solid gray;
border-top: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
cursor: pointer;
margin-right: 5px;
}
}

.ContentsLink{
font-size: 11px; 
}

#BestForm{
padding-top: 0;
margin-top: 0;}

#MainFooter{
text-align: center; 
padding-top: 5px; 
letter-spacing: 2px; 
font-size: 10px; 
border: 1 solid silver; 
background-color: #E6E0C2
}

.ITMGRPHEAD {
Height: 60px; 
Width: 100%; 
background-color: #E7E5E6; 
border: 1 solid silver;
}

.ITMGRPHEAD TD A{
text-decoration: none;}

.ITMGRPTABLE {
border: 1 solid silver;
margin-bottom: 5px; 
}

.ITMGRPTABLE TD {
}

.ITMGRPTABLE TD A{
text-decoration: none;}

.ContentsIngress{
text-align: justify;
}

.ContentsHeader1{
Font-size: 10px;; 
}

.bokstav{
Padding-left: 3px; 
Padding-top: 3px; 
Padding-right: 1px; 
Padding-bottom: 0px; 
Margin: 2px; Font-size: 12px; width: 18px; border: 1 solid gray;
}

#Toolbar{
position: relative;
Top: -40px;
}

#VisMelding{
Color: Maroon;
Font-size: 12px;
font-weight: bold;
}
.MainTable {TABLE-LAYOUT:fixed; 
background-color: white;
}

.MainTable THEAD {
background-color: #F9F9F9;}

.MainTable THEAD TD {
background-color: #68717A; 
background-position: top left;
background-repeat: no-repeat;
border-left: 0px solid silver;
border-top: 0px solid silver;
border-right: 0px solid silver;
border-bottom: 0px solid silver;}

.Formlist {font-family: Arial, Helvetica, sans-serif;
font-size: 10px; 
font-weight: bold; 
color: Black;
padding-top: 20px;
padding-left: 0px;
margin-left: 10px}

.FORMTEXT{
font-family: Arial, Helvetica, sans-serif;
padding: 15px; 
font-size: 10px; 
font-weight: normal; 
color: Black
}

TD {
Font-size: 12px}

body 
{  
font-family: Arial, Helvetica, sans-serif;
background-color:White; 
border: medium none #000000; 
font-size: 12px; 
color: Black;
padding: 0;
margin: 0;
}

h1
/*  Standard Overskrifter */
{
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12pt;
  color: #000000;
  font-weight : bold;
 }
 
 p
 /*  Brukes på vanlig tekst  */
 {
	font-family : Arial, Helvetica, sans-serif;
}

A
/*  Fjern underline på linker  */
{
    TEXT-DECORATION: underline
}

A:hover
/*  Bytte farge på linker når mus går over */
/* NB! A:hover har ikke support i IE3 og NE4, og blir dermed ignorert der*/
{
    color: red;
}

A:Visited
/*  Farge på linker etter de har blitt besøkt */
{
Color: Maroon;
}

A:Visited:Hover
/*  Farge på linker etter de har blitt besøkt */
{
Color: black;
}

UL{
padding-left: 0px;
indent: 0px;
margin-left: 0px;}

LI{
padding-left: 0px;
indent: 3px;
margin-left: 5px;}



/* ** Konge-tægger Slutt */ 

/* Classes Start */ 

.mainbody
/* Standard tekstområde */
{  
font-family: Arial, Helvetica, sans-serif;
background-color:White; 
border: medium none #000000; 
font-size: 12px;
color: Black;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

.mainbody H3 {
font-size: 12px;
font-weight: bold;
color: Black;
margin-bottom: 0px;
}

.mainbody H2 {
font-size: 15px;
font-weight: bold;
color: Black;
margin-bottom: 0px;
}

.mainbody H1 {
font-size: 19px;
font-weight: bold;
color: Black;
margin-bottom: 0px;
}

.mainbody.Byline {
font-size: 9px;
font-weight: normal;
font-style: italic;
color: Black;
margin-bottom: 20px;
}

.Ingress {
font-weight: bold;
margin-bottom: 10px;
}

.BORDERBOX
 {
 margin-bottom : 15px;
 }


.SubMenu{

}
.SubMenu:hover{
background-color: Navy; 
color: White;
}


.SubMenuLink{
}
.SubMenuLink:active{
color: White;
}

.SubMenuLink:hover{
color="#F1C711";
}

.SubMenuLink:visited{
color: #404040;
}

/*Formatering av venstre kolonne*/
#LeftCOlumn{
padding: 0; 
Width: 123px; 
Margin-bottom: 10px; 
Padding-top: 0px; 
padding-left: 0px; 
padding-right: 0px;
border-left: 0 solid silver;
border-right: 0 solid silver;
border-bottom: 0 solid silver;
}


.Leftbox
/* "Kroppen til Leftbox TD & Leftbox TH */
{font-family : Verdana, Helvetica, sans-serif;
font-weight: normal;
margin-bottom: 0px;
border-left: 1px solid silver;
border-top: 0px solid silver;
border-right: 1px solid silver;
border-bottom: 1px solid silver;
padding: 0;
margin: 0px;
margin-bottom: 5px;
}


.Leftbox TD
 /* Formaterer kroppen på menyboksene */
 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
text-align : justify;
Padding: 5px;
padding-top : 2px;
border-top: 0px solid silver;
cursor: pointer;
background-color: #E9DC9D;
}

.LEFTBOX TD HighLight {
Color: red;
background-image: url('../images/graafarve.jpg');
}

.Leftbox TH
/* Formaterer headingen på menyboksene */
{color: White;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : Bold;
letter-spacing: 4px;
text-align : left;
padding-left : 3px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 1px;
border-bottom: 1px solid White;
background-color: #68717A;
background-image: url(../images/leftboxHeader.jpg);
background-position: right; 
background-repeat: no-repeat;
Height: 20px;
}


#RightColumn{
padding: 0; 
margin: 0;
Width: 145px; 
border-left: 0px dotted silver;
text-align: right;
}

.RIGHTBOX
/* "Kroppen til Bokser høyre side */
{
font-family : Verdana, sans-serif;
font-weight: normal;
margin-bottom: 0px;
border-left: 1px solid silver;
border-top: 0px solid silver;
border-right: 1px solid silver;
border-bottom: 1px solid silver;
margin-bottom: 5px;
margin-left: 5px;
}


.RIGHTBOX TD
 /* Formaterer kroppen på menyboksene */
 {
Padding: 3px; 
text-align: justify; 
line-height: 110%;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
text-align : left;
border-top: 0px solid silver;
background-color: #E9DC9D;
}


.RIGHTBOX TH
/* Formaterer headingen på menyboksene */
{color: White;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : Bold;
letter-spacing: 4px;
text-align : left;
padding-left : 3px;
padding-right : 0px;
padding-top : 0px;
padding-bottom : 1px;
border-bottom: 1px solid White;
background-color: #68717A;
background-image: url(../images/RightboxHeader.jpg);
background-position: left; 
background-repeat: no-repeat;
Height: 20px;
}


.LeftboxRevert {background-color: #FEF3E7;
color: #1A1746; 
font-family : Arial, Helvetica, sans-serif;
font-weight: bold;
border-left: 1px solid Gray;
border-top: 1px solid Gray;
border-right: 1px solid Gray;
border-bottom: 1px solid Gray;
margin-top: 1px;
margin-bottom: 5px;
}

.LeftboxRevert TD
 /* Formaterer kroppen på menyboksene */
 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : left;
	padding-left : 5px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	height: 15px; 
                border-top: 0px solid silver;
                cursor: pointer;
}

.LeftboxRevert A{
TEXT-DECORATION: none;
Color: Black;
}

.LeftBoxRevert.HighLight {
background-color: #FEF3E7; 
color: red;
border-top: 0px solid #1A1746;
border-bottom: 0px solid #1A1746;
cursor: hand;
}

.LeftboxRevert TH
/* Formaterer headingen på menyboksene #FEFFBD*/
{              color: #25374A;
              background-color: silver;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-align : left;
	padding-left : 5px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	height: 15px;
border-left: 0px solid Gray;
border-top: 0px solid Gray;
border-right: 0px solid Gray;
border-bottom: 1px solid Gray;
}

.Single
/*  Enkel skillelinje */
 {
 border-top: 1px solid Silver;
 border-left: 1px solid silver; 
 border-right: 1px solid silver;
 border-bottom: 1px solid silver; 
 Font-family: Arial, Helvetica, sans-serif; 
 Font-Size: 12pt; 
 Font-weight: bold}
 
.MainMenu
{
 color: White;
 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
 FONT-SIZE: 9px;
 FONT-WEIGHT: normal;
 MARGIN: 0pt;
TEXT-ALIGN: center; 
 padding-left : 2px;
 padding-top : 0px;
 padding-right : 2px;
 padding-bottom : 0px;
border-left: 0px solid silver;
border-top: 0px solid silver;
border-right: 0px solid silver;
border-bottom: 0px solid silver;
}

.MainMenu THEAD TD {
 padding-left : 3px;
 padding-top : 0px;
 padding-right : 3px;
 padding-bottom : 0px;
border-left: 1px solid gray;
border-top: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
margin-left: 2px;
margin-right: 3px;
}

.MainMenu TD {
letter-spacing: 3px;
padding-left : 10px;
padding-top : 0px;
padding-right : 20px;
padding-bottom : 0px;
border-left: 0px solid silver;
border-top: 0px solid silver;
border-right: 0px solid silver;
border-bottom: 0px solid silver;
}

.MainMenulink
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal; 
    text-align: left
}

.MainMenu THEAD TD.HighLight{
color: White;
}

.MainMenu TD.HighLight {
color: white;
font-weight: bold; 
cursor: hand;
}

.Bunn-PekogKlikk-Copyright {
 font-size: xx-small;
 color: #000000; 
 text-align: center;
 font-family: Arial, Helvetica, sans-serif; 
 background-color : White;
  }

 
/* Registreringstabell for tekst*/
.RegSkjema {Font-Size: 6px}
.RegSkjema TD { font-size: 9px}

.DataTable {TABLE-LAYOUT:fixed; Width: 100%; 
border-collapse: collapse; 
border-top: 0px solid ButtonShadow;
border-left: 0px solid ButtonShadow;
border-right: 0px solid ButtonShadow;
border-bottom: 0px solid ButtonShadow;
margin: 0; margin-left: 0;
}

.DataTable TR  {
background: Window;
}

.DataTable TD {
color: WindowText; 
font-family: Arial, Helvetica, sans-serif; 
padding: 1px; 
padding-left: 5px; 
padding-right: 5px;
}

.DataTable THEAD TD {
background: #F7DDAB; 
padding-top: 5px; 
padding-bottom: 0px; 
height: 20px; 
border-bottom: 1px solid ButtonShadow;
}

.BottomTable{
TABLE-LAYOUT:fixed; 
}

.txtInput {
text-align: left; 
width: 100%; 
Font-family: Verdana, Arial, MS Sans;
font-size: 9pt; 
height: 18px; 
border: 1 solid gray}

.txtArea{
text-align: left; width: 100%; 
border: 1 solid gray;
Font-family: Verdana, Arial, MS Sans;
font-size: 9pt; 
}

.txtCombo{
width: 100%; 
Font-family: Verdana, Arial, MS Sans;
font-size: 8pt; 
border: 1 solid gray}

.btnSubmit{
padding-left: 3px;
padding-right: 3px;
padding-top: 0px;
padding-bottom: 0px;
color: black;
Font-size: 11px;
Font-family: Arial, sans-serif;
background-color: #CBC5C8;
/*#F1C711; */
border-left: 1px solid gray;
border-top: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
cursor: pointer;
}

.btnSubmit:hover{
background-color: pink;
border-left: 1px solid red;
border-top: 1px solid red;
border-right: 1px solid red;
border-bottom: 1px solid red;
}


/**** Butikk ****/

.btnCartSubmit{
padding-left: 3px;
padding-right: 3px;
padding-top: 0px;
padding-bottom: 0px;
color: black;
Font-size: 12px;
Font-weight: bold;
Font-family: Arial, sans-serif;
background-color: #CBC5C8; 
border-left: 1px solid gray;
border-top: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
cursor: pointer;
}


.HKEkstraInfo {Font-size: 6px}
.HKEkstraInfo TD {Background-color: #FEFEFE; Font-size: 9px}

#Invoice {TABLE-LAYOUT:fixed; 
Font-size: 11px; 
Width: 100%; 
background: #F9F9F9;
border-top: 1px solid ButtonShadow;
border-left: 1px solid ButtonShadow;
border-right: 1px solid ButtonShadow;
border-bottom: 1px solid ButtonShadow;
}

#Invoice THEAD TD {
Font-size: 11px; 
Color: Black;
background: #E7E5E6; 
padding-top: 3px; 
padding-bottom: 0px; 
margin-bottom: 2px; 
height: 18px; 
border-top: 0px solid ButtonHighlight;
border-left: 0px solid ButtonHighlight;
border-right: 0px solid ButtonShadow;
border-bottom: 1px solid gray;
}

#Invoice TBODY{
background: #F9F9F9; 
Font-size: 11px; 
}

#Invoice TBODY TD {
Font-size: 11px; 
padding-top: 4px; 
padding-bottom: 0px; 
padding-right: 2px;
}

#Invoice TFOOT {
Color: #FFFFFF;
background: #F9F9F9; 
}

#Invoice TFOOT TD {
background: #F9F9F9; 
padding-top: 0px; 
padding-bottom: 0px; 
}

.btnBeregn {
Font-Size: 10px;
padding: 0px;
position: relative; 
left: 4px; 
top: 10px;
}

.txtQty{
Font-size: 11px; 
text-align: left; 
height: 18px;
width: 25px;
}

.txtTekst{
Font-size: 12px; 
text-align: left; 
height: 20px;
width: 100%;
}

.HKtom{
text-align: center;
Padding-top : 30px;
Color: Navy;
Font-Size: 18px;
}


/*#AntKol{Border-bottom: 1 solid red;}*/
/*#SkuKol{width: 50px}*/
/*#TxtKol{font-weigth: bold}*/
/*#StkKol{width: 50px}*/
/*#RabKol{width: 50px}*/
/*#SumKol{Color: red; Font-size: 15px; Font-weight: bold; text-align: right; width: 100px}*/


#InvoiceTotal { 
Font-size: 11px; 
Float: right; 
Position: relative;
top: 0px; 
Color: Black;
background: #E7E5E6; 
background-color: #E7E5E6; 
border-top: 0px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
}

#InvoiceTotal THEAD TD{
background-color: #FEFEFE;
border: 0;
Height: 0px;
}
#InvoiceTotal TBODY{
background: #F9F9F9; 
background-color: #F9F9F9; 
Font-size: 10px; 
padding-left: 4px;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
}


#lblInvoiceTotalBodySum1{
/*Display: none;*/
Color: Black;
Font-size: 11px;
background: #F9F9F9; 
}
#InvoiceTotalBodySum1{
/*Display: none;*/
Color: Black;
Font-size: 11px;
padding-right: 2px;
background: #F9F9F9; 
}

#lblInvoiceTotalBodySum2{
/*Display: none;*/
Color: Black;
Font-size: 11px;
background: #F9F9F9; 
}
#InvoiceTotalBodySum2{
/*Display: none;*/
Color: Black;
Font-size: 11px;
padding-right: 2px;
background: #F9F9F9; 
}

#lblInvoiceTotalBodySum3{
Color: Black;
Font-size: 11px;
text-align: Left;
background: #F9F9F9; 
}
#InvoiceTotalBodySum3{
Color: Black;
Font-size: 11px;
text-align: right;
padding-right: 2px;
background: #F9F9F9; 
}

#lblInvoiceTotalBodySum4{
Color: Black;
Font-size: 11px;
text-align: Left;
background: #F9F9F9; 
}
#InvoiceTotalBodySum4{
Color: Black;
Font-size: 11px;
text-align: right;
padding-right: 2px;
background: #F9F9F9; 
}

#lblInvoiceTotalBodySum5{
*/Display: none;*/
Color: Black;
Font-size: 11px;
background: #F9F9F9; 
}
#InvoiceTotalBodySum5{
/*Display: none;*/
Color: Black;
Font-size: 11px;
padding-right: 2px;
background: #F9F9F9; 
}


#lblInvoiceTotalBodySumTotal{
padding-top: 2px; 
Font-size: 12px;
Font-weight: bold;
Color: Black;
background: #E7E5E6; 
padding-bottom: 0px; 
margin-bottom: 5px; 
height: 18px; 
border-top: 1px solid gray;
border-left: 0px solid ButtonShoadow;
border-right: 0px solid ButtonHighLight;
border-bottom: 0px solid ButtonHighLight;
}

#InvoiceTotalBodySumTotal{
padding-top: 2px; 
Font-size: 12px;
Color: Black;
Font-weight: bold;
background: #E7E5E6; 
padding-bottom: 0px; 
margin-bottom: 5px; 
height: 18px; 
border-top: 1px solid gray;
border-left: 0px solid ButtonShoadow;
border-right: 0px solid ButtonHighLight;
border-bottom: 0px solid ButtonHighLight;
}

.PrisTabell{
Font-size: 11px;
margin-bottom: 0px; }

.PrisTabell THEAD TD{
Background-color: White;
Font-size: 11px;
Font-weight: bold;
text-align: right;
padding-right: 2px;
padding-left: 8px;
border-bottom: 1 solid silver;
border-right: 1 solid silver;

}

.PrisTabell TBODY TD{
Font-size: 11px;
Font-weight: normal;
padding-right: 2px;
padding-left: 8px;
text-align: right;
border-right: 1 solid silver;
}


/*** Slutt Butikk ***/


/* ** Classes Slutt */
 /* Pek og Klikk AS (c) 2001 */