.cleanList,.cleanList li{margin:0;padding:0;list-style-type:none}.fullWidthElement{width:100%;max-width:100%;display:block}.noTextLink{overflow:hidden;text-indent:-9999em;display:inline-block}#BreadcrumbContainer{display:none;padding:10px 0;font-size:.7em;line-height:1.3em;clear:both}#BreadcrumbContainer a{color:#434343}@media only screen and (min-width:520px){#BreadcrumbContainer{display:block}}/* borders inputs and textares */
.cleanList,
.cleanList li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fullWidthElement {
  width: 100%;
  max-width: 100%;
  display: block;
}
.noTextLink {
  overflow: hidden;
  text-indent: -9999em;
  display: inline-block;
}
/* CLEARFIX */
.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%;
}
html,
forms {
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
}
.pagewidth {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
/* FORMS */
input,
textarea {
  width: 100%;
  text-indent: 2px;
  padding: 5px 0;
  border: 1px solid #c1c1c1;
}
label {
  font-weight: bold;
}
input[type="button"],
input[type="submit"] {
  float: right;
  background: #c1c1c1;
  padding: 3px 5px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  width: auto;
  clear: both;
}
aside {
  margin-top: 50px;
}
aside h3 {
  color: #18a24a;
  text-transform: uppercase;
}
/* EASY ADMIN */
.directEdit.edit,
.directEdit.add {
  float: right;
  margin: 10px 10px 0 0;
  background: url('/customers/default/skin/images/directedit/edit.png') no-repeat;
  color: #434343;
  padding-left: 20px;
  width: 0;
  height: 20px;
  display: block;
  overflow: hidden;
}
.directEdit.add {
  background: url('/customers/default/skin/images/directedit/add.png') no-repeat;
}
.directEditHover {
  background: #c1c1c1;
}
.flipNavigation {
  position: relative;
  margin-top: 40px;
}
.nav {
  display: block;
}
.top {
  margin-left: auto;
  margin-right: auto;
}
.prev,
.next {
  width: 32%;
  position: absolute;
  top: 5px;
  text-transform: uppercase;
  font-family: "PFDinTextCondPro", Segoe UI, Arial, Sans-Serif;
  font-size: 1.3em;
  background: url(images/double_arrow_left.png) top left no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .prev {
    background-image: url(images/double_arrow_left_highRes.png);
    background-size: 16px 19px;
  }
}
.prev {
  float: left;
  padding-left: 30px;
}
.next {
  float: right;
  right: 0;
  background: url(images/double_arrow_right.png) top right no-repeat;
  padding-right: 30px;
  text-align: right;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .next {
    background-image: url(images/double_arrow_right_highRes.png);
    background-size: 16px 19px;
  }
}
/* PAGE LAYOUT*/
#Masthead,
#InnerWrapper,
#PageFooter {
  width: 85%;
  margin: 0 auto;
  max-width: 800px;
}
#OuterWrapper {
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
  clear: both;
}
#InnerWrapper {
  padding: 10px 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 250px;
}
#ContentContainer {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 30px;
}
#InnerWrapper.oneCol #ContentContainer {
  width: 100%;
}
#EditorContentContainer {
  width: 100%;
}
#MainPage #EditorContentContainer img {
  width: 100%;
}
/* HEADER */
#Masthead {
  overflow: hidden;
  padding: 0;
  max-width: 800px;
}
#Language {
  float: right;
  text-align: right;
  font-size: 0.7em;
}
#Language a.active {
  color: #434343;
  cursor: pointer;
}
#Language a.active:hover {
  text-decoration: none;
}
#Logo {
  overflow: hidden;
  text-indent: -9999em;
  display: inline-block;
  margin: 0;
  color: #18a24a;
  font-size: 2.6em;
  line-height: 1.1em;
  float: left;
  background: url(images/site_logo.png) top left no-repeat;
  background-size: 100% auto;
  width: 116px;
  height: 53px;
  clear: right;
  margin-top: 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #Logo {
    background-image: url(images/site_logo_highRes.png);
    background-size: 116px 53px;
  }
}
.loginview {
  clear: both;
  text-align: right;
  font-size: 0.7em;
  margin-bottom: 5px;
  margin-right: 5px;
}
/* FOOTER */
#PageFooter {
  padding: 10px 0;
  font-size: 0.7em;
  line-height: 1.1em;
}
#ToTheTopLink {
  overflow: hidden;
  text-indent: -9999em;
  display: inline-block;
  display: block;
  width: 33px;
  height: 33px;
  background: url(images/icon_arrow_double_up.png);
}
#ToTheTopLink:hover,
#ToTheTopLink:focus {
  animation: BackgroundAnimation 1s linear infinite;
  -webkit-animation: BackgroundAnimation 1s linear infinite;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #ToTheTopLink {
    background-image: url(images/images/icon_arrow_double_up_highRes.png);
    background-size: 35px 29px;
  }
}
@-webkit-keyframes BackgroundAnimation {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -30px;
  }
}
@keyframes BackgroundAnimation {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -30px;
  }
}
img,
iframe,
table,
video {
  max-width: 100%;
}
#RelatedArticles {
  margin-top: 9px;
}
/* Small units */
/* /Small units */
/* Medium units */
/* /Medium units  */
/* large units */
@media only screen and (min-width: 720px) {
  html {
    background: url(images/bg_main.jpg) top left;
  }
  #Logo {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 161px;
    height: 72px;
    float: left;
  }
  #OuterWrapper {
    width: 90%;
    padding-top: 68px;
    padding-bottom: 30px;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 3px 2px rgba(150, 150, 150, 0.3);
    -moz-box-shadow: 1px 1px 3px 2px rgba(150, 150, 150, 0.3);
    -ms-box-shadow: 1px 1px 3px 2px rgba(150, 150, 150, 0.3);
    -o-box-shadow: 1px 1px 3px 2px rgba(150, 150, 150, 0.3);
    box-shadow: 1px 1px 3px 2px rgba(150, 150, 150, 0.3);
  }
  #InnerWrapper {
    max-width: 665px;
  }
  /* IF CONTROL.LEFT IS SET */
  .twoCol #ContentContainer {
    float: right;
    width: 60%;
  }
  #PageFooter {
    max-width: 665px;
  }
}
/* /large units */
/* Greater than fullwidth */
@media only screen and (min-width: 800px) {
  body {
    width: 96%;
  }
  #GoBackLink {
    display: none;
  }
}
/* /Greater than fullwidth */
#print {
  display: inline-block;
  padding: 8px 12px;
  color: #fff;
  font-size: 1.28em;
  border-bottom: 1px solid #fff;
  margin-bottom: 36px;
  -webkit-background-image: gradient(linear, left top, left bottom, from(#18a24a), to(#65d546));
  -webkit-background: gradient(linear, left top, left bottom, color-stop(0%, #65d546), color-stop(100%, #18a24a));
  -webkit-background: linear-gradient(#18a24a, #65d546);
  -moz-background: linear-gradient(#18a24a, #65d546);
  -o-background: linear-gradient(#18a24a, #65d546);
  background: -webkit-linear-gradient(#18a24a, #65d546);
  background: linear-gradient(#18a24a, #65d546);
}
.print-manual {
  margin-bottom: 12px;
  overflow: auto;
}
.print-manual a {
  float: right;
  display: block;
  clear: both;
}
@media print {
  .chapter {
    margin-bottom: 64px;
  }
  #print {
    display: none;
  }
}
/*# sourceMappingURL=default.min.css.map */.cleanList,.cleanList li{margin:0;padding:0;list-style-type:none}.fullWidthElement{width:100%;max-width:100%;display:block}.noTextLink{overflow:hidden;text-indent:-9999em;display:inline-block}.menu,.menu ol{counter-reset:item}.menu li{display:block}.menu li a{color:#434343;display:block;padding:4px 0;font-family:"PFDinTextCondPro",Segoe UI,Arial,Sans-Serif;position:relative}.menu li a:before{counter-increment:item;content:counters(item,".") ".";position:absolute;left:15px;top:21px;color:#fff;font-family:"PFDinTextCondPro",Segoe UI,Arial,Sans-Serif}.menu li>a:hover,.menu li.active>a{text-decoration:none}#MenuLink{overflow:hidden;text-indent:-9999em;display:inline-block;display:block;font-weight:bold;font-size:1.1em;padding:9px 10px 6px 13px;text-transform:uppercase;position:relative;float:right;width:33px;height:33px;background:url(images/icon_home.png);margin-top:28px}#MenuLink:hover{text-decoration:none}#MenuLink.open{-moz-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg)}#MobileMenu{clear:both}#Menu{z-index:2;margin:0 auto;padding:5px 0 0 0;width:auto;clear:both;display:none}.menu{margin:0;padding:0}.menu li{padding:0;margin-bottom:0;-webkit-background-image:gradient(linear,left top,left bottom,from(#18a24a),to(#65d546));-webkit-background:gradient(linear,left top,left bottom,color-stop(0%,#65d546),color-stop(100%,#18a24a));-webkit-background:linear-gradient(#18a24a,#65d546);-moz-background:linear-gradient(#18a24a,#65d546);-o-background:linear-gradient(#18a24a,#65d546);background:-webkit-linear-gradient(#18a24a,#65d546);background:linear-gradient(#18a24a,#65d546)}.menu li.active{background-color:#25741b}.menu li a{display:block;padding:21px 17% 15px 35px;color:#fff;font-size:1.28em;text-transform:uppercase;border-bottom:1px solid #fff}.menu ol{margin:0}.menu .level3 li{-webkit-background-image:gradient(linear,left top,left bottom,from(#c1c1c1),to(#ecece9));-webkit-background:gradient(linear,left top,left bottom,color-stop(0%,#ecece9),color-stop(100%,#c1c1c1));-webkit-background:linear-gradient(#c1c1c1,#ecece9);-moz-background:linear-gradient(#c1c1c1,#ecece9);-o-background:linear-gradient(#c1c1c1,#ecece9);background:-webkit-linear-gradient(#c1c1c1,#ecece9);background:linear-gradient(#c1c1c1,#ecece9)}.menu .level3 li.active{background-color:#9d9d9c}.menu .level3 a{text-transform:none;padding-left:54px;padding-right:14%;color:#434343}.menu .level3 a:before{color:#434343}.menu .level4 li{background:transparent}.menu .level4 li.active{background-color:transparent}.menu .level4 li.last{border-bottom:1px solid #c1c1c1}.menu .level4 a{margin-left:51px;margin-right:5%;padding-left:10px;padding-right:3%;font-size:1.15em;border-bottom:1px solid #f4f4f3}.menu .level4 a:before{left:-36px}.menu .level4 .active a{color:#18a24a}.no-cssgradients #Menu li{background:#18a24a}.no-cssgradients #Menu .level3 li{background:#c1c1c1}.no-cssgradients #Menu .level4 li{background:#fff}@media only screen and (min-width:720px){#MenuLink,#MobileMenu{display:none}#Menu{display:block;position:relative;float:left;clear:none;width:35%}}/* borders inputs and textares */
.cleanList,
.cleanList li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fullWidthElement {
  width: 100%;
  max-width: 100%;
  display: block;
}
.noTextLink {
  overflow: hidden;
  text-indent: -9999em;
  display: inline-block;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff5113;
  color: #434343;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff5113;
  color: #434343;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #18a24a;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
* {
  margin: 0;
  padding: 0;
}
/* / RESET */
/* FONT INCLUSION */
@font-face {
  font-family: 'PFDinTextMedium';
  src: url('/Customers/gldi/Brukermanual/Skin/Fonts/PFDinTextCondPro.eot');
  src: local('☺'), url('/Customers/gldi/Brukermanual/Skin/Fonts/PFDinTextCondPro.woff') format('woff'), url('/Customers/gldi/Brukermanual/Skin/Fonts/PFDinTextCondPro.ttf') format('truetype'), url('/Customers/gldi/Brukermanual/Skin/Fonts/PFDinTextCondPro.svg#webfontcHb6KBxQ') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextCondPro';
  src: url('/Customers/gldi/Brukermanual/Skin/Fonts/PFDinTextCondPro.eot');
  src: local('☺'), url('/Customers/gldi/Brukermanual/Skin/Fonts/PFDinTextCondPro.woff') format('woff'), url('/Customers/gldi/Brukermanual/Skin/Fonts/PFDinTextCondPro.ttf') format('truetype'), url('/Customers/gldi/Brukermanual/Skin/Fonts/PFDinTextCondPro.svg#webfontcHb6KBxQ') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* GLOBAL ELEMENTS */
body {
  color: #434343;
  font-size: 0.9em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: normal;
  font-family: Tahoma, Segoe UI, Arial, Sans-Serif;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #434343;
}
h1 {
  font-size: 1.7em;
  line-height: 1.1em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "PFDinTextCondPro", Segoe UI, Arial, Sans-Serif;
  color: #18a24a;
}
h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 5px 0 2px 0;
  font-family: "PFDinTextCondPro", Segoe UI, Arial, Sans-Serif;
}
h3 {
  font-size: 1.2em;
  line-height: 1em;
  margin: 2px 0 0 0;
  font-family: "PFDinTextCondPro", Segoe UI, Arial, Sans-Serif;
}
img {
  border: 0px;
}
a,
a:visited {
  color: #18a24a;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 5px 0 10px;
}
.ingress {
  font-size: 1.3em;
  line-height: 1.3em;
}
.venstrestill {
  float: left;
}
.hoyrestill {
  float: right;
}
b,
strong {
  font-weight: bold;
}
/* Note editor makes italic text to em element */
i,
em {
  font-style: italic;
}
small {
  font-size: 0.8em;
  line-height: 1em;
}
sup,
sub {
  height: 0;
  line-height: 1em;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 0.5em;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.8ex;
}
/* Note editor makes indented text to blockquote element */
blockquote {
  text-indent: 15px;
}
fieldset {
  border: none;
}
label {
  font-size: 12px;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
ul {
  margin: 0px 0px;
}
ol {
  margin: 5px 20px;
  color: #18a24a;
  counter-reset: li;
}
ol li {
  color: #434343;
  list-style-type: none;
  position: relative;
}
ol li:before {
  content: counter(li) ". ";
  /* Use the counter as content */
  counter-increment: li!important;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -4px;
  left: -2em;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  color: #18a24a;
  font-weight: bold;
  text-align: center;
}
ol li:before:after {
  content: ".";
}
li {
  margin-bottom: 7px;
}
td,
th {
  padding: 3px 5px;
  border: 1px solid #c1c1c1;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  word-wrap: wrap;
}
::selection,
::-moz-selection {
  background: #ff5113;
  color: #434343;
  text-shadow: none;
}
