/* 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: 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: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #003;
  text-decoration: none;
}

.iHeading {
  font-family: 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: #999;
  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: #999;
  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;
}

.iSitemap a.iSitemap1 {
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #003;
  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: #003;
  font-weight: bold;
}

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

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

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

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

.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, td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  color: #6D6E71;
}

html, body {
  background-color: #CCECF4;
  margin: 0px;
}

body {
  padding: 18px;
}

a {
  color: #000;
  text-decoration: none;
}

.left {
  float: left;
  margin: 0px 8px 8px 0px;
}

.right {
  float: right;
  margin: 0px 0px 8px 8px;
}

#global img {
  margin-bottom: 10px;
}

.innhold {
  background-color: #FFFFFF;
  background-image: url(/sfiles/0/2/picture/innhtopp.gif);
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.bunn {
  background-color: #FFFFFF;
  background-image: url(/sfiles/9/1/picture/innhbunn.gif);
  background-repeat: no-repeat;
  background-position: 0% 100%;
}

.innhold .toppcont {
  padding: 18px 18px 18px 18px;
  width: 719px;
}

.innhold .toppcont .logocont {
  text-align: center;
  width: 410px;
}

.innhold .toppcont .logocont img {
  margin-right: auto;
  margin-left: auto;
}

.innhold .toppnyheter {
  background: #e6e6e6 url(/sfiles/4/85/1/picture/toppnyhet1.gif) no-repeat;
  width: 309px;
}

.innhold .toppnyheter2 {
  background: url(/sfiles/5/85/1/picture/toppnyhet2.gif) no-repeat 0% 100%;
  padding: 10px;
}

.innhold .seksjoncont {
  padding: 0px 18px;
}

.innhold .menycont {
  margin: 0px 18px 10px 18px;
  background-color: #e6e6e6;
  height: 36px;
}

.innhold .menycont .hovedmeny {
  padding: 0px;
  background-color: #e6e6e6;
}

table.hovedmeny {
  width: 719px;
  height: 36px;
}

table.hovedmeny td {
  width: 10%;
  height: inherit;
  background-color: #e6e6e6;
  text-align: center;
  padding: 4px;
}

table.hovedmeny a, table.hovedmeny a:visited, table.hovedmeny a:active {
  font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  vertical-align: middle;
  color: #005A9E;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

table.hovedmeny a.aktiv, table.hovedmeny a.aktiv:visited, table.hovedmeny a.aktiv:active {
  color: #fff;
  background-color: #0C3086;
}

table.hovedmeny td.aktiv {
  color: #fff;
  background-color: #0C3086;
}



/* submeny */
.submenypre {
  background: #E7E7E9 url(/sfiles/2/3/picture/submeny1.gif) no-repeat;
  height: 18px;
  width: 152px;
}

.submenysub {
  background: #E7E7E9 url(/sfiles/3/3/picture/submeny2.gif) no-repeat;
  height: 18px;
  width: 152px;
}

#submeny ul, #submeny li, #submeny a {
  padding: 0px;
  margin: 0px;
  display: block;
}

#submeny li {
  height: auto !important;
  height: 1%;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

#submeny a {
  padding: 4px 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #808285;
  text-decoration: none;
  background-color: #E7E7E9;
}

#submeny li li a {
  padding: 4px 8px 4px 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #808285;
  text-decoration: none;
  background-color: #E7E7E9;
}

#submeny a.aktiv {
  color: #57575A;
  background-color: #C7C8CA;
}

br.clear {
  clear: both;
  width: 0px;
  height: 0px;
  font-size: 0px;
}



/*
Nyhetsbrev----------------------*/
.newsletter {
  margin-top: 10px;
  height: 18px;
  width: 152px;
}

.newsletter-inner {
  margin: 18px 0;
  padding: 0 5px 18px;
  height: auto;
  float: left;
}

.newsletter-inner p, .newsletter-inner label {
  color: #808285;
  font-weight: bold;
}

.newsletter-inner input {
  border: 1px solid #ccc;
}

.innhold .innholdcont {
  padding: 0px 18px;
}

.bunn .bunncont {
  background-image: url(/sfiles/6/3/picture/stiple2.gif);
  background-repeat: repeat-x;
  padding: 8px 0px 18px 0px;
  margin: 0px 18px;
  text-align: center;
}

.bunn .bunncont a {
  color: #6D6E71;
}

.stiple {
  background-image: url(/sfiles/6/3/picture/stiple2.gif);
  background-repeat: repeat-x;
  height: 4px;
}

.innhold .flaggcont {
  padding: 7px 18px;
  height: 16px;
}

.innhold .flaggcont a {
  margin-right: 4px;
  float: left;
  width: 22px;
}

.path {
  padding: 0 0 8px 0;
  color: #B6B6B8;
  float: left;
}

.path .sti {
  color: #B6B6B8;
  text-decoration: none;
}

.tipsCont {
  with: auto;
  //float: left;
}

.tipsCont a img {
  display: inline;
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #005A9E;
}

p {
  margin: 0px;
  padding: 0px 0px 6px 0px;
}

.tittel {
  font-size: 18px;
}

.ingress {
  font-weight: bold;
}

a.lesmer, a.lesmer:visited, a.lesmer:active {
  color: #6D6E71;
  text-decoration: none;
  line-height: 12px;
  font-weight: normal;
}

.lesmer img {
  display: block;
  float: left;
  margin-right: 4px;
}

.iLink {
  margin-bottom: 8px;
}

.iLink a, .iLink a:visited, .iLink a:active {
  display: block;
  padding-left: 18px;
  line-height: 14px;
  color: #666666;
  font-weight: normal;
  font-variant: uppercase;
  text-decoration: none;
  background: url(/sfiles/6/30/1/picture/linkpil.gif) no-repeat 0px 2px;
}

.iRight img, .iLeft img, .iFull img {
  padding: 0px;
  border: 0px;
}

.frame {
  margin-bottom: 10px;
}

.frame .heading {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 4px 12px 12px;
}

.frame .content {
  background-color: #E6E6E6;
  padding: 4px;
}

.frame .blue {
  background-image: url(/sfiles/3/6/picture/bla.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-color: #0C3086;
}

.frame .red {
  background-image: url(/sfiles/4/6/picture/rod.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-color: #CC0000;
}

.nyheter {
  color: #57575A;
  margin-bottom: 4px;
  font-size: 10px;
}

.nyheter a {
  text-decoration: none;
  color: #57575A;
  font-size: 10px;
  font-weight: bold;
  display: block;
}

.nyheter a span {
  text-decoration: none;
  color: #57575A;
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.skjema input, .skjema select, .skjema textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  border: 1px solid #7B9CBD;
  width: 400px;
}

.skjema {
  clear: both;
  margin-bottom: 10px;
}

.skjema td {
  padding: 0px 10px 0px 0px;
  vertical-align: top;
}

.flytvenstre {
  clear: none;
  float: left;
}

.kortfelt input {
  width: 100px;
}

.skjema label.iCheckLabel {
  width: auto;
  float: left;
  padding: 0px 10px 0px 0px;
}

input.iCheckbox {
  width: auto;
  border: none;
}

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

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

.no-print {
  display: none;
}



/* Tips en venn */
.popup {
  background-color: #E2E4E8;
  background-image: none;
  padding: 10px;
}

h2.tipsTittel {
  float: left;
  border: 1px solid red;
}

.tipsForm {
  height: 100px;
  width: 200px;
  float: left;
}

.tipsForm label {
  float: left;
}

.tipsForm input {
  float: right;
  width: 140px;
}

.tipsForm .iButton {
  width: 70px;
  border: 0px;
  background-color: #3D6D57;
  color: #fff;
}

h3.alert {
  font-weight: bold;
  color: red;
  margin: 10px;
  padding-left: 20px;
  text-align: center;
}



/*-----------------  clearfix ---------------------- 
*/
.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%;
}

.tanumEvents-container {
  width: 540px;
  margin: 0;
  padding: 0;
}

.tanumEvents-container * {
  padding: 0;
  margin: 0;
}

.tanumEvents-container h3 {
  margin-bottom: 10px;
}

.tanumEvents-container .aktivitets-liste {
  //width: 100%;
  //float: left;
  //display: inline;
}

.tanumEvents-container ul {
  list-style-type: none;
  //width: 100%;
  //float: left;
  //display: inline;
  padding: 5px 0;
}

.tanumEvents-container ul.even {
  background: #EBEBEB;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.tanumEvents-container li {
  float: left;
  display: inline;
  padding-right: 3px;
  margin-bottom: 1.5em;
  font-size: 10px;
}

.tanumEvents-container li.eventImg img {
  border: 3px solid #ccc;
}

.tanumEvents-container li.eventLink {
  width: 185px;
  padding-right: 5px;
}

.tanumEvents-container li.eventDate {
  width: 140px;
}

.tanumEvents-container li.eventPrice {
  width: 70px;
  padding: 0;
}

.tanumEvents-container li.eventInfo {
  border: 1px solid #4c4c4c;
  padding: 2px;
}

.fullEvent-container .description {
  border-top: 1px solid #666;
  margin: 0.75em 0;
  padding: 0.75em 0;
}

.fullEvent-container .description {
  border-top: 1px solid #666;
  margin: 0.75em 0;
  padding: 0.75em 0;
}

.external-links h2 {
  font-size: 10px;
}

.external-links .iLink {
  font-size: 10px;
  padding-right: 10px;
}

.fullEvent-image {
  vertical-align: top;
}

.fullEvent-image img {
  margin-bottom: 1.5em;
  margin-right: 1.5em;
}

td.fullEvent-content {
  width: 400px;
  padding-left: 10px;
}

.fullEvent-container p.booking {
  margin: 1.5em 0;
}

.fullEvent-container p.booking a {
  background: #4c4c4c;
  padding: 10px;
  margin: 1.75em 0;
  color: #fafafa;
}



/*==============Global Events==========*/
.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%;
}

.globalEvents {
  background: #fff;
  clear: both;
  width: 177px;
  clear: both;
  padding: 5px 2px 0 5px;
  margin: 0 0 1em 0;
  border: 0px solid #CDCDCD;
}

.globalEvents * {
  padding: 0;
  margin: 0;
}

.globalEvents .globalItem {
  margin-bottom:;
  border-bottom: 1px #e6e6e6 solid;
  width: 180px;
}

.globalItem-img {
  float: left;
  margin: 0 5px 0px 0;
}

.globalItem-img img {
  background: #fff;
  padding: 0px;
  border: 0px solid #cdcdcd;
}

.globalItem h4 {
  margin: 5px 3px 3px 0;
  font-size: 11px;
}

.globalItem strong {
  color: #005A9E;
  padding-left: 2px;
}

#kalenderWrap {
  position: relative;
  width: 540px;
}



/* sets haslayout=true*/
.relatedhome a {
  text-decoration: none;
  color: #6D6E71}

.relatedhome a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #333;
}

.relatedhome h2 a {
  color: #FFF;
}



/* --------------- test kalender 28.09.09 -------------- */
.fullEvent-image {
  float: left;
  width: 130px;
}

.fullEvent-content {
  float: right;
  width: 395px;
}

