/* Default styles */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #717171;
  margin: 0px;
  padding: 0px;
}

td,th {
  font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 4px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
}

h1 { 
  font-size: 19px;
}

h2 { 
  font-size: 15px;
}

h3 { 
  font-size: 13px;
}

h4, h5, h6 { 
  font-size: 11px;
}

p {
  margin: 0px 0px 10px 0px;
}

form { 
  margin: 0px;
  padding: 0px;
}

img {
  display: block;
}

input, select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #7B9CBD;
  margin: 0px;
  width: 99%;
}

input.iButton { 
  width: auto;
  background-color: #e7edf8;
  font-weight: bold;
  padding: 2px 6px;
  margin-top: 4px;
  float: right;
  color: #717171;
}

input.iCheckbox { 
  width: auto;
}

label { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000033;  
  display: block;
  padding-top: 4px;
}

.iTitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.iHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.iIntro {
  font-size: 12px;
  color: #717171;
}

.iText {
  color: #717171;
}

.iCalendarTable {
  border-collapse: collapse;
  border: 1px solid #d4d0c8;
  width: 100%;
}

.iCalendarTable td {
  background-color: #e7edf8;
  border: 1px solid #d4d0c8;
  width: 14%;
  height: 50px;
  vertical-align: top;
}

.iCalendarTable td div {
  white-space: nowrap;
  overflow: hidden;
}

.iCalendarTable .iInmonth {
  background-color: #fff;
}

.iCalendarTable .iWeek {
  background-color: #fff;
  text-align: center;
  height: auto;
}

.iCalendarTable .iMonth {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  height: auto;
}

.iCalendarTable .iDayofmonth {
  font-weight: bold;
  padding-right: 3px;
  text-align: right;
}

.iEventInfo { 
  width: 100%;
  background-color: #e7edf8;  
  border: 1px solid #d4d0c8;
}

.iEventInfo span { 
  font-weight: bold;
  padding-left: 2px;
}

.iEventInfo span.iMoreInfo { 
  padding-left: 20px;
}

br.iClear, div.iClear {
  font-size: 0px;
  clear: both;
  height: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}

.iDate, .iCaption, .iPhotographer {
  color: #999999;
  margin: 0px;
}

.iFile {
  clear:  both;
  margin-bottom: 5px;
}

.iFlashfile {
}

.iFrame {
  border: 1px solid #ccc;
}

.iFrameTitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #fff;
  background-color: #e7edf8;
  color: #717171;
  margin: 0px;
  padding: 2px 6px;
}

.iFrameContent {
  background-color: #fff;
  padding: 4px;
}

.iHasevents {
}

.iFull {
  float: none;
  margin-bottom: 8px;
}

.iLeft {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.iRight {
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
}

.iRight img, .iLeft img, .iFull img { 
  padding: 2px;
  border: 1px solid #4d4d4d;
  background-color: #fff;
}

.iNoBorder img {
  border: 0px;
  padding: 0px;
}

.iSearch {
  height: auto !important;
  height: 1%;
  clear: right;
}

a {
  color: #444444;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #333366;
  text-decoration: underline;
}

.iLink { 
}

.iColumnTable { 
  border-collapse: collapse;
}

.iColumnSpace { 
}

.iColumnSpaceLine { 
  background: url(/share/columnline.gif) repeat-y 50%;
}

.iColumnData { 
}

.iCompact { 
  margin-bottom: 0px;
  padding-bottom: 0px;
}

div.iHr {
  height: 15px;
  background: url(/share/hr.gif) repeat-x 50% 50%;
}

div.iHr hr { 
  display: none;
}

.iMore {
}

.SUBJECTFIELD { 
  display: none;
}

.iMeetingQuestion {
  padding: 6px;
  border-bottom: 1px dotted #e6e6e6;
  color: #000000;
}

.iMeetingAnswer {
  padding: 6px 6px 6px 12px;
}

input.iMeetingSkip {
  background-color: #fcc;
  margin-right: 5px;
}

input.iMeetingSend {
  background-color: #cfc;
  margin-right: 5px;
}

.iGuestAnswer {
  border: 2px solid #e6e6e6;
  padding: 6px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
}

* html .iGuestAnswer {
  height: 1%;
}

.iGuestQuestion {
  border: 1px solid #e6e6e6;
  padding: 6px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
}

* html .iGuestQuestion {
  height: 1%;
}

.iQAgoup {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-bottom: 10px;
}

.iQAgoup h3 {
  padding: 0px 6px;
}

.iQAgoup .iDate {
  padding: 3px 6px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #efefef;
}

.iSitemap a.iSitemap1 {
  font-size: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.iSitemap li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0px;
  padding: 0px;
}

.iSitemap ul {
  margin: 0px;
  padding: 0px;
}

.iSitemap div {
  margin-left: 16px;
}

.iSitemap a.iSitemap1:hover {
  color: #000000;
  font-weight: bold;
}

.iSitemap a.iSitemap2 {
  text-decoration: none;
  color: #999999;
}

.iSitemap a.iSitemap2:hover {
  color: #999999;
}

.iSitemap a.iSitemap3 {
  text-decoration: none;
  color: #999999;
}

.iSitemap a.iSitemap3:hover {
  color: #999999;
}

.iTemperature, .iTemperatureMinus {
  font-size: 18px;
  color: #900;
}

.iTemperatureMinus {
  color: #009;
}

.iFaqSelectionTitle {
  width: 70%;
  float: left;
  clear: left;
  border-bottom: 1px solid #d4d0c8;
}

.iFaqSelectionDate {
  float: right;
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #d4d0c8;
}

.iTable {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.iTable td, iTable th {
  padding: 2px;
  margin: 0;
}

.iTable tr.iTableOdd td {
  background-color: #ededed;
}

.iTable th {
  text-align: left;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}


/* Custom styles */
body {
  background-color: #EEEEEE;
  line-height: 1.2}

.iMore {
  color: #D40026;
}

h2 {
  font-size: 13px;
}

.iIntro {
  font-weight: bold;
}

input, select, textarea {
  border: 2px inset #BBBBBB;
}

input.iButton {
  background: #e2e2e2;
  float: left;
  padding: 1px 5px;
}

#Search input {
  border: 1px solid #919191;
  height: 16px;
}

#gcont .iButton {
  border: 2px outset #bbbbbb;
}

#Search .iButton {
  height: 20px;
}

.suppliersTable td {
  border-bottom: 1px #e2e2e2 solid;
  padding: 1px 0;
}

td.SupplHead {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 4px;
  color: #333;
}



/*================== New styles ================ */
#ipage {
  background: repeat scroll 0 0;
}

#adHolder {
  background: #FFFFFF none repeat scroll 0 0;
  border: 2px solid #D4D4D4;
  margin: 0 auto;
  padding-left: 14px;
  white-space: nowrap;
  width: 832px;
  height: 68px;
}

#adHolder .iLeft {
  margin-right: 4px;
}

#adHolder img {
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  overflow: hidden;
  position: relative;
}

#Menu {
  padding: 0px 0px 0px 0px;
}

#venstre {
  float: left;
  width: 185px;
}

#logo {
  float: left;
}

#toppen {
  float: right;
  position: relative;
  width: 662px;
}

#bunntekst {
  background: url(/sfiles/6/88/64/1/picture/bg.jpg) repeat-y 41% 0;
  text-align: center;
  padding-top: 10px;
  width: 881px;
}

#bunntekst img {
  display: inline;
}

#bunntekst p {
  margin: 0;
  padding: 0;
}

#gcont {
  float: left;
  padding: 10px 0px 0px 20px;
  width: 530px;
}

#adressetextt {
  padding: 30px 0px 0px 0px;
  float: left;
}

#cont {
  background: url(/sfiles/5/67/24/1/picture/midt.jpg) repeat-y;
  width: 880px;
}

#cont_main {
  background: #fff url(/sfiles/2/67/24/1/picture/0_2002_0.gif) repeat-x;
  padding: 15px 0;
}

ul {
  margin: 3px 3px 3px -20px;
}



/*
#Menu li.meny_bull {
  background: url(/sfiles/7/67/24/1/picture/4_2002_0.gif) no-repeat 14px 50%;
  background-color: #F1F1F1;
  padding: 0px 0 0 -10px;
  border: 1px solid #CDCDCD;
  list-style: none;
  padding-top: 3px;
  padding-bottom: 4px;
}

#Menu li.meny_bull_selected {
  background: url(/sfiles/0/67/24/1/picture/1_2002_0.gif) no-repeat 14px 50%;
  background-color: #D40026;
  padding: 0px 0 0 -10px;
  border: 1px solid #CDCDCD;
  list-style: none;
  padding-top: 3px;
  padding-bottom: 4px;
}

#Menu li.meny_bull a.niva0 {
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  padding: 0px 0px 0px 35px;
}

#Menu li.meny_bull a.niva0:hover {
  color: #D40026;
  text-decoration: none;
}

#Menu li.meny_bull_selected a.niva0:hover {
  text-decoration: none;
}
*/
#gcont h1 {
  color: #D40026;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#Menu li.meny_bull_selected a.niva0 {
  font-family: verdana;
  font-size: 11px;
  color: #FFFFFF;
  padding: 0px 0px 0px 35px;
}

#Menu li.meny_bull a.niva1 {
  font-family: verdana;
  font-size: 12px;
  color: #000000;
  padding: 0px 0px 0px 25px;
}

#Menu li.meny_bull a.niva1:hover {
  color: #D40026;
  text-decoration: none;
}

#Menu li.meny_bull_selected a.niva1:hover {
  text-decoration: none;
}

#Menu li.meny_bull_selected a.niva1 {
  font-family: verdana;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0px 0px 0px 25px;
}

#menytopp {
  background-color: #F2F2F2;
  float: right;
}

#menytopp li.meny_bull {
  background: url(/sfiles/7/67/24/1/picture/4_2002_0.gif) no-repeat 20px 50%;
  padding: 0px 0 0 -10px;
  list-style: none;
  padding-bottom: 4px;
  float: left;
}

#menytopp li.meny_bull a {
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  padding: 0px 10px 0px 30px;
  text-transform: uppercase;
}

#menytopp li.meny_bull a {
  text-decoration: none;
}

#menytopp li.meny_bull a:hover {
  text-decoration: none;
  color: #D40026;
}

#menytopp li.meny_bull_selected {
  background: url(/sfiles/7/67/24/1/picture/4_2002_0.gif) no-repeat 20px 50%;
  padding: 0px 0 0 -10px;
  list-style: none;
  padding-bottom: 4px;
  float: left;
}

#menytopp li.meny_bull_selected a {
  font-family: verdana;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0px 10px 0px 30px;
  text-transform: uppercase;
  color: #000000;
}

#menytopp li.meny_bull_selected a:hover {
  text-decoration: none;
  color: #D40026;
}

.flagg img {
  margin-left: 30px}

.flagg .iLeft {
  margin: 0 10px 0px 0px;
  line-height: .1}

#soket {
  

/*  margin-top: 20px;
  padding: 45px 5px 0px 5px;
  float: left;
  height: 92px;
  width: 208px;
  background: url(/sfiles/8/48/64/1/picture/sokfelt.jpg) no-repeat; */
  height: 92px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 208px;
}

.frontPage {
  margin-bottom: 15px;
}

.frontPage .iLeft img {
  border: none;
  background: none;
}



/* Hor scroll */
.scrollWrapper {
  position: relative;
  width: 670px;
  height: 80px;
  overflow: hidden;
}

.scroller {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
  white-space: nowrap;
}

.scroller img {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0;
}



/* -------------- nytt fra 27.07 ---------------------- */


/*=====================
  === #MainMenu#======
 =====================*/
#menu-wrapper #main-navigation {
  position: relative;
  z-index: 101;
}

#main-navigation ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

#main-navigation ul li {
  position: relative;
}

#main-navigation ul li a {
  padding: 0 20px 0 20px;
  line-height: 25px;
  font-size: 11px;
}

#main-navigation li.headlink {
  width: auto;
  position: relative;
  float: left;
  position: relative;
  

/* width: 130px; */
}

#main-navigation li.headlink ul {
  display: none;
  text-align: left;
  position: absolute;
  top: 25px;
  left: 0;
  background: #444;
  background: #f1f1f2;
  z-index: 300;
  width: 190px;
  margin: 0;
  padding: 0;
  border: 1px #aaa solid;
  border-top: 0px;
}

#main-navigation li.headlink:hover {
}

#main-navigation li.headlink:hover li:hover {
  background: #ddd;
}

#main-navigation ul li.topActive {
  background: #ddd;
}

#main-navigation li.headlink:hover li:hover a {
  text-decoration: none;
}

#main-navigation li.headlink:hover li a {
  text-decoration: none;
}

#main-navigation li.headlink:hover a {
}

#main-navigation li.headlink:hover a {
  

/* padding-left: 5px; */
}

#main-navigation li.headlink:hover ul {
  display: block;
}

#main-navigation li.headlink ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #888;
}

#main-navigation li.headlink ul li:last-child {
  border-bottom: 0;
}

#main-navigation li.headlink ul li a {
  display: block;
  width: 95%;
  padding-left: 5%;
}

#main-navigation li.headlink ul, #main-navigation li.headlink:hover ul {
  display: none;
}

#menytopp {
  float: left;
  width: 824px;
  border-bottom: #aaa 1px solid;
  border-top: 1px solid #aaa;
}

#venstre {
  float: right;
  width: 235px;
  padding-left: 20px;
}

#RightAds {
  float: left;
}

h2.katUtdr {
  text-transform: uppercase;
  color: #606060;
  font-size: 14px;
}

.presseCat {
  margin-bottom: 10px;
}



/* ------ søk 28.08.09 ---------- */
.iSearch {
  padding: 5px;
}

input {
  float: left;
  width: 160px;
  border: 1px inset #CCCCCC;
}

input.iButton {
  float: right;
  padding: 0;
  margin: 0;
}

select {
  width: 100px;
  margin-top: 2px;
  float: left;
  border: 1px inset #CCCCCC;
}



/* div - fiksen */
#footerbox, #footerbunn, #mainContMain {
  margin: 0 auto;
  width: 881px;
}

#mainContMain {
  background: url(/sfiles/5/67/24/1/picture/midt.jpg) repeat-y;
}

#cont {
  padding: 0 27px;
  width: 826px;
}

#cont_main {
  float: left;
  width: 826px;
}

#menytopp {
  width: 826px;
}



/* ------------------ leveranørregistrering ----------------  */
#e2bsupreg {
}

#e2bsupreg input {
  width: 280px;
}

#e2bsupreg .iButton {
  float: left;
  margin: 20px 200px 0;
  width: 60px;
}

