/** Structure.css **/
/*
 * Site structure
 *
 * 090814	HE		Initial version
 * 090902	HE		Updated the site grid to standard 960-grid measures (www.960.gs)
 *					Removed obsolete col-sizes col70 & col30.
 */

/*
 * Main site containers 
 */
a.skiptocontent {
    position: absolute;
    top: -1000px;
    left: 0px;
    background: transparent;
    z-index: 100;
}
form {
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color: #444;
}

div.cookie-header {
    background: #444;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
}

    div.cookie-header a.cookieCheckLink {
        color: #fff;
    }

    div.cookie-header input.btn {
        display: block;
        margin: 20px auto 0;
    }
/*
 * Hyperlinks
 */
a {
    color: #009366;
    font-weight:bold;
}

    a:hover {
        color: #009366;
        text-decoration:none;
    }

    a.image {
    }

    a.planning {
    }

    a.bulleted {
    }

    a.icon-areainfo img {
    }

div.siteHeader-container, div.siteMain-container, div.siteFooter-container {
    width: 100%;
}

div.siteMain-container,
div.siteOptions-container {
    width: 1140px !important;
    position: relative;
    z-index: 2;
}

div.siteHeader-container, div.siteFooter-container {
    width: 100% !important;
}

div.siteMain-container {
    overflow: visible;
}

div.siteHeader-container {
    background: #fff;
    position: relative;
    z-index: 100;
    overflow: visible;
    border-bottom:1px solid #009366;
}

div.siteOptions-container {
    width: 100%;
    z-index: 100;
    background: #fff;
    position: relative;
    height: 46px;
}

    div.siteOptions-container:after {
        content: "";
        display: block;
        clear: both;
    }

    div.siteOptions-container div.siteOptions {
        float: none;
        margin: 0 auto;
        position: relative;
        top: 7px;
        width: 1140px;
    }

        div.siteOptions-container div.siteOptions:after {
            content: "";
            display: block;
            clear: both;
        }

    div.siteOptions-container ul.siteOptions {
        float: right;
        font-size: 16px;
        margin: 4px 0 0;
        overflow: visible;
        width: 460px;
    }

        div.siteOptions-container ul.siteOptions li {
            float: right;
        }

            div.siteOptions-container ul.siteOptions li a {
                color: #222;
                text-decoration: none;
                font-size: 14px;
                padding-right: 9px;
                margin-right: 5px;
                border-right: 1px solid #fff;
            }

                div.siteOptions-container ul.siteOptions li a:before {
                    content: "\f0a9";
                    color: #bb333f;
                    font-family: FontAwesome;
                    font-size: 16px;
                    line-height: 28px;
                    padding-right: 4px;
                    position: relative;
                    right: 4px;
                    text-decoration: none;
                    vertical-align: middle;
                    margin-top: 5px;
                }

div.siteMain-container {
    background: #fff;
    min-height: 630px;
}

div.siteFooter-container {
    background: url(../Img/footer_img.png)no-repeat 72% 111% #009366;
    color: #fff;
    padding: 50px 0 0;
    overflow: visible;
    font-weight:normal;
}

    div.siteFooter-container:after {
        content: "";
        display: block;
        clear: both;
    }

    div.siteFooter-container .col100 {
        background: #009366;
        margin-top: 40px;
        border-top:2px solid #01b981;
    }

    div.siteFooter-container h6 {
        font-size: 22px;
        color: #fff;
        margin-bottom: 14px;
    }
    div.siteFooter-container a {
        color: #fff;
        text-decoration:none;
    }
    div.siteFooter-container a:hover {
        text-decoration: underline;
    }
    div.siteFooter-container ul.siteOptions li a {
        color:#fff;
    }

    div.siteContentFull, div.siteContainer, div.siteHeader, div.siteMain, div.siteContact {
        margin: 0 auto;
        width: 1140px;
    }

div.siteMain {
    padding-bottom: 30px;
}

div.siteFooter {
    font-size: 18px;
    margin: 0 auto;
    width: 1140px;
    line-height:28px;
}

    div.siteFooter ul.contact-information {
    }

        div.siteFooter ul.contact-information li {
            line-height: 28px;
        }

            div.siteFooter ul.contact-information li.companyName {
                font-size: 28px
            }

    div.siteFooter .col33.openinghours p,
    div.siteFooter .col33.openinghours ul,
    div.siteFooter .col33.openinghours a {
        color: #fff;
    }

    div.siteFooter .col33.openinghours h6 {
        font-size: 28px;
    }

    div.siteFooter .col33.footertext p,
    div.siteFooter .col33.footertext a {
        color: #fff;
    }

    div.siteFooter .col33.footertext h6 {
        font-size: 28px;
    }

    div.siteFooter ul.siteOptions {
        float: none;
    }

        div.siteFooter ul.siteOptions li {
            display: inline-block;
        }

            div.siteFooter ul.siteOptions li a {
                color: #fff;
                font-size: 14px;
                text-decoration: none;
            }

                div.siteFooter ul.siteOptions li a:hover {
                    text-decoration: underline;
                    color: #009366;
                }

                div.siteFooter ul.siteOptions li a:before {
                    color: #fff;
                    content: "\f054";
                    font-family: FontAwesome;
                    font-size: 16px;
                    font-weight: normal;
                    margin-right: 6px;
                    display: inline-block;
                }
/*
 * Site header
 */
div.siteHeader {
    height: 180px;
    position: relative;
}

.siteLogo {
    background: none;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: auto;
    z-index: 200;
}

div.global-unauthorized-login, div.global-unauthorized-register, div.global-authorized-mypages, div.global-authorized-logout, div.global-language, div.global-rss {
    padding: 0;
}

div.global-authorization {
    font-size: 16px;
    position: relative;
    right: 0;
    top: 24px;
}

    div.global-authorization a {
        color: #fff;
        text-decoration: none;
        background: #009366;
        padding: 6px 15px;
        border-radius: 30px;
    }
        div.global-authorization a:hover {
            background:#444;
            color:#fff;
        }
        div.global-authorization i {
            color: #fff;
            text-decoration: none;
            display: none;
        }

    div.global-authorization div {
        margin-left: 8px;
    }
/** Sitemenu container **/
div.siteMenu-container {
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

div.siteMenu {
    width: 1140px;
    margin: 0 auto;
}

div.language {
}

a.translate {
    color: #444;
    display: block;
    font-size: 13px;
    position: absolute;
    right: 435px;
    text-decoration: none;
    top: 29px;
}

    a.translate:before {
        color: #009366;
        content: "\f0ac";
        font-family: FontAwesome;
        font-size: 13px;
        font-weight: normal;
        padding-right: 3px;
    }
/*
 * Sidebar container 
 */

div.siteSidebar {
    border-top: 1px solid #ddd;
    position: relative;
}
/*
 * Content containers 
 */
div.siteContent {
}

div.siteContentFull {
    padding: 0;
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */

div.siteBreadcrumbs {
    color: #444;
    float: none;
    margin-bottom: 10px;
    padding: 15px 0 10px;
    text-decoration: none;
    width: auto;
}

    div.siteBreadcrumbs a {
        color: #444;
        text-decoration: none;
        font-size: 16px;
        padding: 0 1px;
    }

        div.siteBreadcrumbs a b {
            color: #009366;
            font-weight: bold;
        }

body.default div.siteBreadcrumbs {
    display: none;
    float: none !important;
}

ul.siteOptions {
}

    ul.siteOptions li {
        display: inline-block;
        text-align: center;
        color: #fff;
    }

div.siteContact {
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #428f4a;
    margin-top: 20px;
}

div.siteLogos {
}

ul.siteOptions {
    text-align: center;
    width: 100%;
}

    ul.siteOptions a {
        color: #48ffc7;
        margin-right: 15px;
        font-size: 18px;
        text-decoration: none;
        font-weight:normal;
    }

        ul.siteOptions a:hover {
            color: #fff;
        }

    ul.siteOptions li {
    }

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
}

div.erroricon {
}

div.errortext {
}


/*
 * Search area
 */


div.search_area {
    background: #fff;
    border: 0;
    border-radius: 0;
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 70px;
    width: 215px;
}

    div.search_area .search_field {
        border: 1px solid #ddd;
        background:#f1f1f1;
        border-radius: 0;
        box-shadow: none;
        width: 150px;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        padding:6px;
    }

    div.search_area .btn_search {
        box-shadow: none;
        border: 1px solid #ddd;
        border-radius: 0;
        background: #f1f1f1;
        margin-right: 2px;
        color: #009366;
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
    }

        div.search_area .btn_search:hover {
        }

/** Font.css **/
/* 
 * General
 */
html {
}

body {
}

input, textarea, select {
}

pre, code, kbd {
}

.strong, b {
    font-weight: bold;
}

em {
}


.ingress {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.pre-amble {
}


/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
    color: #444;
}

    h1, h1.pagetitle {
        font-size: 34px;
        letter-spacing: -0.0125em;
        line-height: 35px;
        margin-bottom: 19px;
    }

h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
}

    h6.header-contact {
    }

    h6.header-openinghours {
    }

    h6.header-information {
    }

h2.header, h3.header {
}

.box-primary h3.user {
    margin-bottom: 0;
}

.siteHeader h1 {
}

div.rental h2, div.trade h2, div.interest h2, div.resident h2 {
    font-size: 28px !important;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divInterest .interest span {
    display: block;
}

.box-primary h3, .primary h3, .box-primary h4, .primary h4 {
    background: transparent;
    color: #444;
}

em strong, em b, em .bold {
    font-weight: bold;
    font-style: italic;
}
/*
 * Search area
 */
div.search_area .btn_search {
}
/*
 * Boxes
 */
.box {
}

.primary h3 {
    font-size: 22px;
    background: none;
    line-height: 34px;
    letter-spacing: -0.0125em;
    padding-bottom: 0;
    color: #009366;
    font-weight: bold;
}

.secondary h3 {
    font-size: 22px;
    background: none;
    line-height: 34px;
    letter-spacing: -0.0125em;
    padding-bottom: 0;
    color: #434343;
    font-weight: 500;
}

.primary h3 {
}

.secondary h3 {
}

.box-rental h2, .box-resident h2 {
}

.primary h2.localnews {
    text-align: left;
}

.box-secondary h3, .secondary h3, .box-secondary h4, .secondary h4 {
    background: none;
    color: #434343;
    margin-bottom: 10px;
    font-weight:bold;
}

.related-content .box-inner {
    padding-bottom: 2px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 18px;
    background: none;
    color: #434343;
}

span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
    font-size:16px;
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
    display: block;
    font-size: 12px;
    line-height: 21px;
}

/** CM.css **/
/*
 * 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 {
}

/** General.css **/
/*
 * Paragraphs
 */
p {
    margin: 0 0 14px;
    color: #444;
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }




/*
 * Form elements
 */
input, select, textarea {
}

input, textarea {
}

    input.no-border, table.no-border input, span.no-border input {
    }

    /*** Checkbox ***/
    input.check, table.check input, span.check input {
    }

    /*** Radiobutton ***/
    input.radio, table.radio input, span.radio input, span.radio label {
    }

/*** Submit button ***/
.btn, .btn-disabled, .btn_interest, .btn_search {
    line-height: 12px;
    font-size: 14px;
    padding: 8px;
    height: unset;
    font-weight: 700;
}

    .btn.logout {
        line-height: 26px;
        text-decoration: none;
    }

input.btn_interest {
    background: #009366;
    border: none;
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 24px;
    cursor: pointer;
}

.btn {
}

.btn-disabled {
}

/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {
}

.col50 .box-inner .textarea,
.col75 .box-inner .textarea {
}

/*
 * Horizontal rule 
 */
hr {
    background-color: #434343;
    color: #434343;
}

/*
 * Button list
 */
span.button-list input, span.button-list a {
}

span.button-list a {
}

    span.button-list a.selected {
    }

.rentalinfo input, .rentalinfo a {
}

/* 
 * Navigation bar
 */
div.navbar {
    margin-top: 20px;
}

    div.navbar .buttons {
    }

        div.navbar .buttons input {
        }

            div.navbar .buttons input dimmed {
            }

        div.navbar .buttons .btn_first {
        }

        div.navbar .buttons .btn_prev {
        }

        div.navbar .buttons .btn_next {
        }

        div.navbar .buttons .btn_last {
        }

    div.navbar .text {
    }

        div.navbar .text a {
        }

        div.navbar .text p {
        }

            div.navbar .text p.left {
            }

            div.navbar .text p.right {
            }

/*
 * Page form header & footer
 */
div.pageHeader, div.pageSubHeader {
    background: #f1f1f1;
    border-radius: 4px;
    color: #434343;
    border: none;
    padding: 10px;
    font-size: 20px;
}

div.pageFooter {
    background: #f1f1f1;
    border-radius: 4px;
    color: #434343;
    border: none;
    padding: 10px;
    font-size: 20px;
}

    div.pageFooter input {
        margin:0;
    }

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    padding-left: 0;
    color: #bb333f;
    padding-top: 3px;
}

span.forminfo-icon {
}

span.forminfo-text {
}

/*
 * Landlord presentation
 */
div.landlord-area {
}

div.landlord-img {
}

    div.landlord-img 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: 20px;
}
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: 45px;
        height: 45px;
        border: solid 1px #009366;
        margin: 0;
        cursor: pointer;
        margin-right: 12px;
    }
div.image-slideshow {
    margin-bottom: 20px;
    float: left;
}

/* 
 * Parking-direct & Object-direct & Storage-direct
 */
span.ico_p-direct, span.ico_object_direct, span.ico_storage-direct {
}

span.ico_p-direct {
}

span.ico_object_direct {
}

span.ico_storage-direct {
}


/* COMMENT*/
span.comment {
}

/* 
 * Table list
 */
table.tbl_list {
}

    table.tbl_list tr td {
        background: #686868;
        padding: 2px 4px;
        color: #fff;
    }

table.gridlist td.listitem-odd, tr.listitem-odd td, table.gridlist td.listitem-even, tr.listitem-even td {
    border-bottom: 1px solid #ddd;
}

table.gridlist tr.listitem-even {
    background: #f4f4f4;
}
/* 
 * Table grid
 */
table.tbl_grid {
}

    table.tbl_grid tr td {
    }

.headerstyle {
}

.alternate {
}

/*
 * Control specific styles
 */
div.ImageTextStyles {
}

/*
 * Search Area Results
 */
div.search_results {
}

    div.search_results .search_textfield_area {
    }

    div.search_results .navbar {
    }

/*
 * TopMenu definition.
 *
 * 090817	HE		Initial version
 */

/*** Reset all list-styles ***/
ul.topmenu {
    margin: 0;
    float: left;
    width: 100%;
    bottom: 16px;
    position: absolute;
    right: 0;
}

    ul.topmenu, ul.topmenu li {
    }

/*** Setup basic menu look ***/

ul.topmenu {
}

    ul.topmenu li {
        margin-left: 0px;
        margin-right: 20px;
    }

        ul.topmenu li a {
            font-size: 18px;
            font-weight: 600;
            color: #444;
            text-decoration: none;
            padding: 10px 10px;
        }

            ul.topmenu li a:hover {
                background: #f1f1f1;
                color: #444;
                border-radius: 8px;
            }
        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected, ul.topmenu li.childselected {
        }

            ul.topmenu li.selected a, ul.topmenu li.childselected a {
                background: #f1f1f1;
                color: #009366;
                border-radius: 8px;
                font-size: 18px;
                font-weight: 600;
            }

                ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
                    background: #01b981;
                    color: #fff;
                    border-radius: 8px;
                }
/*** Element padding ***/
ul.submenu {
}

/*** Element padding ***/
ul.submenu {
}

    /*** Link styles ***/
    ul.submenu a {
        color: #444;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0;
        text-decoration: none;
        width: auto;
        padding: 4px 0;
    }

        ul.submenu a:hover {
            color:#009366;
        }

    ul.submenu ul {
    }

        ul.submenu ul a {
            color: #434343;
            font-size: 15px;
            font-weight: normal;
            text-transform: none;
        }

        ul.submenu a,
        ul.submenu ul a,
        ul.submenu ul ul a {
            padding-top: 12px;
            padding-right: 24px;
            padding-bottom: 12px;
        }

        ul.submenu ul a,
        ul.submenu ul ul a {
            padding-top: 12px;
            padding-bottom: 12px;
        }

        ul.submenu ul a {
            padding-left: 16px;
        }

        ul.submenu ul ul a {
            padding-left: 32px;
        }
    /*** Special styles ***/
    ul.submenu li.expanded {
    }

    ul.submenu li.collapsed {
    }

    ul.submenu li.selected, ul.submenu li.childselected {
    }

        ul.submenu li.selected ul, ul.submenu li.childselected ul {
            font-weight: normal;
            padding-bottom: 10px;
            padding-top: 0;
            padding-bottom: 12px;
        }

        ul.submenu li.selected > ul,
        ul.submenu li.expanded.childselected > ul {
            background:#f1f1f1;
        }

    ul.submenu li.expanded.childselected ul li.expanded.selected.first ul,
    ul.submenu li.expanded.childselected ul li.expanded.childselected.first ul {
        margin-top: 0;
    }

    ul.submenu li.selected ul ul, ul.submenu li.childselected ul ul {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    /*** Special styles ***/
    ul.submenu li.expanded:before {
        content: "\f078";
        color: #ddd;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 8px;
    }

    ul.submenu li.collapsed:before {
        content: "\f078";
        color: #ddd;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 8px;
    }

    ul.submenu li.expanded.selected:before,
    ul.submenu li.selected:before {
        content: "\f078";
        color: #efb429;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 8px;
    }

    ul.submenu li.selected:before {
        content: "\f054";
        color: #efb429;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 8px;
    }

    ul.submenu li.expanded.childselected:before {
        content: "\f078";
        color: #ddd;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 8px;
    }

    ul.submenu li.expanded a {
        border: none;
    }

    ul.submenu li.expanded ul li.last {
    }

    ul.submenu li:hover:before {
        content: "\f054";
        color: #ddd;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 28px;
        padding-right: 4px;
        position: absolute;
        right: 4px;
        text-decoration: none;
        vertical-align: middle;
        margin-top: 9px;
    }

    ul.submenu li.expanded ul li.selected a {
        font-weight: bold;
    }

    ul.submenu li.meny-space {
        margin-bottom: 10px;
    }

    ul.submenu li.expanded ul li.selected ul li a {
        font-weight: normal;
    }

    ul.submenu li.collapsed.selected:before {
        content: "\f078";
        color: #efb429;
        font-family: FontAwesome;
    }

    ul.submenu li ul li ul li.expanded.selected:before, ul.submenu li ul li ul li.selected:before {
        content: "\f054";
        color: #efb429;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.expanded.selected:before {
        content: "\f078";
        color: #efb429;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.expanded.selected:hover:before,
    ul.submenu li ul li.collapsed.selected:hover:before {
        content: "\f078";
        color: #ddd;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.selected:before {
        content: "\f054";
        color: #efb429;
        font-family: FontAwesome;
    }

    ul.submenu li ul li:hover:before {
        content: "\f054";
        color: #ddd;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.selected:hover:before {
        content: "\f054";
        color: #ddd;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.collapsed:hover:before,
    ul.submenu li ul li.expanded:hover:before {
        content: "\f078";
        color: #ddd;
        font-family: FontAwesome;
    }

    ul.submenu li.collapsed:hover:before,
    ul.submenu li.expanded:hover:before {
        content: "\f078";
        color: #ddd;
        font-family: FontAwesome;
    }

    ul.submenu li.collapsed.selected:hover:before,
    ul.submenu li.expanded.selected:hover:before {
        content: "\f078";
        color: #ddd;
        font-family: FontAwesome;
    }

    ul.submenu li.selected:hover:before {
        content: "\f054";
        color: #ddd;
        font-family: FontAwesome;
    }

    ul.submenu li ul li.collapsed:hover:before,
    ul.submenu li ul li.expanded:hover:before {
        content: "\f078";
        color: #ddd;
        font-family: FontAwesome;
    }

    ul.submenu li.expanded.childselected:before,
    ul.submenu li ul li.expanded.childselected:before {
        content: "\f078";
        color: #efb429;
        font-family: FontAwesome;
    }

    ul.submenu > li.expanded > a {
        border-bottom: 2px solid #009366;
        padding-bottom: 10px;
        font-weight:bold;
    }

    ul.submenu li.expanded.childselected ul li.collapsed.selected:before,
    ul.submenu li.expanded.childselected ul li.expanded.selected:before,
    ul.submenu li.expanded.childselected ul li.expanded.childselected:before,
    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.selected:before {
        margin-top: 1px;
    }
    ul.submenu li.selected a {
        font-weight:bold;
    }
    /** Lists.css */
    /*
 * Ordered/Unordered lists 
 */
    ul, ol {
        margin: 15px 0 15px 30px;
    }

    ul li {
    }

    ol li {
    }

    /* 
* Horizontal list 
*/
    ul.horizontal {
    }

        ul.horizontal li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
        }

    ul.horizontal-bulleted {
    }

        ul.horizontal-bulleted li {
        }

div.related-content div.box-inner li.doc_document {
}

div.related-content div.box-inner li.inf_link {
}

div.related-content div.box-inner li.cm_page {
}

/*
 * Boxlist
 */
ul.boxlist {
}

    ul.boxlist li {
    }

/* 
 * FAQ List 
 */
ul.faq-list {
    border-top: 1px solid #dbdbdb;
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

    ul.faq-list:hover {
        background: #f1f1f1;
    }

    ul.faq-list li {
        padding-left: 14px;
        margin-top: 14px;
    }

        ul.faq-list li p {
            margin-bottom: 0;
        }

        ul.faq-list li.icon-questionmark {
            display: none;
        }

    ul.faq-list .question:before {
        content: "\f059";
        color: #888;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .answer:before {
        content: "\f05a";
        color: #009366;
        font-family: FontAwesome;
        font-size: 21px;
        padding-right: 4px;
        position: absolute;
        right: 10px;
        text-decoration: none;
        width: 20px;
    }

    ul.faq-list .question, ul.faq-list .answer {
        padding-bottom: 15px;
    }

    ul.faq-list .question {
    }

    ul.faq-list .question, ul.faq-list .answer {
    }


ul.horizontal-bulleted li {
    background: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eeeae4;
    list-style-type: none;
    width: 100%;
    display: block;
    line-height: 28px;
}

    ul.horizontal-bulleted li:before {
        content: "\f00c";
        color: #66cc00;
        display: inline-block;
        font-family: FontAwesome;
        font-size: 16px;
        line-height: 11px;
        margin-right: 5px;
        padding: 5px;
        text-decoration: none;
        width: 10px;
    }

/* 
* Sitemap
*/
.sitemap_paragraph {
}

/* 
 * Sitemap List 
 */
ul.link {
}

ul li.maplink {
}

/* 
 * ListAvailable
 */
ul.listavailable {
    list-style-type: none;
    margin: 0;
}

    ul.listavailable li {
        list-style-type: none;
    }

.col50 ul.listavailable li a {
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

.col100.background {
    height: 40px;
    text-align: center;
}

body.default .box-inner.available-content {
    position: relative;
    padding: 44px 25px 0px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

body.default div.ListAvailablelist {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    left: 0;
}

body.default div.box.available {
    background: gainsboro url(../Img/knivstabostader-map-bg.png) no-repeat 100% 47%;
    background-size: auto;
    background-size: 150% 150%;
}

body.default ul.listavailable ul li {
}

body.default ul.listavailable ul {
}

body.default ul.listavailable li:last-of-type {
    margin-right: 0;
}

body.default ul.listavailable li {
}

    body.default ul.listavailable li a {
    }

body.default div.box.available div.box-outer span.before {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-shadow: 4px 2px 4px #fff;
    position: relative;
    top: 30px;
}

body.default .box.available ul.listavailable.apartments {
    overflow: visible;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    top: 38px;
}
body.default .box.available ul.listavailable.parking {
    overflow: visible;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    top: 55px;
}
body.default div.box.available div.box-outer span.after {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 20px;
    text-shadow: 4px 2px 4px #fff;
}

body.default ul.listavailable li a:hover {
    text-decoration: none;
}

body.default ul.listavailable li a.bulleted:before {
    visibility: hidden;
    display: none;
}

body.default .ListAvailablelist span.no-objects {
    color: #009366;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-shadow: 4px 2px 4px #fff;
    top: 87px;
    position: relative;
}
/*
 * Thumbnail list
 */
div.thumbnail-container {
}

ul.thumbnail-list {
}

    ul.thumbnail-list img {
    }

.thumbnail-container ul.thumbnail-list li {
}

    .thumbnail-container ul.thumbnail-list li.alignleft {
    }

.col25 .thumbnail-container ul.thumbnail-list li {
}

    .col25 .thumbnail-container ul.thumbnail-list li.alignleft {
    }

ul.mypage_profile_interest li span {
    display: block;
    margin: 4px 0 0;
}

ul.mypage_profile {
    padding-bottom: 6px;
}

div.jquerypanel .header a {
    color: #0066a4;
}

/** Boxes.css **/
/*** General rules ***/
.box {
}

.box-outer {
    min-height: 40px;
}

.box .noheight {
}

.box-inner {
    font-size: 16px;
    line-height: 24px;
    color: #444;
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary, .primary .box-inner {
    background: #f1f1f1;
    color: #444;
}

    .primary h2 {
        color: #009366;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: center;
    }

    .primary p {
        color: #444;
    }

    .primary hr {
        color: #444;
        background: #009366;
    }

    .primary a {
        color: #009366;
        font-size: 16px;
        font-weight:bold;
    }

        .primary a:hover {
            color: #009366;
        }

        .primary a.bulleted {
            background: none;
            padding-left: 0;
            color: #009366;
        }

            .primary a.bulleted:before {
                color: #009366;
            }

    .primary .box-inner {
    }

/*** Secondary ***/
.secondary {
    background: #f1f1f1;
    color: #444;
}

    .secondary hr {
    }

    .secondary a {
        color: #009366;
        font-size: 16px;
        font-weight:bold;
    }

        .secondary a:hover {
            color: #009366;
        }

        .secondary a.bulleted {
            background: none;
            padding-left: 0;
            color:#009366;
        }

a.bulleted {
    font-size: 16px;
    text-decoration: none;
    color:#444;
}

    .secondary a.bulleted:before,
    a.bulleted:before {
        color: #009366;
        font-size: 16px;
    }
    a.bulleted:hover {
        text-decoration:underline;
    }
    .areainfo {
        margin-top: 20px;
    }

.object-interest, .object-facts {
    line-height: 21px;
}

.archive-readmore {
    margin-top:10px;
}
.archive-readmore a {
}

    .archive-readmore a:hover {
    }
/*** Login Control ***/
.col25 div.loginarea span {
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }
div.loginarea p label {
    font-weight:bold;
}


/** Nyheter med bild **/


/* NEWS DATE */
span.newsdate {
    color: #0d6dac;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #444;
    font-style: normal;
    font-weight: 600;
}


div.newsHeader {
    background-color: #f3b603;
    color: #fff;
    clear: both;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

    div.newsHeader h2 {
        color: #fff;
        display: block;
        margin: 0;
        line-height: 32px;
        font-weight: 500;
        font-size: 17px;
        text-transform: uppercase;
    }

div.news-area div.col100 {
    float: left;
    width: 100%;
    margin-right: 0;
    background: transparent;
}

div.news-area div.col33.news {
    float: left;
    width: 31.87%;
    margin-right: 2.13%;
    background: #fff;
    margin-bottom: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

    div.news-area div.col33.news:nth-of-type(3n+3) {
        margin: 0;
    }

div.col33.news a {
    text-decoration: none;
    width:100%;
}

div.news-area div.col33.news a img {
    max-width: 100%;
}

div.newsBox {
    padding: 20px 24px 20px;
    box-sizing: border-box;
    text-align: left;
}

div.col33.news.column div.newsBox h3 {
    font-weight: 600;
    color: #000;
    letter-spacing: -0.5px;
    font-size: 23px;
    margin-bottom: 16px;
}

div.col33.news.column div.newsBox a {
    text-decoration: none;
    color: #000;
}

div.col33.news a {
    float: left;
}

    div.col33.news a div.newsBox.column p {
        color: #000;
        font-weight:normal;
    }

div.news-area div.col33.alignright.press h3 {
    font-weight: 600;
    color: #000;
    letter-spacing: -0.5px;
    font-size: 30px;
    margin-bottom: 30px;
}

div.newsBox.column h3:hover {
    text-decoration: underline;
}

body.default div.news-archive {
    width: 100%;
    float: left;
    padding: 0;
    box-sizing: border-box;
    background: repeating-linear-gradient( -45deg, #f1f1f1, #f1f1f1 5px, #fff 5px, #fff 10px );
    text-align: right;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}


.newsarchive-link {
    padding: 7px 16px;
    background: #009366;
    font-size: 19px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    border: 10px solid #fff;
}
.newsarchive-link:hover {
    background:#444;
    color:#fff;
}

div.col100.puff {
    margin-top: 10px;
    background: transparent;
    margin-bottom:0;
}

div.col50.puff-container {
    background: #f1f1f1;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    width: 48.8%;
    margin-bottom: 30px;
}
    div.col50.puff-container img.show {
        float:none;
        display:block;
    }

    div.col50.puff-container:last-of-type {
        float: right;
        margin: 0 0 30px;
    }


    div.col50.puff-container .puff-area {
        padding: 30px 30px 10px;
        color: #444;
        font-size: 16px;
        box-sizing: border-box;
    }

    div.col50.puff-container h4 {
        color: #444;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    div.col50.puff-container h3 {
        color: #444;
        font-size: 26px;
        margin-bottom: 10px;
        letter-spacing: -0.5px;
    }

    div.col50.puff-container a {
        text-decoration: none;
        color: #009366;
        float:left;
        width:100%;
    }

    div.col50.puff-container div.puff-area span.bulleted {
        display: block;
        text-align: right;
        width: 100%;
        font-weight: 700;
    }

        div.col50.puff-container div.puff-area span.bulleted:hover {
            text-decoration: underline;
        }
        div.col50.puff-container div.puff-area span.bulleted:before {
            content: "\f054";
            color: #009366;
            font-family: FontAwesome;
            font-size: 16px;
            font-style: normal;
            padding-right: 4px;
            text-decoration: none;
            display: inline-block;
        }
    div.col50.puff-container .ingress {
        font-weight: 400;
    }

/** Grids.css **/
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size: 16px;
}

    table.gridlist tr.headerrow {
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
            background-color: #009366;
            padding: 0 6px;
        }

            table.gridlist td.header a, tr.header td a {
                background-color: #009366;
            }

                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-color: #009366;
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                    background-color: #009366;
                }

        table.gridlist td.listitem-even, tr.listitem-even td {
            padding: 8px 6px;
        }


.box-primary table.gridlist td.listitem-even, .box-primary tr.listitem-even td,
.box-secondary table.gridlist td.listitem-even, .box-secondary tr.listitem-even td,
.box table.gridlist td.listitem-even, .box tr.listitem-even td,
.box-primary table.gridlist td.listitem-odd, .box-primary tr.listitem-odd td,
.box-secondary table.gridlist td.listitem-odd, .box-secondary tr.listitem-odd td,
.box table.gridlist td.listitem-odd, .box tr.listitem-odd td {
}

table.gridlist td.listitem-odd, tr.listitem-odd td {
    border-bottom: 1px solid #ccc;
    padding: 8px 6px;
}

table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}

table.gridlist tr td td {
}

table.gridlist img.objectlist_icon {
}

/*
 * UL form list
 */
ul.form {
    font-size: 15px;
}

    ul.form li {
    }

        ul.form li.validator {
        }

        ul.form li.label {
        }

.box-primary ul.form li.label,
.box-secondary ul.form li.label,
.box ul.form li.label {
}

ul.form li.textvalue {
}

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 {
}

ul.form li.value input {
}

ul.form li.label-large {
}

.formstyle {
}

    .formstyle .label {
    }

/*
 * Statistics grid
 */
div.statistics table {
}

/*
 * News-archive grid
 */
div.news-archive .date-column {
    padding: 10px;
    color: #009366;
    font-size: 15px;
}

div.news-archive .content-column .title {
    background: transparent;
    color: #009366;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: none;
    display: block;
}

div.news-archive .content-column p {
    font-size: 15px;
}

div.news-archive .date-column {
}

div.news-archive .content-column .title {
}

/** Bostadsfakta **/
div.area_info_facts {
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 90;
    padding: 15px 15px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    div.area_info_facts table.gridlist tr {
        border-color: #d2d2d2 !important;
    }

        div.area_info_facts table.gridlist td.header,
        div.area_info_facts table.gridlist tr.header td {
            background: transparent;
            color: #444;
            font-size: 15px;
        }

    div.area_info_facts table.tbl_list tr td {
        padding: 8px 14px;
        font-size: 12px;
    }

    div.area_info_facts table.gridlist td.listitem-odd, div.area_info_facts tr.listitem-odd td,
    div.area_info_facts table.gridlist td.listitem-even, div.area_info_facts tr.listitem-even td {
        padding: 6px 8px;
    }

    div.area_info_facts h4 {
        font-size: 21px;
        font-weight: bold;
        line-height: 36px;
    }

.col25.sideBar .gridlist {
    width: 100%;
}

table.gridlist td.header, tr.header td {
    height: 29px;
    vertical-align: middle;
}

body.org_employeelist table.gridlist {
    margin-bottom: 30px;
}

div.area_info_facts table.gridlist tr:last-of-type td {
    border-color: #fff;
}

/* QuickFilter */
.objectlistFilters {
    background: #f1f1f1;
    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 #434343;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

ul.quickfilter li {
    float: left;
    font-size: 15px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 47%;
}

ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
    float: left;
    font-size: 14px;
    width: 90%;
}

ul.quickfilter span.maxValue {
    font-size: 14px;
    float:right;
}

ul.quickfilter li span.title {
    font-size: 16px;
    font-weight: 500;
}

ul.quickfilter label {
    margin-right: 3px;
}

.ui-widget-header {
    background: #009366;
}

.ui-widget-content {
    background: #fff;
}

label.title {
    background: #f1f1f1;
    border-radius: 6px;
    color: #009366;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
    font-weight:bold;
}

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: transparent;
    border: 1px solid #dbdbdb;
    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: 16px;
    font-weight: normal;
    margin-top: 0;
}

ul.templatelist.block li img.image {
    display: block;
    margin: 0 auto;
    max-height: 110px;
    padding-left: 0;
    width: 80%;
    overflow: hidden;
}

ul.listviews li a {
    display: block;
    font-size: 13px;
    height: 14px;
}


div.page-col25 ul.grid li.left {
    float: left;
    width: 55px;
}

div.page-col25 ul.grid li.right {
    padding-left: 60px;
    width: auto;
}

div.page-col50 ul.grid li.left {
    float: left;
    font-size: 19px;
    line-height: 40px;
    width: unset;
}
div.page-col50 ul.grid li.right {
    width: auto;
    padding-left: unset;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #009366;
}
/** DynamicMap.css **/
.dynamic-map {
}

    .dynamic-map a {
        font-size: 13px;
        text-decoration: none;
    }

    .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 {
            background: #686868;
            border-radius: 100%;
            color: #fff;
            font-size: 12px;
        }

        .dynamic-map .more .area-label {
        }

    .dynamic-map .area-links ul {
        margin-left: 18px;
    }

        .dynamic-map .area-links ul li a {
            font-size: 15px;
            text-decoration: none;
        }

    .dynamic-map .area-img {
        margin-top: 20px;
    }

/** Slider.css **/
div#divSliderOverlayTop {
}

div#divSliderOverlayBottom {
}

/*
  * 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 {
}

.col66 .slider,
.col66 .slider-container {
}

.slider-container {
    margin: -20px 0 0;
    position: absolute;
    right: 0;
    width: 100% !important;
}

    .slider-container img {
        width: 100% !important;
    }

.slider-inner {
}

.slider {
    height: 400px;
    width: 100%;
}

    .slider img {
        max-width: 100%;
    }

/*
 * Pager
 */
.pager-container {
    margin: -49px 0 0 0;
    position: absolute;
    width: 620px;
    height: 44px;
    background: none;
}

.pager {
}

    .pager li {
        border: 0;
        background: transparent url(../Img/pagination_unsel.png) no-repeat 50% 50%;
        height: 22px;
        margin: 12px 0 10px 10px;
        width: 22px;
    }

        .pager li.selected {
            border: 0;
            background: transparent url(../Img/pagination_sel.png) no-repeat 50% 50%;
        }
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
}

#slider_next {
    background: transparent url("../Img/next_pagination.png") no-repeat 50% 50%;
}

#slider_prev {
    background: transparent url("../Img/prev_pagination.png") no-repeat 50% 50%;
}

#slider_next, #slider_prev {
    top: auto;
    bottom: 10px;
}

#slider_prev {
    left: auto;
    right: 50px;
}

/*
 * Slider Text
 */


div.ImageTextStyles {
    margin: 0;
}

    div.ImageTextStyles.Image {
        overflow: hidden;
    }

.ImageTextStyles-Container {
    width: 500px;
    margin: 0 auto;
    clear: both;
    display: block,
}

div.ImageTextStyles.Text {
    color: #fff;
    float: left;
    height: auto;
    position: absolute;
    right: 33%;
    top: 50px;
    width: 33%;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
}

    div.ImageTextStyles.Text h1, div.ImageTextStyles.Text h2, div.ImageTextStyles.Text h3, div.ImageTextStyles.Text h4, div.ImageTextStyles.Text h5, div.ImageTextStyles.Text h6 {
        color: #fff;
    }

    div.ImageTextStyles.Text div.sliderTitle,
    div.ImageTextStyles.Text {
        color: #fff;
    }

        div.ImageTextStyles.Text div.sliderTitle {
            font-size: 21px;
            line-height: 21px;
            margin-bottom: 5px;
            letter-spacing: -0.0125em;
        }

        div.ImageTextStyles.Text h1 {
            color: #fff;
            font-size: 70px;
            font-weight: 500;
            font-style: normal;
            line-height: 68px;
        }

        div.ImageTextStyles.Text h2 {
            font-size: 38px;
            font-weight: bold;
            line-height: 40px;
        }

        div.ImageTextStyles.Text p {
            color: #fff;
            font-style: normal;
            font-size: 18px;
            float: left;
            line-height: 27px;
        }

            div.ImageTextStyles.Text p a {
                text-decoration: underline;
                color: #fff;
            }

                div.ImageTextStyles.Text p a span.abstract {
                    display: inline;
                    font-size: 16px;
                    line-height: 21px;
                }

        div.ImageTextStyles.Text hr {
            display: none;
        }

.ImageTextStyles.Image img {
    width: 100%;
}


p.readmore {
    text-align: right;
}

    p.readmore a {
        font-size: 16px;
    }

/*
FocusObject Slider
*/

/*div.divfocus .pager-container {
    background: none;
    bottom: 107px;
    display: block;
    height: 44px;
    position: relative;
    top: auto;
    width: 270px;
}

div.divfocus .pager li {
    border: 0;
    background: transparent url(../Img/pagination_unsel.png) no-repeat 50% 50%;
    width: 22px;
    height: 22px;
    margin: 11px;
}

div.divfocus .pager li.selected {
    border: 0;
    background: transparent url(../Img/pagination_sel.png) no-repeat 50% 50%;
}
div.divfocus #slider_next, div.divfocus #slider_prev {
    bottom: 120px;
    top: auto;
}

div.divfocus  #slider_prev {
    left:auto;
    right:50px;
} 

div.divfocus .slider-container {
    width: 270px;
    margin: 0;
}

div.divfocus .col100 .slider, .col100 .slider-container {
    width: 270px;
}

div.divfocus div#divSliderOverlayTop {
    display: none;
}

div.divfocus div#divSliderOverlayBottom {
    display: none;
}

div.divfocus .slider {
    width: 270px;
    height: auto;
}

div.divfocus .slider .imgContainer {
    height: 183px;
    overflow: hidden;
}

div.divfocus .slider img {
    width: 270px;
    height: 170px;
}

div.divfocus .slider-inner {
    padding-bottom: 0;
}

div.divfocus ul {
}

div.divfocus ul.focusobject {
    overflow: hidden;
}

ul.focusobject li.left {
    float: left;
    width: 60px;
}

ul.focusobject li.right {
    width: 200px;
}*/


/** Cycle Slider **/
div.cycle-slideshow {
    overflow: hidden;
    margin-bottom: 26px;
}

.box-outer {
    min-height: initial;
}

.cycle-pager {
    position: relative;
    text-align: center;
    top: 10px;
    width: 100%;
    z-index: 100;
}

    .cycle-pager span {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: arial;
        font-size: 50px;
        height: 16px;
        width: 16px;
        position: relative;
        z-index: 1000;
    }

        .cycle-pager span.cycle-pager-active {
            color: #009366;
            text-shadow: 1px 1px 2px #000;
        }

    .cycle-pager > * {
        cursor: pointer;
    }

.cycle-prev, .cycle-next {
    cursor: pointer;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 5%;
    z-index: 800;
}

.cycle-prev {
    left: 0;
}

.cycle-next {
    right: 0;
}

.cycle-prev:after {
    content: "\f137";
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    font-size: 42px;
    left: 40px;
    position: absolute;
    text-decoration: none;
    top: 40%;
    z-index: 1000;
}

.cycle-next:after {
    z-index: 1000;
    content: "\f138";
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    font-size: 42px;
    right: 40px;
    position: absolute;
    text-decoration: none;
    top: 40%;
    z-index: 1000;
}

.alignleft {
    margin-right: 20px;
}

.box-primary.box.primary.areainfo {
    border-radius: 6px;
}

    .box-primary.box.primary.areainfo .box-inner {
        border-radius: 6px;
    }

.areatext h3 {
    font-size: 21px;
}

.object-facts ul li {
    line-height: 28px;
    font-size:16px;
}

.object-facts .box-inner {
    font-size: 14px;
    line-height: 21px;
}

.mypage_list.contract_list,
.mypage_list.rent a {
}

    .mypage_list.contract_list a.bulleted:before,
    .mypage_list.rent a:before {
        content: "\f054";
        color: #009366;
        font-family: FontAwesome;
        font-size: 16px;
        font-style: normal;
        padding-right: 4px;
        text-decoration: none;
        display: inline-block;
    }

ul.mypage_list .ico_landlord,
ul.mypage_list .ico_rentalinfo {
    background: none;
    padding: 0;
}

    ul.mypage_list .ico_landlord:before {
        content: "\f101";
        color: #009366;
        font-family: FontAwesome;
        font-size: 15px;
        padding-right: 6px;
        text-decoration: none;
    }

    ul.mypage_list .ico_rentalinfo:before {
        content: "\f101";
        color: #009366;
        font-family: FontAwesome;
        font-size: 15px;
        padding-right: 6px;
        text-decoration: none;
    }

.box-secondary div.resident {
    position: relative;
}

div.residentInfo {
    display: inline-block;
    float: left;
    width: 100%;
}

    div.residentInfo.residentLinks {
        bottom: 0;
        border-top: 1px dotted #707173;
        float: right;
        font-size: 16px;
        left: 0;
        padding: 3px 0 0 0;
        position: relative;
        right: 0;
        text-decoration: none;
        width: 100%;
        border: none;
    }

        div.residentInfo.residentLinks h4 {
            font-size: 18px;
            font-style: normal;
            line-height: 18px;
            margin-top: 10px;
        }

        div.residentInfo.residentLinks a {
            text-decoration: none;
            color: #595959;
        }

        div.residentInfo.residentLinks .alignright {
            float: right;
            width: 100%;
        }

        div.residentInfo.residentLinks ul.mypage_list.link_list {
            float: left;
            width: 100%;
            margin-bottom: 0;
            padding-bottom: 0;
        }

            div.residentInfo.residentLinks ul.mypage_list.link_list li {
                display: inline-block;
                margin-right: 3px;
                font-style: italic;
            }

body.org_employeelist table.tbl_grid {
    border: medium none #c7c5c5;
    table-layout: auto;
    width: 700px;
}

body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+1) {
    width: 250px;
    padding-left: 6px;
}

body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+2) {
    width: 170px;
    padding-left: 6px;
}

body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+3) {
    width: 100px;
    padding-left: 6px;
}

body.org_employeelist table.gridlist tr.headerrow td:nth-of-type(4n+4) {
    width: 100px;
    padding-left: 6px;
}

body.org_employeelist table.gridlist td a.iframe {
    margin-left: 3px;
    text-decoration: none;
}

.article-area-info img {
    max-width: 100%;
}

a.bulleted.no-underline {
    text-decoration: none;
}

    a.bulleted.no-underline:hover {
        text-decoration: underline;
    }
.col33.ledigt {
    float: left;
    width: 31.87%;
    margin-right: 2.13%;
}
.col33.ledigt .box-inner {
    text-align: center;
}

    .col33.ledigt .box-inner .available.img {
        background: url(../Img/bg_ledigt_new.png)no-repeat 100% 50%;
        height: 100%;
        width: 100%;
        margin: 8px auto 0;
    }

body.default .col33.ledigt h4 {
    margin-top: 0;
    color: #057452;
    font-size: 32px;
    position: relative;
    top: 5px;
    background: rgba(255,255,255,.85);
    display: inline-block;
    padding: 10px 30px;
    border-radius: 6px;
}
div.col33.ingang {
    background: #e5f4ea;
    width: 31.87%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
    div.col33.ingang div.box.ingang div.box-outer div.box-inner.column div.box.ingang a  {
        color: #009366;
        text-decoration: none !important;
    }
    div.box.ingang div.box-outer div.box-inner {
        padding: 25px 25px 0;
        box-sizing: border-box;
    }
div.col33.ingang div.box.ingang div.box-outer div.box-inner.column div.box.ingang img {
    border-radius: 100%;
    margin-top: 8px;
    position: relative;
    top: -55px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
    div.col33.ingang div.ingang-content {
        position: relative;
        top: -30px;
        padding-bottom:20px;
    }
div.col33.ingang .box {
}
.box.ingang .box-inner {
    text-align: center;
}

div.col100 div.col33.litenpuff div.box-inner p a {
    color: #009366;
    display: inline;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    top: 35px;
}

.box.ingang .box-inner p a {
    color: #009366;
    display: inline;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    /*top: 35px;*/
}

    .box.ingang .box-inner p a:hover {
        text-decoration: underline;
    }

.col100.links h4 {
    text-align: center;
    margin-bottom: 20px;
}
div.col33.links-container {
    float: left;
    width: 31.87%;
    margin-right: 2.13%;
    background: #fff;
    margin-bottom: 3px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
div.col33.links-container.alignright {
    margin: 0;
}
    div.col33.links-container .box-inner {
        padding: 25px;
        box-sizing:border-box;
        border:1px solid #ddd;
    }

    div.col33.links-container .links p {
        margin: 0;
        line-height: 21px;
    }

        div.col33.links-container .links p a {
            margin: 0 0 10px 0;
            text-decoration: none;
            font-size: 18px;
            display: block;
            font-weight: bold;
        }

    div.col33.links-container .links div.links p br {
        display: none;
    }
    div.col33.links-container div.links a:hover {
        text-decoration: underline;
    }
    div.col33.links-container p a:before {
        content: "\f138";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 19px;
        padding-right: 5px;
        text-decoration: none;
        padding-top: 15px;
    }

    div.col33.links-container img {
        margin-bottom: 0px !Important;
        width: 100% !Important;
        position: relative;
        bottom: -6px;
    }
div.box.ingang a img {
    margin: 0 auto;
}
.col33.ingang .box.ingang a, .col33.ingang .box.ingang p {
    color: #444;
    display: inline;
    text-decoration: none;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: normal;
    position: relative;
}

    .col33.ingang .box.ingang a:hover, .col33.ingang .box.ingang p:hover {
        text-decoration: underline;
    }

.box-inner {
    line-height: 26px;
}

.article-display-date {
    display: none;
}

div.residentInfo.residentLinks {
    display: none;
}

ul.listavailable span.before {
    padding-right: 3px;
}

.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;
}

button#all-areas {
    margin: 10px 0;
    display: block;
    font: normal 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
    transition: border .2s linear 0s,box-shadow .2s linear 0s;
    line-height: 12px;
}

ul[id$="ulAreas"] td {
    padding-right: 10px;
}

ul.mypage_profile li[id$="liProfileAddress2and3"] {
    margin-left: -3px;
}

.col75 img {
    max-width: 850px;
}
.col50 img {
    max-width: 556px;
}
.col25 img {
    max-width:275px;
}
.col25 .box-inner img {
    max-width: 250px;
}

.fa-search:before {
    content: "\f002";
    font-size: 37px;
    left: 18px;
    position: absolute;
}

.removeInterestBox {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px #009366 dashed;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-top: 0;
    box-sizing: border-box;
}
.fa-trash-o:before {
    content: "\f014";
    color:#009366;
}
button#all-areas {
    font-weight:bold;
}

div.col33.ledigt ul.listavailable li a.bulleted span.after,
div.col33.ledigt ul.listavailable li a.bulleted span.before {
    color: #057452;
    position: relative;
    top: 0;
}
div.col33.ledigt ul.listavailable li a.bulleted span.before {
    font-family: Roboto;
}
div.box.available div.available-content ul.listavailable.parking li a.bulleted span.before {
    top: 0;
}
div.col33.ledigt ul.listavailable.parking li a.bulleted span.after {
}


/*Uppsala Score*/
ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_HSS_INTEREST_SCORE_UPPSALA {
    visibility: hidden;
    display: none;
}