
/* Changed due to the "The IE6 Three Pixel Text-Jog" (http://www.positioniseverything.net/explorer/threepxtest.html) */

body { position: relative;}

#topic.nav { width: 18.5em; margin-right: 1em; clear: left; }

#branding { zoom: 1; }
#branding #logo { zoom: 1; }


#global-tools { width: 45em; }

#site.nav { zoom: 1; }
#site.nav li { width: 7em; display: inline; zoom:1; background-color: #dfdfdf; }

ul.summaries { zoom: 1; }
ul.summaries  li { height: 10em; zoom: 1; }

ul.summaries li .summary { zoom:1; }

ul.with-more-info li { padding-right: 15em; }

/* In IE6 the 'height' is implemented as 'min-height' - not possible to combine with 'overflow: hidden' */
ul.with-more-info li {
  min-height:10em;
  height:auto !important;
  height:10em;
}

#content { overflow: hidden; }

ul.vertical li .article {
  border:1px solid #D7D7D7;
  height:10em;
  padding:1em 1em 1em 12em;
}


ul.links li { height: 4.5em; }


#alfabetisk-navigasjon { margin-left: 0; }

.tab-content { clear: left; }

.btn { display: inline; background-color: #000; float: none; }
.btn * { background-image: none;  display: inline; }

.unsupported-browser-alert { display: block !important; }
.mega-menu { display: block !important; position: static !important; }