/*
 * Site structure
 */
body {
}

div.siteHeader-container, div.siteMain-container, div.siteOptions-container, div.siteFooter-container {
    width: 100%;
}

div.siteHeader-container {
    margin: 0 0 0 0;
    height: 140px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(120,120,130,0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(120,120,130,0.5);
    box-shadow: 0px 0px 2px 0px rgba(120,120,130,0.5);
    border-bottom:1px solid #ccc;
}

div.siteMenu-container {
    position: absolute;
    height: 20px;
    line-height: 20px;
    top: 96px;
    right: 0;
}

div.siteMain-container {
    background: #f4f4f4;
    padding-top: 0;
    padding-bottom:20px;
}

body.default div.siteMain-container {

}

div.siteOptions-container {
    background: red;
    margin-top: 30px;
}

div.siteFooter-container {
    float: left;
    background: #0061ae;
    border-top: 10px solid #97b9d7;
}

div.siteFooter {
    padding:30px 0;
}

div.siteMain {
    min-height: 600px;
    margin: 2px auto 0;
    background: #fff;
    padding: 20px 20px 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 980px;
    box-sizing: border-box;
}
div.siteOptionsArea {
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    left: 270px;
    margin: 0 auto 20px;
    padding: 10px 0 15px;
    position: relative;
    width: 440px;
    top: -5px;
}

div.siteHeader, div.siteMenu, div.siteFooter {
    width: 960px;
    margin: 0 auto;
}
/*
 * Site header
 */
div.siteHeader {
    position:relative;
}

    div.siteHeader div.siteLogo {
        position: absolute;
        top: 20px;
        width: 290px;
    }

div.siteHeaderRight {
    text-align: right;
    position: absolute;
    right: 0;
    top:20px;
}
div.siteHeaderOptions {
    position: absolute;
    right: 0;
    top: 35px;
}

/*
 * Sidebar container 
 */
div.siteSidebar {
}
/*
 * Content containers 
 */
div.siteContent {
}

div.siteContentFull {
}

div.siteContentPopup {
}

div.siteContentIframe {
}
/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    border-bottom: 1px dotted #0061ae;
    display: block;
    float: none;
    margin: 4px 0 22px;
    padding: 5px 0 8px;
    width: 100%;
}

body.default div.siteBreadcrumbs {
    display: none;
}

div.siteOptions {
}

div.siteContact {
    width: 450px;
}

div.siteLogos {
    width: 264px;
    float: left;
}

ul.siteOptions {
}

    ul.siteOptions li {
    }
/*
 * Page containers 
 */
.colspecial100_divider {
    border-top: 1px dotted #75A9D3;
    height: 13px;
}

.colspecial100 {
    overflow: hidden;
}

.col100 {
}

.col75 {
}

.col66 > #featured {
    height: 300px;
}

.col66 {
    float: left;
}

.col50 {
}

.col25 {
}

div.siteContent .col25 {
}

.page-popup {
}
/*
 * Errormessage control
 */
div.errormsg {
}

div.erroricon {
}

div.errortext {
}
/*
 * Search area
 */
div.search_area {
    border: 1px solid #e0e0e0;
    background: #fff;
    width: 220px;
    float: right;
    margin: -4px 0 0 0;
    padding: 3px 4px 2px 0;
    border-radius: 3px;
}

    div.search_area .search_field {
        width: 160px;
        background: #fff;
        border: none;
        color: #0061AE;
    }

    div.search_area .btn_search {
        border: none;
        background: transparent;
        color: #0061AE;
        font-size: 85%;
        padding-left: 5px;
        width: 40px;
        box-shadow: none;
    }

    div.search_area .btn_search {
        cursor: pointer;
    }
/*
 * Common classes 
 */
.clr {
}

    .clr.special {
        margin-bottom: 12px;
    }

.alignleft {
    margin-right: 20px;
}

.alignright {
}

.obsolete {
}
/*
 * Misc 
 */
div.user-link {
    margin-bottom: 20px;
}

div.divider-default {
    background: #fff url(../Img/bg_divider_default.png) no-repeat 50% 0;
    clear: both;
    height: 30px;
    margin-bottom: 12px;
}

body.default div.feat_dropshadow {
    background: #fff url(../Img/bg_featured_dropshadow.png) no-repeat 50% 0;
    position: relative;
    top: 7px;
    overflow: hidden;
}

body.default .col33 img.no-pad {
    padding: 0;
}

.col75 > .link > .maplink {
    display: none;
}

.box-outer {
    min-height: 100px;
}
/*
 * Fonts
 *
 * Defines all fonts and font-sizes in the pages
 *
 */
html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font: 14px/144% 'Droid Sans', Arial, Geneva, Helvetica, sans-serif;
}

a {
    color: #0061AE;
    text-decoration: underline;
}

    a:hover {
        color: #28823B;
        text-decoration: none;
    }

a {
    outline: 0;
}

input, textarea, select {
}

pre, code, kbd {
}

strong, b {
}

em {
}

hr {
    color: #7a0717;
    border-top: 1px solid #7a0717;
    height: 1px;
    overflow: hidden;
    background: #7a0717;
    margin-bottom: 14px;
}

p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.ingress {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.6;
}

.pre-amble {
}

.alert {
    font-weight: normal;
    color: #0061AE;
}

h1, h2, h3, h4, h5 {
    color: #0061ae;
    font-weight: normal;
}

h3 {
    margin: 6px 0 4px;
}

h5 {
    margin-bottom: 6px;
}

h2.header {
}

h3.header {
}

h2.localnews {
}

h2.pagetitle {
    font-size: 167%;
    color: #0061AE;
}

h1, h2.pagetitle {
    margin-bottom: 16px;
}

body.user_mypages table tr td h4 {
    color: #222;
    font-size: 131%;
}

body.cm_templates_article_blogpost h2.pagetitle {
    width: 460px;
}

ul.topmenu li a {
    font-size: 100%;
}

.box {
    color: #000;
    font-size: 93%;
}

    .box h2 {
    }

    .box h3 {
        font-size: 21px;
        font-weight: normal;
        background: transparent;
        color: #0061ae;
        letter-spacing: -0.0125em;
    }

    .box h4 {
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;
    }

        .box h4 a {
            color: #0061ae;
            text-decoration: none;
        }

            .box h4 a:hover {
                text-decoration: underline;
            }

.box-inner .txt_small {
}

.box h3.ico_list_available {
    background: transparent url(../Img/ico_listavailable.png) no-repeat 0 0;
}

.box h3.ico_search {
    background: transparent url(../Img/ico_search.png) no-repeat 0 0;
}

.box h3.ico_register {
    background: transparent url(../Img/ico_register.png) no-repeat 0 0;
}

.box h3.ico_search, .box h3.ico_register, .box h3.ico_list_available {
    padding-left: 30px;
    line-height: 25px;
    color: #28823b;
    margin-bottom: 10px;
}

.box h3.ico_list_available {
    padding-left: 23px;
}

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: transparent;
}

ul.mypage_profile_interest_header h4 {
    font-size: 16px;
    background: transparent;
    color: #0061ae;
}

span.button-list input {
}

a.link-large {
}

.siteOptions {
}

.siteBreadcrumbs {
    font-size: 100%;
}

.siteContact {
}

ul.form {
    font-size: 13px;
}

.pageFooter input {
}

div.navbar div.text {
}

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext {
    line-height: 1.6;
    font-size: 12px;
}

.infotext {
}

.siteContactInfo {
    font-size: 161.5%;
    color: #666;
    margin-top: 0;
    position: relative;
    bottom: 148px;
}

.siteFooterAdress {
    font-size: 14px;
    margin-left: 66px;
    margin-top: -10px;
}

.siteCopy {
    margin: 90px 0 30px;
    color: #b3b4b3;
    font-size: 93%;
    color: #fff;
    text-align: right;
    padding-right: 12px;
}

ul.siteOptions {
    width: 420px;
    margin: 0 auto;
}

    ul.siteOptions li a {
        font-size: 13px;
        padding: 0 10px;
        color: #0061ae;
        text-decoration: none;
    }

        ul.siteOptions li a:hover {
            text-decoration: none;
            color: #28823B;
        }

.article-general ul li, .article-general ol li {
}

.article-general ol {
    margin-left: 34px;
}
/** News Archive **/
div.news-archive .content-column a.title {
    font-size: 21px;
    margin: 2px 0 5px;
    display: block;
    font-weight: normal;
    letter-spacing: -0.025em;
}

div.news-archive .content-column a.title {
    text-decoration: none;
}

    div.news-archive .content-column a.title:hover {
        text-decoration: underline;
    }

div.news-archive .content-column p {
    font-size: 100%;
}

ul.faq-list li.question span p {
    margin-bottom: 0;
}
/** News Start **/
body.default .col50.news .newsdate {
    color: #339933;
}

body.default .col50.news h2.news {
    color: #0061ae;
    font-size: 28px;
    background: transparent url(../Img/ico_header_news.png) no-repeat 0 0;
    height: 35px;
    padding-left: 44px;
    line-height: 1.2;
}

body.default .col50.news h3 {
    font-size: 21px;
    margin: 4px 0 0 0;
    line-height: 28px;
}

body.default .col50.news p {
    color: #666;
    font-size: 108%;
    line-height: 1.5;
    margin-top: 10px;
}
/** Message Box **/
body.default .box.message h3 {
    background: transparent url(../Img/ico_message.png) no-repeat 0 0;
    color: #28823B;
    font-size: 24px;
    margin-bottom: 14px;
    line-height: 1;
    padding-left: 30px;
}

body.default .box.message p {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 23px;
}

body.default .box.message a.bulleted {
    margin-top: 20px;
    display: block;
}
/** Box Start **/
body.default .box.ledigt h3 {
    background: transparent;
    color: #28823b;
    padding-left: 0;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 28px;
}

    body.default .box.ledigt h3:before {
        content: "\f041";
        color: #0061ae;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 34px;
        font-weight: normal;
        padding-right: 7px;
        text-decoration: none;
    }

body.default .box.projectnews h3 {
    line-height: 32px;
    margin-bottom: 20px;
}

    body.default .box.projectnews h3:before {
        content: "\f005";
        color: #fff;
        background: #28823B;
        border-radius: 100%;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 17px;
        font-weight: normal;
        height: 26px;
        line-height: 26px;
        margin-right: 6px;
        position: relative;
        text-align: center;
        text-decoration: none;
        top: -3px;
        width: 26px;
    }

body.default .box h3 {
    font-size: 24px;
}

body.default .box h4 {
}

    body.default .box h4 a, body.default .box h5 a {
        display: block;
    }

body.default .box h5 a {
}

    body.default .box h5 a:hover {
        text-decoration: underline;
    }

body.default .box span.newsdate {
    color: #999;
    font-size: 93%;
}

body.default .box.projectnews p, body.default .box.ledigt p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

body.default .box.ledigt a.bulleted {
    font-size: 18px;
}

.mypage_profile_interest_header h3 {
    font-size: 116%;
    margin-top: 4px;
}

div.interest-objectinfo table {
    font-size: 85%;
}

div.debt p {
    font-size: 100%;
    font-weight: bold;
}

div.invoice p.address, div.invoice-spec ul li {
    font-size: 93%;
}

ul.horizontal-bulleted li {
    font-size: 93%;
}

table.tbl_block_content table tr td {
    font-size: 100%;
    padding: 4px 2px;
}

body.inf_links_list_by_category table tr td {
    font-size: 93%;
    padding: 4px 2px;
}

span.txt_error {
    color: red;
    font-size: 93%;
}

div.invoice p.ocr {
    background: #fff;
    border: 1px solid #ddd;
}

div.user label, ul.form li.listitem table tbody tr td label {
    font-weight: normal;
    color: #0061ae;
    margin-top: 1px;
}
/** Bostadsbytet **/
div.jquerypanel h3 {
    margin: 0 0 6px 0;
}

div.jquerypanel table {
    font-size: 13px;
    margin: 0 0 10px;
}

div.page-popup h1 {
    margin: 0;
    background: #0061ae;
    color: #fff;
    width: auto;
    font-size: 21px;
}

    div.page-popup h1 span {
        display: block;
        margin-left: 5px;
    }
/*
 * Styles used by content from the CM-editor in PortalAdmin
 *
 * 090824	HE		Initial version
 */

/* 
 * Snippets 
 */
.tbl_snippets_main {
}

.tbl_snippets_main_70 {
}

.tbl_snippets_main_hss {
}

.tbl_cell_snippet_spacer {
}

.tbl_cell_snippet_33 {
}

.tbl_cell_snippet_50 {
}

.tbl_cell_snippet_70 {
}

.tbl_cell_snippet_100 {
}

.link {
}

table.abstract, div.abstract {
    margin-bottom: 15px;
    background: #F4F4F4;
}

    table.abstract td, div.abstract {
        padding: 16px 20px 6px;
        font-style: italic;
    }

        table.abstract p, div.abstract p {
            padding-bottom: 0;
        }

        table.abstract td img, div.abstract img {
            float: right;
            padding: 4px;
            background: #fff;
            margin-left: 20px;
            margin-bottom: 10px;
        }
/*
 * General page elements
 *
 */

/*
 * Paragraphs
 */
p {
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }
/*
 * Hyperlinks
 */
a.image {
}

a.planning {
}

a.bulleted {
}

a.icon-areainfo img {
}

a.bulleted:before {
    content: "\f144";
    font-family: FontAwesome;
    padding-right: 4px;
    color: #808080;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}
/*
 * Form elements
 */
input, select, textarea {
    font-size: 12px;
    box-shadow: none;
}

    input.no-border, table.no-border input, span.no-border input {
    }
    /*** Checkbox ***/
    input.check, table.check input, span.check input {
    }

.checkBoxList label {
    margin: 0 6px;
    font-size: 85%;
}
/*** Radiobutton ***/
input.radio, table.radio input, span.radio input, span.radio label {
}
/*** Submit button ***/
.btn, .btn-disabled {
    line-height: 18px;
}

.btn {
}

.btn-disabled {
}

.btn_interest {
    height: 34px;
    line-height: 21px;
}
/*
 * Horizontal rule 
 */
hr {
}
/*
 * Button list
 */
span.button-list input {
}
/* 
 * Navigation bar
 */
div.navbar {
    margin-top: 20px;
}
/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    background-color: #f4f4f4;
    font-weight: normal;
    color: #0061AE;
    height: 28px;
    line-height: 29px;
}

div.pageFooter {
    margin-bottom: 20px;
    background-color: #f4f4f4;
}

    div.pageFooter input {
    }
/*
 * Validator 
 */
div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
}

span.validation-summary-ok {
}

span.forminfo-icon {
}

span.forminfo-text {
}
/*
 * Landlord presentation
 */
div.landlord-area {
}

div.landlord-img {
}

ul.landlord-list {
}

    ul.landlord-list li {
    }

        ul.landlord-list li div.label {
        }
/* 
 * Image text 
 */
div.image-text-basic {
}

    div.image-text-basic img {
    }

div.article {
    min-height: unset;
}
/* 
 * Parking-direct & Object-direct
 */
span.ico_p-direct, span.ico_object_direct {
}

span.ico_p-direct {
}

span.ico_object_direct {
}
/* NEWS DATE */
span.newsdate {
}

span.button-list {
    display: block;
}
/* Object Maintenance*/
div.objectmaintenance_insert ul.form li.value .textbox {
    width: 300px;
}

div.objectmaintenance_insert ul.form li.value .dropdown {
    width: 312px;
}

div.objectmaintenance_insert ul.form li.value .textarea {
    width: 302px;
}

div.objectmaintenance_insert ul.form li.label {
    width: 150px;
}
/* ICO EDITOR */
.ico_excel {
    background: transparent url(../Img/Ico/ico_excel.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

.ico_office {
    background: transparent url(../Img/Ico/ico_office.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

.ico_pdf {
    background: transparent url(../Img/Ico/ico_pdf.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

.ico_powerpoint {
    background: transparent url(../Img/Ico/ico_powerpoint.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

.ico_word {
    background: transparent url(../Img/Ico/ico_word.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}

.ico_zip {
    background: transparent url(../Img/Ico/ico_zip.png) no-repeat 0 0;
    padding-left: 22px;
    list-style-type: none;
    margin-left: 2px;
}
/** HSM-BINDER **/
div.hsm_binder {
    font-size: 93%;
}

    div.hsm_binder span.button-list {
        margin-bottom: 10px;
    }

        div.hsm_binder span.button-list a {
            padding: 4px 0 4px 16px;
            white-space: nowrap;
        }

    div.hsm_binder span > br {
        margin-bottom: 12px;
    }

    div.hsm_binder span.button-list.rentalinfo {
        background: #ECEDE8;
        padding: 10px 10px 10px 16px;
        display: block;
    }

    div.hsm_binder span.rentalinfo_content {
        margin: 0;
        padding: 21px 20px;
        background: #ECEDE8;
    }

        div.hsm_binder span.rentalinfo_content span {
            padding: 0 0 0 12px;
        }

            div.hsm_binder span.rentalinfo_content span a {
                background: transparent url("../Img/bullet.png") no-repeat 0 2px;
                padding-left: 18px;
            }

.rentalinfo input, .rentalinfo a {
    background: transparent url("../Img/bullet.png") no-repeat 0 0;
    padding: 0 0 0 20px;
}
/** Google Map **/
div#map_canvas {
    margin-bottom: 20px;
    border: 1px solid #ECEDE8;
}

div.col50 div#map_canvas img {
    max-width: none;
}
/*
 * TopMenu definition.
 *
 * 090817	HE		Initial version
 */

div.siteMenu ul.topmenu {
    float:left;
    width:100%;
}

    div.siteMenu ul.topmenu li {
        background: transparent;
        margin-left: 17px;
    }

        div.siteMenu ul.topmenu li.first {
            margin-left: 0;
        }

        div.siteMenu ul.topmenu li.last {
            margin-left: 12px;
            float:right;
        }

            div.siteMenu ul.topmenu li.last a {
                background: #0061ae;
                padding: 8px 10px;
                color: #fff;
                border-radius: 4px;
                position: relative;
                top: -10px;
            }

                div.siteMenu ul.topmenu li.last a:hover {
                    border: none;
                }

        div.siteMenu ul.topmenu li a {
            background: #fff;
            color: #222;
            text-decoration: none;
            font-size: 16px;
            padding: 0;
        }

            div.siteMenu ul.topmenu li a:hover {
                text-decoration: none;
                border-bottom: 2px solid #0061ae;
            }

        div.siteMenu ul.topmenu li.selected {
        }

            div.siteMenu ul.topmenu li.selected a {
                color: #0061ae;
                text-decoration: none;
                border-bottom: 2px solid #0061ae;
            }

        div.siteMenu ul.topmenu li.childselected {
        }

            div.siteMenu ul.topmenu li.childselected a {
                color: #0061ae;
                text-decoration: none;
                border-bottom: 2px solid #0061ae;
            }

            div.siteMenu ul.topmenu li.selected.last a, div.siteMenu ul.topmenu li.childselected.last a {
                border: none;
                color: #fff;
            }

        div.siteMenu ul.topmenu li.selected, ul.topmenu li.childselected {
        }

            div.siteMenu ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
            }

ul.submenu {
    border-top: solid 6px #0061ae;
    padding: 0;
    background-color: #fff
}

    ul.submenu ul {
    }

        ul.submenu ul li {
            font-size: 100%;
        }

        ul.submenu ul a {
            background: #f4f4f4;
        }

        ul.submenu ul ul a {
        }

    ul.submenu a {
        border-bottom: 1px solid #ced2d5;
        display: block;
        line-height: 20px;
        padding: 8px 0 8px 10px;
        font-size: 14px;
        text-decoration: none;
    }

        ul.submenu a:hover {
            text-decoration: underline;
        }

    ul.submenu li.selected, ul.submenu li.childselected {
        background: #f4f4f4;
        font-weight: normal;
        color: #28823B;
    }

        ul.submenu li.selected a, ul.submenu li.childselected a {
            color: #28823B;
        }

        ul.submenu li.selected ul, ul.submenu li.childselected ul {
            background: #f4f4f4;
        }

    ul.submenu li.expanded {
        background: #f4f4f4:
    }

    ul.submenu li.collapsed {
        background: transparent;
    }

    ul.submenu li.expanded > a {
        background: #f4f4f4;
    }

    ul.submenu li.collapsed > a {
        background: transparent;
    }
    /*** Special styles ***/
    ul.submenu li.expanded:before {
        content: "\f068";
        color: #808080;
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 5px;
    }

    ul.submenu li.collapsed:before {
        content: "\f067";
        color: #808080;
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 5px;
    }
/*
 * List elements
 *
 */

/*
 * Ordered/Unordered lists 
 */
ul, ol {
    margin: 16px 0 20px 30px;
}

    ul li {
    }

    ol li {
    }
    /*
 * PagePath (Breadcrumbs)
 */
    ul.pagePath {
        margin: 4px 0 0 4px;
        padding: 0 0 0 0;
    }

        ul.pagePath li {
            float: left;
            list-style-type: none;
            margin-right: 10px;
        }

            ul.pagePath li a {
                font-size: 93%;
                border-right: 1px solid #c7c5c5;
                padding-right: 10px;
            }

            ul.pagePath li span {
                font-size: 93%;
            }

                ul.pagePath li span b {
                    font-weight: normal;
                }
    /* 


/* 
 * Horizontal list 
 */
    ul.horizontal {
        display: block;
        margin: 0 0 16px;
    }

        ul.horizontal li {
            font-size: 85%;
            margin: 0;
        }

    ul.horizontal-bulleted {
        width: 418px;
        margin-bottom: 20px;
    }

        ul.horizontal-bulleted li {
            background: #fff url(../Img/bullet.png) no-repeat 0 2px;
            margin: 0 12px 3px 0;
            padding: 0 0 0 21px;
            color: #222;
            float: none;
            line-height: 21px;
        }

body.hss_object_objectdetailstemplateb ul.horizontal-bulleted li {
    background: #fff url(../Img/bullet.png) no-repeat 0 9px;
    margin: 0 12px 3px 0;
    padding: 0 0 0 20px;
    color: #222;
    float: none;
}
/*
 * Boxlist
 */
ul.boxlist {
}

    ul.boxlist li {
    }
/* 
 * FAQ List 
 */
ul.faq-list {
}

    ul.faq-list li {
    }

    ul.faq-list .icon-question {
    }

    ul.faq-list .icon-answer {
    }

    ul.faq-list .question {
    }

    ul.faq-list .question, ul.faq-list .answer {
    }

    ul.faq-list li.question {
        display: block;
        background: #fff url(../Img/db_faq_right_bg.png) no-repeat 100% 100%;
    }

        ul.faq-list li.question span {
            display: block;
            background: transparent url(../Img/db_faq_left_bg.png) no-repeat 0 100%;
            padding: 6px 18px 20px;
            font-weight: normal;
            color: #0061AE;
            font-size: 93%;
        }

            ul.faq-list li.question span p {
                margin: 0 0 0 0;
            }

    ul.faq-list .answer {
        display: block;
        padding: 0 18px;
    }
/* 
 * Sitemap List 
 */
body.cm_templates_page_sitemap .col75 {
    margin-bottom: 20px;
}

ul li.maplink {
    background: #fff url(../Img/bullet.png) no-repeat 7px 4px;
    padding-left: 28px;
    margin-bottom: 10px;
    border: 1px solid #CED2D5;
}

ul.link a {
    color: #0061ae;
    text-decoration: none;
}

    ul.link a:hover {
        color: #28823B;
        text-decoration: underline;
    }

ul.link li {
}

ul.link {
    font-weight: normal;
    font-size: 123%;
    margin-left: 0;
    margin-bottom: 6px;
}

ul .link {
    font-weight: normal;
    font-size: 93%;
    margin-left: 0;
}

ul ul .link {
    font-weight: normal;
    font-size: 93%;
    margin-left: 20px;
}

    ul ul .link a {
        color: #666;
    }

ul ul ul .link {
    font-weight: normal;
    font-size: 93%;
}
/* 
 * ListAvailable
 */
ul.listavailable {
}

.col50 ul.listavailable li a {
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

div.list-available-container {
}

    div.list-available-container ul {
        margin-bottom: 10px;
    }

        div.list-available-container ul li a {
            display: inline;
            margin-right: 10px;
        }

body.default .col33 div.list-available-container a img {
    padding: 0;
    background: none;
    display: inline;
}

div.list-available-container a.bulleted:hover {
    text-decoration: none;
}

.col25 ul.listavailable li {
    margin-bottom: 7px;
}

span.ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_ctl02_lblText {
    font-style: italic;
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
}

.box-secondary div.resident {
    position: relative;
}

div.residentInfo {
    display: inline-block;
    float: left;
    width: 100%;
}

    div.residentInfo.residentLinks {
        background: #fff;
        border-radius: 3px;
        float: right;
        position: absolute;
        right: 15px;
        padding-top: 5px;
        width: 150px;
    }

div.list-available-container a.bulleted:before, .col25 ul.listavailable li a.bulleted:before {
    content: "\f140";
    font-family: FontAwesome;
    padding-right: 4px;
    color: #0061ae;
    text-decoration: none;
    font-size: 21px;
    display: inline-block;
    font-weight: normal;
}

div.list-available-container a.bulleted.matching:before, .col25 ul.listavailable li a.bulleted.matching:before {
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 4px;
    color: #0061ae;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
}

div.page-col50 ul.grid li.left {
    float: left;
    font-size: 15px;
    line-height: 34px;
    width: 300px;
}
/** Styles used to define the look of the boxes **/

/*** General rules ***/
.box {
}

.box-outer {
}

.box-inner {
    padding: 20px;
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}
/*** Primary ***/
.primary {
    background: #f4f4f4;
    border-radius: 6px;
}

    .primary hr {
    }

    .primary a {
    }

        .primary a:hover {
        }

        .primary a.bulleted {
            color: #28823b;
            text-decoration: none;
            font-size: 14px;
        }

            .primary a.bulleted:hover {
                color: #0061AE;
            }
/*** Secondary ***/
.secondary {
    background: #f4f4f4;
    border-radius: 6px;
}

    .secondary hr {
    }

    .secondary a {
    }

        .secondary a:hover {
        }

        .secondary a.bulleted {
            color: #28823b;
            text-decoration: none;
            font-size: 14px;
        }

            .secondary a.bulleted:hover {
                color: #0061AE;
            }

            .secondary a.bulleted:before, .primary a.bulleted:before {
                content: "\f144";
                font-family: FontAwesome;
                padding-right: 4px;
                color: #28823b;
                text-decoration: none;
                font-size: 14px;
                display: inline-block;
                font-weight: normal;
            }
/** Speciale Start **/
body.default .primary {
}

body.default .box-inner hr {
    display: none;
}

body.default p.news-archive-link {
    background: #e3e6e8;
    font-size: 108%;
    margin: 20px 0 0;
    padding: 4px 11px 5px;
}

    body.default p.news-archive-link a.bulleted {
        background-color: #e3e6e8;
        color: #666;
        text-decoration: none;
        background-position: 0 3px;
    }

        body.default p.news-archive-link a.bulleted:hover {
            text-decoration: underline;
        }

body .colspecial100 .box {
    margin-bottom: 0;
}

.left {
    float: left;
}
/*** News Col50 ***/
div.col50.news {
    padding-left: 10px;
    width: 460px;
    box-sizing:border-box;
}

div.news-content {
    margin-top: 14px;
}

div.archive-readmore {
    float: right;
}

    div.archive-readmore a {
        color: #666;
        background: transparent url(../Img/ico_archive.png) no-repeat 0 0;
        font-size: 14px;
        text-decoration: none;
        padding-left: 24px;
        line-height: 21px;
        display: block;
    }

        div.archive-readmore a:hover {
            color: #28823B;
        }

div.col50.news .box-inner {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*** General rules Col25 ***/
body .col25 .box {
}

    body .col25 .box .box-outer {
    }

body .col25 .box-inner {
}

body .col25 .box a.rss {
}

body .col25 .box a img {
}

body .col25 .box a.rss img {
}
/*** General rules Col33 ***/
body.default .colspecial100 .projectnews {
    background: #fff;
}

    body.default .colspecial100 .projectnews .box-inner, body.default .colspecial100 .ledigt .box-inner {
        padding: 10px;
    }

body.default .col33 .box {
    background: #fff;
}

body.default .col33 img {
    margin-bottom: 20px;
}

body .col33 .box.message {
    background: #f4f4f4;
}

body .col33 .box .box-outer {
}

body .col33 .box-inner {
}

body .col33 .box a.rss {
}

body .col33 .box a img {
}

body .col33 .box a.rss img {
}

div.colspecial100 div.col33 {
    width: 31.88%;
}
/*** General rules Col50 Secondary***/
body .col50 .box {
}

    body .col50 .box .box-outer {
    }

body .col50 .box-inner {
}

body .col50 .box a.rss {
}

body .col50 .box a img {
}

body .col50 .box a.rss img {
}
/*** General rules Col50 Primary ***/
body .col50 .primary {
}

    body .col50 .primary .box-outer {
    }

body .col50 .box-inner {
}

body .col50 .box a.rss {
}

body .col50 .box a img {
}

body .col50 .box a.rss img {
}
/** Related Content **/

div.related-content {
    font-size: 108%;
}

    div.related-content h3 {
        margin-bottom: 10px;
    }

    div.related-content ul.horizontal li {
        margin-bottom: 8px;
    }

.box-primary.box.primary.areainfo {
    margin-top: 30px;
}
/*
 * Grid elements
 *
 */

/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    margin-top: 10px;
    font-size: 85%;
}

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

    table.gridlist tr {
    }

    table.gridlist td.header, tr.header td {
        background: #0061AE;
        padding: 7px 10px;
        color: #fff;
        font-weight: normal;
        font-size: 116%;
    }

        table.gridlist td.header a, tr.header td a {
            background: #0061AE url(../Img/arrow_down.png) no-repeat 100% 4px;
            color: #fff;
            padding-right: 16px;
        }

            table.gridlist td.header a:hover, tr.header td a:hover {
            }

            table.gridlist td.header a.sel-asc, table.gridlist tr.header td a.sel-asc {
                background: #0061AE url(../Img/arrow_down_sel.png) no-repeat 100% 4px;
                color: #fff;
                padding-right: 16px;
            }

            table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                background: #0061AE url(../Img/arrow_down_sel_desc.png) no-repeat 100% 4px;
                color: #fff;
                padding-right: 16px;
            }

    table.gridlist td.listitem-even, tr.listitem-even td {
        background: #fff;
        padding: 6px 10px;
        font-size: 13px;
    }

    table.gridlist td.listitem-odd, tr.listitem-odd td {
        background: #f4f4f4;
        padding: 6px 10px;
        font-size: 13px;
    }

    table.gridlist td.listitem-level2, tr.listitem-level2 td {
    }

    table.gridlist .label {
    }

    table.gridlist tr td td {
        padding: 0 5px;
    }

    table.gridlist img.objectlist_icon {
    }

    table.gridlist td.header a.sel-asc, table.gridlist tr.header td a.sel-asc, table.gridlist tr.header td.sel-asc a {
        background-color: #0061AE;
    }
    /** Personlista **/
    table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc, table.gridlist td.header a.sel-desc, table.gridlist tr.header td.sel-desc a {
        background: #0061AE url(../Img/arrow_down_sel.png) no-repeat 100% 4px;
        padding-right: 16px;
    }

    table.gridlist td.header a.sel-asc, table.gridlist tr.header td a.sel-asc, table.gridlist tr.header td.sel-asc a {
        background: #0061AE url(../Img/arrow_down_sel_desc.png) no-repeat 100% 4px;
        color: #fff;
        padding-right: 16px;
    }

body.organisation_personal_personallista_dpt table.gridlist td.header, tr.header td {
    padding: 7px 10px;
}
/** Områdeskartor **/
div.area_info_facts {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 6px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    div.area_info_facts table.tbl_list tr td {
        padding: 3px 8px;
        font-size: 94%;
    }

    div.area_info_facts table.tbl_list tr.header td {
        padding: 3px 3px;
    }

    div.area_info_facts h4 {
        color: #0061ae;
        font-size: 18px;
        font-weight: normal;
        letter-spacing: -0.0125em;
    }
/** Nyhetsarkiv **/
div.news-archive .date-column, div.areanews-archive .date-column {
    vertical-align: top;
    width: 90px;
    padding: 19px 10px 10px 15px;
}

    div.news-archive .date-column span {
        background: #28823B;
        padding: 5px 7px;
        border-radius: 3px;
        color: #fff;
    }

div.news-archive table.gridlist {
    border-top: 1px solid #0061AE;
}

    div.news-archive table.gridlist p {
        margin-bottom: 7px;
        line-height: 1.5;
    }

    div.news-archive table.gridlist td.listitem-odd, div.news-archive table.gridlist td.listitem-even {
        padding-top: 14px;
    }
/*
 * UL form list
 */
ul.form {
}

    ul.form li {
    }

        ul.form li.validator {
        }

        ul.form li.label {
        }

        ul.form li.value {
        }

        ul.form li.text {
        }

div.siteContentIframe ul.form li.label {
}

div.siteContentIframe ul.form li.text {
}

ul.form li.textrow {
}

ul.form li.value label {
    margin: 0 6px 0 2px;
}

ul.form li.value input {
}

ul.form li.label-large {
}

.formstyle {
}

    .formstyle .label {
    }

body.organisation_personal_personallista_dpt table.gridlist {
    border: medium none #c7c5c5;
    table-layout: auto;
    width: 700px;
    margin-bottom: 20px;
}

    body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+1) {
        width: 250px;
        padding-left: 6px;
    }

    body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+2) {
        width: 170px;
        padding-left: 6px;
    }

    body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+3) {
        width: 100px;
        padding-left: 6px;
    }

    body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+4) {
        width: 100px;
        padding-left: 6px;
    }

    body.organisation_personal_personallista_dpt table.gridlist td {
        text-align: left;
        padding: 6px 10px;
    }

        body.organisation_personal_personallista_dpt table.gridlist td a.iframe {
            margin-left: 1px;
            text-decoration: none;
        }

body.organisation_personal_personallista_dpt table.gridlist {
    margin-bottom: 24px;
}

    body.organisation_personal_personallista_dpt table.gridlist tr td.Name {
        width: 250px;
    }

    body.organisation_personal_personallista_dpt table.gridlist tr td.Title {
        width: 170px;
    }

    body.organisation_personal_personallista_dpt table.gridlist tr td.Phone {
        width: 100px;
    }
/* TABLE INTEREST FORM */
table.interest-form {
    font-size: 93%;
    width: 100%;
    margin: 0 0 20px 0;
}

    table.interest-form input {
        font-size: 93%;
        padding: 4px 5px 3px;
    }

    table.interest-form h4 {
        background: #dddddd;
        font-size: 108%;
        color: #666;
        padding: 6px 12px;
        font-weight: bold;
        margin-bottom: 6px;
        width: 216px;
    }

hr.rex {
    border-top: 1px solid #C7C5C5;
    height: 0;
    overflow: hidden;
}

table.interest-form tr.even {
    background: #eee;
}

table.interest-form tr td {
    padding: 3px 0 3px;
    vertical-align: top;
}

table.interest-form td.left {
    text-align: left;
    width: 160px;
    font-weight: bold;
}

table.interest-form .header {
    font-weight: bold;
}

input.btn-interestform {
    font-size: 85%;
    font-weight: bold;
    width: 200px;
    margin-top: 12px;
    padding: 6px 4px;
}

.register-interest input[type="submit"] {
    height: auto;
    cursor: pointer;
}

div.table-interest-form-header {
    margin-top: 12px;
}

div.table-interest-form-header, div.agree, div.form-sent {
    background: #9aaf3b;
    padding: 14px 20px;
}

    div.table-interest-form-header h3 {
        font-size: 167%;
        color: #fff;
        font-weight: normal;
    }

    div.form-sent p {
        font-size: 138%;
        color: #fff;
        font-weight: normal;
    }

    div.table-interest-form-header h3, div.agree p, div.form-sent p {
        margin: 0 0 0 0;
    }

em.agree {
    font-size: 85%;
    color: #fff;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    display: block;
    margin: 30px auto;
    font-size: 16px;
    background: #0061AE;
    padding: 14px;
    width: 300px;
    color: #fff;
}
/** BOSTADSBYTET INFO **/
table.tblContactInfo, table.tblExists, table.tblSearch {
    font-size: 13px;
}

    table.tblContactInfo tr, table.tblExists tr, table.tblSearch tr {
        border-bottom: 1px solid #CED2D5;
    }

        table.tblContactInfo tr td, table.tblExists tr td, table.tblSearch tr td {
            padding: 3px 3px;
        }

            table.tblContactInfo tr td table tr, table.tblExists tr td table tr, table.tblSearch tr td table tr {
                border: none
            }
/* QuickFilter */
.objectlistFilters {
    background: #f3f3f3;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
}

ul.quickfilter li.full {
    border-bottom: 1px dotted #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

ul.quickfilter li {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 45px;
    width: 46%;
}

ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
    float: left;
    font-size: 10px;
    width: 88%;
}

ul.quickfilter li span {
    display: block;
}

.ui-widget-header {
    background: #0061ae;
}

.ui-widget-content {
    background: #fff;
}

label.title {
    background: #f3f3f3;
    border-radius: 6px;
    color: #4681c3;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
}

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist, ul.templatelist.block, .templatelist.block:nth-child(1n+3) {
    margin-right: 2%;
    width: 31.5% !important;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}

.templatelist.block {
    background: #efefef;
    border: none;
    border-radius: 6px;
}

    .templatelist.block li {
        padding-top: 8px;
    }

ul.templatelist.block li h2 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
}

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    max-height: unset;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
}

.templatelist.block.objectlist .image {
    width: 100%;
    height: auto;
}

    .templatelist.block.objectlist .image
    img.exterior_image {
        margin-bottom: 0;
    }

div.col50 div.image-slideshow div.image-big img {
    max-width: unset;
}

div.image-big img {
    width: 100%;
    border: none;
}

div.image-big {
    width: 100%;
}

div.image-thumbs {
    padding-left: 0;
    margin-top: 0;
    float: left;
}

    div.image-thumbs img {
        width:41px;
        height: 41px;
        border: solid 1px #415b76;
        margin: 0;
        cursor: pointer;
        margin-right: 4px;
        opacity: 0.6;
    }

        div.image-thumbs img:hover {
            border: solid 1px #fca100;
            opacity: 1;
        }



div.jquerypanel .header a.hidden {
    background-color: transparent;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #f3f3f3;
}

div.subst-table ul, div.subst-table li {
    font-size: 12px;
    overflow: hidden;
    padding: 2px;
}

div.jquerypanel .header a {
    background-color: transparent;
}
/** Interest **/
div.interest-header {
    font-family: Verdana, Arial;
    border-radius: 6px;
    font-weight: bold;
    line-height: 28px;
    margin: 10px 0;
    padding: 0 8px;
}

    div.interest-header .small {
        font-size: 11px;
        font-weight: normal;
    }

div.interest-footer {
    font-family: Verdana, Arial;
    font-size: 10px;
    border-radius: 6px;
}

    div.interest-footer p {
        margin: 8px 0 0;
        padding: 0 0 0 34px;
    }

div.interest-interestinfo {
    float: right;
    font-family: Verdana, Arial;
    font-size: 10px;
    height: 24px;
    padding: 5px 10px 10px 0;
    width: 550px;
}

    div.interest-interestinfo a.image {
        line-height: 24px;
        margin-right: 8px;
        padding-left: 19px;
    }

ul.listviews li a {
    display: block;
    height: 14px;
    text-decoration: none;
}

.dynamic-map {
}

    .dynamic-map a {
    }

    .dynamic-map #infobox {
    }

        .dynamic-map #infobox > div {
        }

    .dynamic-map #fade_bg {
    }

    .dynamic-map #fade_color {
    }

    .dynamic-map #fade_bg img {
    }

    .dynamic-map .more {
    }

        .dynamic-map .more .nr {
        }

        .dynamic-map .more .area-label {
        }

/*
  * Slider width and position
  */
.col100 .slider, .col100 .slider-container {
}

.col75 .slider, .col75 .slider-container {
}

.col50 .slider, .col50 .slider-container {
}

.col25 .slider, .col25 .slider-container {
}

.col25 .slider, .col25 .slider-container {
    width: 300px;
}

.slider-container {
    margin: 0 0 20px;
    position: relative;
}

.slider-inner {
}

.slider {
    height: 320px;
}

    .slider img {
    }
/*
 * Pager
 */

.pager-container {
    bottom: 12px;
    left: 80px;
    position: absolute;
    text-align: center;
}

.pager {
}

    .pager li {
        border: 0;
        background: transparent url(../Img/Slider/slider_bullet.png) no-repeat 0 0;
        width: 16px;
        height: 16px;
    }

        .pager li.selected {
            border: 0;
            background: transparent url(../Img/Slider/slider_bullet_selected.png) no-repeat 0 0;
        }
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
}

#slider_next {
    background: transparent url("../Img/Slider/btn-slider-next.png") no-repeat 50% 50%;
    margin-right: 10px;
}

#slider_prev {
    background: transparent url("../Img/Slider/btn-slider-prev.png") no-repeat 50% 50%;
    margin-left: 10px;
}

    #slider_next[style], #slider_prev[style] {
        top: 335px !important;
    }

#slider_next, #slider_prev {
    bottom: 13px;
    display: block;
    height: 2.5em;
    margin-top: -1.25em;
    outline: 0 none;
    position: absolute;
    top: auto;
    width: 2.5em;
    z-index: 100;
}
/*
 * Slider Text
 */
div.ImageTextStyles {
    margin-bottom:0;
}

div.ImageTextStyles.Image {

}
div.ImageText.slider div.ImageTextStyles.Image img {
    border-radius:10px;
}
div.ImageTextStyles.Text {
    background: transparent url(../Img/Slider/bg_ImageTextStyles.png) repeat 0 0;
    right: 0;
    position: absolute;
    top: 23%;
    width: 540px;
    padding: 28px;
}

    div.ImageTextStyles.Text div.sliderTitle, div.ImageTextStyles.Text {
        color: #034c86;
    }

        div.ImageTextStyles.Text div.sliderTitle {
            font-size: 30px;
            margin-bottom: 15px;
        }

        div.ImageTextStyles.Text p span.abstract {
            margin-bottom: 20px;
            display: block;
            font-size: 17px;
            line-height: 24px;
        }

        div.ImageTextStyles.Text a.link-large {
            background: #28823b;
            margin-top: 20px;
            padding: 6px 10px 5px;
            display: inline;
            font-size: 100%;
            text-decoration: none;
            color: #fff;
            border-radius: 3px;
        }

            div.ImageTextStyles.Text a.link-large:hover {
                background: #216a30;
                color: #fff;
            }

div.sliderLink {
    background: red;
    padding: 6px 10px 5px;
}

.devwatermark {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 144px;
    position: fixed;
    bottom: 49px;
    right: 8px;
    opacity: 0.05;
    z-index: 99;
    color: black;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}


#google_translate_element {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 13px;
}

.goog-te-gadget-simple {
    border-radius: 4px;
    padding: 2px 7px 4px;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    float: right;
    margin-left: 10px !important;
}

div.navigation-tabs div.tab span {
    font-size: 12px;
}


/** New CSS 2020-01-29 **/
div.siteContent div.col50.hss {
    width: 48.5%;
}



#google_translate_element {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 236px;
    top: 32px;
}

.goog-te-gadget-simple {
    border-radius: 4px;
    padding: 4px 7px 5px !important;
    border-color: #e0e0e0 !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    float: right;
    margin-left: 10px !important;
}

div.goog-te-gadget-simple img.goog-te-gadget-icon {
}


div.col100.ingangar {
    position: relative;
    margin-bottom:20px;
    width: 100%;
}
    div.col50.ingangar.alignleft {
        margin-right: 20px;
    }

div.ingangar a,
div.ingangar h3 {
    text-decoration: none;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    line-height: 44px;
    letter-spacing: -1px;
}

div.ingangar-container {
    background: #535558;
    color: #fff;
    height: 54px;
    padding: 10px 18px;
    border-radius: 6px;
}

div.col50.ingangar:first-of-type div.ingangar-container {
    background: #28823B;
}

div.col50.ingangar:last-of-type div.ingangar-container {
    background: #d80707;
}

    div.col50.ingangar:first-of-type div.ingangar-container h3,
    div.col50.ingangar:last-of-type div.ingangar-container h3 {
        color: #fff;
    }

div.ingangar-container:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
}

div.col100.ingangar:after {
    content: "";
    clear: both;
    display: block;
}

div.siteFooter {
    color:#fff;
    line-height:24PX;
}

div.siteFooter h6 {
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 10px;
}

div.siteFooter a {
    color: #fff;
    text-decoration: underline;
}

div.siteFooter .visiting {
    margin-top: 20px;
}
.space {
    margin-top:20px;
}
ul.linkMenu li {
    line-height: 28px;
}

    ul.linkMenu li a {
        text-decoration: none;
    }

        ul.linkMenu li a:hover {
            text-decoration: underline;
        }

        ul.linkMenu li a:before {
            content: "\f054";
            font-family: FontAwesome;
            padding-right: 3px;
            color: #fff;
            text-decoration: none;
            font-size: 17px;
            display: inline-block;
            top: 1px;
            position: relative;
        }

.col33.links ul li {
    line-height: 28px;
}

    .col33.links ul li a {
        text-decoration: none;
    }

        .col33.links ul li a:hover {
            text-decoration: underline;
        }

        .col33.links ul li a:before {
            content: "\f054";
            font-family: FontAwesome;
            padding-right: 3px;
            color: #fff;
            text-decoration: none;
            font-size: 17px;
            display: inline-block;
            top: 1px;
            position: relative;
        }

div.col100.siteinfo {
    background: transparent;
    border-top: 1px solid #b7cada;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

    div.col100.siteinfo ul {
        text-align: center;
        list-style-type: none;
        font-size: 14px;
        margin-top: 20px;
    }

        div.col100.siteinfo ul li {
            display: inline;
            color: #fff;
            padding: 0;
            font-weight: 300;
        }

            div.col100.siteinfo ul li a {
                text-decoration: none;
                color: #fff;
                font-weight: 300;
            }


/* START - Ikoner för seniorboende och trygghetsboende */
table.gridlist tbody tr td.gridcell img#imgSenior {
    background-repeat: no-repeat;
    width: 15px;
}

div ul.templatelist.block.objectlist li img#imgSenior {
    width: 15px;
}

li.objectproperty-OBJECTPROPERTY_55 span {
    background-image: url('../Img/Ico/ico-senior48.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    padding-left: 17px;
}

div.object-facts ul.propertyIconList li.objectproperty-OBJECTPROPERTY_55 span {
    float: left;
    background-size: 20px;
    padding-left: 25px;
}

table.gridlist tbody tr td.gridcell img#imgTrygghetsboende {
    background-repeat: no-repeat;
    width: 15px;
}

div ul.templatelist.block.objectlist li img#imgTrygghetsboende {
    width: 15px;
}

li.objectproperty-OBJECTPROPERTY_2626 span {
    background-image: url('../Img/Ico/ico-trygghetsboende48.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    padding-left: 17px;
}

div.object-facts ul.propertyIconList li.objectproperty-OBJECTPROPERTY_2626 span {
    float: left;
    background-size: 20px;
    padding-left: 25px;
}

/* END - Ikoner för seniorboende och trygghetsboende */

/* Start - text angående rangordning av etappobjket på intresseanmälningarsidan. */
div.rangordna-info {
    border: solid 1px #A5C2DB;
    border-radius: 6px;
    background: #DEEAF4;
    padding: 6px;
    margin-bottom: 5px;
}
/* End - text angående rangordning av etappobjket på intresseanmälningarsidan. */