/*
screen.css, Nya kronofogden.se
version 1.0.5 2015-04-16 - TillÃ¤gg av bbSubmitButton
version 1.0.5 2014-08-28 - 3.6-fix
version 1.0.4 2013-03-28 - Facebook link
version 1.0.3 2012-08-20
version 1.0.2 2012-05-31
*/

/* START RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
   background-color: #e9e9e7;
}

/*body {
   background-color: rgb(233, 233, 231);
}*/

.sv-form-portlet input[type=text],
.sv-form-portlet textarea {
   width: 100%;
}

ul { /* ??? */
    line-height:100%;
    padding-left:1.25em
}

ol {
    line-height:100%;
    padding-left:2em
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* END RESET */

html {
    height: 100%;
}

.normal a, a.normal, .faktaxxhogerpuffrubrik a {
    text-decoration: underline !important;
}

.normal .add-remove-favourite,
.numrerad-punktlista a,
.rod-pil a {
    text-decoration: none !important;
}

.print-visible {
   display: none;
}

/* Fix fÃ¶r konstig grej i SV css i SV 3.6 */
[class*="span"] {
    margin-left: 0 !important;
    float: none !important;
}

.wrapper {margin:0 auto; width:1060px} /* Satt sidbredden pa innehallsytan */
.wrapperCommon {
    clear:both;
    display:block; 
    overflow:hidden;
    padding:15px 0 20px;
    width:100%
}

.contLeft {
    max-width:160px;
    min-width:160px;
    padding:0 19px 0 0;
}

.contMiddleWide { /* Vanstermenymall */
    border-left:1px solid #e6e6e3;
    max-width: 740px;
    padding-left: 20px;
    padding:0 0 0 19px\9; /* IE 8 hack */ 
    *padding:0 0 0 18px; /* IE 7 hack - kompabilitetslage */
    width: 740px;
}

.contMiddle { /* Vaenstermenymall med hoegerspalt */
    max-width:500px;
    width:500px
}
.contMiddle img {width:100%;height:auto}
.contRight { /* Vaenstermenymall med hoegerspalt */
    margin:0 0 0 20px;
    max-width:220px; 
    width:220px
}
.hDivider, 
.hDividerNyhet,
.hDividerRante {border-top:solid 1px #e6e6e3; display:block} /* anvÃ¤nds i mallen */
.hDivider {padding:20px 0 0}
.hDividerNyhet {margin:20px 0 0; padding:10px 0 0}
.hDividerSok {border-top:solid 1px #e6e6e3; margin:10px 0 0; padding:10px 0 0; clear:both} /* SÃ¶kruta understart auktionstorget */
.hDividerRante {margin:18px 0} /* RÃ¤ntesnurran */

.clearfloat {clear:both; height:0; font-size:1px; line-height: 0px}
.flodaHoger {float:right !important} 
.flodaVanster {float:left}

/* Doeljer bildmodul pa soekobjekt-sidor */
.imageUpload {display:none}
.print-logo {display:none}
.mallEmpty {}

/* ReadSpeaker player position */
.rs-player {position:fixed; width: auto !important; top:0; z-index:100000}

.aktuellt-information-rubrik {
    border-bottom-color: #e6e6e3;
    border-bottom-style: solid;
    margin-bottom: 25px;
}

/* --------------------------------------------------------------
    Nyheter pÃ¥ startsidan
-------------------------------------------------------------- */

.kfm-article-list-startpage h3 {
  	margin: 20px 0 0 0;
}

.kfm-article-list-startpage ul {
   display: flex;
}

.kfm-article-list-startpage ul li {
   flex: 1 1 33.33%;
   padding: 0 5px;
}

.kfm-article-list-startpage ul li:hover {
   background-color: #f6f6f5;
}

.kfm-article-list-startpage ul li:not(:last-child) {
   border-right: solid 3px #e1e1ed;
}

.kfm-startpage-link-wrapper {
   position: relative;
   min-height: 70px;
}
   
.kfm-startpage-link-wrapper .sv-text-portlet {
   position: absolute;
   right: 95px;
}
   
.kfm-startpage-link-wrapper a {
   background: url(/images/18.4c1b677f134cb6b828f80003729/pilNivoLank.png) no-repeat left 2px;
	padding-left: 18px;
   display: block;
}
   

@media only screen and (max-width: 768px) {
   .kfm-article-list-startpage ul {
      display: block;
   }
   .kfm-article-list-startpage ul li:not(:last-child) {
      border-color: transparent;
   }
   .kfm-startpage-link-wrapper .sv-text-portlet {
      left: 0;
   }
}

/* --------------------------------------------------------------
    Breadcrumbs
-------------------------------------------------------------- */

.kfm-breadcrumbs {
   margin-bottom: 10px;
}
.kfm-breadcrumbs__list {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
.kfm-breadcrumbs__item {
   display: inline-block;
   margin-bottom: 10px;
}
.kfm-breadcrumbs__item:not(:last-child):after {
   display: inline-block;
   content: '/';
   margin: 0 2px;
   color: #d0c5b9;
}
.kfm-breadcrumbs__link {
   color: #787000;
}
.kfm-breadcrumbs__link:hover,
.kfm-breadcrumbs__link:hover {
   color: #333;
}
.kfm-breadcrumbs__link--active {
   color: #333;
}


@media only screen and (max-width: 768px) {
   .kfm-breadcrumbs {
      margin-top: 20px;
   }
}

/* --------------------------------------------------------------
    Cookie
-------------------------------------------------------------- */

.kfm-cookie-message {
   border-bottom: solid 3px #e1e1de;
}

.kfm-cookie-message__container {
   position: relative;
   padding: 10px 0;
}

.kfm-cookie-message__text {
   margin: 0;
   padding-right: 100px;
}

.kfm-cookie-message__link {
   text-decoration: underline;
   white-space: nowrap;
}

.kfm-cookie-message__link:hover,
.kfm-cookie-message__link:focus {
   text-decoration: none;
}

.kfm-cookie-message__button {
   position: absolute;
   top: 10px;
   right: 0;
}

.kfm-cookie-message__button {
   background: rgb(254,254,254);
   background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(231,231,231,1) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(231,231,231,1)));
   background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
   background: -o-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
   background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
   background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 );
   border-bottom: 1px solid #7a7a7a;
   border-left: 1px solid #bbb;
   border-right: 1px solid #bbb;
   border-top: 1px solid #bbb;
   border-radius:3px;
   outline: none;
   cursor: pointer;
   padding: 5px 15px;
}

.kfm-cookie-message__button:hover, 
.kfm-cookie-message__button:focus {
   text-decoration: underline;
}


@media screen and (max-width: 768px)  {
   .kfm-cookie-message__button {
      top: auto;
      right: auto;
      bottom: 5px;
      left: 0;
   }
   .kfm-cookie-message__text {
      padding-right: 0;
   }
   .kfm-cookie-message__container {
      padding: 10px 0 40px 0;
   }
}

/* TillgÃ¤nglighet, fokus pÃ¥ element */
[contentEditable=true]:focus,
[href]:focus,
[tabindex]:focus,
button:not([disabled]):focus,
iframe:focus, input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus {
    outline: 2px solid #00f5f5;
    outline-offset: 0;
}

/* --------------------------------------------------------------
     Splashyta startsidan
-------------------------------------------------------------- */
.budskap {width:100%; max-width:950px}

.budskap > div:first-child img {
    -webkit-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px;
    width:100%;
    height:auto;
}

.budskap > div:last-child {
    background-color: #f6f6f5;
    border: solid 3px #e1e1ed;
    border-left: none;
    -webkit-border-radius: 0 3px 3px 0; 
    border-radius: 0 3px 3px 0;   
    display: block !important;
    height: 216px;
    max-height:216px;
    padding:30px;
    width:347px;
    max-width:347px;
}
.budskap .toppmeny {
    background:url(/images/18.4c1b677f134cb6b828f80003729/pilNivoLank.png) no-repeat left 2px; 
    padding-left:18px
}

.budskap a.normal, 
.budskap .normal a {color:#333}
.budskap a.h1rubrik, 
.budskap .h1rubrik a {color:#1a1a1a}

/* --------------------------------------------------------------
    Banner understartsidan
-------------------------------------------------------------- */
.underStartImg {border-radius:3px; float:left; height:250px; max-height:250px; max-width:500px; overflow:hidden; width:500px;}
.underStartTxt {background-color:#f3f3f2; border:solid 1px #e1e1de; border-radius:3px; height:250px; max-height:250px; padding:30px 20px 0;}
/*.underStartTxt {background-color:#f3f3f2; border:solid 1px #e1e1de; border-radius:3px; float:right; height:218px; max-height:218px; margin:0 0 0 15px; padding:30px 20px 0; width:178px}*/
/* --------------------------------------------------------------
     Footer/sidfot
-------------------------------------------------------------- */
.kfmSaljer {background:transparent url(/images/18.4cd91a3d12ec898821380001281/pilSaljer.png) no-repeat left center; height:20px; padding:7px 0 4px 27px; font:bold 1.33em Arial, Helvetica, sans-serif}

.footerList {border-bottom:solid 3px #d5cbc0; padding: 10px 0 15px; width:940px} /* AnvÃ¤nds Footerlista */
.footerBox:first-child {margin-left:0}
.footerBox {display:block; margin-left:20px; width:220px}
.footerBox .toppmeny {
    border-bottom-color: #d0c5b9;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    margin-bottom: 4px !important;
    padding-bottom: 3px;
}
.footerOdd {}
.footerEven {}
.footerList p {margin:0 !important}
a.sidfotslank:link, .sidfotslank a:link {
    background: transparent url(/images/18.4241a6e51345f4551008000936/pilLanklista.png) no-repeat left 3px;
    padding-left: 15px;
    padding-bottom: 3px;
    display: block;
}


/* Facebook */
.facebook, .facebook a, a.facebook:link, .facebook a:link, a.facebook:active, .facebook a:active, a.facebook:visited, .facebook a:visited {
    background:url(/images/18.6f6dad1813c5c1430f6800034738/icon-facebook.png) no-repeat left top;
    color: #006769;
    float:right;
    padding:0 0 0 30px;
    font: normal bold 140%/normal Arial, Helvetica, sans-serif;
    text-decoration:none;
}
a.facebook:hover, .facebook a:hover {
    background:url(/images/18.6f6dad1813c5c1430f6800034737/icon-facebook-hover.png) no-repeat left top;
    color:#1a1a1a;
}

/* --------------------------------------------------------------
     Navigering
-------------------------------------------------------------- */
/* Tabbnavigering snabbvÃ¤g till meny och innehÃ¥ll */
#skip {
   margin:0;
   padding:0;
   position:relative;
   z-index:2000;
}
#skip li {
   height:0;
   list-style-type:none;
}
#skip li a {
   display:block;
   height:1px;
   overflow:hidden;
   position:absolute;
   text-indent:150%;
   white-space:nowrap;
   width:1px;
   text-decoration:underline;
   line-height: 20px;
}
#skip li a:focus {
   display:block;
   top:0;
   background-color:#787000;
   color:#fff;
   height:20px;
   padding-bottom:.5em;
   padding-top:.5em;
   text-align:center;
   text-indent:0;
   width:100%;
   z-index:10;
}
a.vaxlawebb:link, .vaxlawebb a:link, a.vaxlawebb:visited, .vaxlawebb a:visited {
    background: transparent url(/images/18.1cddbd7b13519298efb80003704/vaxlaWebb-auktion.png) no-repeat left top;
    padding: 0 0 12px 30px;
}

.li1 a {
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}

/* Huvudnavigering (Vill betala, Vill fÃ¥ betalt, Vill veta mer) | header */
ul#navOmrade, .navOmrIndex {margin:0;padding:0;float:left;width:100%;}
ul#navOmrade li:first-child, .navOmrIndex div.navigeringWrapper:first-child {margin:0}
ul#navOmrade li, .navOmrIndex div.navigeringWrapper {
    background-color:#f3f3f2;
    background-clip: padding-box;
    border-radius:3px;
    list-style-type:none;
    padding:0;
}

ul#navOmrade li a.betala-inaktiv:hover,
div.navOmrIndex div a.betala-inaktiv:hover,
ul#navOmrade li a.betalt-inaktiv:hover, 
div.navOmrIndex div a.betalt-inaktiv:hover, 
ul#navOmrade li a.veta-inaktiv:hover,
div.navOmrIndex div a.veta-inaktiv:hover {border-color:#c4c4bd}

ul#navOmrade li a {
    cursor:pointer;
    display:block;
    padding:13px 10px 17px 75px;
    /*padding:16px 10px 16px 80px; backup*/
    text-decoration:none;
    width:215px;
    min-height:44px
}
.navOmrIndex div a {
    cursor:pointer;
    display:block;
    padding:11px 10px 10px 80px;
    text-decoration:none;
    min-height:57px
}

@media only screen and (min-width: 769px) and (max-width: 950px) {
    .navOmrIndex div a {
        min-height:75px
    }
}

/* Vill betala */
ul#navOmrade li a.betala-aktiv,
div.navOmrIndex div a.betala-aktiv {background:transparent url(/images/18.4c1b677f134cb6b828f80003882/villBetala-aktiv.png) no-repeat 12px 12px; border-radius:3px; border:solid 3px #c4c4bd}
ul#navOmrade li a.betala-inaktiv,
div.navOmrIndex div a.betala-inaktiv {background:transparent url(/images/18.4c1b677f134cb6b828f80003880/villBetala-inaktiv.png) no-repeat 12px 12px; border-radius:3px; border:solid 3px #e1e1de}
span.nyhetsrubrik-h2 {
    display: block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
   span.nyhetsrubrik-h2 {
      margin:20px 0 10px;
   }
   
   .smallscreen-padding {
      padding: 0 15px;
   }
   .huvudnavigering {
      margin-top: 10px;
   }
}

/* Vill fa betalt */
ul#navOmrade li a.betalt-aktiv,
div.navOmrIndex div a.betalt-aktiv {background:transparent url(/images/18.4c1b677f134cb6b828f80003903/villFaBetalt-aktiv.png) no-repeat 12px 12px; border-radius:3px; border:solid 3px #c4c4bd}
ul#navOmrade li a.betalt-inaktiv,
div.navOmrIndex div a.betalt-inaktiv {background:transparent url(/images/18.4c1b677f134cb6b828f80003878/villFaBetalt-inaktiv.png) no-repeat 12px 12px; border-radius:3px; border:solid 3px #e1e1de}
/* Vill veta mer */

ul#navOmrade li a.veta-aktiv,
div.navOmrIndex div a.veta-aktiv {background:transparent url(/images/18.1cddbd7b13519298efb8000600/villVetaMer-aktiv.png) no-repeat 12px 12px; border-radius:3px; border:solid 3px #c4c4bd}
ul#navOmrade li a.veta-inaktiv,
div.navOmrIndex div a.veta-inaktiv {background:transparent url(/images/18.1cddbd7b13519298efb8000601/villVetaMer-inaktiv.png) no-repeat 12px 12px; border-radius:3px; border:solid 3px #e1e1de}

a.inaktiv .omrNavRub {color:#e64b25; width:210px; font:bold 1.5em Arial, Helvetica, sans-serif; text-shadow:1px 1px #fff;}
a.aktiv .omrNavRub,
a.inaktiv:hover .omrNavRub {color:#133354; width:210px; font:bold 1.5em Arial, Helvetica, sans-serif; text-shadow:1px 1px #fff}
.omrNavTxt {color:#333; width:210px}

.contentFunctionLinks {
    background-color:#f4f0ed;
    border-radius: 0px 0px 3px 3px;
    border-top:solid 3px #d5cbc1;
    height:29px;
    margin-bottom:15px;
    overflow:hidden;
    padding:0 0 0 10px
}

/* Fliknavigering */
#tabNavigation {margin:0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; display: block; width:auto}

ul#primaryTab:after {
    content:'';
    display:block;
    clear: both;
}

ul#primaryTab {margin:0; padding:0; margin-bottom: 10px; border-bottom:solid 1px #e6e6e3}
ul#primaryTab li {display:block !important; list-style:none}

ul#primaryTab a,
ul#primaryTab a.active {display:block; float:left; text-align:center; font-family: tahoma, verdana, sans-serif; font-size:13px;   text-decoration: none; color: #333; margin:0 3px 0; padding:4px 0 4px 0; border-radius: 3px 3px 0px 0px; width:auto}

ul#primaryTab a.active,
ul#primaryTab a.active:hover {border:1px solid #e6e6e3; border-bottom: none; background:#fff; color:#333; margin:0 3px -1px 0; padding:9px 13px 10px}
ul#primaryTab a {background:#f6f6f5; border:1px solid #e6e6e3; border-bottom:none; color:#787000; margin:0 3px 0 0; padding:9px 13px 9px}
ul#primaryTab a:hover {border-color:#e6e6e3; background:#e6e6e3; color:#787000; margin-top:1px; margin:0 3px 0 0; padding:9px 13px 9px}

/* Fliknavigering - Ã¥rtal m.m. */
ul.fliksys {
    background:url(/images/18.3d26852213302b621f7800036/bgFliksystem.png) no-repeat left bottom;
    list-style:none;
    padding:9px 13px;
    overflow:hidden
} 
ul.fliksys li {
    display:inline;
    float:left;
    margin-right:3px;
    padding:0;
} 
ul.fliksys li a {
    background-color:#f3f0ed;
    background:#f3f0ed url(/images/18.3d26852213302b621f7800036/bgFliksystem.png) no-repeat left bottom;
    border-radius:3px 3px 0px 0px;
    border:solid 1px #ded6ce;
    color:#999;
    text-decoration:none;
    padding:9px 13px;
} 
ul.fliksys li a.selected {background:#fff; border:1px #ded6ce solid; border-bottom:1px #fff solid; color:#666; padding:9px 13px}  
ul.fliksys li a:hover {background:#fff; padding:9px 13px}

/* --------------------------------------------------------------
     Knappar/formulaer
-------------------------------------------------------------- */
.btnSok {
    border-top: 1px solid #425d75;
    background: #153255;
    padding: 4px 6px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 0.75em;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}
.btnSok:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}
.btnSok:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

.inputPostnummer,   
.inputBestall, 
.inputSok,
.inputSokBred,
.inputBelopp,
.inputRanta,
.inputDatum {
    background:transparent url("/images/18.1cddbd7b13519298efb800035630/bgInput.png") no-repeat left top;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #d0c5b9;
    box-shadow:  1px 1px 0px #efefef;
    outline: none;
    padding: 5px;
    text-shadow: 0px 1px 0px #fff;  
    vertical-align:middle;
}
.inputSokBred {width:385px}
.inputSok {width:228px}
.inputBestall {width:100px}
.inputPostnummer {width:55px}
.inputBelopp {width:95px}
.inputRanta {width:50px}
.inputDatum {width:85px}

/* Raenteberaekning */  
.ranteWrap {overflow:hidden; padding:2px 0}
.ranteLeft {float:left; padding:4px 0 0; vertical-align:middle; width:60%}
.ranteRight {float:right; text-align:right; width:40%}

/* --------------------------------------------------------------
     Boxar hoegerspalt
-------------------------------------------------------------- */
.infoBoxCyan,
.infoBoxOrange,
.infoBoxMorkbrun,
.infoBoxAubergine,
.infoBoxOckra, 
.infoBoxPetrolbla, 
.infoBoxBlyertsgra {
    border-radius: 3px;
    margin-bottom:15px;
}
.infoBoxAubergine {background-color:#641e3c}
.infoBoxOckra {background-color:#dd9128}
.infoBoxPetrolbla {background-color:#006769}
.infoBoxBlyertsgra {background-color:#6b6b5b}

.infoBoxCyan {background-color:#15bbba}
.infoBoxOrange {background-color:#e64b25}
.infoBoxMorkbrun {background-color:#71604c}

.infoBoxLjusbrun,
.laddaNerBox {
    background-color:#f6f6f5;
    border:solid 1px #e6e6e3;
    border-radius: 3px;
    margin:0 0 10px;
    overflow:hidden;
    padding:10px 11px 20px 11px;
}
.boxRightHead {font:bold 1em Arial, Helvetica, sans-serif; padding:10px 8px 3px 8px}
.boxRightTxt {padding:0 8px 8px 8px}
.boxRightLink ul {margin:0; padding:0; list-style:none}
.boxRightLink li {height:18px}
.boxRightLink a.normal {background:transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat 8px center; color:#e64b25;  text-decoration:none; padding:0 7px 0 22px}

.infoBoxCyan a,
.infoBoxOrange a, /* orange ska tas bort */
.infoBoxMorkbrun a,
.infoBoxAubergine a,
.infoBoxOckra a,
.infoBoxPetrolbla a, 
.infoBoxBlyertsgra a {border-radius: 3px; color:#fff !important; display:block; font:bold 16px Arial, Helvetica, sans-serif !important; padding:15px 20px; text-decoration:none !important;}

.infoBoxAubergine a:hover {background-color:#6e2545}
.infoBoxOckra a:hover {background-color:#e3972d}
.infoBoxPetrolbla a:hover {background-color:#057173}
.infoBoxBlyertsgra a:hover { background-color:#737365}

.infoBoxLjusbrun .faktaxxhogerpuffrubrik {display:block; margin:10px 9px 2px}
.infoBoxLjusbrun .normal {display:block; margin:0 9px 2px}
.infoBoxLjusbrun ul {margin:0 9px 0 !important}
.infoBoxLjusbrun li .normal,
.infoBoxLjusbrun li a.normal {margin:0}

.group {margin: 0 0 10px 0}

#Ingress { font-weight:bold}

.laddaNerBox {
    background-color:#f6f6f5;
    border:solid 1px #e6e6e3;
    border-radius: 3px;
    padding:10px 11px 20px 11px;
    margin:15px 0;
    overflow:hidden
}

.shortcutWrp {
  position: relative;
  max-width:360px;
  z-index: 2;
}

.shortcutContainer {
  padding: 0;
  margin-top: 30px;
}

.shortcutContainer a,
.shortcutContainer a:visited {
  padding: 10px 0px 10px 13px;
  background-color: #f6f6f5;
  display: block;
  margin-bottom: 8px;
  border: solid 2px #e6e6e3;
  border-radius: 3px;
  text-decoration: none;
  zoom: 1;
  color: #000;
}

.shortcutContainer a:hover {
  border: solid 2px #c4c4bd;
}

.shortcutContainer a span {
   background: url(/images/18.47fa168f148174dce7d120f0/arrow-right.png) right -8px no-repeat;
  background-size: 38px;
  display: block;
  font: 15px/20px 'Open Sans Regular', arial, sans-serif;
  color: #787000;
}

.shortcutContainer a:hover span {
   color: #333 !important;
}   

.shortcutContainer a:first-child {
   margin-top: 0;   
}

.shortcutContainer h2rubrik {
  margin-bottom: 8px;
}

/* --------------------------------------------------------------
     Listmeny
-------------------------------------------------------------- */
.navLeftHead {margin:0 0 7px}

.navLeftHead a {list-style-type:none; border-radius:3px; border:solid 3px #e1e1de; background-color:#f3f3f2;background-clip: padding-box; padding:5px 10px; display:block}

.navLeft {width:160px;}
.ul0, .ul1, .ul2, .ul3 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul1, .ul2, .ul3 {margin:6px 0 8px}
.ul1, .ul2, .ul3 {
    padding-left:10px;
}
.li0 {
    border-bottom:solid 1px #d0c5b9;
    display:block;
    font-size:1em;
    padding:5px 0 5px 5px;
    min-height:16px;
}
.a0 {
    color:#787000 !important;    
    font-weight: bold !important;
    display: block;
    line-height: normal;
}
.a1, .a2, .a3 {
    color:#787000 !important;    
    display: block;
}
.a0:hover, .a1:hover, .a2:hover, .a3:hover {
    color:#333 !important;
}

.span0 { /* Anvands nar aktivlank inte ar lankad */
    color:#333 !important;
    font-weight: bold !important;
    line-height: normal
}
.span1,
.span2,
.span3 { /* Anvands nar aktivlank inte ar lankad */
    color:#333 !important;
    font-weight:normal !important;
    line-height: normal
}

.a0.current,
.a1.current,
.a2.current,
.a3.current {color:#333 !important;}

.li1,
.li2,
.li3 {
    display:block;
    font-size:inherit;
    font-weight:bold;
    min-height:16px;
    margin:0 0 5px;
    /*overflow:hidden*/
}
.nyhetslistningxdatum {
    color: #555555;
}

/* --------------------------------------------------------------
     Verktygsmeny - sprite
-------------------------------------------------------------- */
ul.toppVerktyg {display:inline; padding-left:0em; margin-left:0em; list-style:none}
ul.toppVerktyg li {float:left; list-style-type:none; margin:0 0 0 15px; vertical-align:middle}
ul.toppVerktyg li a, .verktyg-ruta a, .verktyg-ruta-salj a, a.ikonLyssna {
    background-image:url("/images/18.1b6eeec8134a762cf718000148/sprite-ikon.png"); 
    background-repeat:no-repeat; 
    color:#787000;
    display:inline; 
    min-height:16px; 
    text-decoration:none;
    padding:2px 0 2px 21px;
}
.verktyg-ruta-salj a {
    background-image:url("/images/18.4c1b677f134cb6b828f800032/sprite-ikon-salj.png"); 
    color:#006769 !important;
}

.toppVerktyg li a:hover, .verktyg-ruta a:hover, .verktyg-ruta-salj a:hover {color:#133354;}
.toppVerktyg li a {margin:0 0 0 0}

.ikonSprak {background-position:0 0;}
.ikonSprak:hover, .ikonSprak:hover {background-position:-400px 0;}

.ikonLattlast {background-position:0 -60px;}
.ikonLattlast:hover, .ikonLattlast:hover {background-position:-400px -60px;}

.ikonLyssna a, .ikonLyssna {background-position:0 -120px;}
.ikonLyssna:hover a, .ikonLyssna:hover {background-position:-400px -120px;}

.ikonTecken {background-position:0 -180px;}
.ikonTecken:hover, .ikonTecken:hover {background-position:-400px -180px;}

.ikonOrdlista {background-position:0 -240px;}
.ikonOrdlista:hover, .ikonOrdlista:hover {background-position:-400px -240px;}

.ikonPrint a, .ikonPrint {background-position:0 -300px;}
.ikonPrint:hover a, .ikonPrint:hover {background-position:-400px -300px;}

.ikonAdd a, .ikonAdd {background-position:0 -360px;}
.ikonAdd:hover a, .ikonAdd:hover {background-position:-400px -360px;}

.ikonDel a, .ikonDel {background-position:0 -420px;}
.ikonDel:hover a, .ikonDel:hover {background-position:-400px -420px;}

.toppVerktyg li a.noIcon, .noIcon a {background-image:none;}
.noIcon a {padding-left:0px;}

#mobilToppMeny {display:none}

/* --------------------------------------------------------------
     Testarea. Flyttas ut nar det ar testat och klart
-------------------------------------------------------------- */
/*h1, h2, h3, h4 {overflow:hidden}*/

.nyhetslank {background:transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat left 3px; padding-left:15px; padding-bottom:2px}
.nyhetslank:hover {background:transparent url(/images/18.1cddbd7b13519298efb80002598/lankPilHover.png) no-repeat left 3px; padding-left:15px; padding-bottom:2px}

th,
td { border-bottom:solid 1px #ded6ce; padding:9px 5px}
th:first-child,
td:first-child {padding-left:0}


.bbLaddaNer {display:block; margin:10px 0}
.bbLaddaNer a {background:url(/images/18.44812de6133c5768d6780004984/bgBtnSearch.png) repeat-x; color:#fff !important; display:block; font:bold 14px Arial, Helvetica, sans-serif !important; height:auto; padding:8px 10px; text-decoration:none;
               border-radius: 3px;
               width:150px;
               text-align:center}
.bbSubmitButton {
    background: url(/images/18.44812de6133c5768d6780004984/bgBtnSearch.png) repeat-x;
    color: #fff !important;
    display: block;
    font: bold 14px Arial, Helvetica, sans-serif !important;
    height: auto;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 3px;
    width: 170px;
    text-align: center;
    border: none;
}

.btnSalj, 
.btnInfo, 
.btnSearch, 
.btnSaljSok,
.btnAuktion,
.btnCookie { /* Gemensam styling knapp */
    border-width:1px;
    cursor:pointer;
    font-size:14px;
    border-radius:3px;
    padding:5px 10px;
    padding:7px 10px 6px\9; /* IE 8 hack */ 
    *padding:4px 10px 5px; /* IE 7 hack - kompabilitetslÃ¤ge */
}

.btnSalj { /* Salj */
    border-color:#d0c5b9;
    background:url(/images/18.44812de6133c5768d6780004982/bgBtn.png) repeat-x;
    color:#0f8382;
}
.btnInfo { /* Info */
    border-color:#e85c3a;
    background:url(/images/18.44812de6133c5768d6780004982/bgBtn.png) repeat-x;
    color:#e85c3a
}
.btnSearch { /* Infosok */
    border-width:0;
    /*background:url(/images/18.44812de6133c5768d6780004984/bgBtnSearch.png) repeat-x;*/
    color:#fff;
    background: #834b63; /* Old browsers */
    background: -moz-linear-gradient(top,  #834b63 0%, #641e3c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#834b63), color-stop(100%,#641e3c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #834b63 0%,#641e3c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #834b63 0%,#641e3c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #834b63 0%,#641e3c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #834b63 0%,#641e3c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#834b63', endColorstr='#641e3c',GradientType=0 ); /* IE6-9 */
    vertical-align:middle
}
.btnSearch:hover, .btnCookie:hover, .bbLaddaNer a:hover { /* InfosÃ¶k */
    /*background:url(/images/18.4241a6e51345f45510080001053/bgBtnSearch-hover.png) repeat-x;*/
    background: #8f5d72; /* Old browsers */
    background: -moz-linear-gradient(top,  #8f5d72 0%, #73344f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f5d72), color-stop(100%,#73344f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8f5d72 0%,#73344f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8f5d72 0%,#73344f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8f5d72 0%,#73344f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8f5d72 0%,#73344f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f5d72', endColorstr='#73344f',GradientType=0 ); /* IE6-9 */
}
.btnAuktion { /* Saljsok */
    border-width:0;
    background:url(/images/18.1cddbd7b13519298efb8000891/bgBtnAuktion.png) repeat-x;
    color:#fff;
    vertical-align:middle
}
.btnAuktion:hover { /* SÃ¶kknappar auktionstorget */
    background:url(/images/18.1cddbd7b13519298efb8000890/bgBtnAuktion-hover.png) repeat-x;
}

.btnSaljSok { /* Saljsok */
    border-color:#13aaa5;
    background:url(/images/18.1cddbd7b13519298efb8000891/bgBtnAuktion.png) repeat-x;
    color:#fff;
    float:right
}

.btnNormal {padding:0 9px 1px !important} /* Knapp utan ikon */
.btnPrint {background:transparent url(/images/18.1704c9133c56e7a1080001063/btnIconPrint.png) no-repeat 0 0; padding:0 9px 0 27px;}
.btnExtWin {background:transparent url(/images/18.1704c9133c56e7a1080001066/btnIconWin.png) no-repeat 0 0; padding:0 9px 0 27px;}
.btnStarAdd {background:transparent url(/images/18.1704c9133c56e7a1080001068/btnIconStar.png) no-repeat 0 0; padding:0 9px 0 27px;}
.btnTipsa {background:transparent url(/images/18.1704c9133c56e7a1080001070/btnIconLetter.png) no-repeat 0 0; padding:0 9px 0 27px;}

#selectSalj select { border:0; color:#333; background:transparent;
                     font-size:20px; font-weight:bold; width:298px;
                     *width:298px; *background:#f6f6f5; }

#selectSalj { 
    background: url("/images/18.1704c9133c56e7a108000171/pilCyan.png") no-repeat scroll 270px 5px #f6f6f5;
    border-radius:3px;
    overflow:hidden; 
    padding:0 0 5px;
    width:298px;
}

ul.toppMenyJCR {display:inline; padding-left:0em; margin-left:0em; list-style:none}
ul.toppMenyJCR li {
    border-left:solid 1px #e6e6e3; 
    display:inline; 
    margin:0 0 0 6px; 
    padding:0 0 0 10px; 
    margin:0 0 0 5px\9; /* IE 8 hack */
    margin:0 0 0 5px; /* IE 7 hack - kompabilitetslÃ¤ge */ 
    vertical-align:middle
}
ul.toppMenyJCR li:first-child {border-left:none}

.horisontellJCR {display:inline; padding:0; margin:0; list-style:none}

.pilNivoLand {background:url(/images/18.4c1b677f134cb6b828f80003729/pilNivoLank.png) no-repeat 0 0;}

.ordforklaring {border-bottom:1px dotted #787000; cursor:pointer; font-style:normal}
h1 .ordforklaring,
.brodtextxingress .ordforklaring,
.underStartTxt .ordforklaring, 
.infoBoxLjusbrun a .ordforklaring, 
.infoBoxLjusbrun .brodtextxfet .ordforklaring, 
.infoBoxLjusbrun .normal .ordforklaring, 
.infoBoxCyan a .ordforklaring,
.infoBoxMorkbrun a .ordforklaring,
.infoBoxAubergine a .ordforklaring,
.infoBoxOckra a .ordforklaring,
.infoBoxPetrolbla a .ordforklaring, 
.infoBoxBlyertsgra a .ordforklaring {border:none; font-style:normal}

/* --------------------------------------------------------------
Kolumnindelning teckensprÃ¥ksfilmer
-------------------------------------------------------------- */
.colTwo, .colThree, .colFyra {overflow:hidden}
.colThree {float:left; margin:0 0 0 40px; width:220px}
.colThree:first-child {margin-left:0}

.colTwo {float:left; margin:0 0 0 20px; width:360px}
.colTwo:first-child {margin-left:0}

.colFyra {float:left; margin:0 0 0 20px; width:220px}
.colFyra:first-child {margin-left:0}

.colFyra .infoBoxLjusbrun {min-height:290px}

/* --------------------------------------------------------------
SÃ¶kresultat
-------------------------------------------------------------- */
.imgPrev, .imgNext {vertical-align:baseline}
.sokres, .sokres-current {border-right:solid 1px #e6e6e3; font-size:100%; padding:0 7px 0 6px}
.sokres-current {font-weight:bold}

.bbAvskiljare {padding:15px 0 0; border-top:solid 1px #d0c5b9}

.addThisDiv {margin:40px 0 0}
.addThisSalj {border-top:solid 1px #e6e6e3; margin: 20px 0 25px; padding:15px 0 0}

.didYouMeanClass {padding:20px; background:#FF0000;}

#roadmap {min-height:20px}

/* jQuery UI */
.ui-autocomplete { position: absolute; cursor: default; } 
/* workarounds jQuery UI */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-autocomplete-input {max-width:190px; width:190px}

.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
    font-size:1em   
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
    font-size:1em 
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {background-color:#f6f6f5} /* HoverfÃ¤rg i utfÃ¤llande dropdown */

.verktyg-ruta {
    background-color:#f6f6f5;
    border-radius: 3px;
    border:solid 1px #e6e6e3;
    height:15px;
    margin:0 8px 15px 0;
    overflow:hidden;
    padding:7px 9px
}
.verktyg-ruta-salj {
    background-color:#f6f6f5;
    border-radius: 3px;
    border:solid 1px #e6e6e3;
    height:15px;
    margin:0 8px 15px 0;
    overflow:hidden;
    padding:7px 9px
}
.verktyg-footer {
    background-color:#f6f6f5;
    border-radius: 3px;
    border:solid 1px #e6e6e3;
    margin:0; /* Ã¤ndrad 20150903 */
    overflow:hidden;
    padding:4px 5px 3px
}
.verktyg-footer p.normal {margin:0;}

#tooltip {float:right; position:relative; }
#tooltip a span {display: none}
#tooltip a:hover span { display: block; position: absolute; width: 250px; border:solid 2px #e1e1de; border-radius:3px; background-color:#f3f3f2; height:auto; right:0; top:0; color:#333; padding:15px; }

/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
.sokForm{ margin:0 10px 10px 0; position:relative;}

/* setting the width and height of the SELECT element to match the replacing graphics */
select.selectWide, select.selectNarrow, select.selectMedium{
    position:relative;
    z-index:10;
    width:240px !important;
    height:28px !important;
    line-height:28px;
}
select.selectWide, select.selectNarrow{width:240px !important}
select.selectNarrow{width:115px !important}
select.selectMedium{width:200px !important}

/* dynamically created SPAN, placed below the SELECT */
span.selectWide, span.selectNarrow, span.selectMedium{
    position:absolute;
    bottom:0;
    float:left;
    left:0;
    height:28px;
    line-height:28px;
    text-indent:10px;
    cursor:default;
    z-index:1;
}
span.selectWide{
    width:240px;
    background:url(/images/18.1cddbd7b13519298efb800024056/bg-select.png) no-repeat 0 0;
    cursor:default;
}
span.selectNarrow{
    width:115px;
    background:url(/images/18.1cddbd7b13519298efb800024142/bg-select-narrow.png) no-repeat 0 0;
}
span.selectMedium{
    width:200px;
    background:url(/images/18.1cddbd7b13519298efb800024973/bg-select-medium.png) no-repeat 0 0;
}
.obscureLabel {
    position: absolute !important; 
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Component containers
----------------------------------*/
.ui-widget {}
.ui-widget .ui-widget { /*font-size: 1.0em;*/ }
.ui-widget-content { border: 1px solid #e64b25; background-color:#fff; color: #333333; } /*sÃ¶krutan som fÃ¤lls ut*/
.ui-widget-content a {color: #333333} /*trÃ¤ffarna i sÃ¶krutan*/
.ui-widget-header { border: 1px solid #4297d7; background-color:#999; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* --------------------------------------------------------------
Dekorationsmallar
-------------------------------------------------------------- */
.standardbakgrund, 
.saljstartbakgrund {background-color:#f6f6f5; background-clip: padding-box; border-radius:3px; border:solid 1px #e6e6e3;}
.standardbakgrund {list-style-type:none}
.standardbakgrund-gra {background-color: #f6f6f5 !important;} 

.siteBackground {background-color:#990; height:280px; position:absolute; top:158px; width:100%; z-index:-1}

.topLeft {background:transparent url(/images/18.3d26852213302b621f780006036/top_left.png) no-repeat left top;}
.topRight {background:transparent url(/images/18.3d26852213302b621f780006026/top_right.png) no-repeat right top;}

.borderTop {background:transparent url(/images/18.3d26852213302b621f780006050/border_top.png) repeat-x left top;}
.borderLeft {background:transparent url(/images/18.3d26852213302b621f780006097/border_left.png) repeat-y left top;}
.borderRight {background:transparent url(/images/18.3d26852213302b621f780006098/border_right.png) repeat-y right top;}
.borderDivider {background:transparent url(/images/18.4cd91a3d12ec898821380002187/border_divider.png) repeat-x left top;}

.dividerLeft {background:transparent url(/images/18.4cd91a3d12ec898821380002177/divider_left.png) no-repeat left top;}
.dividerRight {background:transparent url(/images/18.4cd91a3d12ec898821380002179/divider_right.png) no-repeat right top;}

.borderBottom {background:transparent url(/images/18.4cd91a3d12ec898821380002185/border_bottom.png) repeat-x left top;}
.bottomLeft {background:transparent url(/images/18.4cd91a3d12ec898821380002181/bottom_left.png) no-repeat left top; float:none}
.bottomRight {background:transparent url(/images/18.4cd91a3d12ec898821380002183/bottom_right.png) no-repeat right top; float:none}

.mittEnkelPad {background-color:#fff; float:none; margin:0 30px; padding:0 30px}

.at-startside-puffar .infoBoxLjusbrun {
    min-height: 290px;
}

.contentPadding {float:none; padding:36px 30px 0}
.contentPaddingTop {float:none; padding:32px 30px 0}
.contPadBottom {float:none; height:10px; padding:0 60px 67px}
.mittDelningPad {background-color:#fff; float:none; padding:2px 30px}

/*.contPadInner {float:none; padding:36px 30px 0}*/
/*.contPadTop { background-color:#fff; float:none; margin:0 30px; padding:0 30px}
.contentWhite {background-color:#fff; padding:0 10px !important} /* InnehÃ¥llsyta med vit bgfÃ¤rg */

/* --------------------------------------------------------------
     Sandbox
-------------------------------------------------------------- */
.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}
.nav > li > a {
    display: block;
}
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav > li > a > img {
    max-width: none;
}
.nav > .pull-right {
    float: right;
}
.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.nav li + .nav-header {
    margin-top: 9px;
}
.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
    padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    margin-right: 2px;
}
.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
    *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
    clear: both;
}
.nav-tabs > li,
.nav-pills > li {
    float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    background-color: #f6f6f5;
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
    border: 1px solid #e6e6e3;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #e6e6e3;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #e6e6e3;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    color: #ffffff;
    background-color: #0088cc;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li > a {
    margin-right: 0;
}
.nav-tabs.nav-stacked {
    border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
    border-color: #ddd;
    z-index: 2;
}
.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.nav .dropdown-toggle .caret {
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
    margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
    cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
    border-color: #999999;
}
.tabbable {
    *zoom: 1;
}
.tabbable:before,
.tabbable:after {
    display: table;
    content: "";
    line-height: 0;
}
.tabbable:after {
    clear: both;
}
.tab-content {
    overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
    border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}
.nav > .disabled > a {
    color: #999999;
}
.nav > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}
.navbar {
    overflow: visible;
    margin-bottom: 20px;
    *position: relative;
    *z-index: 2;
}
.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
    display: table;
    content: "";
    line-height: 0;
}
.navbar-inner:after {
    clear: both;
}
.navbar .container {
    width: auto;
}
.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}
.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover {
    text-decoration: none;
}
.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777777;
}
.navbar-link {
    color: #777777;
}
.navbar-link:hover {
    color: #333333;
}
.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
    margin-top: 0;
}
.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
    display: table;
    content: "";
    line-height: 0;
}
.navbar-form:after {
    clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0;
}
.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}
.navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.navbar-static-top {
    position: static;
    margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
    bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
    box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}
.navbar .nav > li {
    float: left;
}
.navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #777777;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background-color: transparent;
    color: #333333;

    text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e5e5e5;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #e5e5e5;
    *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}
.navbar .nav li.dropdown > a:hover .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #e5e5e5;
    color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
    border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
    color: #ffffff;
}
.navbar-inverse .brand {
    color: #999999;
}
.navbar-inverse .navbar-text {
    color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    color: #ffffff;
    background-color: #111111;
}
.navbar-inverse .navbar-link {
    color: #999999;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #111111;
    color: #ffffff;
}

.navbar-inverse .nav li.dropdown > a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
    color: #ffffff;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0;
}

.navbar-inverse .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #040404;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #040404;
    *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
    background-color: #000000 \9;
}

/* --------------------------------------------------------------
     FAQ / FrÃ¥gor och svar
-------------------------------------------------------------- */
.faqWrapper {border-bottom:solid 1px #e6e6e3; margin:0 0 9px; padding:0 0 9px}
.faqWrapper div:first-child {border-top:solid 1px #e6e6e3}
.faqLeft {width:14px;height:auto;cursor:pointer;display:table-cell;}
.faqRightQ {
    cursor:pointer;display:table-cell;
    font-weight: bold;
    font-style: normal;
    font-size: 108%;
}

.faqRightA {display:table-cell;}

#qa-list {
    list-style-type: none;
    padding-left: 0;
}

/* --------------------------------------------------------------
     Tabeller
-------------------------------------------------------------- */
#bbTable { border-collapse:collapse}
#bbTable thead th,
#bbTable td {border-bottom:solid 1px #ded6ce; padding:9px 0; text-align:left; overflow:hidden;}
#bbTable th:first-child, 
#bbTable td:first-child {padding:9px 10px 9px 0; text-align:left; width:390px}
#bbTable thead th {font-weight:bold;}

.dottedLine {border-bottom:dotted 1px #d0c5b9; clear:both; height:1px; margin:10px 0 0; width:100%}

/* --------------------------------------------------------------
     FÃ¤rger
-------------------------------------------------------------- */
.sv-video-wrapper {margin:15px 0}
.sv-video-wrapper > .h2rubrik {margin:15px 0 0}
.sv-youtube-portlet > .sv-text-portlet {margin:0}
/* --------------------------------------------------------------
     FÃ¤rger
-------------------------------------------------------------- */
.mossgron {color:#787000}
.mossgronSafe {background-color:#990}
.hallonrod {background-color:#89003c}
.petrolbla {background-color:#006769}
.aubergine {background-color:#641e3c}
.ockra {background-color:#dd9128}
.blyertsgra {background-color:#6b6b5b}

/* Gamla fÃ¤rger */
.cyan {color:#15bbba}
.ljusbrun {color:#d0c5b9}
.brun {color:#71604c}
.gul {color:#fed400}
.orange {color:#e64b25}

.mobilShow {display:none}

/* LÃ¥g tidigare i sten.css */
.kfmSaljer img {vertical-align:middle;}
.kfmSaljer a {padding-bottom:10px;}

.nyheter-mobil a.normal {
   color:#333 !important;
}

/* --------------------------------------------------------------
     Reachmee anpassning
-------------------------------------------------------------- */
#r_wrapper {
    width: 500px !important;
}

.contMiddle .sv-image-portlet img {margin:0 0 10px !important}



/* --------------------------------------------------------------
     FÃ¶retagarinformation - koll pÃ¥ lÃ¤get
-------------------------------------------------------------- */

#guide-kollpalaget-content {
    width: 499px;
    margin-left: 0;
    margin-top: 20px;
    min-height: 540px;
    background: #fff url('/images/18.1c1a126b144d4780132aa4f/bg-triangel-line-500.png') no-repeat;
    position: relative;
    float: left;
}

#guide-kollpalaget-content h2 {
    display: none;
}

.guide-kollpalaget-chapter {
    display: none;
    width: 680px;
    background-color: #fff;
    border: 2px solid #AB374E;
    border-radius: 15px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.39);
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    margin: 15px;
    z-index: 100;
}

#guide-kollpalaget-content h3.chapterlink {
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 10;
}

#guide-kollpalaget-content h3.chapterlink a {
    color: #fff;
    display: block;
}

.guide-kollpalaget-chapterlink-1 {
    top: 30px;
    left: 200px;
}

.guide-kollpalaget-chapterlink-1 a {
    padding: 50px 30px 0 30px;
}

.guide-kollpalaget-chapterlink-2 {
    top: 175px;
    left: 115px;
    width: 120px;
}

.guide-kollpalaget-chapterlink-2 a {
    padding: 30px 0 0 0;
}

.guide-kollpalaget-chapterlink-3 {
    top: 125px;
    left: 210px;
    width: 100px;
}

.guide-kollpalaget-chapterlink-3 a {
    padding: 0 0 10px 0;
}

.guide-kollpalaget-chapterlink-4 {
    top: 180px;
    left: 280px;
    width: 120px;
}

.guide-kollpalaget-chapterlink-4 a {
    padding: 10px 0 0 0;
}

.guide-kollpalaget-chapterlink-5 {
    top: 250px;
    left: 125px;
    width: 100px;
}

.guide-kollpalaget-chapterlink-5 a {
    padding: 0 0 15px 0;
}

.guide-kollpalaget-chapterlink-6 {
    top: 250px;
    left: 295px;
    width: 90px;
}

.guide-kollpalaget-chapterlink-6 a {
    padding: 0 0 15px 0;
}

.guide-kollpalaget-chapterlink-7 {
    top: 305px;
    left: 30px;
    width: 120px;
}

.guide-kollpalaget-chapterlink-7 a {
    padding: 25px 0 0 0;
}

.guide-kollpalaget-chapterlink-8 {
    top: 305px;
    left: 200px;
    width: 120px;
}

.guide-kollpalaget-chapterlink-8 a {
    padding: 10px 0 0 0;
}

.guide-kollpalaget-chapterlink-9 {
    top: 315px;
    left: 365px;
    width: 120px;
}

.guide-kollpalaget-chapterlink-8 a {
    padding: 10px 0 0 0;
}

.guide-kollpalaget-chapterlink-10 {
    top: 390px;
    left: 100px;
    width: 320px;
}

#guide-kollpalaget-content h3.chapterlink.guide-kollpalaget-chapterlink-10 {
    color: #999900;
}

.guide-kollpalaget-chapter h3 {
    font-family: Georgia, 'Serif';
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding: 25px;
    color: #fff;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

#guide-kollpalaget-chapter-1 {
    border-color: #AB374E;
}

#guide-kollpalaget-chapter-1 h3 {
    background-color: #AB374E;
}

#guide-kollpalaget-chapter-1 .guide-kollpalaget-btn-fordjupning {
    background-color: #AB374E;
}

#guide-kollpalaget-chapter-3 {
    border-color: #936981;
}

#guide-kollpalaget-chapter-3 h3 {
    background-color: #936981;
}

#guide-kollpalaget-chapter-3 .guide-kollpalaget-btn-fordjupning {
    background-color: #936981;
}

#guide-kollpalaget-chapter-2,
#guide-kollpalaget-chapter-4 {
    border-color: #69344D;
}

#guide-kollpalaget-chapter-2 h3,
#guide-kollpalaget-chapter-4 h3 {
    background-color: #69344D;
}

#guide-kollpalaget-chapter-2 .guide-kollpalaget-btn-fordjupning,
#guide-kollpalaget-chapter-4 .guide-kollpalaget-btn-fordjupning {
    background-color: #69344D;
}

#guide-kollpalaget-chapter-5,
#guide-kollpalaget-chapter-6 {
    border-color: #E2A050;
}

#guide-kollpalaget-chapter-5 h3,
#guide-kollpalaget-chapter-6 h3 {
    background-color: #E2A050;
}

#guide-kollpalaget-chapter-5 .guide-kollpalaget-btn-fordjupning,
#guide-kollpalaget-chapter-6 .guide-kollpalaget-btn-fordjupning {
    background-color: #E2A050;
}

#guide-kollpalaget-chapter-7,
#guide-kollpalaget-chapter-8,
#guide-kollpalaget-chapter-9 {
    border-color: #DD9128;
}

#guide-kollpalaget-chapter-7 h3,
#guide-kollpalaget-chapter-8 h3,
#guide-kollpalaget-chapter-9 h3 {
    background-color: #DD9128;
}

#guide-kollpalaget-chapter-7 .guide-kollpalaget-btn-fordjupning,
#guide-kollpalaget-chapter-8 .guide-kollpalaget-btn-fordjupning,
#guide-kollpalaget-chapter-9 .guide-kollpalaget-btn-fordjupning {
    background-color: #DD9128;
}

.guide-kollpalaget-close {
    position: absolute;
    top: 20px;
    right: 10px;
    background: url(/images/18.1c1a126b144d4780132aa52/btn-close.png) no-repeat;
    width: 13px;
    height: 13px;
}

.guide-kollpalaget-chapter p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 40px;
}

.guide-kollpalaget-chapter p.guide-kollpalaget-btn-fordjupning {
    font-weight: bold;
    display: inline-block;
    margin: 25px;
    padding: 10px;
    font-size: 16px;
    background-color: #AB374E;
    border-radius: 3px;
    float: right;
    clear: both;
}

.guide-kollpalaget-btn-fordjupning a {
    padding-right: 20px;
    color: #fff !important;
    background: transparent url('/images/18.1c1a126b144d4780132aa53/gfx-arrow-down.png') no-repeat top right;
}

.guide-kollpalaget-chapter-ingress {
    font-weight: bold;
}

.guide-kollpalaget-fordjupning {
    display: none;
}

.guide-kollpalaget-more-info-links,
.guide-kollpalaget-links {
    color: #787000;
    background-color: #F6F6F5;
    border: 1px solid #E6E6E3;
    border-radius: 3px;
    overflow: hidden;
    padding: 7px;
    margin: 20px 0 0 20px;
    width: 180px;
    float: left;
}

.guide-kollpalaget-more-info-links p,
.guide-kollpalaget-links p {
    font-size: 13px;
    margin-left: 10px;
}

.more-info-info {
    font-weight: bold;
    color: #333;
    font-size: 15px;
}

.guide-kollpalaget-more-info-links p a {
    color: #787000;
    padding-left: 18px;
    background: transparent url('/images/18.1c1a126b144d4780132aa54/gfx-arrow-right.png') no-repeat top left;
}

.guide-kollpalaget-links p a {
    color: #787000;
}

.guide-kollpalaget-print-link {
    color: #787000;
    background-color: #F6F6F5;
    border: 1px solid #E6E6E3;
    border-radius: 3px;
    overflow: hidden;
    padding: 7px;
    margin: 20px 0 0 20px;
    width: 180px;
    float: left;
}

.guide-kollpalaget-print-link p {
    font-size: 13px;
    margin-left: 10px;
}

.guide-kollpalaget-print a {
    color: #787000;
}

.guide-kollpalaget-print img {
    margin-bottom: -6px;
}

/* #### Desktops #### */

@media screen and (max-width: 568px) {
    #guide-kollpalaget {
        padding: 10px;
    }
    #guide-kollpalaget-content {
        padding: 0;
        display: block;
        margin: 20px auto;
        width: 320px;
        min-height: 262px;
        background: #fff url('/images/18.1c1a126b144d4780132aa4e/bg-triangel-line-320.png') no-repeat;
        position: relative;
        float: none;
        overflow: hidden;
    }
    .guide-kollpalaget-more-info-links,
    .guide-kollpalaget-links,
    .guide-kollpalaget-print-link {
        width: 95%;
        margin: 0 0 20px 0;
    }
    .guide-kollpalaget-chapter {
        width: 95%;
        margin: 0;
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.39);
    }
    .guide-kollpalaget-chapter p {
        font-size: 14px;
        line-height: 18px;
        padding: 0 20px;
    }
    .guide-kollpalaget-chapter h3 {
        font-size: 21px;
    }
    #guide-kollpalaget-content h3.chapterlink {
        font-size: 11px;
    }
    #guide-kollpalaget-content h3.chapterlink a {
        color: #fff;
    }
    .guide-kollpalaget-chapterlink-1 {
        top: 45px;
        left: 137px;
    }
    .guide-kollpalaget-chapterlink-1 a {
        padding: 5px;
    }
    .guide-kollpalaget-chapterlink-2 {
        top: 103px;
        left: 80px;
        width: 60px;
    }
    .guide-kollpalaget-chapterlink-2 a {
        padding: 30px 0 0 0;
    }
    .guide-kollpalaget-chapterlink-3 {
        top: 80px;
        left: 115px;
        width: 100px;
    }
    .guide-kollpalaget-chapterlink-3 a {
        padding: 0 0 0 0;
    }
    .guide-kollpalaget-chapterlink-4 {
        top: 110px;
        left: 187px;
        width: 60px;
    }
    .guide-kollpalaget-chapterlink-4 a {
        padding: 10px 0 0 0;
    }
    .guide-kollpalaget-chapterlink-5 {
        top: 157px;
        left: 72px;
        width: 80px;
    }
    .guide-kollpalaget-chapterlink-5 a {
        padding: 0 0 5px 0;
    }
    .guide-kollpalaget-chapterlink-6 {
        top: 157px;
        left: 177px;
        width: 80px;
    }
    .guide-kollpalaget-chapterlink-6 a {
        padding: 0 0 5px 0;
    }
    .guide-kollpalaget-chapterlink-7 {
        top: 190px;
        left: 17px;
        width: 80px;
    }
    .guide-kollpalaget-chapterlink-7 a {
        padding: 25px 0 0 0;
    }
    .guide-kollpalaget-chapterlink-8 {
        top: 190px;
        left: 125px;
        width: 80px;
    }
    .guide-kollpalaget-chapterlink-8 a {
        padding: 10px 0 0 0;
    }
    .guide-kollpalaget-chapterlink-9 {
        top: 200px;
        left: 230px;
        width: 80px;
    }
    .guide-kollpalaget-chapterlink-10 {
        top: 250px;
        left: 10px;
        width: 320px;
    }
}

/* -- Aktuellt-listning pÃ¥ understartsidor -- */
.aktuellt-nyhet {
    display: block;
    padding: 10px;
    color: #555555;
}

.aktuellt-nyhet:hover {
    background-color: #f6f6f5;
}

.aktuellt-nyhet .nyhetsrubrik-h2 {
    color: #787000;
    text-decoration: underline;
    margin-bottom: 5px;
}

.aktuellt-nyheter.hDividerNyhet {
    margin-top: 10px;
}


/* -- Mobilanpassning -- */
@media only screen and (max-width: 768px) {

    body { background-color:#fff !important}
    .wrapper {margin:0 10px; width:auto}
    .wrapperCommon {width:100%;} /* AnvÃ¤nds */
    .siteBackground {display:none}

    .logoImage {
        margin: 15px 0px 15px 10px;
    }

    h1 {font-size:2em;margin:0 0 0.5em}
    h2 {font-size:1.538em;margin:0 0 0.5em}
    .h2rubrik {margin:0 0 0.5em}
    h3 {font-size:1em; font-weight:bold}
    .h3rubrik, a.h3rubrik, .h3rubrik a {font-size:1em; font-weight:bold}
    .normal {font-size:1.231em; line-height:1.5em}
    p.normal {margin:0 0 1.5em;}
    /*.brodtextxfet {font-size:1.308em; line-height:1.5em}*/
    .brodtextxingress {font-size:1.308em; line-height:1.5em}

    h1.h1rubrik {
        border-bottom: 2px gray solid;
        margin-bottom: 15px !important;
        padding-bottom: 4px;
    }

    .budskap {
        background-color: inherit;
    }

    .budskap > div:last-child {
        background-color:#fff;
        border:none;
        height:auto;
        padding:0;
        width:100%;
    }

    .bakgrundsplattaLiten {
        background: #f3f3f2;
        border-top: 1px black solid;
        border-bottom: 1px black solid;
        padding: 25px 20px 25px 20px;
    }

    .bakgrundsplatta  > div.pagecontent {
        margin: 0;
    }

    .startsida-text {
        padding-left: 2.154em !important;
        padding-right: 2.154em !important;
    }

    .nyheter-mobil {
        background-color: rgb(246, 246, 245);
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding: 20px;
    }

    .nyheter-mobil div.hDividerNyhet {
        border: none;
    }

    .nyheter-mobil ul > li > span > a {
        background: transparent url("/images/18.4cd91a3d12ec89882138000717/pil.png") no-repeat scroll left 3px;
        padding-left: 14px;
    }

    .mobil-text {
        margin: 0 22px 30px;
    }

    .logoWrap {padding:.5em 0 1em; text-align:center; width:100%}
    #logo {width:auto !important}

    /* Huvudnavigering Auktionstorget | header */
    .pufftext {display: block; margin-top: 3px; padding-bottom: 11px;}
    .puffrubrik {color: #1a1a1a; text-shadow: none; margin-top: 8px;}

    ul#navOmrade li, div.navOmrIndex div.navigeringWrapper {background-clip:padding-box; background-color:#f3f3f2; float:none; list-style-type:none; margin-bottom: 10px;}
    ul#navOmrade li:first-child, div.navOmrIndex div.navigeringWrapper:first-child {margin:0 0 10px;}

    ul#navOmrade li a,
    div.navOmrIndex div a {background-color:#fff; cursor:pointer; display:block; height:100%; padding:5px 10px; text-decoration:none; width:auto}

    ul#navOmrade li a.betala-aktiv,
    div.navOmrIndex div a.betala-aktiv,
    ul#navOmrade li a.betala-inaktiv,
    div.navOmrIndex div a.betala-inaktiv {background-color:#f3f3f2; border-radius:3px; padding-left: 80px;}

    ul#navOmrade li a.betalt-aktiv,
    div.navOmrIndex div a.betalt-aktiv,
    ul#navOmrade li a.betalt-inaktiv,
    div.navOmrIndex div a.betalt-inaktiv {background-color:#f3f3f2; border-radius:3px; padding-left: 80px;}

    ul#navOmrade li a.veta-aktiv,
    div.navOmrIndex div a.veta-aktiv,
    ul#navOmrade li a.veta-inaktiv,
    div.navOmrIndex div a.veta-inaktiv {background-color:#f3f3f2; border-radius:3px; padding-left: 80px;}

    /* Mobil vÃ¤nstermeny */
    .navLeftHead a {list-style-type:none; border-radius:1px; border:solid 3px #e1e1de; background-color:#f3f3f2;background-clip: padding-box; padding:5px 10px; overflow:hidden}
    .mobNavWrap {border:solid 1px #ccc}
    .expandnav {overflow:hidden}
    .mobNavTxt {float:left}
    .mobNavPil {float:right}

    /* Dekorationsmallar */
    .mittEnkelLeft {background:none;}
    .mittEnkelRight {background:none;}
    .mittEnkelPad {margin:0; padding:0}
    /*.c6 {width:100%}*/

    .topLeft {background:none;}
    .topRight {background:none;}
    .mittEnkelPad {background-color:#fff; margin:0 !important; padding:0 !important}

    .borderTop {background:none;}
    .borderLeft {background:none;}
    .borderRight {background:none;}
    .borderDivider {background:none;}

    .dividerLeft {background:none;}
    .dividerRight {background:none;}
    .contentPaddingTop, .contentPadding, .mobilDold, .mobilFloat {padding:0 !important} /* Header, divider padding */
    .contentPadding {padding:10px 0 !important} /*2014-09-17*/
    .contentPadding > div:first-child {padding:0 !important}
    .contentWhite {background-color:#fff; padding:0 !important} /* InnehÃ¥llsyta med vit bgfÃ¤rg */

    .contLeft {max-width:100%; min-width:100%; padding:0; margin:0 0 2em;}
    .contMiddleWide {border:none; max-width:100%; width:100% !important; padding:0}
    .contMiddle {padding:0; width:auto; max-width:none}
    .contRight {width:auto; min-width:inherit; max-width:100%; padding:0/*10px*/; margin:0} /*Padding:0, 2012-08-21*/

    .footerList {border:none; padding:0; width:auto} /* AnvÃ¤nds Footerlista */
    .footerBox {display:block; margin:0; width:100%}
    .footerOdd {margin:0}
    .footerEven {margin:0}
    .footerList p {margin:0 !important}

    .sidfotslank a:link, 
    a.sidfotslank:link, 
    .sidfotslank a:visited, 
    a.sidfotslank:visited,
    .sidfotslank a:hover, 
    a.sidfotslank:hover { background-image:none; border-bottom:solid 1px #787000; display:block; padding:1em}

    #svid10_4cd91a3d12ec898821380001880 {float:none; padding:0; width:100%}

    /* Facebook */
    .facebook, .facebook a, a.facebook:link, .facebook a:link, a.facebook:active, .facebook a:active, a.facebook:visited, .facebook a:visited {
        background:url(/images/18.6f6dad1813c5c1430f6800034738/icon-facebook.png) no-repeat left top;
        clear: both;
        color: #006769;
        display: block;
        float: left;   
        padding: 0px 0px 0px 30px;
        font: normal bold 140%/normal Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

    a.facebook:hover, .facebook a:hover {
        background:url(/images/18.6f6dad1813c5c1430f6800034737/icon-facebook-hover.png) no-repeat left top;
        color:#1a1a1a;
    }

    .navLeftHead, 
    .navLeft {width:inherit}

    .underStartImg {height:auto; max-height:auto; max-width:100%; overflow:hidden; width:100%;}
    .underStartTxt {background-color:#fff; border:none; float:none; clear:both; height:auto; max-height:auto; margin:0; padding:0; width:100%}
    .underStartTxt > div:first-child {border:none; margin:0; padding:0;}

    textarea {width:90%}

    .contentFunctionLinks {display:none}

    /* Boxar */
    .infoBoxLjusbrun, 
    .infoBoxCyan,
    .infoBoxOrange,
    .infoBoxMorkbrun {
        margin: 15px;
        margin-bottom: 10px;
    }

    .infoBoxCyan a,
    .infoBoxOrange a, /* orange ska tas bort */
    .infoBoxMorkbrun a,
    .infoBoxAubergine a,
    .infoBoxOckra a,
    .infoBoxPetrolbla a, 
    .infoBoxBlyertsgra a {font:bold 16px Arial, Helvetica, sans-serif !important; width:auto;}

    .infoBoxLjusbrun ul,
    .infoBoxCyan ul,
    .infoBoxOrange ul,
    .infoBoxMorkbrun ul {
        margin: 0 !important;
    }

    .infoBoxLjusbrun p,
    .infoBoxCyan p,
    .infoBoxOrange p,
    .infoBoxMorkbrun p {margin-left: 0 !important;}

    .infoBoxLjusbrun a {display:block; padding: 0;}

    .aktuellt-information .hDividerNyhet {
        border: none !important;
    }

    .aktuellt-information span > a,
    .aktuellt-information span > a {
        background: transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat left 2px;
        padding-left: 15px
    }

    .aktuellt-information-rubrik {
        border: none;
    }
     
    .rod-pil li {
       background: transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat left 3px;
        padding-left: 15px;
         padding-bottom: 2px;
    }

    .relaterad-information {
        border-top: 1px black solid;
        padding: 20px 20px 20px 20px;
    }

    .aktuellt-information {
        border-top: 1px black solid;
        padding: 20px 20px 1px 20px;
    }

    .relaterad-information {
        background-color: rgb(211, 211, 168) !important;
    }

    .aktuellt-information {
        background-color: #f3f3f2 !important;
    }

    .relaterad-information .rod-pil li, .aktuellt-information .rod-pil li {background: transparent url(/images/18.4cd91a3d12ec89882138000717/pil.png) no-repeat left 3px}

    .colFyra {float:none; margin:0; width:100%}
    .colFyra .infoBoxLjusbrun {min-height:auto}
    .colFyra .infoBoxLjusbrun h2 {padding: 0 0 0 10px}

    /* Mobilanpassade ikoner. Motverkar 100% storlek */
    img[src="/sitevision/util/images/16x16/error.gif"],
    img[src="/sitevision/util/images/newwindow.gif"],
    img[src="/sitevision/util/images/externallink.png"],
    img[src="/sitevision/util/images/externallinknewwindow.png"],
    img[src="/images/18.1b6eeec8134a762cf718000837/ikonPrev-current.png"],
    img[src="/images/18.1b6eeec8134a762cf718000832/ikonNext.png"],
    img[src="/sitevision/util/images/mime/msword.png"],
    img[src="/sitevision/util/images/mime/msexcel.png"],
    img[src="/sitevision/util/images/mime/mspowerpoint.png"],
    img[src="/sitevision/util/images/mime/pdf.png"],
    img[src="/images/200.638c7c2d13f3dd61fc532314/1371151990753/f_logo.jpg"] {width:auto !important}

    .flodaHoger {float:none !important} 
    .flodaVanster {float:none !important; clear:both}

    .mobilDold {display:none}
    .mobilFloat > div {float:none !important; margin:0 0 10px !important}
    .mobilWidth,
    .mobilWidth > div {width:100% !important; min-width:100% !important; max-width:100% !important}
    .mobilHeight {height:inherit; margin:0 0 10px}
    .mobilShow {display:block}
    .mobilPadding {padding:0 10px}
    .mobilMargin {margin:0 10px}
    .mobilZeroMargin, .mobilZeroMargin div {margin:0 !important}
    .mobilZeroPadding > div {padding:0 !important}

    .footerBox .toppmeny {
        background-color: #f6f6f5;
        padding: 1em 0.5em;
        margin-bottom: 0 !important;
        border-bottom: solid 1px #e6e6e3; 
    }

    .work {
        padding-left: 0;
    }
}

[class*="span"] {
    margin-left: 0 !important;
    float: none !important;
}

.mina-kompetenser-wrapper {
    margin-top: 13px;
    margin-bottom: 20px;
}

.mina-kompetenser-wrapper .sv-text-portlet:not(:last-child) {
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 7px;
    background: url(/images/18.73c55da914b3fa1855a23885/checkbox.png) no-repeat 0 0;
    cursor: pointer;
}

.mina-kompetenser-wrapper .sv-text-portlet:last-child {
    padding-top: 10px;
    padding-bottom: 7px;
}

.mina-kompetenser-wrapper .sv-text-portlet.kompetens-aktiv:not(:last-child) {
    background: url(/images/18.73c55da914b3fa1855a23886/checkbox-checked.png) no-repeat 0 0;
}

#Mittenspalt + .sv-image-portlet {
    margin-bottom: 10px;
}
.sv-image-portlet + sv-text-portlet + #Ingress {
    margin-bottom: 10px;
}

.bakgrundsplatta, .bakgrundsplattaLiten {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1030px !important;
}

#postleverans legend {
    font-family: georgia,serif;
    font-size: 1.53em;
    color: #1a1a1a; line-height: normal;
}

@media only screen and (min-width: 769px) and (max-width: 1030px) {
    .bakgrundsplatta, .bakgrundsplattaLiten {
        background-color:#fff; 
        padding: 24px 10px;
        -webkit-border-radius: 3px; 
        border-radius:3px;
        -webkit-box-shadow: 0 1px 10px 5px rgba(0,0,0,0.1); 
        box-shadow: 0 1px 10px 5px rgba(0,0,0,0.1);
    }

    .bakgrundsplattaLiten {
        margin-top:8px;
        padding: 16px 40px;
    }
}

@media only screen and (min-width: 1031px) {
    .bakgrundsplatta, .bakgrundsplattaLiten {
        background-color:#fff; 
        padding: 24px 40px;
        -webkit-border-radius: 3px; 
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 10px 5px rgba(0,0,0,0.1); 
        box-shadow: 0 1px 10px 5px rgba(0,0,0,0.1);
    }
     
    .bakgrundsplattaLiten {
        margin-top:8px;
        padding: 16px 40px;
    }

    .content-wrapper > div.sv-image-portlet > img {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        padding:0;
    }

    ul#primaryTab {
        width:100%;
    }

    .content-wrapper .sv-text-portlet-content,
    .content-wrapper .sv-old-text-portlet,
    .content-wrapper .sv-script-portlet,
    .content-wrapper .sv-related-portlet,
    .content-wrapper .sv-table-portlet,
    .content-wrapper .sv-portlet,
    .infobox {
        margin-left: 15px;
        margin-right: 15px;
    }

    .factbox .sv-portlet,
    .full-width-smallscreen .sv-portlet,
    .full-width-smallscreen .sv-text-portlet-content,
    .full-width-smallscreen .sv-old-text-portlet,
    .full-width-smallscreen .sv-script-portlet,
    .full-width-smallscreen .sv-related-portlet,
    .full-width-smallscreen .sv-table-portlet {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .infobox {
        margin-top: 15px;
        padding: 10px 0;
    }
    
    .infobox .sv-text-portlet + .sv-text-portlet,
    .infobox .sv-text-portlet + .sv-portlet {
      margin-top: 10px;
    }
    
    .infobox .faktaxxhogerpuffrubrik {display:block; margin: 0;}
    
    .content-wrapper iframe {
        width: 100% !important;
    }
   
/* Flyttad till libs-tables tables.css
   .content-wrapper table td,
    .content-wrapper table th {
        width: 100% !important;
    }

    .content-wrapper table thead th {
        background-color: #E6E6E3;
        border-bottom: 1px solid #DED6CE;
    }

    .content-wrapper table th,
    .content-wrapper table td {
        padding: 9px 5px !important;
    }
*/

    #Mittenspalt + .sv-image-portlet,
    .content-wrapper .expandable-text .sv-text-portlet-content {
        margin: 0;
    }
    
    #Mittenspalt + .sv-image-portlet {
       max-height: 160px;       
       object-fit: cover;
       overflow: hidden;
    }
    
    .content-wrapper .expandable-text .sv-text-portlet-content p {
        margin-left: 15px;
        margin-right: 15px;
    }

    h1 {
        margin-top: 15px;
    }

    .brodtextxvit {
        font-size: 1.23em;
        line-height: 1.5em;
    }
    
    p.brodtextxvit {
        margin: 0 0 1.5em;
    }
     
    .pagecontent {
        margin: 0;
    }
    
     .content-wrapper .pagecontent .sv-text-portlet ul,
    .content-wrapper .pagecontent .sv-text-portlet ol,
    .content-wrapper .pagecontent .sv-old-text-portlet ul,
    .content-wrapper .pagecontent .sv-old-text-portlet ol,
    .sv-multilevellink-portlet ul {
        margin-left: 0;
    }
    
    .nyheter-mobil, .relaterad-information {
        padding-left: 15px;
    }
}

/*-------------------------------
Mobilmeny
-------------------------------*/
#topmenu-mobile {
    background: #a4a408;
    height: 54px;
    border-bottom: 1px solid #CACA1E;
}

.at-wrapper #topmenu-mobile {
    background: #006769;
    border-bottom: 1px solid #FFFFFF;
}

#topmenu-mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#topmenu-mobile .menu-navigation {
    display: inline-block;
    float: left;
    background: transparent url(/images/18.6294450154af3d2b275e95/ikon-meny-mobil.png) no-repeat scroll 11px 15px;
}

#topmenu-mobile .menu-navigation a {
    text-decoration: none;
    color: white;
}

#topmenu-mobile .menu-navigation.active a {
    background: #888800 url(/images/18.6294450154af3d2b275e95/ikon-meny-mobil.png) no-repeat scroll 11px 15px;
}

#topmenu-mobile .menu-navigation a {
    display: block;
    padding: 19px 16px 15px 43px;
    border: 0px;
}

#topmenu-mobile .menu-navigation.open  a {
    background-color: #888800;
}

#topmenu-mobile .menu-tools {
    float: right;
    padding-right: 5px;
    background: #a4a408;
}

#topmenu-mobile .menu-button {
    display: inline-block;
}

#topmenu-mobile .menu-button a {
    display: block;
    overflow: auto;
    padding: 9px 0;
}

#topmenu-mobile .menu-button img {
    border-left: 1px solid #c9c933;
    padding: 5px 10px 3px 15px;
    display: inline-block;
    float: right;
}

.at-wrapper #topmenu-mobile .menu-button img {
    border-left: 1px solid #0CB9BC;
}

#menu-mobile,
#menu-mobile ul,
#menu-mobile ul li,
#menu-mobile ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu-mobile ul ul {
    display: none;
}

#menu-mobile ul li a {
    /*border-bottom: 1px solid white;*/
}

/* Hela menyn */
#topmenu-mobile,
#menu-mobile {
    font-family: sans-serif;
    color: #ffffff;
    font-size: 18px;
}

#menu-mobile > ul > li.active > ul {
    display: block;
}

.align-right {
    float: right;
}

#menu-mobile ul li a {
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    color: #FFF;
}

#menu-mobile ul > li > div a:after {
    position: absolute;
    right: 14px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #ffffff;
    background: transparent;
    content: "";
}

#menu-mobile li > div {
   position: relative;
   border-bottom: 1px solid white;
}

#menu-mobile a.expander {
   display: table-cell;
   height: 100%;
   right: 0px;
   position: absolute;
   width: 40px !important;
   background-color: #808080;
   padding: 0 !important;
   border: 0;
   z-index: 5;
   margin-left: 5px;
}

#menu-mobile ul > li > div a.expander:before {
    position: absolute;
    right: 14px;
    top: 25px;
    display: block;
    width: 10px;
    height: 2px;
    background: #ffffff;
    background: transparent;
    content: "";
}

#menu-mobile ul ul > li > div a.expander:before {
    top: 26px;
    background: #fff;
}

#menu-mobile ul ul > li > div a.expander:after {
    right: 18px;
    top: 22px;
    background: #fff;
}

#menu-mobile ul ul ul ul > li > div a.expander:before,
#menu-mobile ul ul ul ul > li > div a.expander:after {
    background-color: #3e3e3e;
}

#menu-mobile ul > li.open > div a.expander:after {
    background-color: transparent;
}

/* NivÃ¥ 1 */
#menu-mobile > ul > li > div a {
    padding: 16px 22px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    background: #a4a408;
}

#menu-mobile ul li a {
    padding: 16px 40px 16px 22px;
    background: #8D8D8D;
}

/* NivÃ¥ 2 > */
#menu-mobile ul ul ul li a {
    padding-left: 32px;
    background: #A1A1A1;
}

#menu-mobile ul ul ul li a.expander {
    background: #898989;
}

/* NivÃ¥ 3 */
#menu-mobile ul ul ul ul li a {
    padding-left: 48px;
    background: #D9D9D9;
    color: #353535;
}

#menu-mobile ul ul ul ul li a.expander {
    background: #B2B2B2;
}

/* NivÃ¥ 4 */
#menu-mobile ul ul ul ul ul li a {
    padding-left: 64px;
}

/* NivÃ¥ 5 */
#menu-mobile ul ul ul ul ul ul li a {
    padding-left: 80px;
}

/* Aktiv sida  */
#menu-mobile li.active > div a {
    background-color: #BDBD74;
    color: #353535;
}

#menu-mobile li.active > div a.expander {
    background-color: #ABAB5D;
}

#menu-mobile li.active a.expander:before,
#menu-mobile li.active a.expander:after {
    background-color: #FFF;
}

.at-wrapper .menu-tools {
    background: #006769 !important;
}

.pagination span, .pagination a {line-height: normal;}

.search-object .pagination > div {
    float: left;
}

.sv-search-hit {
    padding: 15px;
}

.sv-search-hit .search-title a {
    background: url(/sitevision/util/images/default.gif) no-repeat;
    padding-left: 20px;
}

.sv-search-hit .search-title.pdf a {
    background-image: url(/sitevision/util/images/pdf.gif);
}

.sv-search-hit .search-title.objekt a {
    background-image: url(/images/18.6294450154af3d2b275e9c/ikon-auktion.png);
}

.sv-search-hit .search-title a {
    word-wrap: break-word;
}

.search-general .pagination:after {
    content:'';
    display:block;
    clear: both;
}

.search-general .pagination span:not(.current) { border: 1px solid transparent; }

.search-object .pagination a,
.search-object .pagination span {margin: 0 !important;}

.share {overflow:auto; width:auto}
.share ul {list-style:none; margin:0; padding:0;}
.share ul {list-style-type:none; overflow:auto}
.share li {float:left; padding:0 5px 0 0; width:auto}
.share a {
   display:block;
   height:30px;
   line-height:30px;
   overflow:hidden;
   text-align:left;
   white-space:nowrap;
   width:30px;
   border-radius:2px
}
.share a:hover {}

.share a.share-facebook {background: url(/images/18.77420b161614b6f20242b00/1518600678364/facebook.png) no-repeat 0 0; background-size: 100%}
.share a.share-twitter {background: url(/images/18.77420b161614b6f20242aff/1518600678345/twitter.png) no-repeat 0 0; background-size: 100% }
.share a.share-linkedin {background: url(/images/18.77420b161614b6f20242afe/1518600678314/linkedin.png) no-repeat 0 0; background-size: 100%}
.share a.share-shareinfo {width:auto !important; line-height: normal;}
.kfm-share-wrapper {
    margin-top: 30px;
}
.kfm-share-wrapper .share {
    padding-top: 8px;
}


/*-------------------------------
Endast desktop
-------------------------------*/
@media only screen and (min-width: 769px) {
    .contMiddleWide { /* Vanstermenymall */
        border-left:1px solid #e6e6e3;
        max-width: 740px;
        padding-left: 20px;
        padding:0 0 0 19px\9; /* IE 8 hack */ 
        *padding:0 0 0 18px; /* IE 7 hack - kompabilitetslage */
        width: 740px;
    }
     
    .rs-player {left:0;}
   
    .grid-row-start-page {
		  margin:0 0 20px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .grid-row-start-page .left-spalt-start-page {
        margin-left: 0 !important;
        width: 56.7% !important;
    }

    .grid-row-start-page .left-spalt-start-page img {
        border-radius: 3px 0 0 3px;
    }

    .grid-row-start-page .right-spalt-start-page {
        background-color: #f6f6f5;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        margin-left: 0 !important;
        width: 43.3% !important;
        border: solid 3px #e1e1ed;
        border-left: none;
        border-radius: 0 3px 3px 0;
        padding:1.5em;
    }

    .right-spalt-start-page .toppmeny {
        background: url(/images/18.4c1b677f134cb6b828f80003729/pilNivoLank.png) no-repeat left 2px;
        padding-left: 18px;
    }

    #searchForm > div {
        display: inline-block;
    }

    .search-object .search-pagination {
        margin-top: 10px;
    }

    .search-object .pagination {
        line-height: normal;
        float: left;
    }

    .search-general #searchForm {
        padding: 20px;
    }

    .search-general .pagination a.prev:after,
    .search-general .pagination span.prev:after {
        content: "FÃ¶regÃ¥ende";
        margin-left: 5px;
    }

    .search-general .pagination a.next:before,
    .search-general .pagination span.next:before {
        content: "NÃ¤sta";
        margin-right: 5px;
    }

    .sokRubrik {background: url('/images/18.1cddbd7b13519298efb80005908/ikonFglas.png') no-repeat left 50%; padding:0 0 0 40px}
    #resPanel li {margin:0 0 10px; padding:11px}
    .object-listing li {margin:0 0 10px; padding:11px}
    .result-image { float: left; width: 210px; }
    .result-category {float: right;}
    .facetGroup ul li.brodtextxfet {padding:0.3em 0px;}
    
    .search-object .pagination .prev,
    .search-object .pagination .next {float: left; margin-right: 5px;}

    .expandable-text {
        margin-top: 15px;
    }
}

/* --------------------------------------------------------------
     Driftmeddelande anpassning
-------------------------------------------------------------- */

.kfm-global-message {
   background-color: #b9003c;
}

.kfm-global-message .brodtextxingress,
.kfm-global-message .normal {
   color: #fff;
}

.kfm-global-message__item {
   padding: 1px 0;
}

.kfm-global-message__item a {
   color: #fff !important;
   text-decoration: underline !important;
}

.kfm-global-message__item a:hover,
.kfm-global-message__item a:focus {
   text-decoration: none !important;
}

@media screen and (max-width: 960px) {
   .kfm-global-message,
   .kfm-cookie-message {
      padding-left: 10px;
      padding-right: 10px;
   }
   .kfm-global-message p {
      font-size: 1em;
   }
   
}

/* --------------------------------------------------------------
     Jobba hos oss anpassning
-------------------------------------------------------------- */
.work h2 {color:#787000; font-size:32px; margin-bottom:10px}
.work h3 {color:#787000; font-size:20px; margin-bottom:5px}
.normal {margin:10px 0}

/*-------------------------------
Mobilanpassning
-------------------------------*/
@media only screen and (max-width: 768px) {
    html {
     -webkit-text-size-adjust: 100%;
    }
    
    .rs-player {right: 0;}
    
    .navigeringWrapper {
        margin: 0 15px;
    }
    
    .alertWrap {
       margin: 0;
       border-radius: 0;
       border: none;
       border-bottom: solid 2px #e1e1de;
    }
    
    .alertWrap p {
       width: 100%;
       padding: 0;
       float: none;
    }
    
    .btnCookie {
       display: block;
       font-size: 18px;
       text-align: center;
       width: 70%;
       margin: 10px auto 0px;
       padding: 10px 5px;
    }
    
    .mobile-pagemenu {
       margin-top: 20px;
    }
    
    .mobile-pagemenu .normal {
      font-size: 13px;
    }
    
    .mobile-pagemenu .sv-multilevellink-portlet {
       
    }
    
    .mobile-pagemenu .sv-multilevellink-portlet,
    .mobile-pagemenu .sv-jcrmenu-portlet a {
       padding: 7px 0;
       border-bottom: 1px solid #BBB;
    }
    
    .object-listing li,
    .search-object #resPanel li.sv-search-hit {
        margin: 20px 0;
        padding: 0;
        background-color: #F6F6F5;
        background-clip: padding-box;
        border-radius: 3px;
        border: 1px solid black;
    }

    .search-object #facetPanel, .search-object #resPanel {float:none; padding: 0;}
    .search-object #facetPanel {width:100%; margin: 0;}
    .search-object #resPanel {width: auto; margin-top: 20px;}

    .resultPanelWrapper {
       margin: 0 20px;
    }
    
    .search-object #facetPanel p,
    .search-object #facetPanel a,
    .search-object #facetPanel span {
        font-family: arial;
        font-size: 18px !important;
        font-weight: normal;
        box-sizing: border-box;
    }

    .infobox .sv-image-portlet {
        display: none;
    }

    .search-object .result-description {margin: 15px 10px;}
    .search-object .result-description p, .result-description span {margin: 12px 0 0 0; font-size: 16px;}
    .search-object .result-description p:first-child {margin: 0;}

    .search-object .result-image {background-color: #FFF;}
    .search-object .result-image img {display: block; margin: 0 auto; width: 100%;}
    .search-object .result-title a {display: block; padding: 12px 10px; font-size: 16px !important;}
    .search-object .search-hitnumbering {display: block; margin: 10px 0 20px; text-align: center; font-size: 20px; font-weight: normal; color: #787000}

    .search-object .pagination,
    .search-result {margin: 0 20px;}
    
    .search-object .pagination {margin-bottom: 20px; overflow: auto;}
    
    .search-object .clearFilter {
        display: block;
        width: 100%;
        background-color: #F0F0F0;
        border: none;
        border-bottom: 1px solid #4C9194;
        padding: 10px 15px;
        margin-top: 15px;
        text-align: left;
    }
    
    .search-object .clearFilter.disabled {
        font-style: italic;
        color: #AAA;
    }

    .search-object .search-sorting {
        padding: 0 15px 20px;
        margin-top: 10px !important;
    }

    .search-sorting li a,
    .search-sorting li span {
        display: block;
        padding: 5px 0 !important;
        line-height: normal;
    }

    .search-sorting li a {
        text-decoration: underline !important;
    }

    .search-sorting li {
        float: left;
        margin-right: 20px !important;
    }

    .facetGroup .h2rubrik {
        padding-left: 15px;
    }

    .facetGroup .facetList li a {padding-left: 25px;}
    .facetGroup .facetList li.brodtextxfet {background-color: #CCC; ;}

    .hitCount {
        font-size: 16px;
        font-weight: normal;
        padding: 0;
        margin: 0;
    }

    .standardbakgrund {
        background-color: transparent;
        border: none;
    }

    #searchForm {
        padding: 20px 15px;
        width: 100%;
        display: table;
        box-sizing: border-box;
    }

    #searchForm input {box-sizing: border-box; width: 100%;}
    #searchForm div { box-sizing: border-box; display: table-cell; width: 100%;}
    #searchForm button,
    #searchForm button:hover {
        box-sizing: border-box;
        white-space: nowrap;
        margin-left: 7px;
        text-transform: uppercase;
        border: 1px solid #414141;
        background: #7FB2E6;
        background-image: none;
        background: linear-gradient(to bottom, #669DD4 0%, #7FB2E6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#669DD4', endColorstr='#7FB2E6');
        background: -webkit-gradient(linear, left top, left bottom, from(#669DD4), to(#7FB2E6));
        background: -moz-linear-gradient(center top , #669DD4 0%, #7FB2E6 100%) repeat scroll 0 0 transparent;
    }

    .search-object .pagination .prev { float: left; }
    .search-object .pagination .next { float: right; }

    .search-general .search-hitCount {
        border-top: 1px solid #4C4C4C;
        border-bottom: 1px solid #ACACAC;
        padding: 20px 15px;
        margin-bottom: 0 !important;
    }

    .search-general .search-didyoumean,
    .search-general .search-nohits {
        margin: 0 15px;
    }

    .search-general .search-nohits {
        margin-bottom: 20px;
    }

    .search-general .sv-search-hit {
        padding: 15px;
        border-top: 2px solid #ABABAB;
        border-bottom: 2px solid #ABABAB;
    }

    .search-general .pagination {
        padding: 0 15px;
        margin: 10px 0px 5px;
    }

    .search-general .pagination a span,
    .search-general .pagination span span {
        display: none;
    }

    .expandable-text {
        cursor: pointer;
        margin-top: 0px !important;
    }

    .expandable-panel .expandable-header,
    .expandable-text h2 {
        border-top: 1px solid black;
        background: #E8E8E8;
        background: linear-gradient(to bottom, #FCFCFC 0%, #E8E8E8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#E8E8E8');
        background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#E8E8E8));
        background: -moz-linear-gradient(center top , #FCFCFC 0%, #E8E8E8 100%) repeat scroll 0 0 transparent;
        margin: 0 !important;
        display: block;
        padding: 10px 15px 10px 15px;
        font-family: arial;
        position: relative;
    }

    .expandable-panel .expandable-header {
        color: #006367;
        font-size: 18px !important;
    }

    .expandable-text h2 {
        padding-right: 38px;
        border-top: 1px solid #818181;
        border-bottom: 1px solid #818181;
        font-size: 15px;
    }

    .expandable-text + .expandable-text h2 {
        border-top: none;
    }

    .expandable-text h2 + p {
        margin-top: 20px !important;
    }

    .expandable-text p:last-child {
        margin-bottom: 20px !important;
    }

    .expandable-text h2::before {
        top: 18px;
    }

    .expandable-text h2::after {
        top: 13px;
    }

    .expandable-panel .expandable-header::before,
    .expandable-panel .expandable-header::after,
    .expandable-text h2::before,
    .expandable-text h2::after {
        position: absolute;
        background-color: #006367;
        display: block;
        content: "";
    }

    .expandable-panel .expandable-header::before,
    .expandable-text h2::before {
        top: 21px;
        right: 17px;
        width: 12px;
        height: 2px;
    }

    .expandable-panel .expandable-header::after,
    .expandable-text h2::after {
        right: 22px;
        top: 16px;
        width: 2px;
        height: 12px;
    }
    
    .expandable-panel.expanded .expandable-header::after,
    .expandable-text h2.expanded::after {
        height: 0px;
    }

    .expandable-panel.expanded .expandable-expander {
        display: block;
    }

    .expandable-text p,
    .expandable-text ul,
    .expandable-text ol,
    .expandable-panel .expandable-expander {
        display: none;
    }

    .sv-standardsearch-portlet,
    .sv-facetedsearch-portlet {
        margin: 0 !important;
    }

    #searchOfficeForm {
        padding: 0px 0px 20px 0px;
    }

    #searchOfficeForm input {
        width: auto;
    }

    .share a {
       display:block;
       height:60px;
       line-height:60px;
       overflow:hidden;
       text-align:left;
       white-space:nowrap;
       width:60px;
       border-radius:4px
    }     
}

@media only screen and (max-width: 350px) {
   .vaxlaWebb {
      float: none !important;
   }

   .facebook-lank {
      float: none !important;
      margin-top: 15px;
   }

    .search-object .pagination .prev {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .search-object .pagination .next {
        float: left;
    }
}


/* ----------------------------------------------------------
	SprÃ¥kvÃ¤ljare
-------------------------------------------------------------*/

.kfm-language-dropdown {
	display: inline-block;
	top:10px;
	right:10px;
	height:26px;
}

.kfm-language-dropdown__content {
	display: none;
	position: absolute;
   left: 0px;
	min-width: 160px;
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.4);
	z-index: 1;
	margin-top:5px;
	background-color: #f3f3f2;
	border: 3px solid #e1e1de;
   list-style-type: none;
   padding:0;
}

.kfm-language-dropdown__content li {
	display: block;
	padding: 0.5em;
   margin:0;
}

.kfm-language-dropdown__content li:not(:last-child) {
	border-bottom: 1px solid #e1e1de;
}

.kfm-language-dropdown__content.kfm-language-dropdown__dropOpen {
    display: block;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    border-radius:3px;
}

.kfm-language-dropdown__button {
	margin:0;
   cursor:pointer;
}

.kfm-language-dropdown__button::after {
	content: "";
	display: inline-block;
	margin: 6px 0 0 5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #787000;
	border-bottom: none;
}

.kfm-language-dropdown__button.kfm-language-dropdown__dropOpen::after {
	content: "";
	display: inline-block;
	margin: 6px 0 0 5px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: none;
	border-bottom: 8px solid #787000;
}