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

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

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

h1 { 
  font-size: 16px;
}

h2 { 
  font-size: 12px;
}

h3 { 
  font-size: 10px;
}

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

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: 9px;
  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: #000000;
}

input.iCheckbox { 
  width: auto;
}

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

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

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

.iIntro {
  font-size: 9px;
  color: #000000;
}

.iText {
  color: #000000;
}

.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: 11px;
  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: 9px;
  font-weight: bold;
  border: 1px solid #fff;
  background-color: #e7edf8;
  color: #000000;
  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: #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: #000033;
}

.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: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000033;
  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: #000033;
  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 */
 

/* UndoHTML
================================================*/


/* (CC) 2004 Tantek Celik. Some Rights Reserved. */


/*	 http://creativecommons.org/licenses/by/2.0 */


/* This style sheet is licensed under a Creative Commons License. */


/* http://www.tantek.com/log/2004/undohtml.css */


/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
	 because underlines obscure the shapes of the lower halves of words */
a:link, a:visited {
  text-decoration: none;
  color: #000;
}



/* no list-markers by default, since lists are used more often for semantics */
ul, ol {
  list-style: none;
}



/* avoid browser default inconsistent heading font-sizes */


/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
}



/* remove the inconsistent (among browsers) default ul,ol padding or margin  */


/* the default spacing on headings does not match nor align with 
	 normal interline spacing at all, so let's get rid of it. */


/* zero out the spacing around pre, form, body, html, p, blockquote as well */


/* form elements are oddly inconsistent, and not quite CSS emulatable. */


/*	nonetheless strip their margin and padding as well */
ul, ol, nl, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0;
}



/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
  border: none;
}



/* de-italicize address */
address {
  font-style: normal;
}



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



/* For IE-mac */
.clearfix {
  display: inline-block;
}



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

.clearfix {
  display: block;
}



/* End hide from IE-mac */


/* Floatfix
================================================*/
.floatfix {
  width: 100%;
  clear: both;
  height: 1px;
  margin: 0 0 -1px 0;
}



/* Generell struktur
================================================*/
body {
  padding: 10px;
  background-color: rgb(26, 26, 22);
}

#MKytterst {
  width: 1008px;
  background-color: transparent;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0;
}

#MKmenyOgInnhold {
  width: 818px;
  position: absolute;
  top: 160px;
  left: 0;
  margin: 0 10px 10px 0;
}

#MKhoyreKolonne {
  position: absolute;
  top: 160px;
  left: 828px;
  width: 180px;
  margin: 0;
}



/* Nyttige klasser
================================================*/
.ingenBunnmarg {
  margin-bottom: 0 !important;
}



/* Annonser
================================================*/
.annonse {
  text-align: center;
}

.annonseTopp {
  height: 150px;
  width: 1008px;
  margin: 0 0 10px 0;
}

#annonseToppVenstre {
  float: left;
  display: inline;
  width: 230px;
  height: 150px;
  margin: 0 10px 0 0;
}

#annonseToppHoyre {
  float: left;
  display: inline;
  width: 768px;
  height: 150px;
}

.annonseNettboard {
  width: 468px;
  height: 400px;
  background: #FFFFFF;
  margin-bottom: 10px;
  clear: both;
}

.annonseNettbanner {
  width: 468px;
  height: 60px;
  background: #FFFFFF;
  margin-bottom: 10px;
  clear: both;
}

#annonsePlakat1, #annonsePlakat2 {
  width: 180px;
  height: 500px;
  margin-bottom: 10px;
}

#MKinnholdArtikkel .annonseNettbanner, #MKinnholdArtikkel .annonseNettboard, #MKinnholdHoyreKolonne #annonseBoard1, #MKinnholdForsideHoyreKolonne #annonseBoard1 {
  background-color: ;
  padding: 10px;
  text-align: center;
  background-image: url(/sfiles/92/73/23/83/1/picture/ntannonsemerke.gif);
  background-position: top center;
  background-repeat: no-repeat;
}

#MKinnholdArtikkel .annonseNettbanner, #MKinnholdArtikkel .annonseNettboard {
  width: 559px;
}

#MKinnholdForsideHoyreKolonne .annonse {
  width: 320px;
  margin-bottom: 10px;
  float: left;
  display: inline;
}

#MKinnholdArtikkel .annonseNettbanner iframe {
  margin: 0 auto 0 auto;
}

#MKinnholdArtikkel .annonseNettboard {
  margin-top: 20px;
}



/* Meny/logo
================================================*/
#MKlogoOgMeny {
  width: 818px;
  height: 100px;
  margin-bottom: 10px;
  background-image: url(/sfiles/33/10/43/83/1/picture/mediekritikk_logo.gif);
  position: relative;
}

#MKlogoOgMeny .logobildelink {
  width: 125px;
  height: 100px;
  float: left;
}

#MKlogoOgMeny .logotekstlink {
  width: 440px;
  height: 70px;
  float: left;
}

#MKmeny {
  position: absolute;
  bottom: 0;
  left: 132px;
}

#MKmeny a {
  color: #fff;
  font-size: 1.5em;
  margin: 0 1em 0 0;
}



/* Innhold
================================================*/
#MKinnhold {
  background-color: #fff;
  background-image: url(/sfiles/43/10/43/83/1/picture/runde_hjorner.gif);
  background-repeat: no-repeat;
}

#MKinnholdArtikkel {
  display: inline;
  float: left;
  margin: 10px;
  width: 579px;
}

#MKinnholdHoyreKolonne {
  display: inline;
  float: left;
  width: 209px;
  margin: 10px 0 0 0;
}



/* Bilder
================================================*/
#MMhovedbilde.MMhovedbildeFullBredde {
  width: 579px;
  margin: 0 0 10px 0;
}

#MKinnholdArtikkel .MMhovedbildeIkkeFullBredde {
  margin: 0 0 10px 10px;
  float: right;
  display: inline;
}

#MMhovedbilde img {
  margin-bottom: 5px;
}

.MMbildetekst {
  font-style: italic;
  font-size: 0.9em;
  margin: 0;
}

.MMbildebyline {
  font-size: .7em;
  color: #999;
  text-align: right;
}

.forsidebilde {
  float: right;
  display: inline;
  margin: 0 0 5px 10px;
}



/* Rammer og faktabokser
================================================*/
.MMramme {
  background-color: #fff;
  border: 5px solid rgb(255, 159, 0);
  padding: 5px;
  margin-bottom: 10px;
}

.MMramme h2, .MMboksTittel {
  background-color: rgb(255, 159, 0);
  color: #fff;
  font-size: 1.5em;
  margin: -5px;
  margin-bottom: 5px;
  padding: 5px;
}

.MMrammeListe h2 {
  background-color: transparent;
  color: rgb(0, 131, 153);
  text-align: center;
  font-size: 2em;
  margin-bottom: .5em;
}

.MMfaktaboks {
  margin-left: 10px;
  width: px;
  float: right;
  clear: right;
  display: inline;
}



/* Forside
================================================*/
.MKinnholdForsideVenstreKolonne {
  display: inline;
  width: 468px;
  float: left;
  margin: 10px;
}

.MKinnholdForsideHoyreKolonne {
  width: 320px;
  display: inline;
  float: left;
  margin: 10px 0;
}

.MKinnholdForsideTversover {
  width: 778px;
  display: inline;
  float: left;
  margin: 0 10px 10px 10px;
  padding: 10px 10px 0 10px;
  background-color: rgb(26, 26, 22);
  color: #fff;
}

#MKinnholdForsideVenstreKolonne .forsidetoppsak {
  width: 468px;
  margin: 0 0 10px 0;
}

.forsidetoppsak {
  margin-bottom: 10px;
}

.forsidetoppsak img {
  margin-bottom: 5px;
}

.forsidesak {
  width: 229px;
  margin-bottom: 10px;
  float: left;
  display: inline;
}

.strekOver {
  padding-top: 10px;
  border-top: 1px solid #777;
}

#MKinnholdArtikkel .strekOver h2 {
  margin-top: 0;
}

.strekUnder {
  padding-bottom: 10px;
  border-bottom: 1px solid #777;
}

.forsidesakVenstre {
  float: left;
  clear: left;
  display: inline;
  margin-right: 10px;
}

.forsidesakFullBredde {
  width: 100%;
  float: left;
  clear: both;
  display: inline;
}

.MMbildeFullBredde {
  margin: 0 0 10px 0;
}

.forsidesak .forsidebilde.MMbildeFullBredde, .seksjonsforsidesak .forsidebilde.MMbildeFullBredde {
  margin: 0 0 5px 0;
}

.forsidesak.forsidesakFullBredde .forsidebilde.MMbildeFullBredde {
  margin-right: 0;
  margin-left: 10px;
  display: inline;
}

h1 a.emne {
  font-style: italic;
  white-space: nowrap;
  color: rgb(0, 131, 153);
}



/* Kommentatorliste
================================================*/
.MMkommentatorliste h3 {
  background-color: rgb(255, 159, 0);
  color: #fff;
  font-size: 1.6em;
  margin: 0;
  padding: 5px 7px;
}



/* Div. lister
================================================*/
div.MMemneutdragsliste {
  background-color: rgb(255, 159, 0);
  width: 243px;
  margin: 0 10px 10px 0;
  float: left;
  display: inline;
  padding: 5px 5px 0 5px;
}

div.MMemneutdragsliste.hoyre {
  width: 242px;
  margin-right: 0;
}

.MMemneutdragsliste h3, {
  text-align: center;
}

.MMsakliste {
  color: #000;
}

.MMsakliste li {
  background-color: #fff;
  margin: 0 0 5px 0;
  padding: 5px;
}

.MMsakliste img {
  margin: 0 0 0 5px;
  float: right;
  clear: both;
}

.MMsakliste .stikktittel {
  color: rgb(0, 131, 153);
  font-weight: normal;
  font-size: 1em;
}

.MMsakliste .tittel {
  font-size: 1.2em;
  font-weight: bold;
}

.MMsakliste p, .MMsakliste h4, .MMkommentarliste h4 {
  margin: 0;
}

.MMsakliste .lesmer {
  font-size: 1em;
}

.MMkommentatorbilde {
  float: right;
  margin: 3px;
  display: inline;
}

.MMkommentarliste {
  background-color: rgb(255, 159, 0);
  padding: 0 3px 3px 3px;
  margin-bottom: 20px;
}

.MMkommentarliste li {
  background-color: #fff;
  padding: 6px;
}

.MMkommentarliste .stikktittel {
  font-weight: normal;
  font-size: 1em;
}

.MMkommentarliste .stikktittel.stikktittelEtter {
  margin: .2em 0 0 0;
}



/* Typografi
================================================*/
html {
  font-size: 16px;
}

body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 62.5%;
}

#MKytterst {
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  margin-bottom: .2em;
  letter-spacing: 0;
  line-height: 1.1em;
}

h1 {
  font-size: 2.4em;
  

/*24px*/
}

h2 {
  font-size: 2em;
  

/*20 px*/
}

.forsidetoppsak h2 {
  font-size: 2.4em;
}

.MKinnholdForsideTversover h2 {
  color: #fff;
}

.stikktittel {
  font-weight: normal;
  font-size: 1.6em;
  margin: 0;
  line-height: 1.1em;
}

.stikktittel.stikktittelEtter {
  margin: 0 0 .3em 0;
}

a:visited {
  color: rgb(0, 131, 153);
}

a:link {
  color: #000;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: rgb(255, 159, 0);
}

h3 {
  font-size: 1.6em;
}

h4, h5, h6 {
  font-size: 1.4em;
}

p {
  font-size: 1.2em;
  margin-bottom: .5em;
  line-height: 1.5em;
}



/* Hovedsakelig for å fikse IE: */
input, select, th, td {
  font-size: 1em;
}



/* Unngå arving av em-skalering */
li li, li p, td p, blockquote p {
  font-size: 1em;
}

p.MKlesMer {
  font-weight: bold;
  margin-bottom: 0;
}

#MKinnholdArtikkel h2, #MKinnholdArtikkel h3, #MKinnholdArtikkel h4, #MKinnholdArtikkel h5, #MKinnholdArtikkel h6 {
  margin-top: 0.6em;
}

#MKinnholdArtikkel .MMingress {
  font-weight: bold;
}

#MKinnholdArtikkel .MMbyline {
  border-top: 1px solid ;
  border-bottom: 1px solid ;
  padding: 0.1em;
}

.MMdato {
  font-weight: normal;
  font-size: 0.8em;
  color: rgb(0, 131, 153);
  white-space: nowrap;
}

.lesmer {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: .5em;
}

p.MMemner {
  border-bottom: 1px solid rgb(0, 131, 153);
  margin-top: -5px;
  padding: 0 2px;
}

.MMemner a {
  font-weight: bold;
}

.pagina {
  border-top: 1px solid rgb(255, 159, 0);
  border-bottom: 1px solid rgb(255, 159, 0);
  padding: .5em 0;
  text-align: center;
  margin: 10px 0;
  float: left;
  clear: both;
  width: 100%;
}



/* Sosiale medier
-----------------------------------------------------------------------*/
.sosialeMedier {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
}

.sosialeMedier a {
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 5px 0 5px 20px;
}

#twitterlink {
  background-image: url(/sfiles/43/43/24/83/1/picture/twitter-favicon.png);
}

#facebooklink {
  background-image: url(/sfiles/33/43/24/83/1/picture/4273uaqa.gif);
}



/* Debug
================================================*/
body {
}

#MKmenyOgInnhold {
  

/*	background-color: #adf;*/
}

#MKinnhold {
}

#MKhoyreKolonne {
  

/*	background-color: #ccc;*/
}

#annonseToppVenstre, #annonseToppHoyre, #annonsePlakat1, #annonsePlakat2, .annonseNettboard {
  

/*	background-color: #999;
	color: #fff;
	font-family: "Helvetica", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2.5em;
	text-align: center;
	background-image: url(../bilder/annonsedummy.gif);
	background-position: center center;
*/
}



/*
#MKmeny {
	background-color: #999;
}

#MKmenyAnnet {
	background-color: #ccc;
}

#MKmenySeksjoner {
	background-color: #eee;
}
*/
#MKinnholdForsideVenstreKolonne {
  

/*  	background-color: #bb6;*/
}

#MKinnholdForsideHoyreKolonne {
  

/*  	background-color: #bb6;*/
}

.MMbilde {
  

/*	background-image: url(../bilder/bildedummy.jpg);
	background-position: center center;*/
}

.MMforsideHovedsak {
  

/*	background-color: #38c;*/
}


