/* Default styles */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #006699;
  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: #FF9900;
  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: #006699;
}

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: #FF9900;
  text-decoration: none;
}

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

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

.iText {
  color: #006699;
}

.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 {
  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: #006699;
  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: #000033;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #006699;
  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: #FF9900;
}

.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: #FF9900;
  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: #FF9900;
  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;
}

/* Custom styles */
html {
  background: #0F526A url(/sfiles/9/1/picture/bodybg.gif) repeat-x;
  height: 100%;
}

body {
  height: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */
#outercontent {
  width: 968px;
  height: auto;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

* html #outercontent {
  height: 100%;
}

.toppbg {
  background: #0F526A url(/sfiles/9/1/picture/bodybg.gif) repeat-x;
  width: 968px;
  height: auto;
}

.topptabell {
  margin: 10px 0px 0px 0px;
  width: 968px;
}

.logobg {
  background: url(/sfiles/0/2/picture/logobg.jpg) no-repeat;
  width: 484px;
  height: 100px;
}

.illustrasjon {
  background: url(/sfiles/1/2/picture/bolge.jpg) no-repeat;
  width: 484px;
  height: 100px;
}

.sti {
  padding: 4px 0px 14px 0px;
  color: #6FA4B0;
}

.innhold {
  background-color: #fff;
  width: 944px;
  margin: 0px 12px;
}

.submenykol {
  width: 120px;
  height: auto;
  float: left;
  padding-top: 30px;
}

.innholdbody {
  width: 814px;
  height: auto;
  margin-left: 130px;
}

* html .innholdbody {
  margin-left: 127px;
}

.defaultpadding {
  padding: 4px;
  overflow: hidden;
}

/* sub meny */
ul.submeny, ul.submeny ul, ul.submeny a, ul.submeny li {
  display: block;
  margin: 0px;
  padding: 0px;
}

ul.submeny {
  margin-bottom: 10px;
}

ul.submeny li {
  height: auto;
  list-style-type: none;
}

* html ul.submeny li {
  height: 1%;
}

ul.submeny a {
  padding: 4px;
  font-weight: normal;
}

ul.submeny a.aktiv {
  color: #FF9900;
}

ul.submeny ul {
  margin-left: 10px;
}

/* bunn meny */
ul.bunnmeny, ul.bunnmeny ul, ul.bunnmeny a, ul.bunnmeny span, ul.bunnmeny li {
  display: block;
  margin: 0px;
  padding: 0px;
}

ul.bunnmeny li {
  height: auto;
  list-style-type: none;
  float: left;
}

* html ul.bunnmeny li {
  height: 1%;
}

ul.bunnmeny a, ul.bunnmeny span {
  padding: 0px 4px;
  line-height: 13px;
  font-weight: normal;
  color: #0F526A;
  text-transform: uppercase;
  font-size: 10px;
}

ul.bunnmeny ul {
  display: none;
}

/* nettsted meny */
ul.sitemeny, ul.sitemeny a ul.sitemeny li {
  display: block;
  margin: 0px;
  padding: 0px;
}

ul.sitemeny {
  margin-left: 10px;
}

ul.sitemeny li {
  float: left;
  list-style-type: none;
}

ul.sitemeny li.public {
  background: url(/sfiles/7/2/picture/pub.gif) no-repeat;
}

ul.sitemeny li.publicA {
  background: url(/sfiles/3/2/picture/pub_a.gif) no-repeat;
}

ul.sitemeny li.public div {
  background: url(/sfiles/8/2/picture/pub2.gif) no-repeat 100% 0%;
  height: 30px;
  float: left;
}

ul.sitemeny li.publicA div {
  background: url(/sfiles/4/2/picture/pub2_a.gif) no-repeat 100% 0%;
  height: 30px;
  float: left;
}

ul.sitemeny li.public a, ul.sitemeny li.publicA a {
  color: #fff;
  line-height: 24px;
  padding: 0px 10px 0px 16px;
}

ul.sitemeny li.customer {
  background: url(/sfiles/9/2/picture/cus.gif) no-repeat;
}

ul.sitemeny li.customer div {
  background: url(/sfiles/0/3/picture/cus2.gif) no-repeat 100% 0%;
  height: 30px;
  float: left;
}

ul.sitemeny li.customerA {
  background: url(/sfiles/5/2/picture/cus_a.gif) no-repeat;
}

ul.sitemeny li.customerA div {
  background: url(/sfiles/6/2/picture/cus2_a.gif) no-repeat 100% 0%;
  height: 30px;
  float: left;
}

ul.sitemeny li.customer a, ul.sitemeny li.customerA a {
  color: #fff;
  line-height: 24px;
  padding: 0px 16px 0px 10px;
}

.meny {
  background: #0F526A url(/sfiles/7/1/picture/menybg.gif) repeat-x 0% 100%;
  height: 20px;
  clear: both;
}

/*bunn boks*/
.bunnen {
  position: absolute;
  bottom: 10px;
  margin: 0px 10px;
  width: 948px;
  height: auto;
  clear: both;
}

* html .bunnen {
  height: 1%;
}

.bunnboks {
  border: solid #C5D5DB;
  border-width: 0px 1px;
  padding: 1px 5px;
  overflow: hidden;
}

.bunnboks img {
  float: left;
  margin-right: 20px;
}

.bunntekst {
  clear: both;
  font-size: 10px;
  color: #0F526A;
}

.imaker, .imaker a {
  color: #dadada;
  font-size: 10px;
  font-weight: normal;
}

/* Meny stiler */
ul.slidingmenu, ul.slidingmenu ul, ul.slidingmenu li, ul.slidingmenu a {
  display: block;
  margin: 0px;
  padding: 0px;
}

ul.slidingmenu {
  height: 20px;
}

ul.slidingmenu li {
  list-style-type: none;
  position: relative;
  float: left;
  width: auto;
}

ul.slidingmenu li li {
  float: none;
  width: 150px;
}

ul.slidingmenu a {
}

ul.slidingmenu ul {
  position: absolute;
  left: -4px;
  top: 100%;
  display: none;
  z-index: 10;
}

ul.slidingmenu ul ul {
  position: absolute;
  left: 100%;
  top: 5px;
  display: none;
}

/* Meny utseende */
ul.slidingmenu ul {
}

ul.slidingmenu li {
  background: #0F526A url(/sfiles/7/1/picture/menybg.gif) repeat-x 0% 100%;
  border-left: 4px solid #6FA4B0;
}

ul.slidingmenu li.aktiv {
  border-left: 4px solid #FF9900;
}

ul.slidingmenu a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal;
  padding: 3px 6px;
}

ul.slidingmenu li li a {
}

ul.slidingmenu a:hover {
  color: #fff;
  text-decoration: none;
}

/* ***  rammer  *** */
/* blaa ramme */
.blaramme {
  background: #0099CC url(/sfiles/1/9/picture/bla_t.gif) repeat-x 0% 0%;
  /* margin-bottom: 10px; */
  height: auto;
}

* html .blaramme {
  height: 1%;
}

.blaramme .rammeb {
  background: url(/sfiles/9/9/picture/bla_b.gif) repeat-x 0% 100%;
}

.blaramme .rammel {
  background: url(/sfiles/00/1/picture/bla_l.gif) repeat-y 0% 0%;
}

.blaramme .rammer {
  background: url(/sfiles/10/1/picture/bla_r.gif) repeat-y 100% 0%;
}

.blaramme .cor1 {
  background: url(/sfiles/4/9/picture/blac1.gif) no-repeat 0% 0%;
}

.blaramme .cor2 {
  background: url(/sfiles/5/9/picture/blac2.gif) no-repeat 100% 0%;
}

.blaramme .cor3 {
  background: url(/sfiles/6/9/picture/blac3.gif) no-repeat 0% 100%;
}

.blaramme .cor4 {
  background: url(/sfiles/7/9/picture/blac4.gif) no-repeat 100% 100%;
  padding: 3px;
}

.blaramme .rammebg {
  background: url(/sfiles/20/1/picture/blabg.gif) repeat-x 0% 0%;
  overflow: hidden;
}

* html .rammebg {
  height: 1%;
}

/* gronn ramme */
.gronnramme {
  background: #5CAB94 url(/sfiles/02/1/picture/rammet.gif) repeat-x 0% 0%;
  margin-bottom: 10px;
  height: auto;
}

* html .gronnramme {
  height: 1%;
}

.gronnramme .rammeb {
  background: url(/sfiles/12/1/picture/rammeb.gif) repeat-x 0% 100%;
}

.gronnramme .rammel {
  background: url(/sfiles/22/1/picture/rammel.gif) repeat-y 0% 0%;
}

.gronnramme .rammer {
  background: url(/sfiles/32/1/picture/rammer.gif) repeat-y 100% 0%;
}

.gronnramme .cor1 {
  background: url(/sfiles/61/1/picture/cor1.gif) no-repeat 0% 0%;
}

.gronnramme .cor2 {
  background: url(/sfiles/71/1/picture/cor2.gif) no-repeat 100% 0%;
}

.gronnramme .cor3 {
  background: url(/sfiles/81/1/picture/cor3.gif) no-repeat 0% 100%;
}

.gronnramme .cor4 {
  background: url(/sfiles/91/1/picture/cor4.gif) no-repeat 100% 100%;
  padding: 3px;
}

.gronnramme .rammebg {
  background: url(/sfiles/42/1/picture/rammebg.gif) repeat-x 0% 0%;
}

/*Standard fix*/
.iFrame {
  border: 0px solid #006E9E;
}

.iFrameTitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border: 0px solid #006E9E;
  background-color: #006E9E;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.iFrameTitlePart2 {
  background-repeat: no-repeat;
  background-position: 100% 0%;
  color: #fff;
  margin: 0px;
  padding: 3px 6px;
}

.iFrameTitleO {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border: 0px solid #FF9900;
  background-color: #FF9900;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.iFrameTitleOPart2 {
  background-repeat: no-repeat;
  background-position: 100% 0%;
  color: #fff;
  margin: 0px;
  padding: 3px 6px;
}

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

* html .iFrameContent {
  height: 1%;
}

.defaultpadding {
  padding: 4px;
}

/*.whitetxt, .whitetxt h1, .whitetxt h2, .whitetxt p {
  color: #fff;
}*/
.whitetxt * {
  color: #fff;
}

.iLeft img, .iRight img, .iFull img {
  border-color: #fff;
}

.iDate {
  font-size: 10px;
}

h2 {
  color: #0F526A;
}

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

.blaaSvar a {
  font-weight: normal;
  color: #006699;
}

.iHr {
  clear: left}

/* ------------- clearfix --------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* -------- clearfix slutt --------- */
