body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  color: #333;
  background-color: #fff;

}

p, dl, div, h1, h2, h3, h4, h5, h6, a, fieldset, form, img, table, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 0.2em;
  font-weight: normal;
}

ul {
  list-style-type: square;
}

#meny ul, #meny ol, #venstreMeny, #logginn ul, #logginn ol, #breadcrumbs ul, #breadcrumbs ol, .faqArtikler {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  border: 0;
}

#meny li, #venstreMeny li, #logginn li, #breadcrumbs li, .faqArtikler li {
  margin: 0;
  padding: 0;
  border: 0;
}

div {
  position: relative;
}

div.clear {
  clear: both;
}

a:link, a:hover, a:visited {
  color: #0066cc;
  text-decoration: underline;
}

a:hover {
  color: #0193da;
}

img.ramme {
	border:1px solid gray;
}

/* Start Skjema */

form input[type=text], form input[type=password], form textarea {
  border: 1px solid #979696;
  padding: 4px;
  float: left;
  margin-bottom: 0.8em;
  background-image: url(/img/grafikk/skjemaBg.png);
  background-repeat: no-repeat;
  background-position: -2px -2px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  width: 190px;
}

form input[type=text]:focus, form textarea:focus, form input[type=text]:hover, form textarea:hover {
  border: 1px solid #777777;
}

form textarea {
  height: 5em;
}

form label {
  clear: left;
  float: left; /* width: 110px; */
  text-transform: uppercase;
  font-size: 0.9em;
  padding-top: 7px;
}

form input[type=button], form input[type=submit], form button {
  /* background-image: url(/img/grafikk/skjema/skjemaKnappBg1.png);
 background-repeat: repeat-x;
 background-position: left center;
 border: 1px solid #979696;
 padding: 2px 15px;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 color:#fff; */
  clear: both;
}

/* Slutt Skjema */

#container, #headerContainer {
  width: 996px;
  margin: 0 auto;
}

#container {
  margin-top: 15px;
  clear: both;
  z-index:2;
}

.spalte {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: inline;
}

.sp1 {
  width: 166px;
}

.sp2 {
  width: 332px;
}

.sp3 {
  width: 498px;
}

.sp4 {
  width: 664px;
}

.sp5 {
  width: 830px;
}

.sp6 {
  width: 996px;
}

.venstreSpalte {
  clear: both;
}

#footer {
  clear: both;
  margin: 5px 10px;
  border-top: 1px solid #eee;
  padding-top: 10px;
  text-align: center;
  color: #808080;
}

p.lesMer {
  text-align: right;
}

a.lesMer {
  background-image: url(/img/grafikk/lesMer.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
  padding-bottom: 2px;
  font-weight: bold;
  text-decoration: none;
}

a.lesMer:hover {
  text-decoration: underline;
}

#header {
  line-height: 1em;

}

#headerContainer {
  width: 976px;
  margin-top: 10px;
}

#headerContainer .image {
	background: url(/img/grafikk/headerLogoBgDD.png) left bottom repeat-x;
	overflow: hidden;
	padding: 20px 0px 15px 15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;}

#headerContainer .image .headText {
	font-size: 2em;
	color: white;
	padding-top: 13px;
	/*float: left;*/}

#headerContainer .image img {
	float: right;
	padding: 0px 10px 0px 0;}

#header h2 {
  padding-top: 15px;
  font-size: 1.4em;
  font-weight: normal;
}

#header h2 a {
  text-decoration: none;
  color: #000;
  background-image: url(/img/grafikk/kvasirLogo.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 22px;
  width: 110px;
  display: block;
  padding: 20px 0 0 234px;

}

#header #headerContainer #meny {
  line-height: 1.4em;
  /*width: 700px;*/
  z-index: 100;
}

#header #headerContainer #meny ul {
	margin-left: 15px;}

#header #headerContainer #meny ul li {
  float: left;
  margin-right: 10px;
  position: relative;
  overflow: visible;
  padding: 0 10px 0 5px;
}

#header #headerContainer #meny ul li:first-child {
	padding: 0 5px 0 0;}

#header #headerContainer #meny ul li h3 {
  font-size: 1.1em;
  margin: 0;
}

#header #headerContainer #meny ul li h3 a {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  padding: 10px 0 12px 0;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

#header #headerContainer #meny ul li h3 a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#header #headerContainer #meny ul li.valgt h3 a {
  background: url(/img/grafikk/menyBg.gif) repeat-x;
  font-weight: bold;
  font-size: 1.05em;
  color: #0066cc;
  width: 120px;
}

#header #headerContainer #meny ul li p {
  display: none;
  position: absolute;
  z-index: 100;
  top: 62px;
  left: -10px;
  background-color: #ccc;
  width: 230px;
  padding: 10px;
  margin-left: 5px;
  color: #333;
  overflow:visible;
  border: 5px solid #fff;

}

#header #headerContainer #meny ul li p a {
	color:#fff;
	text-decoration:none;
}

#header #headerContainer #breadcrumbs {
  clear: both;
  font-size: 1em;
  padding: 9px 0 7px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

#header #headerContainer #breadcrumbs ul li {
  float: left;
}

#header #headerContainer #breadcrumbs ul li a {
  padding: 2px 14px 2px 0;
  margin-right: 7px;
  background-image: url(/img/grafikk/breadcrumbsPil.png);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
}

#header #headerContainer #breadcrumbs ul li a:hover {
  text-decoration: underline;
}

#header #headerContainer #sokeboks {
  float: right;
  font-size: 1em;
  text-align: right;
  padding: 1px 10px 0 0;
}

#header #headerContainer #sokeboks form input {
  float: none;
  margin: 0;
}

#header #headerContainer #sokeboks form input#hovedSok {
  width: 140px;
  padding: 5px;
}

#header #headerContainer #sokeboks form input#hovedSok.passiv {
  color: #808080;
}

#header #headerContainer #sokeboks form .sokeKnapp,
  .soekeboks .sokeKnapp {
  background-color: #c22034;
  border: 1px solid #c22034;
  padding: 5px 5px 4px 25px;
  color: #fff;
  text-align: center;
  /*text-indent:-1000px;*/
  width: 54px;
  cursor: pointer;
  background-image: url(/img/grafikk/sokLupeDD.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#header #headerContainer #logginn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px 3px 4px;
}

#header #headerContainer #logginn.innlogget {
  background-color: transparent;
  padding-top: 15px;
}

#header #headerContainer #logginn.innlogget ul li p {
  margin-bottom: 3px;
  color: #808080;
}

#header #headerContainer #logginn.innlogget ul li p.navn {
  text-transform: uppercase;
  color: #000;
}

#header #headerContainer #logginn a {
  color: #333;
  text-decoration: none;
}

#header #headerContainer #logginn a:hover {
  text-decoration: underline;
}


#header .imgMiddle .image {
    width: 976px;
    height: 103px;
    background: url(/img/grafikk/imgMiddle.jpg);
    margin: 1px 0 0 0;
    padding: 0;
}


.ytterBoks {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0; /* D9D9D9 B2B2B2 */
  -moz-border-radius: 5px;
  margin: 0 10px 20px;
  overflow: hidden;
  padding-bottom: 10px;
}

.indreBoks {
  color: #4F4F4F;
  padding: 0;
  margin: 15px 15px;
}

.header .indreBoks {
  margin-top: 8px;
}

.spalte div.header {
  background: url(/img/grafikk/headerBg_sp.gif) right top repeat-x;
}

.spalte div.header h3.headerTittel {
  color: #333;
  font-size: 0.9em;
  margin: 0 0 18px;
  background-image: url(/img/grafikk/headerTittel_blank.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 1px;
  padding-left: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: Arial;
}


.spalte div.header .indreBoks {
  padding-top: 1px;
  min-height: 122px;
}

#nav_sok {
  z-index: 100;
  overflow: hidden;
  background-color: #c22034;
 /* overflow: hidden;*/
}

#hovedboks {
  min-height: 235px;
}

#hovedboks h2 {
  font-size: 1.6em;
  margin-top: 10px;
  color: #333; /* E76E34 DB5300*/
}

.indreBoks h2 {
  letter-spacing: 0.05em;
  font-size: 1.2em;
}

.indreBoks img {
  float: right;
  margin-left: 5px;
}

.indreBoks img.hovedbilde {
  display: none;
}

#hovedboks img.minibilde {
  display: none;
}

#hovedboks img.hovedbilde {
  float: left;
  width: 220px;
  margin-right: 15px;
  display: block;
}

#hovedboks img.underbilde {
  float: none;
  width: 615px;
  margin: 0px;
  display: block;
}

#hovedboks p {
  font-size: 1.2em;
  margin: 0.6em 0;
  display: block;
}

.hovedboks p.lesMer {
  display: none;
}

#hovedboks p.lesMer {
  display: block;
  font-size: 1em;
}

#hovedboks ul li {
	font-size:1.1em;
}

.promo {
  margin: 0 10px 20px;
}

.promo h3 {
  font-size: 1.6em;
  margin-top: 0.4em;
  color: #4E4E4E;
}

.promo ul, .promo ol, .promo li {
  margin: 0;
  padding: 0;
  border: 0;
}

.promo ul li {
  margin-bottom: 4px;
  list-style-type: none;
  list-style-position: inside;
}

.promo ul li a {
  background-image: url(/img/grafikk/promoIkon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  font-size: 1.2em;
  text-decoration: none;
  color: #BE202E;
}

.promo a:hover {
  text-decoration: underline;
}

.promo ul li a span {
  font-size: 1.2em;
  font-weight: bold;
}

.promo .promoBoks {
  margin-bottom: 15px;
  padding: 12px 15px 15px 20px;
  -moz-border-radius: 5px;}

.promo .promoBoks ul li {
  list-style-type: none;
  list-style-position: outside;}

.promo .promoBoks ul li a {
  background-image: none;
  padding-left: 0;
  text-decoration: underline;}

.promo .promoBoks h3 {
  margin-bottom: 0.3em;
  margin-top: 0;}

.promo .promoBoks h3 a {
  text-decoration: none;}

 .promo .pb_red {background: #c22034 url(/img/grafikk/headerLogoBgDD.png) top repeat-x; color: #fff;}
 .promo .pb_red a,  .promo .pb2 h3,  .promo .pb2 h3 a {color: #fff;}

 .promo .pb_grey {background-color: #e0e0e0; color: #333;}
 .promo .pb_grey a,  .promo .pb3 h3,  .promo .pb3 h3 a {color: #333;}

.promo p.liste {
  background-color: #BE202E;
  padding: 0px 8px;
  color: #fff;
  margin-bottom: 0.3em;}


ul#venstreMeny {
  margin: 0 10px 20px;
  color: #fff;
  line-height: 1.1em;
  padding-bottom: 1px;}


ul#venstreMeny li {
	margin-bottom: 5px;
	}

ul#venstreMeny li a, ul#venstreMeny li p {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 6px 0 5px 10px;
  background: url(/img/grafikk/venstreMenyBg.png);
  border: 1px solid #ccc;
  -moz-border-radius: 5px;}


ul#venstreMeny li a:hover, ul#venstreMeny li p:hover {
	background: url(/img/grafikk/venstreMenyBgHover.png);}

/*---VALGTE LI (feks KATALOG, INTERNETT etc...)---*/

ul#venstreMeny li.valgt {
	margin-bottom: 5px;}

ul#venstreMeny li.valgt a, ul#venstreMeny li.valgt p {
	background: #c22034 url(/img/grafikk/menyBgValgtRed.png) repeat-x ;
  	/*border: 1px solid #c22034;*/
	border: 1px solid #bc1b2e;
	font-weight: bold;
	margin-bottom: 2px;
	color: #fff;
	-moz-border-radius: 5px;
	}


ul#venstreMeny li.valgt ul {
	padding: 0;
	margin:0;}

ul#venstreMeny li.valgt ul li {
	list-style: none;
	margin-bottom: 2px;
	}


/* Undermeny niv� 1 */
ul#venstreMeny li.valgt ul li a, ul#venstreMeny li.valgt ul li p {
	background-color: #F2F2F2;
	border: none;
	background-image: none;
	font-weight: normal;
	color: #333;}

ul#venstreMeny li.valgt ul li a:hover {
	background-color: #ccc;}

/* Undermeny niv� 2 */
ul#venstreMeny li.valgt ul li ul li a, ul#venstreMeny li.valgt ul li ul li p {
	background-color: #fff;
	border: none;
	background-image: none;
	font-weight: normal;
	margin-left: 10px;
	}

ul#venstreMeny li.valgt ul li ul li a:hover {
	background-color: #fff;
	text-decoration: underline;}


.spalte .header .enkel {
  padding-top: 27px !important;
}

div.toSp {
  float: left;
  width: 310px;
}

.indreBoks.enkel p {
  display: block;
}

.indreBoks.enkel h3 {
  font-size: 1.5em;
}

.spalte div.header .indreBoks.loes {
  min-height: inherit;
}

.spalte div.header .indreBoks.loes p {
  display: block;
}

.spalte div.header.toSp .indreBoks {
  min-height: 80px;
}

table {
  width: 478px;
  /*border-collapse: collapse;*/
  margin: 0;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

table th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #000;
	padding: 3px 10px;
	text-align: left;
	/*background-color:#a5a7aa;*/
	 background-color:#CCC;
}

table th:last-child {
	border-right: 1px solid #ccc;}

table td {
  padding: 3px 10px 3px;
  border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table td:last-child {
	border-right: 1px solid #ccc;}

table tr.odd td {
  background-color: #F2F2F2;
}

table th {
  width: 25%;
  color: #333;
}

table tr:hover td {
  background-color: #A5A7AA;
  color: #fff;
}

table tr:hover td a {
  color: #fff;
  display: block;
}

div.boks {
  margin: 0 10px 10px 10px;
}

div.boks h1 {
  font-size: 2.2em;
}

div.artikkel p {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

div.artikkel ul {
  margin: 0 0 10px;
  list-style-type: square;
  list-style-position: inside;
  font-size: 1.1em;
}

div.artikkel ul li {
  margin-bottom: 2px;
}

div.artikkel h1 {
  margin: 8px 0;
}

div.artikkel h3 {
  font-size: 1.4em;
  margin-top: 0.8em;
}

div.artikkel ul.expandListe, div.artikkel ul.enkelListe {
  list-style-type: none;
  font-size: 1em;
}

div.artikkel ul.expandListe li {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #E2E2E2;
  background-color: #F7F7F7;
  padding: 3px 10px;
  cursor: pointer;
}

div.artikkel ul.expandListe li:hover {
  background-color: #EAEAEA;
}

div.artikkel ul.expandListe h3 {
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  margin: 5px 0;
  background-image: url(/img/grafikk/expandListePil.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #20558A;
}

div.artikkel ul.expandListe h3.valgt {
  background-image: url(/img/grafikk/expandListePilNed.png);
}

div.artikkel ul.expandListe p {
  font-size: 1em;
  padding-right: 20px;
}

div.artikkel ul.expandListe li div {
  display: none;
}

.ankerLenker {
  overflow: hidden;
}

div.artikkel .ankerLenker a {
  background-image: url(/img/grafikk/promoPilLitenV.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}

div.produktInfo {
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  margin: 0 10px 20px;
  padding: 15px;

}

div.element.teaser {
  overflow: hidden;
}

ul.hook li {
  background-image: url(/img/grafikk/promoIkon.png);
  background-repeat: no-repeat;
  background-position: left center;
  list-style-type: none;
  padding-left: 18px;
}

div.promo p.liste span.hoyre {
  float: right;
}

div.produktTeaserNav {
  margin: 0 10px 20px 10px;
  height: 30px;
  background-image: url(/img/grafikk/produktTeaserBg.png);
  background-position: right top;
  background-repeat: repeat-x;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}

div.produktTeaserNav a, div.produktTeaserNav span.passiv {
  display: block;
  float: left;
  padding: 7px 6px 6px 6px;
  width: 135px;
  height: 20px;
  color: #707070;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}

div.produktTeaserNav span.passiv {
  color: #A8A8A8;
}

div.produktTeaserNav a:hover {
  background-image: url(/img/grafikk/produktTeaserBgSpan.png);
  background-repeat: repeat-x;
  background-position: left top;
}

div.produktTeaserNav a.storre {
  margin: 0 0 0 2px;
  background-image: url(/img/grafikk/produktTeaserIkonH.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
}

div.produktTeaserNav a.tilbud span {
  margin: 0 0 0 2px;
  font-weight: bold;
  font-size: 1.2em;
}

div.produktTeaserNav a.tilbud {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

div.produktTeaserNav a.mindre {
  background-image: url(/img/grafikk/produktTeaserIkonV.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}

h3 span.tall {
  font-size: 1.1em;
  margin-right: 3px;
  background-color: #4E4E4E;
  padding: 1px 7px;
  color: #fff;

}

h3.tips {
  font-size: 1.4em;
  font-family: Arial;
}

ul.tips {
  margin: 10px 0;
  font-size: 1.1em;
}

ul.tips li {
  margin-bottom: 3px;
}

ul.tips li.valgt {
  background-image: url(/img/grafikk/tipsValgt.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
}

.indreBoks.soek {
  padding-bottom: 10px;
}

.indreBoks.soek ul {
  margin: 20px 0 20px 16px;
  list-style-type: none;
  list-style-position: outside;
  padding: 0;

}

.indreBoks.soek ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1em 0;

}

.indreBoks.soek ul li h3 {
  font-size: 1.2em;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

.indreBoks.soek ul li p {
  color: #808080;
}

.indreBoks.soek .soekeboks {
  margin: 0 0 0 15px;
}

.indreBoks.soek .soekeboks form label {
  float: none;
  display: block;
}

.indreBoks.soek .soekeboks form input[type=text] {
  padding: 5px 8px;
  font-size: 1.2em;
  width: 350px;
  margin-bottom: 0.4em;
}

.indreBoks.soek .soekeboks form input[type=submit] {
  margin-left: 7px;
  width: 90px;
  padding: 6px 10px 6px;
}

.indreBoks.soek .soekeboks form p {
  clear: both;
  color: #808080;
}

.indreBoks.soek h1 {
  margin: 20px 0 0 16px;
  font-size: 1.4em;
}

.indreBoks.soek .pager {
  margin: 20px 0 0 16px;
}

.indreBoks.soek .pager a {
  margin: 0 5px;
}

.loginContainer {
  background-color: #FFFFFF;
  margin: 0 10px 20px;
}

.loginContainer img {
  float: right;
  margin-left: 15px;
  clear: both;
}

.loginContainer .loginBoks {
  border: 1px solid #CDCFD0;
  margin: 0 225px 15px 0;
  padding: 15px;
}

.loginContainer .loginBoks h2 a {
  background-image: url(/img/grafikk/expandListePil.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
  text-decoration: none;
}

.loginContainer .loginBoks h2 a:hover {
  text-decoration: underline;
}

.loginContainer .loginBoks a.lesMer {
  float: right;
  font-weight: normal;
}

/*  LISTE */

div.indreBoks ul {
  margin: 0 0 10px;
  list-style-type: square;
  list-style-position: inside;
  font-size: 1.1em;
}

div.indreBoks ul li {
  margin-bottom: 2px;
}

div.indreBoks ol {
  margin: 0 0 10px;
  font-size: 1.1em;
}

div.indreBoks ol li {
  padding-left: 18px;
}

.centertext {
  text-align: center;
}

.center {
  text-align: center;
}

.clearfix {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* icon bar*/
.iconBar .image{
    float: left;
    margin-right:10px;
    margin-bottom:10px;

margin-left:0;
    margin-top:0;
}
/* Article link */
.articleLinkHeader { font-size:1.9em!important; color:#333333; margin-bottom: 15px; }
.articleLinkIngress { font-size:1.2em; margin-bottom: 15px; font-family: Arial, Helvetica, sans-serif; }

