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

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

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

h1 { 
  font-size: 18px;
}

h2 { 
  font-size: 14px;
}

h3 { 
  font-size: 12px;
}

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

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: 10px;
  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: #000;
}

input.iCheckbox { 
  width: auto;
}

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

.iTitle {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #003;
  text-decoration: none;
}

.iHeading {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #003;
  text-decoration: none;
}

.iIntro {
  font-size: 11px;
  color: #000;
}

.iText {
  color: #000;
}

.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: 13px;
  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: #003;
  margin: 0px;
}

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

.iFlashfile {
}

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

.iFrameTitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #fff;
  background-color: #e7edf8;
  color: #000;
  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: #003;
  font-weight: bold;
  text-decoration: none;
}

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

.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;
}

/* Custom styles */
html {
  background-color: #D1DBE7;
  background-image: url(/sfiles/4/1/picture/bodybg.gif);
  background-repeat: repeat-y;
  background-position: 50%;
}

body {
  text-align: center;
}

#outerbox {
  text-align: left;
  height: auto;
  width: 948px;
  margin-right: auto;
  margin-left: auto;
}

#innerbox {
  margin: 0px 11px;
  height: auto;
  width: 926px;
}

#toppbox {
  background-image: url(/sfiles/8/1/picture/toppbg.jpg);
  background-repeat: no-repeat;
  height: 119px;
  width: 926px;
}

#toppbox .logo {
  padding-top: 27px;
  padding-left: 34px;
}

#menybox {
  background-color: #244594;
  background-image: url(/sfiles/6/1/picture/menybg.gif);
  background-repeat: repeat-x;
  height: 30px;
  width: 926px;
  clear: left;
}

#menybox .telefon {
  float: right;
  height: 30px;
  width: auto;
}

ul.hovedmeny, ul.hovedmeny li, ul.hovedmeny a {
  display: block;
  margin: 0px;
  padding: 0px;
}

ul.hovedmeny {
  margin-left: 9px;
  height: 30px;
  width: 671px;
  background: url(/sfiles/5/1/picture/menyskille.gif) no-repeat 0%;
}

ul.hovedmeny li {
  float: left;
  list-style: none;
  background: url(/sfiles/5/1/picture/menyskille.gif) no-repeat 100%;
}

ul.hovedmeny a {
  color: #D2D8E8;
  font-size: 11px;
  line-height: 20px;
  padding: 5px 10px 5px 9px;
}

ul.hovedmeny a.aktiv {
  color: #fff;
}

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

ul.hovedmeny ul {
  display: none;
}

#innhbox {
  background: url(/sfiles/0/2/picture/innhbg1.jpg) repeat-y;
}

.innhtabell {
  border-collapse: collapse;
  width: 926px;
}

.innhtabell td.menykol, .innhtabell td.innhkol {
  vertical-align: top;
}

.innhtabell td.menykol {
  width: 190px;
  background: url(/sfiles/1/2/picture/innhbg2.jpg) no-repeat 0% 100%;
}

.innhtabell td.innhkol {
  width: 736px;
}

.undermeny {
  padding-top: 10px;
  padding-bottom: 300px;
  background: url(/sfiles/2/2/picture/umenybg.jpg) no-repeat;
}

.undermeny ul, .undermeny ul li, .undermeny ul a {
  display: block;
  margin: 0px;
  padding: 0px;
}

.undermeny ul {
  height: auto;
  width: 140px;
}

.undermeny ul li {
  list-style: none;
  width: 140px;
}

.undermeny ul a {
  color: #244594;
  font-size: 11px;
  line-height: 14px;
  padding: 3px 0px 3px 0px;
  margin-left: 9px;
}

.undermeny ul ul a {
  margin-left: 18px;
}

.undermeny ul a.aktiv {
  color: #00266E;
}

.undermeny ul a:hover {
  color: #00266E;
  text-decoration: none;
}

.bunntekst {
  position: absolute;
  bottom: 0px;
  text-align: center;
  border: 1px solid red;
}

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

