﻿@charset "utf-8";

@font-face {
    font-family: 'yummo';
    src: url('../fonts/yummo-bold.eot');
    src: url('../fonts/yummo-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/yummo-bold.woff2') format('woff2'), url('../fonts/yummo-bold.woff') format('woff');
}

@font-face {
    font-family: 'yummo';
    src: url('../fonts/yummo-regular.eot');
    src: url('../fonts/yummo-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/yummo-regular.woff2') format('woff2'), url('../fonts/yummo-regular.woff') format('woff');
}

@font-face {
    font-family: 'yummo';
    src: url('../fonts/yummo-semibold.eot');
    src: url('../fonts/yummo-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/yummo-semibold.woff2') format('woff2'), url('../fonts/yummo-semibold.woff') format('woff');
}

html {
    min-height: 100%;
    overflow-y: scroll;
    height: auto;
}

body {
    background-image: url(../images/bg.jpg);
    margin: 0px;
    padding: 0px;
    background-position: center bottom;
    background-color: #00A5BC;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: yummo, Calibri, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a,
a:active {
    outline: none;
}

    a,
    a:link,
    a:visited {
        text-decoration: none;
        color: #5087c7;
    }

        a:hover,
        a:active {
            text-decoration: underline;
            color: #5087c7;
        }

        a.button {
            background: url(../images/knapp_arrow.png) no-repeat top left;
            font-size: 21px;
            font-weight: bold;
            height: 57px;
            line-height: 31px;
            color: #fff !important;
            text-transform: uppercase;
            padding: 0 0 0 12px;
            margin-bottom: 10px;
            float: left;
        }

            a.button span {
                background: url(../images/knapp_arrow.png) no-repeat top right #ffffff;
                float: left;
                height: 50px;
                padding: 7px 40px 0px 0px;
            }


            a.button:hover {
                text-decoration: none;
            }

        a img {
            border: 0px;
        }

h1.header {
    font-size: 30px;
    font-weight: 800;
    line-height: 43px;
    margin: 0 0 20px;
}

h1 .blue {
    color: #008387;
}

p.error {
    color: #8C2E0B;
    border: 4px solid #fff;
    padding: 10px 10px 10px 40px;
    background: url(../images/validation-error.png) no-repeat 5px 5px #FEF5F1;
    width: 465px;
}

p.ok {
    color: #187509;
    border: 4px solid #fff;
    padding: 10px 10px 10px 40px;
    background: url(../images/validation-ok.png) no-repeat 5px 5px #f3fef1;
    width: 465px;
}


.hidden {
    display: none;
}

#head {
    height: 162px;
    width: 927px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    position: relative;
    visibility: visible;
    margin-top: 30px;
    background-image: url(../images/bg_ruta_top.png);
    background-repeat: no-repeat;
    margin-bottom: 0px;
    display: block;
    padding: 0px;
}

    #head .meny {
        overflow: hidden;
        position: absolute;
        visibility: visible;
        left: 327px;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        bottom: 38px;
        height: 67px;
        width: 575px;
        display: block;
    }

        #head .meny li {
            float: right;
        }

            #head .meny li a {
                display: block;
                width: 108px;
                height: 67px;
                outline: none;
                cursor: pointer;
                text-align: center;
                padding-top: 10px;
                color: #008387;
                font-size: 15px;
                font-weight: bold
            }

                #head .meny li a:hover {
                    text-decoration: none;
                }

                #head .meny li a.bostad {
                    background: url(../images/meny_Bostad.png) no-repeat top left;
                    width: 124px;
                    text-indent: 15px;
                }

                #head .meny li a.resor {
                    background: url(../images/meny_Resor.png) no-repeat top left;
                }

                #head .meny li a.mat {
                    background: url(../images/meny_Mat.png) no-repeat top left;
                    text-indent: -4px;
                }

                #head .meny li a.ovrigt {
                    background: url(../images/meny_Ovrigt.png) no-repeat top left;
                    text-indent: -2px;
                }

                #head .meny li a.resultat {
                    background: url(../images/meny_No_Sign.png) no-repeat top left;
                    width: 125px;
                    text-indent: -17px;
                }

                #head .meny li a.basic {
                    background: url(../images/meny_No_Sign.png) no-repeat top left;
                }

                #head .meny li a.full {
                    background: url(../images/meny_No_Sign.png) no-repeat top left;
                }

            #head .meny li.selected a {
                color: #fff;
            }

                #head .meny li.selected a.bostad {
                    background: url(../images/meny_Bostad_on.png) no-repeat top left;
                }

                #head .meny li.selected a.resor {
                    background: url(../images/meny_Resor_on.png) no-repeat top left;
                }

                #head .meny li.selected a.mat {
                    background: url(../images/meny_Mat_on.png) no-repeat top left;
                }

                #head .meny li.selected a.ovrigt {
                    background: url(../images/meny_Ovrigt_on.png) no-repeat top left;
                }

                #head .meny li.selected a.resultat {
                    background: url(../images/meny_Resultat_on.png) no-repeat top left;
                }

                #head .meny li.selected a.basic {
                    background: url(../images/meny_No_Sign_on.png) no-repeat top left;
                }

                #head .meny li.selected a.full {
                    background: url(../images/meny_No_Sign_on.png) no-repeat top left;
                }

    #head .umeny {
        overflow: hidden;
        position: absolute;
        visibility: visible;
        left: 335px;
        bottom: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        background-image: url(../images/bg_umeny.gif);
        background-repeat: no-repeat;
        height: 38px;
        width: 557px;
        display: block;
    }

#umeny ul {
    display: block;
    height: 38px;
    position: relative;
    width: auto;
}

#head .umeny li {
    float: left;
    height: 38px;
    display: inline;
    position: relative;
}

    #head .umeny li a {
        background-image: url(../images/bg_umeny_streck.gif);
        background-repeat: repeat-y;
        background-position: right top;
        padding-right: 21px;
        padding-left: 19px;
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
        height: 18px;
        padding-top: 11px;
        padding-bottom: 9px;
        display: block;
        position: relative;
        float: left;
    }

        #head .umeny li a.bostad {
            overflow: hidden;
            background-image: url(../images/ikon_Tips_bostad.gif);
            background-repeat: no-repeat;
            background-position: left center;
        }

#head .umeny .on {
    background-image: url(../images/bg_umeny_on.gif);
    background-repeat: no-repeat;
    background-position: center center;
    font-weight: bold;
}

#head .umeny .on_v {
    background-image: url(../images/bg_umeny_on.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
}

#head #umenyResultat {
    overflow: hidden;
    position: absolute;
    visibility: visible;
    left: 335px;
    bottom: 0px;
    margin: 0px;
    list-style-type: none;
    background-image: url(../images/bg_umeny_resultat.gif);
    background-repeat: no-repeat;
    height: 24px;
    width: 497px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding-top: 14px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

    #head #umenyResultat a {
        position: absolute;
        top: 18px;
        right: 30px;
        color: #FFF;
        text-decoration: none;
        font-size: 12px;
        background-image: url(../images/Ikon_Sammanstallning_PilarHoger.gif);
        background-repeat: no-repeat;
        background-position: right 2px;
        padding-right: 20px;
    }


#head .logo {
    position: absolute;
    visibility: visible;
    left: 54px;
    top: 0px;
    height: 162px;
    width: 220px;
    display: block;
}

#languagemenu {
    position: absolute;
    width: 600px;
    height: 40px;
    right: 0px;
    top: -15px;
}

    #languagemenu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: right;
    }

        #languagemenu ul li {
            float: left;
            text-align: center;
            padding-left: 8px;
        }

        #languagemenu ul a {
            font-size: 10px;
            color: #FFFFFF;
        }

        #languagemenu ul li img {
            display: block;
        }


#site {
    height: auto;
    width: 927px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    position: relative;
    visibility: visible;
    background: url(../images/bg_site.png) repeat-y top left;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

#site-inner {
    background: url(../images/bg_ending.png) no-repeat bottom left;
}

#site-footer {
    background: url(../images/bg_footer.png) no-repeat bottom left;
    height: 14px;
    width: 927px;
    margin: 0 auto 30px;
}

#site #sidfot {
    clear: both;
    height: 75px;
    width: 927px;
    overflow: visible;
    position: relative;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 6px;
}

    #site #sidfot #sidfotinfo {
        float: left;
        /*padding-left: 55px;*/
        width: 360px;
        left: 55px;
        margin-left: 55px;
    }

        #site #sidfot #sidfotinfo #sidfottext {
            font-size: 9px;
            font-style: italic;
            color: #666;
            overflow: hidden;
            position: relative;
            visibility: visible;
            padding-top: 5px;
            /*width: 360px;
    height: 55px;
    left: 55px;
    position: absolute;
    bottom: -14px;*/
        }

        #site #sidfot #sidfotinfo #sidfotmeny {
            overflow: hidden;
            position: relative;
            visibility: visible;
            /*width: 360px;
    left: 55px;
    top: 20px;*/
            border-top-width: 1px;
            border-bottom-width: 1px;
            border-top-style: solid;
            border-bottom-style: solid;
            border-top-color: #999;
            border-bottom-color: #999;
            height: 14px;
            display: block;
            font-size: 10px;
            color: #999;
            padding-top: 3px;
            padding-bottom: 10px;
        }

    #site #sidfot #procent {
        float: left;
        font-size: 10px;
        font-style: italic;
        color: #666;
        overflow: hidden;
        position: relative;
        visibility: visible;
        /*padding-left: 20px;
    padding-right: 20px;*/
        width: 270px;
        /*height: 65px;
    left: 415px;
    bottom: -14px;*/
        height: 75px;
    }

        #site #sidfot #procent #procentsats {
            float: left;
            position: absolute;
            width: 120px;
            /*height: inherit;*/
            text-align: right;
            bottom: 0;
            left: 0;
        }

        #site #sidfot #procent #procenttext {
            float: right;
            position: absolute;
            text-align: left;
            /*vertical-align: bottom;*/
            width: 130px;
            /*height: inherit;*/
            bottom: 0;
            right: 0;
        }

    #site #sidfot #logotypes {
        float: right;
        position: relative;
        width: 180px;
        height: 75px;
        margin-right: 35px;
        /* padding-left: 20px*/
    }

        #site #sidfot #logotypes .malmo {
            overflow: visible;
            position: absolute;
            visibility: visible;
            right: 37px;
            bottom: 6px;
        }

        #site #sidfot #logotypes .clicc {
            overflow: visible;
            visibility: visible;
            /*position: absolute;
    right: 102px;
    bottom: 6px;*/
            height: 35px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        #site #sidfot #logotypes .life {
            overflow: visible;
            visibility: visible;
            /*position: absolute;
    right: 37px;
    bottom: 6px;*/
            height: 35px;
            position: absolute;
            bottom: 0;
            right: 0;
        }

    #site #sidfot .branding {
        overflow: visible;
        position: absolute;
        visibility: visible;
        /*right: 27px;
    bottom: 55px; endast om IVL-loggan ska synas oxa */
        right: 35px;
        bottom: 35px;
        display: block;
    }

#site #Vspalt h2 {
    color: #008387;
}

#site #contentFraga h1, #site #contentFraga h2 {
    color: #008387;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#site #contentFraga .header {
}

#site #contentFraga .tips h3 {
    font-size: 12px;
    font-style: italic;
    color: #4b4b4b;
    margin: 0px;
    padding: 0px;
}

#site #contentFraga .tips {
    height: auto;
    width: 457px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 60px;
    position: relative;
    overflow: visible;
    visibility: visible;
}

    #site #contentFraga .tips img {
        position: absolute;
        visibility: visible;
        left: 0px;
        top: 33px;
    }

#site #sidfot #sidfotmeny a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

#site #sidfot #sidfotmeny .social {
    display: block;
    float: right;
}

    #site #sidfot #sidfotmeny .social img {
        vertical-align: middle;
    }

    #site #sidfot #sidfotmeny .social span {
        color: #666;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
    }

#site #contentStart {
    overflow: visible;
    position: relative;
    visibility: visible;
    height: auto;
    width: 557px;
    margin-left: 27px;
    padding-top: 25px;
    color: #484747;
    z-index: 10;
    float: left;
}

#site #contentFraga .navtop {
    font-size: 14px;
    font-style: italic;
    background-image: url(../images/bg_streck.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 18px;
    width: 485px;
    height: 16px;
    padding-top: 8px;
    overflow: hidden;
    position: relative;
    visibility: visible;
    /*padding-left: 72px;*/
}

#site #contentFraga .nav {
    font-size: 14px;
    font-style: italic;
    padding-bottom: 18px;
    width: 485px;
    height: 16px;
    padding-top: 8px;
    overflow: hidden;
    position: relative;
    visibility: visible;
    /*padding-left: 72px;*/
}

    #site #contentFraga .nav .DefaultButton {
        float: right;
    }

    #site #contentFraga .nav a .Tillbaka {
        /*position: absolute;
    left: 0px;
    bottom: 13px;*/
        display: block;
        float: right;
        margin-top: -8px;
        margin-right: 5px;
        visibility: visible;
    }

    #site #contentFraga .nav a .Nasta {
        /*position: absolute;
    left: 32px;
    bottom: 13px;*/
        display: block;
        float: right;
        margin-top: -8px;
        visibility: visible;
    }

#site #Vspalt {
    float: left;
    overflow: visible;
    position: relative;
    visibility: visible;
    height: 380px;
    width: 270px;
    padding-left: 38px;
    margin-top: 25px;
    z-index: 20;
}

p {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 125%;
}

#site #contentFraga {
    overflow: visible;
    position: relative;
    visibility: visible;
    height: auto;
    width: 557px;
    margin-left: 335px;
    padding-top: 25px;
    color: #484747;
    z-index: 10;
}

#site #contentResultat {
    overflow: visible;
    position: relative;
    visibility: visible;
    height: auto;
    width: 497px;
    margin-left: 335px;
    color: #484747;
    background-image: url(../images/bg_resultat.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-right: 30px;
    padding-bottom: 14px;
    padding-left: 30px;
    z-index: 10;
}

    #site #contentResultat table {
        width: 497px;
        border-top-width: 5px;
        border-top-style: solid;
        border-top-color: #FFF;
        font-size: 11px;
        color: #FFF;
        padding: 0px;
    }

        #site #contentResultat table tr td {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #FFF;
            padding-top: 4px;
            padding-bottom: 4px;
        }

        #site #contentResultat table.buttons {
            width: 497px;
            border: 0;
        }

            #site #contentResultat table.buttons tr td {
                border: 0;
                padding-top: 0px;
                padding-bottom: 0px;
            }

    #site #contentResultat div.totals {
        /*background-image: url(../images/bg_resultatniva.gif);
    background-repeat: no-repeat;*/
        height: 31px;
        width: 497px;
        padding: 0;
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

        #site #contentResultat div.totals h1 {
            font-size: 14px;
            color: #FFF;
            margin-left: 7px;
            padding-top: 7px;
        }

        #site #contentResultat div.totals a.printbutton {
            font-size: 11px;
            font-weight: bold;
            background-image: url(../images/knapp_SkrivUt2.gif);
            background-repeat: no-repeat;
            text-decoration: none;
            height: 23px;
            width: 50px;
            padding-top: 7px;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 0px;
            color: #008387;
            float: right;
            /*margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;*/
        }

    #site #contentResultat span.clearresult {
        font-size: 11px;
        color: #FFFFFF;
        background-image: url(../images/ikon_VitPil.gif);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 10px;
    }

        #site #contentResultat span.clearresult a {
            font-size: 12px;
            font-style: italic;
            color: #FFFFFF;
        }


sub {
    vertical-align: -10%;
}



#site #contentResultat table tr th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding-top: 8px;
    padding-bottom: 4px;
    font-style: italic;
    font-weight: normal;
    color: #FFF;
    text-align: left;
}




/* staplar */
div.Stapel {
    background-repeat: no-repeat;
    z-index: 200;
    overflow: visible;
    position: relative;
    height: 380px;
    width: 270px;
    display: block;
    padding: 0px;
    background-image: url(../images/bg_stapel.png);
}

p.per_year {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 310px;
    left: 26px;
}

div.Stapel ul.stapelbotten {
    position: absolute;
    bottom: 45px;
    right: 35px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    div.Stapel ul.stapelbotten li {
        float: left;
        padding: 0px 2px 0px 2px;
        margin: 0px;
    }

div.Stapel div.staplar {
    position: absolute;
    bottom: 70px;
    right: 37px;
    height: 310px;
    width: 142px;
    z-index: 200;
}

    div.Stapel div.staplar div.stapel1,
    div.Stapel div.staplar div.stapel2,
    div.Stapel div.staplar div.stapel3,
    div.Stapel div.staplar div.stapel4 {
        position: absolute;
        bottom: 0px;
        height: 28px;
        width: 24px;
        background-image: url(../images/stapel_bg_vit.png);
        background-position: center top;
        background-repeat: no-repeat;
        z-index: 200;
    }

        div.Stapel div.staplar div.stapel1 span,
        div.Stapel div.staplar div.stapel2 span,
        div.Stapel div.staplar div.stapel3 span,
        div.Stapel div.staplar div.stapel4 span {
            display: block;
            width: 22px;
            height: 30px;
            font-weight: normal;
            text-align: center;
            padding-top: 5px;
            font-size: 9px;
            color: #484747;
        }

            div.Stapel div.staplar div.stapel1 span.max,
            div.Stapel div.staplar div.stapel2 span.max,
            div.Stapel div.staplar div.stapel3 span.max,
            div.Stapel div.staplar div.stapel4 span.max {
                background-image: url(../images/stapel_vit_top_pil.gif);
                background-position: center 3px;
                background-repeat: no-repeat;
                padding-top: 18px;
            }

    div.Stapel div.staplar div.stapel1 {
        left: 0px;
    }

    div.Stapel div.staplar div.stapel2 {
        left: 28px;
    }

    div.Stapel div.staplar div.stapel3 {
        left: 56px;
    }

    div.Stapel div.staplar div.stapel4 {
        left: 84px;
    }

    div.Stapel div.staplar div.stapelbla {
        position: absolute;
        bottom: 0px;
        height: 28px;
        width: 30px;
        background-image: url(../images/stapel_bla_top.png);
        background-position: center top;
        background-repeat: no-repeat;
        left: 112px;
        z-index: 200;
    }

        div.Stapel div.staplar div.stapelbla span {
            display: block;
            width: 30px;
            height: 30px;
            font-weight: bold;
            text-align: center;
            padding-top: 5px;
            font-size: 11px;
            color: #FFFFFF;
        }

            div.Stapel div.staplar div.stapelbla span.max {
                background-image: url(../images/stapel_bla_top_pil.gif);
                background-position: center 3px;
                background-repeat: no-repeat;
                padding-top: 18px;
            }

a.QuickTipPopupLink_Stapel {
    background: url(../images/stapel_Flik_bkg.png) no-repeat top left;
    width: 27px;
    height: 21px;
    color: #525253;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}

body.ie8 a.QuickTipPopupLink_Stapel {
    padding-top: 5px;
    height: 22px;
}

body.ie6 a.QuickTipPopupLink_Stape, body.ie7 a.QuickTipPopupLink_Stapel {
    padding-top: 4px;
    height: 23px;
}

a.QuickTipPopupLink_Stapel:hover {
    text-decoration: none;
}

div.QuickTipPopupLink_Stapel_line {
    position: absolute;
    right: 32px;
    z-index: 100;
    width: 189px;
    background: url(../images/stapel_line.png) no-repeat top right;
    height: 25px;
}

a.QuickTipPopupLink_StapelM {
    position: absolute;
    right: 5px;
    bottom: 205px;
    cursor: help;
}

div.QuickTipPopupLink_Stapel_lineM {
    bottom: 198px;
}

a.QuickTipPopupLink_StapelW {
    position: absolute;
    right: 5px;
    bottom: 140px;
    cursor: help;
}

div.QuickTipPopupLink_Stapel_lineW {
    bottom: 127px;
}

a.QuickTipPopupLink_StapelH {
    position: absolute;
    right: 5px;
    bottom: 55px;
    cursor: help;
}

div.QuickTipPopupLink_Stapel_lineH {
    bottom: 55px;
}

.stapelhoriz {
    width: 130px;
    height: 27px;
    background-color: transparent;
    display: table;
    z-index: 30;
}

    .stapelhoriz .top {
    }

        .stapelhoriz .top .header {
        }

    .stapelhoriz .body {
        background-color: transparent;
        background-image: url(../images/stapel_vagrat_hoger.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

        .stapelhoriz .body .wrap {
            background-image: url(../images/stapel_vagrat_vanster.png);
            background-repeat: no-repeat;
            background-position: left bottom;
        }

            .stapelhoriz .body .wrap .content {
                background-color: transparent;
                margin-right: 13px;
                margin-left: 13px;
                height: 27px;
                overflow: hidden;
            }

                .stapelhoriz .body .wrap .content p {
                    background-color: transparent;
                    background-image: url(../images/stapel_vagrat_mitten.png);
                    background-repeat: repeat-x;
                    background-position: right bottom;
                    overflow: hidden;
                    font-size: 10px;
                    font-weight: bold;
                    font-style: italic;
                    color: #484747;
                    height: 20px;
                    padding-top: 7px;
                    text-align: right;
                }

                    .stapelhoriz .body .wrap .content p a {
                        font-size: 10px;
                        font-weight: bold;
                        font-style: italic;
                        color: #484747;
                        text-decoration: none;
                        cursor: help;
                    }

    .stapelhoriz .bottom {
    }

        .stapelhoriz .bottom .footer {
        }

.medelsvensken {
    position: absolute;
    right: 32px;
    bottom: 205px;
}

.medelvarlden {
    position: absolute;
    right: 32px;
    bottom: 140px;
}

.hallbar {
    position: absolute;
    right: 32px;
    bottom: 55px;
}


/* Quicktip */
.QuickTipPopup {
    position: absolute;
    width: 187px;
    height: 140px; /* 220 */
    background-color: transparent;
    padding-bottom: 27px;
    margin-left: -13px;
    /*display: table;*/
    display: none;
    /*visibility: hidden;*/
}

    .QuickTipPopup .top {
        margin-right: 7px; /* space for right corner */
        background-color: transparent;
        background-image: url(../images/pratbubbla_top.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }

        .QuickTipPopup .top .header {
            margin-right: -7px; /* pull right corner back over "empty" space (from above margin) */
            height: 7px;
            font-size: 1px;
            background-color: transparent;
            background-image: url(../images/pratbubbla_top_hoger.png);
            background-repeat: no-repeat;
            background-position: right 0px;
        }

    .QuickTipPopup .body {
        margin-right: 0px;
        margin-top: 0px;
        background-color: #CCCCCC;
        background-image: url(../images/pratbubbla_mitten.png);
        background-repeat: repeat-y;
        background-position: left bottom;
    }

        /*.QuickTipPopup .body .wrap {
    margin-right:-3px;
    background-color: transparent;
    background-image: url(../images/Graphics/Tooltip/Right.png);
    background-repeat: repeat-y;
    background-position: right 0px;
}*/
        .QuickTipPopup .body .wrap .content {
            margin-top: 0px;
            margin-bottom: 0px;
            margin-right: 3px;
            padding: 10px;
            margin-left: 1px;
            /*background-image: url(../images/Graphics/Tooltip/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;*/
            height: 100px;
            overflow: hidden;
        }

            .QuickTipPopup .body .wrap .content p {
                height: 120px;
                overflow: hidden;
                color: #FFFFFF;
            }

            .QuickTipPopup .body .wrap .content h1 {
                font-size: 14px;
                margin-bottom: 5px;
                color: #FFFFFF;
                margin-top: 0px;
            }

            .QuickTipPopup .body .wrap .content a {
                color: #848484;
                text-decoration: none;
                font-size: 12px;
                color: #FFFFFF;
            }

    .QuickTipPopup .bottom {
        margin-right: 7px;
        background-color: transparent;
        background-image: url(../images/pratbubbla_botten_vansterflik.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }

        .QuickTipPopup .bottom .footer {
            margin-right: -7px;
            font-size: 1px; /* ensure minimum height */
            height: 39px; /* 59 */
            background-color: transparent;
            background-image: url(../images/pratbubbla_botten_hoger.png);
            background-repeat: no-repeat;
            background-position: right 0px;
        }

.QuickTipPopupLink img, .QuickTipPopupLink a {
    cursor: help;
}

#QuickTipPopupM {
    top: -20px;
    left: 258px;
}

#QuickTipPopupW {
    top: 50px;
    left: 258px;
}

#QuickTipPopupH {
    top: 135px;
    left: 258px;
}


#site #contentResultat div.box {
    font-size: 12px;
    background-image: url(../images/bg_resultatniva_ljus.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 483px;
    padding-top: 4px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    color: #FFF;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

    #site #contentResultat div.box h2 {
        font-size: 12px;
        color: #FFF;
        float: left;
        font-weight: bold;
        margin-top: 3px;
    }

    #site #contentResultat div.box span.radiobuttonlist {
        float: right;
        display: block;
        width: 120px;
    }

    #site #contentResultat div.box span.radiobutton {
        float: left;
        width: 60px;
    }

    #site #contentResultat div.box img.Expand {
        float: right;
        margin-top: 5px;
    }

#site #contentResultat span.boxlargeheader {
    font-size: 12px;
    color: #FFFFFF;
    font-style: italic;
    margin-left: 10px;
}

#site #contentResultat div.boxlarge {
    font-size: 11px;
    background-image: url(../images/bg_boxlarge.gif);
    background-repeat: no-repeat;
    height: 120px;
    width: 497px;
    padding-top: 4px;
    padding-bottom: 7px;
    color: #FFF;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

    #site #contentResultat div.boxlarge ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 483px;
    }

        #site #contentResultat div.boxlarge ul li {
            margin: 0;
            padding-top: 2px;
            display: block;
            width: 483px;
            padding-left: 7px;
            padding-right: 7px;
            height: 25px;
            background-image: url(../images/boxlarge_separator.gif);
            background-position: left bottom;
            background-repeat: repeat-x;
            /*border-bottom: solid 1px #5e8cc0;
    border-top: solid 1px #85abd2;*/
        }

    #site #contentResultat div.boxlarge h2 {
        font-size: 11px;
        color: #FFF;
        float: left;
        font-weight: bold;
        margin-top: 3px;
    }

    #site #contentResultat div.boxlarge span.radiobuttonlist {
        float: right;
        display: block;
    }

    #site #contentResultat div.boxlarge span.radiobutton {
        float: left;
    }




/* KNAPPAR */
a.DefaultButton,
a.DeleteButton,
a.SaveButton,
a.EditButton,
a.CancelButton,
a.ConfirmButton,
a.CreateButton,
a.UpdateButton,
a.OkButton {
    background-repeat: no-repeat;
    background-position: left top;
    height: 29px;
    padding-left: 5px;
    display: block;
    float: left;
    font-size: 11px;
    overflow: visible;
    position: relative;
    color: #323232;
    background-image: url(../images/knapp_generell_vanster.gif);
    text-decoration: none;
    cursor: pointer;
}

    a.DefaultButton:hover,
    a.DeleteButton:hover,
    a.SaveButton:hover,
    a.EditButton:hover,
    a.CancelButton:hover,
    a.ConfirmButton:hover,
    a.CreateButton:hover,
    a.UpdateButton:hover,
    a.OkButton:hover {
        background-image: url(../images/knapp_generell_vanster_on.gif);
        text-decoration: none;
    }

    a.DefaultButton span,
    a.DeleteButton span,
    a.SaveButton span,
    a.EditButton span,
    a.CancelButton span,
    a.ConfirmButton span,
    a.CreateButton span,
    a.UpdateButton span,
    a.OkButton span {
        background-image: url(../images/knapp_generell_hoger.gif);
        background-repeat: no-repeat;
        background-position: right top;
        height: 29px;
        line-height: 24px;
        display: block;
        padding-top: 2px;
        padding-left: 3px;
        padding-bottom: 2px;
        padding-right: 12px;
        color: #008387;
        font-style: normal;
        font-weight: bold;
        cursor: pointer;
    }

    a.DefaultButton:hover span,
    a.DeleteButton:hover span,
    a.SaveButton:hover span,
    a.EditButton:hover span,
    a.CancelButton:hover span,
    a.ConfirmButton:hover span,
    a.CreateButton:hover span,
    a.UpdateButton:hover span,
    a.OkButton:hover span {
        background-image: url(../images/knapp_generell_hoger_on.gif);
    }

/* Vit knapp */
a.WhiteButton {
    background-repeat: no-repeat;
    background-position: left top;
    height: 29px;
    padding-left: 5px;
    display: block;
    float: left;
    font-size: 11px;
    overflow: visible;
    position: relative;
    color: #008387;
    background-image: url(../images/knapp_vit_v.gif);
    text-decoration: none;
    cursor: pointer;
}

    a.WhiteButton:hover {
        text-decoration: none;
    }

    a.WhiteButton span {
        background-image: url(../images/knapp_vit_h.gif);
        background-repeat: no-repeat;
        background-position: right top;
        height: 29px;
        line-height: 20px;
        display: block;
        padding-top: 2px;
        padding-left: 3px;
        padding-bottom: 2px;
        padding-right: 20px;
        color: #008387;
        font-style: normal;
        font-weight: bold;
        cursor: pointer;
    }

div.categoryOverview {
    float: left;
    margin-right: 30px;
}

    div.categoryOverview ul {
        list-style: none;
        list-style-position: outside;
        margin: 0px;
        padding: 0px;
    }

        div.categoryOverview ul li {
            margin-top: 8px;
            margin-bottom: 8px;
            margin-left: 0px;
            padding: 0px;
        }

    div.categoryOverview a {
        text-decoration: none;
        color: #5087c7;
        padding-left: 13px;
    }

        div.categoryOverview a:link,
        div.categoryOverview a:visited {
            text-decoration: none;
            color: #5087c7;
        }

        div.categoryOverview a:hover,
        div.categoryOverview a:active {
            text-decoration: underline;
            color: #5087c7;
        }

        div.categoryOverview a.categoryFinished {
            color: #666;
            padding-left: 0px;
        }

        div.categoryOverview a.categoryUnFinished {
            padding-left: 0px;
        }

div.popup {
    width: 529px;
    min-height: 500px;
}

    div.popup div.popupheaderdrag {
        visibility: hidden;
        display: none;
    }

    div.popup div.popupheader {
        background-image: url(../images/popup_top.png);
        background-repeat: no-repeat;
        background-position: center top;
        width: 529px;
        height: 32px;
        /*cursor: move;*/
    }

    div.popup div.popupcontent {
        background-image: url(../images/popup_bottom.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        width: 489px;
        min-height: 250px;
        padding: 0 20px 25px 20px;
    }

    div.popup a.closebutton {
        font-weight: bold;
        font-size: 11px;
        display: block;
        float: right;
        width: 55px;
        height: 17px;
        background-image: url(../images/knapp_StangIkon.gif);
        background-position: right top;
        background-repeat: no-repeat;
        margin-right: 10px;
        margin-top: 10px;
        padding-top: 2px;
    }

        div.popup a.closebutton:hover {
            background-position: right -19px;
        }

        div.popup a.closebutton:active {
            background-position: right -38px;
        }

.popupBackground {
    background-color: Black;
    opacity: 0.5;
}


.accordionHeader {
    border-top: solid 1px #cccccc;
    padding: 5px;
    cursor: pointer;
}

    .accordionHeader a {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }

        .accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionHeaderSelected {
    border-top: solid 1px #cccccc;
    padding: 5px;
    cursor: pointer;
}

    .accordionHeaderSelected a {
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }

        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionContent {
    border-bottom: solid 1px #cccccc;
    padding: 5px;
    padding-top: 0px;
    font-size: 11px;
}

div.tips div.header p {
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 10px;
    margin: 0px;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
}

div.tips div.header img {
    float: none;
    margin: 0px;
}

div.tips div.tip {
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px;
}

    div.tips div.tip img {
        margin-top: 0px;
        margin-right: 10px;
    }

    div.tips div.tip h2 {
        margin-top: 0px;
        margin-bottom: 5px;
        padding: 0px;
        font-size: 14px;
    }

    div.tips div.tip p {
        padding: 0px;
        margin: 0px;
    }

#site #contentStart span.clearresult {
    font-size: 11px;
    color: #5087c7;
}

    #site #contentStart span.clearresult a {
        font-size: 12px;
        font-style: italic;
        color: #5087c7;
        background-image: url(../images/ikon_BlaPil_start.gif);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 10px;
    }

div.worldtext table td {
    font-size: 14px;
    padding-right: 15px;
    padding-bottom: 5px;
    min-width: 50px;
}

div.worldtext span.result {
    font-size: 22px;
    font-weight: bold;
    color: #5087c7;
}

    div.worldtext span.result em {
        font-size: 18px;
        font-weight: normal;
    }

div.worldtext div.text {
    margin-top: 10px;
    font-size: 11px;
}

div.worldtext ul {
    margin: 0px;
    margin-left: 20px;
    padding: 0px;
    font-size: 11px;
}

div.worldtext li {
    margin: 0px;
    padding: 2px;
    font-size: 11px;
}

div.microresult {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

    div.microresult div {
        width: 170px;
        background-image: url(../images/ikon_ResultatSvart.gif);
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 20px;
        font-size: 13px;
    }

        div.microresult div.left {
            float: left;
        }

        div.microresult div.right {
            float: right;
        }

        div.microresult div h2 {
            color: #5087c7;
            border-bottom: solid 1px #CCCCCC;
            width: 100%;
            font-size: 14px;
            margin-top: 0px;
            margin-bottom: 5px;
            padding-bottom: 4px;
        }

a.backbutton {
    background-image: url(../images/ikon_BlaPil.gif);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 14px;
    font-weight: bold;
    width: 70px;
}

div.tips div.alternatequestion {
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px;
}

    div.tips div.alternatequestion h2 {
        margin-top: 0px;
        margin-bottom: 5px;
        padding: 0px;
        font-size: 14px;
    }

    div.tips div.alternatequestion p {
        padding: 0px;
        margin: 0px;
    }


.question {
    position: relative;
    display: inline-block;
    z-index: 2000;
    width: 485px;
    background: url(../images/bg_streck.gif) repeat-x bottom left;
    padding: 0 0 20px;
}

    .question .formitem {
        padding: 0 0 5px;
        overflow: hidden;
        display: block;
    }

    .question h2 {
        width: 460px;
    }

a.tip-icon {
    position: absolute;
    top: 10px;
    left: 467px;
    display: block;
    background: url(../images/tip-light.png) no-repeat top left;
    width: 18px;
    height: 23px;
    outline: none;
    cursor: pointer;
}

    a.tip-icon:hover {
        background-position: bottom left;
    }

div.tip {
    display: none;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    top: 5px;
    left: 266px;
    width: 187px;
    background: url(../images/tip-box.png) no-repeat top left;
    padding: 5px 12px 0 0;
}

div.tip-text {
    background-color: #88898c;
    padding: 10px 0 5px 0;
}

div.tip-bottom {
    background: url(../images/tip-box.png) no-repeat bottom right;
    height: 7px;
    width: 187px;
}

div.tip p {
    margin: 0px;
    color: #fff;
    padding: 0 15px 5px 15px;
}

    div.tip p.header {
        font-weight: bold;
    }

/* Startpage */
#site #contentStart h2 {
    color: #008387;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 20px 0 10px 0;
    line-height: 125%;
}

    #site #contentStart h2.lamp {
        background: url(../images/ikon_VissteDuAtt_small.png) no-repeat top left;
        padding: 5px 0 5px 38px;
        margin: 15px 0 5px 0;
    }

#site #contentStart .top {
    background: url(../images/bg_streck.gif) repeat-x bottom left;
}

#contentStart .col {
    float: left;
    width: 352px;
    margin-right: 25px;
}

    #contentStart .col.last {
        width: 180px;
        margin-right: 0px;
    }

#highchart, #highchart_household, #highchart_housingcoop {
    width: 100%;
    height: 250px;
    display: none;
}

a.full_stat_link {
    display: block;
    margin: -7px 0 0 32px;
}

#results_stat a.full_stat_link {
    margin: 5px 0 0 2px;
}

.block {
    padding-bottom: 15px;
}

    .block ul {
        list-style: none;
        list-style-image: none;
        margin: 0px;
        padding: 0px;
    }

        .block ul li {
            padding: 0 0 5px;
        }

ul.facts-banner li {
    display: none;
    padding: 0px;
}

#results_stat {
    width: 497px;
    margin-left: 365px;
    margin-top: 30px;
}

    #results_stat h2 {
        color: #008387;
        font-size: 22px;
        padding: 0;
        margin: 20px 0 10px 0;
        line-height: 125%;
    }

#full_stat {
    width: 900px;
    height: 400px;
}

#highcharts_holder {
    width: 850px;
    height: 350px;
    padding: 0px 0 0 20px;
}

#site #contentLogin {
    overflow: visible;
    position: relative;
    visibility: visible;
    height: auto;
    width: 557px;
    margin-left: 27px;
    padding-top: 25px;
    color: #484747;
    z-index: 10;
    float: left;
}

    #site #contentLogin .top {
        background: url(../images/bg_streck.gif) repeat-x bottom left;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #site #contentLogin .formitem label {
        display: block;
        font-weight: bold;
    }

    #site #contentLogin .formitem {
        padding: 10px 10px 5px 0;
        float: left;
    }

    #site #contentLogin .nav {
        padding-top: 20px;
    }

    #site #contentLogin.register .formitem, #site #contentLogin.register .nav {
        clear: left;
    }

        #site #contentLogin.register .formitem label {
            display: block;
            font-weight: bold;
            float: left;
            width: 130px;
            padding-top: 4px;
        }

    #site #contentLogin.register .formitem {
        float: none;
    }

        #site #contentLogin.register .formitem input.textbox {
            float: left;
            width: 150px;
        }

        #site #contentLogin.register .formitem p.info {
            margin: 0;
            padding: 2px 0 0 15px;
            display: block;
            float: left;
            width: 200px;
        }

p.info {
    width: 450px;
}

#site #contentFraga.article {
    width: 410px;
}

p.login-information {
    float: right;
    color: #fff;
    margin-right: 15px;
}

    p.login-information a {
        color: #fff;
        text-decoration: underline;
    }

ul.linklist {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    ul.linklist li {
        padding: 0 0 4px 0;
    }

#contentLogin h2 {
    margin-bottom: 0px;
}


/**
 * Clearfix
 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

/*table.result
{
    width: 100%;
}

table.result td
{
    background-image: url(../images/ikon_ResultatSvart.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 10px;
}

table.result td h2
{
    color: #5087c7;
    border-bottom: solid 1px #CCCCCC;
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-bottom: 4px;
}*/
