﻿@import url("login.css");

body {
  margin: 0;
  font: 12px Verdana, Geneva, sans-serif;
  color: #58595b;
  background: #6d6e70;
}

img {
  border-style: none;
}

a {
  text-decoration: none;
  color: #a6a8ab;
}

a:hover {
  text-decoration: underline;
}

input, textarea, select {
  font: 100% Verdana, Geneva, sans-serif;
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
} #wrapper {
  width: 960px;
  margin: 0 auto;
} #header {
  height: 1%;
  background: #000;
  position: relative;
  z-index: 10;
  padding: 0;
} #header:after {
  content: "";
  display: block;
  clear: both;
} #header .bar {
  background: url(/files/system/images/bg-bar.gif) repeat-y;
  height: 1%;
  padding: 2px 27px 6px 20px;
  position: relative;
} #header .bar:after {
  content: "";
  display: block;
  clear: both;
} .add-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
} .add-nav li {
  float: left;
  padding: 0 28px 0 0;
} .bar ul li a {
  float: left;
  cursor: pointer;
  margin: 1px 0 0;
  color: #d0d2d3;
  text-decoration: none;
} .bar ul li .first span {
  font-style: italic;
  text-transform: none;
} .bar ul li a:hover, #nav li a:hover, .active a, .subnav ul li a:hover, .menu a:hover {
  color: #3bae4c !important;
} .bar ul li a span {
  float: left;
  font-size: 8pt;
  text-transform: uppercase;
} .bar ul li em {
  background: url(/files/system/images/bg-arrow.png) center no-repeat;
  text-indent: -9999px;
  width: 6px;
  float: left;
  margin: 1px 0 0 8px;
}

/*
 .add-nav a.prinfodenmark{
 background: url(/files/system/images/addnav-prinfodenmark.png) no-repeat;
 height:12px;
 margin:0;
 }
 .add-nav a.prinfodenmark:hover{
 background: url(/files/system/images/addnav-prinfodenmark-hover.png) no-repeat;
 }
 .add-nav a.prinfodenmark em{
 margin-top:2px;
 }
 .add-nav a.creative{
 background: url(/files/system/images/addnav-creative.png) no-repeat;
 }
 .add-nav a.creative:hover{
 background: url(/files/system/images/addnav-creative-hover.png) no-repeat;
 }
 .add-nav a.creative span{
 width:55px;
 }
 .add-nav a.digital{
 background: url(/files/system/images/addnav-digital.png) no-repeat;
 }
 .add-nav a.digital:hover{
 background: url(/files/system/images/addnav-digital-hover.png) no-repeat;
 }
 .add-nav a.digital span{
 width:44px;
 }
 .add-nav a.print{
 background: url(/files/system/images/addnav-print.png) no-repeat;
 }
 .add-nav a.print:hover{
 background: url(/files/system/images/addnav-print-hover.png) no-repeat;
 }
 .add-nav a.print span{
 width:33px;
 }
 .add-nav a.omprinfo{
 background: url(/files/system/images/addnav-omprinfo.png) no-repeat;
 }
 .add-nav a.omprinfo:hover{
 background: url(/files/system/images/addnav-omprinfo-hover.png) no-repeat;
 }
 .add-nav a.omprinfo span{
 width:64px;
 }
 */ .top-nav li a span {
  text-transform: none !important;
  color: #6d6e70;
  font-size: 6pt;
} .top-nav li a:hover span {
  color: black;
} .top-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
} .top-nav li {
  float: left;
  padding: 0 14px 0 0;
} .bar .top-nav li a {
  height: 9px;
} .bar .top-nav li em {
  margin: 0 0 0 4px;
} .top-nav a:hover em {
  background: url(/files/system/images/bg-arrow-hover.png) center no-repeat;
}

/*
 .top-nav a.ekstranet{
 background: url(/files/system/images/topnav-ekstranet.png) no-repeat;
 }
 .top-nav a.ekstranet:hover{
 background: url(/files/system/images/topnav-ekstranet-hover.png) no-repeat;
 }
 .top-nav a.ekstranet span{
 width:76px;
 }
 .top-nav a.intranet{
 background: url(/files/system/images/topnav-intranet.png) no-repeat;
 }
 .top-nav a.intranet:hover{
 background: url(/files/system/images/topnav-intranet-hover.png) no-repeat;
 }
 .top-nav a.intranet span{
 width:70px;
 }
 */ .login {
  background: url(/files/system/images/bg-form.gif) repeat-y;
  width: 172px;
  position: absolute;
  top: 23px;
  right: 20px;
  padding: 19px 10px 7px 18px;
  display: none;
} .login .row {
  overflow: hidden;
  height: 1%;
  padding: 0 0 7px;
  line-height: 14px;
  font-size: 11px;
} .login label {
  color: #000;
  float: left;
} .login input {
  float: right;
  width: 101px;
  padding: 1px 7px;
  background: #808184;
  border: none;
} .login .row-holder {
  float: right;
  margin: 1px 0 0;
} .login .row-holder input {
  float: left;
  margin: 0 0 0 5px;
  color: #f2f2f2;
  width: 65px;
  padding: 0 0 1px;
  font-size: 9px;
  cursor: pointer;
  line-height: 13px;
  text-transform: uppercase;
} .login .row-holder input.submit {
  width: 45px;
} .login .row-holder input:hover, .login .row-holder input.hover {
  background: #f2f2f2;
  color: #37b34a;
} .logo {
  width: 235px;
  float: right;
  background: url(/files/system/images/logo.gif) no-repeat;
  height: 46px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 10px 0 0;
  display: inline;
} .logo a {
  display: block;
  height: 100%;
} .area {
  padding: 8px 10px 2px 20px;
  height: 1%;
} .area:after {
  content: "";
  display: block;
  clear: both;
} .search {
  float: left;
  color: #d0d2d3;
  font-size: 10px;
  margin: 0 40px 0 0;
  width: 440px;
} .search-form {
  float: left;
  position: relative;
} .search strong {
  display: block;
  font-size: 11px;
  padding: 0 0 6px;
} .search label {
  display: block;
  padding: 0 0 13px;
} .search .text {
  /*background:#808184 url(/files/system/images/bg-search-arrow.gif) no-repeat 415px 50%;*/
  background: none repeat scroll 415px 50% #908e8e;
  width: 411px;
  float: left;
  padding: 0 30px 0 0;
} .search .searchButton {
  left: 435px;
  position: absolute;
  top: 85px;
} .search .searchButton:hover {
  cursor: hand;
} .search .parent-focus {
  background: #b2b2b2 url(/files/system/images/bg-search-arrow-hover.gif) no-repeat 415px 50%;
} .search .text input.focus {
  color: #000;
} .search .text input:focus {
  outline: none;
} .search .text input {
  float: left;
  width: 100%;
  background: #908e8e;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  /*border-color: #B3B3B3 #B3B3B3 #B3B3B3 black;
   border-style: none none none solid;
   border-width: medium medium medium 1px;*/
} .search-holder {
  position: absolute;
  display: none;
  top: 59px;
  left: -7px;
  width: 464px;
} .search-holder .b {
  background: url(/files/system/images/bg-form-holder-b.png) no-repeat;
  height: 24px;
} .search-holder .c {
  background: url(/files/system/images/bg-form-holder.png) repeat-y;
  height: 1%;
} .search-holder .c:after {
  content: "";
  display: block;
  clear: both;
} .search-holder .content {
  float: left;
  margin: 0 0 -7px;
  position: relative;
  font-size: 12px;
  width: 440px;
  padding: 9px 17px 0 7px;
} .search-holder .box em {
  color: #fff;
  display: block;
  background: #8f8f91;
  margin: -3px 0 10px;
  padding: 2px 0 7px 12px;
  position: relative;
} .search-holder .box em span {
  color: #000;
} .search-holder .nav {
  color: #231f20;
  padding: 0 0 17px 12px;
} .search-holder .nav strong {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 0 3px;
  line-height: 15px;
  font-weight: normal;
} .search-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
} .search-holder ul a {
  color: #231f20;
  line-height: 17px;
  background: url(/files/system/images/bg-search-holder-arrow.gif) no-repeat 100% 60%;
  padding: 0 12px 0 0;
} .search-holder .link {
  background: url(/files/system/images/bg-search-link.gif) repeat-y;
  padding: 3px 0 6px 12px;
} .search-holder .link a {
  color: #fff;
  background: url(/files/system/images/bg-search-holder-arrow2.gif) no-repeat 100% 80%;
  padding: 0 14px 0 0;
} .ad {
  width: 164px;
  float: left;
  background: url(/files/system/images/bg-minibanner.gif) repeat-y;
  cursor: pointer;
  color: #231f20;
  font-size: 11px;
  line-height: 14px;
  padding: 11px 18px 0;
  margin: 4px 40px 0 0;
  min-height: 64px;
} * html .ad {
  height: 64px;
} .ad:hover {
  text-decoration: none;
  background: #37b34a;
  color: #fff;
} .ad strong {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/files/system/images/txt-prinfo.png) no-repeat;
  width: 77px;
  height: 17px;
  margin: 0 0 5px;
} .ad:hover strong {
  background: url(/files/system/images/txt-prinfo-hover.png) no-repeat;
} .menu {
  float: left;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
} .menu li {
  overflow: hidden;
  height: 1%;
  margin: 0 0 18px;
  vertical-align: top;
} .menu a {
  float: left;
  height: 12px;
  overflow: hidden;
  padding: 0 0 0 25px;
  font-size: 7pt;
  /* text-transform: uppercase; */
  text-decoration: none;
} .menu .language {
  background: url(/files/system/images/menu-lang.png) no-repeat;
} .menu .language:hover, .menu .active .language {
  background: url(/files/system/images/menu-lang-hover.png) no-repeat;
} .menu .contact {
  background: url(/files/system/images/menu-contact.png) no-repeat;
} .menu .contact:hover, .menu .active .contact {
  background: url(/files/system/images/menu-contact-hover.png) no-repeat;
} .menu .sitemap {
  background: url(/files/system/images/menu-sitemap.png) no-repeat;
} .menu .sitemap:hover, .menu .active .sitemap {
  background: url(/files/system/images/menu-sitemap-hover.png) no-repeat;
} .menu .prinfofilm {
  background: url(/files/system/images/se-prinfofilm.gif) no-repeat;
} .menu .prinfofilm:hover, .menu .active .prinfofilm {
  background: url(/files/system/images/se-prinfofilm-hover.gif) no-repeat;
} #main {
  background: #fff;
} .userdetailhead {
  padding: 20px 0 0 0;
} .userdetail {
  padding: 0 30px 0 0;
} .editlink {
  padding:10px 80px 10px 0;
  clear: both;
} .main-holder {
  padding: 20px 0 0;
  overflow: hidden;
  width: 100%;
} #content {
  float: left;
  width: 720px;
  padding: 0 0 20px 20px;
} .boxes {
  overflow: hidden;
  height: 1%;
  padding: 0 0 20px;
} .boxes .box {
  width: 200px;
  float: left;
  background: #37b34a;
  margin: 0 40px 0 0;
  display: inline;
} .boxes .box .img {
  position: relative;
} .boxes .box .img img {
  display: block;
} .boxes .box .play {
  position: absolute;
  text-indent: -9999px;
  background: url(/files/system/images/btn-play.png) no-repeat;
  width: 58px;
  height: 58px;
  left: 50%;
  top: 37px;
  margin: 0 0 0 -29px;
  cursor: pointer;
  overflow: hidden;
} .boxes .box .play:hover {
  background: url(/files/system/images/btn-play-hover.png) no-repeat;
} .boxes .box h2 {
  margin: 0;
  font-size: 0;
  line-height: 0;
} .boxes .box h2 a {
  display: block;
  background: #231f20;
  text-indent: -9999px;
  cursor: pointer;
  padding: 17px 0 9px 15px;
  overflow: hidden;
  height: 1%;
} .boxes .box h2 a:hover {
  background: url(/files/system/images/bg-box.gif) repeat-y;
} .boxes .box h2 a span {
  display: block;
  height: 24px;
} .boxes .box .creative span {
  background: url(/files/system/images/text-creative.png) no-repeat;
  width: 113px;
} .boxes .box .creative:hover span {
  background: url(/files/system/images/text-creative-hover.png) no-repeat;
  width: 113px;
} .boxes .box .digital span {
  background: url(/files/system/images/text-digital.png) no-repeat;
  width: 113px;
} .boxes .box .digital:hover span {
  background: url(/files/system/images/text-digital-hover.png) no-repeat;
  width: 113px;
} .boxes .box .print span {
  background: url(/files/system/images/text-print.png) no-repeat;
  width: 113px;
} .boxes .box .print:hover span {
  background: url(/files/system/images/text-print-hover.png) no-repeat;
  width: 113px;
} .boxes .box ul {
  list-style: none;
  margin: 0;
  min-height: 98px;
  padding: 16px 20px;
} * html .boxes .box ul {
  height: 98px;
} .boxes .box ul li {
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  height: 1%;
} .boxes .box ul li a {
  color: #fff;
  display: block;
  width: 100%;
  margin: 0 -20px;
  padding: 0 20px;
  position: relative;
} .boxes .box ul li a:hover {
  color: #000;
  background: url(/files/system/images/bg-box-hover.gif) repeat-y;
  text-decoration: none;
} #content .text {
  line-height: 16px;
  padding: 0 130px 0 0;
} #content .text p {
  margin: 0 0 16px;
} .text .menu {
  color: #404041;
  font-size: 10px;
  padding: 11px 0 0;
  overflow: hidden;
  height: 1%;
} .text .menu strong {
  font-weight: normal;
  float: left;
  padding: 0 3px 0 0;
} .text .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  overflow: hidden;
} .text .menu ul li {
  float: left;
  background: url(/files/system/images/separator-text.gif) no-repeat 0 50%;
  padding: 0 5px;
  margin: 0 2px 0 -2px;
} .text .menu ul li a {
  color: #404041;
  padding: 0px;
  height: auto;
} .aside {
  width: 200px;
  float: left;
} .aside .block {
  background: url(/files/system/images/bg-block.gif) repeat-y;
  padding: 11px 15px 6px;
  margin: 0 0 10px;
  height: 1%;
} .aside .block .news {
  /*background: url(/files/system/images/text-news.png) no-repeat;
   text-indent: -9999px;
   font-size: 0;
   float: left;
   width: 55px;*/
  height: 8px;
  margin: 0 0 15px;
  font: bold 15px Geneva, sans-serif;
  color: #000;
} .aside .block ul {
  margin: 0;
  padding: 0;
  list-style: none;
} .aside .block ul li {
  padding: 0;
  line-height: 7px;
  vertical-align: top;
} .aside .block .tilmed, .aside .block .article {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  padding: 0 0 11px;
  font-size: 0;
  line-height: 0;
} .aside .block .article {
  background: url(/files/system/images/text-article.png) no-repeat;
  width: 72px;
  height: 10px;
} .aside .block .tilmed {
  background: url(/files/system/images/text-tilmed.png) no-repeat;
  width: 137px;
  height: 8px;
} .aside .block p {
  margin: 0;
  font-size: 11px;
  line-height: 13px;
  padding: 0 0 14px;
  clear: both;
  color: #231f20;
} .aside .block p a {
  color: #231f20;
} .aside .block p em {
  font-size: 9px;
  display: block;
  font-style: normal;
} .aside .ad {
  background: none;
  padding: 0;
  float: none;
  margin: 0 0 10px;
} .aside .ad img {
  display: block;
} .heading {
  background: #000;
  padding: 6px 0 5px 20px;
} .heading h3 {
  color: #fff;
  padding-top: 7px;
  margin: 0;
  line-height: 0;
} .heading .klare, .heading .producter {
  font-size: 12px;
  line-height: 12px;
  height: auto;
  padding: 0;
} .ad-list ul {
  margin: 0 -20px 0 0;
  padding: 13px 0 12px 20px;
  list-style: none;
  overflow: hidden;
  width: 960px;
} .ad-list ul li {
  float: left;
  padding: 0 30px 15px 0;
} .ad-list ul li a {
  width: 132px;
  font-size: 10px;
  color: #000;
  padding: 11px 15px 0 13px;
  cursor: pointer;
  display: block;
  line-height: 14px;
  min-height: 64px;
  overflow: hidden;
} * html .ad-list ul li a {
  height: 64px;
} .ad-list ul li strong {
  font: 15px Geneva, sans-serif;
  font-weight: bold;
  display: block;
  height: 17px;
  padding: 0 0 5px;
  width: 66px;
} .ad-list ul li a:hover {
  color: #fff;
  text-decoration: none;
} .ad-list .bottom1, .bottom6, .bottom11 {
  background: url(/files/system/images/bg-ad3.gif) repeat-y;
} .ad-list .bottom1:hover, .bottom6:hover, .bottom11:hover {
  background: #8bc53f;
} .ad-list .kvalitet strong {
  /*background: url(/files/system/images/text-kvalitet.png) no-repeat;
   height:13px;
   padding:0 0 9px;
   */
} .ad-list .kvalitet:hover strong {
  /*  background: url(/files/system/images/text-kvalitet-hover.png) no-repeat;*/
} .ad-list .bottom2, .bottom7, .bottom12, .bottom17 {
  background: url(/files/system/images/bg-ad4.gif) repeat-y;
} .ad-list .bottom2:hover, .bottom12:hover, .bottom17:hover {
  background: #37b34a;
} .ad-list .miljo strong { /*
   background: url(/files/system/images/text-miljo.png) no-repeat;
   width:35px;*/
} .ad-list .miljo:hover strong {
  /*background: url(/files/system/images/text-miljo-hover.png) no-repeat;*/
} .ad-list .bottom3, .bottom8, .bottom11 {
  background: url(/files/system/images/bg-ad5.gif) repeat-y;
} .ad-list .bottom3:hover, .bottom8:hover, .bottom11:hover {
  background: #8bc53f;
} .ad-list .co strong { /*
   background: url(/files/system/images/text-co.png) no-repeat;
   width:29px;
   height:15px;
   padding:0 0 6px;*/
} .ad-list .co:hover strong { /*
   background: url(/files/system/images/text-co-hover.png) no-repeat;
   */
} .ad-list .bottom4, .bottom9, .bottom13 {
  background: url(/files/system/images/bg-ad6.gif) repeat-y;
} .ad-list .bottom4:hover, .bottom9:hover, .bottom13:hover {
  background: #00adee;
} .ad-list .iso strong {
  /*  background: url(/files/system/images/text-iso.png) no-repeat;
   width:23px;
   height:12px;
   padding:0 0 9px;
   */
} .ad-list .iso:hover strong {
  /*  background: url(/files/system/images/text-iso-hover.png) no-repeat;
   */
} .ad-list .bottom5, .bottom10, .bottom15 {
  background: url(/files/system/images/bg-ad7.gif) repeat-y;
} .ad-list .bottom5:hover, .bottom10:hover, .bottom15:hover {
  background: #37b34a;
} .ad-list .leverandor strong {
  /*  background: url(/files/system/images/text-leverandor.png) no-repeat;
   width:77px;
   height:33px;
   */
} .ad-list .leverandor:hover strong {
  /*  background: url(/files/system/images/text-leverandor-hover.png) no-repeat;
   */
} #footer {
  background: url(/files/system/images/bg-footer.gif) repeat-x 0 25px;
  overflow: hidden;
  height: 1%;
  padding: 0 0 100px;
} #footer .heading {
  padding: 6px 0 5px 20px;
  margin: 0 0 13px;
} .heading .producter {
  /*background: url(/files/system/images/text-producter.gif) no-repeat;*/
  width: 210px;
  height: 14px;
} #footer .nav {
  float: left;
  font-size: 9px;
  padding: 0 0 0 20px;
  line-height: 11px;
} #footer .nav strong {
  display: block;
  text-transform: uppercase;
  padding: 0 0 11px;
} #footer .nav .col {
  float: left;
} #footer .col ul {
  width: 110px;
  padding: 0 10px 0 0;
  overflow: hidden;
} #footer a:hover {
  color: #37b34a;
  text-decoration: none;
} #footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
} #footer ul li ul li ul li {
  padding: 0;
} #footer .col ul li strong {
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  letter-spacing: -1px;
} #footer .col ul li ul {
  padding: 0 0 5px;
} #footer .col .nav-holder a {
  background: url(/files/system/images/bullet-footer.gif) no-repeat 0 50%;
  padding: 0 0 0 8px;
} #footer .col .nav-holder a:hover {
  background: url(/files/system/images/bullet-footer-hover.gif) no-repeat 0 50%;
} .panel {
  height: 1%;
  overflow: hidden;
  padding: 0 0 9px;
} .holder {
  padding: 0 0 0 20px;
  margin: 0 0 0;
  float: left;
} .holder h2 {
  margin: 0 0 9px;
  font-size: 16pt;
  font-weight: normal;
  overflow: hidden;
  color: #37b34a;
}

h2.print {
  background: url(/files/system/images/title-print.gif) no-repeat;
  width: 49px;
  height: 17px;
} #nav {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  overflow: hidden;
  height: 1%;
} #nav li {
  float: left;
  margin: 0 20px 0 0;
} #nav li a {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  color: white;
  font-size: 7pt;
  font-weight: bold;
  text-decoration: none;
} .breadcrubms {
  list-style: none;
  margin: 0;
  overflow: hidden;
  height: 1%;
  padding: 5px 20px;
} .breadcrubms li {
  float: left;
  color: #58595b;
  font-size: 9px;
  margin: 0 4px 0 0;
} .breadcrubms li a {
  color: #58595b;
} .breadcrubms li a:hover {
  color: #37b34a;
  text-decoration: none;
} .promo {
  background: #37b34a;
  padding: 0 20px 0 45px;
  overflow: hidden;
  height: 1%;
  color: #fff;
} .promo .text {
  overflow: hidden;
  height: 1%;
  padding: 20px 0 0;
  font-family: Arial, Helvetica, sans-serif;
} .promo strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 25px;
} .promo p {
  margin: 0 0 12px;
} .promo img {
  float: right;
  margin: 0 0 0 70px;
} .subnav {
  background: url(/files/system/images/bg-sublist.gif) repeat-y;
  height: 16px;
  padding: 7px 0 0 20px;
} .subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
} .subnav ul li {
  float: left;
  margin: -2px 15px 0 0;
} .subnav ul li a {
  display: block;
  overflow: hidden;
  cursor: pointer;
  font-size: 7pt;
  color: white;
  font-weight: bold;
  text-decoration: none;
} .subnav .kompet {
  background: url(/files/system/images/nav-kompet.png) no-repeat;
  width: 67px;
} .subnav .kompet:hover, .subnav .active .kompet {
  background: url(/files/system/images/nav-kompet-hover.png) no-repeat;
} .subnav .product {
  background: url(/files/system/images/nav-product.png) no-repeat;
  width: 51px;
} .subnav .product:hover, .subnav .active .product {
  background: url(/files/system/images/nav-product-hover.png) no-repeat;
} .subnav .cases {
  background: url(/files/system/images/nav-cases.png) no-repeat;
  width: 27px;
} .subnav .cases:hover, .subnav .active .cases {
  background: url(/files/system/images/nav-cases-hover.png) no-repeat;
} .subnav .refencer {
  background: url(/files/system/images/nav-refencer.png) no-repeat;
  width: 54px;
} .subnav .refencer:hover, .subnav .active .refencer {
  background: url(/files/system/images/nav-refencer-hover.png) no-repeat;
} .container {
  padding: 0 20px 0;
  overflow: hidden;
  height: 1%;
} .sidebar {
  width: 180px;
  float: left;
  margin: 13px 0 0;
} .sidebar ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 11px;
  line-height: 18px;
} .sidebar ul li a {
  color: #231f20;
} .sidebar ul li a:hover, .sidebar ul li.active a {
  color: #009345;
  text-decoration: none;
} #twocolumns {
  float: right;
  width: 730px;
} #twocolumns #content {
  width: 500px;
  margin: 10px 0 0;
  float: left;
  padding: 0 0 10px;
  color: #231f20;
} #content h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px;
} #content p {
  margin: 0 0 15px;
  font-size: 11px;
  overflow: hidden;
  height: 1%;
} #content .links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
} #content .links li {
  line-height: 15px;
  margin: 0 0 10px;
  display: block;
  overflow: hidden;
} #content .links a {
  color: #231f20;
  float: left;
  cursor: pointer;
} #content .links a:hover {
  text-decoration: none;
  position: relative;
} #content .links a:hover span {
  text-decoration: underline;
} #content .links a span {
  float: left;
  padding: 0 3px 0 0;
} #content .links a em {
  float: left;
} #content .description {
  font-size: 13px;
  margin: 0 0 15px;
} #content .visual {
  margin: 0 0 0 -10px;
  position: relative;
} #content .visual img {
  display: block;
} .aside2 {
  width: 132px;
  float: right;
  background: #e6e7e8;
  padding: 15px 14px 9999px;
  font-size: 10px;
  color: #231f20;
  margin: 0 0 -9999px;
} .aside2 ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
} .aside2 ul a {
  color: #231f20;
} .aside2 ul a:hover {
  color: #37b34a;
  text-decoration: none;
} .aside2 p {
  margin: 0 0 12px;
} .helpnav {
  overflow: hidden;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 25px 0 0;
} .helpnav li {
  float: left;
  margin: 0 30px 0 0;
} .helpnav a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  height: 8px;
} .helpnav .top {
  background: url(/files/system/images/nav-top.gif) no-repeat;
  width: 48px;
} .helpnav .top:hover {
  background: url(/files/system/images/nav-top-hover.gif) no-repeat;
  width: 48px;
} .helpnav .print {
  background: url(/files/system/images/nav-print.gif) no-repeat;
  width: 48px;
} .helpnav .print:hover {
  background: url(/files/system/images/nav-print-hover.gif) no-repeat;
  width: 48px;
} #content .product {
  overflow: hidden;
  width: 560px;
  padding: 2px 0 77px;
  margin: 0 0 0 -8px;
  position: relative;
} #content .product img {
  float: left;
  margin: 0 31px 0 0;
} * html .product img {
  margin: 0 28px 0 0;
} .product .info {
  overflow: hidden;
  height: 1%;
} .info .paging {
  margin: 0;
  padding: 5px 0 21px;
  list-style: none;
  overflow: hidden;
  height: 1%;
} .info .paging li {
  float: left;
} .info .paging a {
  color: #f2f2f2;
  font-size: 9px;
  text-transform: uppercase;
  background: url(/files/system/images/btn-paging.gif) no-repeat;
  width: 85px;
  display: block;
  text-align: center;
  height: 21px;
  padding: 4px 0 0;
} .info .paging a:hover {
  color: #37b34a;
  text-decoration: none;
  background-position: 0 -25px;
} .info dl {
  margin: 0 0 0 3px;
  color: #231f20;
  font-size: 10px;
  line-height: 12px;
} .info dd {
  margin: 0 0 12px;
} .info dd a {
  color: #231f20;
} .info dd a:hover {
  color: #37b34a;
  text-decoration: none;
} .newsImage {
  color: #c1c0c5;
  vertical-align: top;
} .newsImage img {
  /*margin-bottom: 14px;*/
  padding: 0px 5px 5px;
} .newsText {
  /*padding-top: 40px;*/
  float: left;
} #searchBut {
  float: right;
  position: relative;
  bottom: 23px;
  right: 8px;
} #competences {
  list-style: none;
  padding: 0;
  margin: 0;
} .competence.level1 {
  font-size: 16px;
  font-weight: bold;
} .competence.level2 {
  font-size: 14px;
  padding: 5px 0px 5px 0px;
} .competence.level3 {
  padding: 5px 0px 5px 0px;
} .competence.level4 {
  /*margin-left: 20px;*/
  padding: 5px 0px 5px 0px;
} #competenceFilters legend, #competenceFilters select {
  margin-bottom: 15px;
} .sogKompetenser {
  border-collapse: collapse;
  margin: 20px 0;
}
.sogKompetenser th {
  text-align: left;
}
/*
.sogKompetenser th, .sogKompetenser td {
  border: 1px black solid;
}
*/
.paging ul {
  padding: 0;
  float: left;
  margin: 0;
}
.paging ul li {
  float: left;
  list-style-type: none;
  padding-right: 10px;
}
li.activepage_True a {
  text-decoration: underline;
}
.nextlink, .previouslink {
  float: left;
}
.nextlink {
  margin-left: 10px;
}
.previouslink {
  margin-right: 10px;
}
a.tomain{
display:block;
margin:10px 0;
}
a.tomain:link,
a.tomain:visited{
color:white;
display:block;
font-size:7pt;
font-weight:bold;
overflow:hidden;
text-decoration:none;
text-transform:uppercase;
}
a.tomain:hover,
a.tomain:active{
color:#3BAE4C !important;
}


/* */

.pageid-14090 .holder h2,
.pageid-11709 .holder h2,
.pageid-13334 .holder h2,
.pageid-12337 .holder h2,
.pageid-11373 .holder h2,
.pageid-10060 .holder h2,
.pageid-14437 .holder h2,
.pageid-10697 .holder h2,
.pageid-14118 .holder h2,
.pageid-13690 .holder h2,
.pageid-12023 .holder h2,
.pageid-11058 .holder h2,
.pageid-140901 .holder h2,
.pageid-12651 .holder h2 {
    display: none !important;
}

