/*
 * Main stylesheet for the new cleaned structure.
 *
 */

/* 
 * General
 */
html {
}

body {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 23px;
    font-size: 15px;
    background: #f6f6f6;
}

form {
    padding-bottom: 0;
}
div.cookie-header {
    background: #000;
    font-size: 1em;
    color: #fff;
    padding: 1em;
    text-align:center;
}
div#cookie-header.cookie-header a.cookieCheckLink {
    color:#fff;
}
div#cookie-header.cookie-header input.btn {
    display: block;
    margin: 1em auto 0;
}
input, textarea, select {
}
 
pre, code, kbd {
}

strong, b {
}

em {
}

.ingress {
}

.pre-amble {
}

.alert {
}
caption {
    display:none;
}

a {
    color: #000;
    text-decoration:underline;
}
a:hover {
    color:#ff9933;
    text-decoration: underline;
}


p {
    margin-bottom:20px;
}
/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color:#000;
}

h1, h2.pagetitle {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

h2 {
    font-size: 29px;
    margin-bottom: 10px;
    line-height: 40px;
}

h3 {
    font-size: 25px;
    margin-bottom: 12px;
    line-height: 25px;
}

h4 {
    font-size: 21px;
    margin-bottom: 12px;
    line-height: 21px;
}

h5 {
    font-size: 19px;
    margin-bottom: 12px;
    line-height: 21px;
}
h6 {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 21px;
}

h2.header, h3.header {
}

.siteHeader h1 {
}

.ingress {
    color: #333;
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
}
/*
 * Main site containers 
 */
div.siteTopLinks-container,
div.siteHeader-container,
div.siteMain-container,
div.siteFooter-container,
div.siteMenu-container {
    width: 100%;
}
div.siteTopLinks-container {
    background:#ff9933;
}
div.siteHeader-container {
    background: #fff;
    background-size: 250px;
}

div.siteHeader-container, div.siteMain-container, div.siteFooter-container {
}

div.siteMenu-container {
    background: #fff;
    float: left;
    padding-bottom:20px;
}

div.siteMain-container {
    background: #fff url(../Img/bg.png) repeat 0 0;
}

div.siteFooter-container {
    background-color: #e5e5e5;
}
div.global-authorization,
div.siteHeader,
div.siteMain,
div.siteFooter {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    position: relative;
}

div.siteMain {
    padding:30px 50px 30px;
    background:#fff;
}
body.default div.siteMain {
    padding: 0 50px 30px;
    background:#fff;
}

div.siteFooter {
    height:270px;
    padding-bottom: 40px;
}

    div.siteFooter .col33 {
        width: 32.2%;
        padding-top: 40px;
        position: relative;
    }

        div.siteFooter .col33.alignleft {
            margin-right: 20px;
        }


        div.siteFooter .col33 h6 {
            margin-bottom: 10px;
            padding-bottom: 10px;
            text-align: left;
            font-weight: 600;
            font-size: 24px;
            color: #000;
        }

    div.siteFooter div.col33.alignleft ul.linkMenu li {
        line-height: 28px;
    }

        div.siteFooter div.col33.alignleft ul.linkMenu li a {
            text-decoration: none;
            color:#000;
            font-size:16px;
        }
        div.siteFooter div.col33.alignleft a{
            text-decoration: underline;
        }

            div.siteFooter div.col33.alignleft ul.linkMenu li a:before {
                content: "\f054";
                color: #ff9933;
                font-family: FontAwesome;
                font-size: 12px;
                padding-right: 4px;
                text-decoration: none;
            }

    div.siteFooter div.col33:nth-of-type(3n+3) {
        text-align: center;
        position: absolute;
        right: 0;
    }
/*
 * Site header
 */
div.siteHeader {
    position: relative;
    height: 120px;
    padding-top: 20px;
}

div.siteLogo {
    position: absolute;
    top: 22px;
}

    div.siteLogo img {
        width: 260px;
    }

/*
 * Sidebar container 
 */
div.siteSidebar {
    margin-bottom:30px;
}

/*
 * Content containers 
 */
div.siteContent {
}

div.siteContentFull {
}

div.siteContentPopup {
}

div.siteContentIframe {
}

/*
 * Footer elements 
 */
div.siteBreadcrumbs {
    color:#000;
}

div.siteOptions {
}

div.siteContact {
    position: absolute;
    top: 34px;
    font-size: 15px;
    color: #fff;
}

    div.siteContact h6 {
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: 1px solid #666;
        padding-bottom: 10px;
        margin-bottom: 20px;
        display: inline-block;
        width: 25%;
    }

div.siteLogos {
}

ul.siteOptions {
}

    ul.siteOptions li {
    }

div.global-authorization {
    padding: 0;
}

    div.global-authorization a {
        text-decoration: none;
        font-size: 1em;
        font-weight: normal;
        color: #000;
        font-weight: 300;
        padding: 0;
        margin: 0;
    }

div.global-unauthorized-register {
}

div.global-authorization i {
    color: #fff;
}

/*
 * Page containers 
 */
.col100, .col75, .col50, .col37, .col25 {
}

.col100 {
}

.col75 {
}

.col50 {
}

.col37 {
}

.col33 {
}

.col25 {
}

.page-popup {
}

/*
 * Errormessage control
 */
div.errormsg {
}

div.erroricon {
}

div.errortext {
    font-size:13px;
}

/*
 * Search area
 */
div.search_area {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 70px;
    width: 300px;
    border:1px solid #000;
}

    div.search_area .search_field {
        border: 0;
        font-size: 14px;
        padding: 9px;
        position: relative;
        top: 0;
        width: 236px;
        box-shadow: none;
        float: left;
        border-radius: 2px;
    }

    div.search_area .btn_search {
        border: none;
        background: #000 url(../Img//ico-search.png) no-repeat 50% 50%;
        color: #fff;
        height: 35px;
        padding: 11px;
        text-indent: -9999px;
        text-transform: uppercase;
        width: 37px;
        cursor: pointer;
        margin-top: 0px;
        margin-right: 0;
        border-radius:0;
    }

/*
 * Menus
 */
ul.topmenu li a {
}

ul.submenu li {
}

/*
 * Search area
 */
div.search_area .btn_search {
}

/*
 * Boxes
 */
.box {
}

.primary h3, .secondary h3,
.primary h4, .secondary h4 {
    background: transparent;
    color: #000;
        font-size:23px;
}

.box-primary h3, .primary h3, .box-primary h4, .primary h4 {
    color: #000;
    font-size:23px;
}

.primary h3 {
}

.secondary h3 {
}

.box-rental h2, .box-resident h2 {
}

h2.localnews {
}


.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 14px;
    line-height: 23px;
}

span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
    font-size:15px;
}

.siteContact {
}

div.siteHeader table {
}

ul.form {
    font-size: 13px;
}

.box ul.form {
}

.pageFooter input {
}

div.navbar div.text {
}

.tbl_list {
}

.tbl_cell_list_header {
}

.tbl_grid {
}

.agreetext, .infotext {
}


/*@import url("CM.css");*/

/* 
 * 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 {
}


/*@import url("Elements/General.css");*/

/*
 * Paragraphs
 */
p {
}

    p.mul-img img {
    }

    p.mul-plan img {
    }

    p.pNoEntries {
    }

/*
 * Hyperlinks
 */
a.image {
}

a.planning {
}

a.bulleted {
    color: #000;
}
a.bulleted:hover {
    text-decoration:underline;
}
    a.bulleted:before,
    .primary a.bulleted:before,
    .secondary a.bulleted:before {
        content: "\f054";
        color: #ff9933;
        font-family: FontAwesome;
        font-size: 12px;
        padding-right: 4px;
        text-decoration: none;
    }

a.icon-areainfo img {
}

/*
 * 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 {
    line-height: 16px;
    height: 2.5em;
    text-shadow: none;
    font-size: 1em;
    padding: 0 1em;
}

.btn {
    background: #ff9933;
    color: #000;
}
    .btn:hover {
        background:#dc8127;
    }

    .btn-disabled {
        background: #dbdbdb;
        color: #333;
    }

/*** Input element default sizes ***/
.col50 .box-inner .textbox,
.col75 .box-inner .textbox {
}

.col50 .box-inner .textarea,
.col75 .box-inner .textarea {
}

/*
 * Horizontal rule 
 */
hr {
}

/*
 * 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 {
}

    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: #efefef;
    border-color: #c3c3c3;
    padding: 4px 10px;
}

div.pageFooter {
    background: #efefef;
    border-color: #c3c3c3;
}

    div.pageFooter input {
    }

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    color: #f20000;
    float: left;
    padding-right: 0;
    padding-top: 12px;
}

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 {
}

/* 
 * 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 {
}

/* NEWS DATE */
span.newsdate {
}

/* COMMENT*/
span.comment {
}

/* 
 * Table list
 */
table.tbl_list {
}

    table.tbl_list tr td {
    }

    table.tbl_list tr.tbl_cell_list_header td {
    }

div.grid {
}

table.gridlist {
    font-size:14px;
}

table.gridlist tr.headerrow {
    border:1px solid #d2dce3;
}

table.gridlist tr.marked {
}

table.gridlist tr.dimmed {
}

table.gridlist td {
}
table.gridlist td.header, tr.header td {
    background-color:#efefef;
	font-size: 15px;
    height:32px;
    font-weight:700;
    color:#000;
    padding:0 2px;
}
table.gridlist td.header:first-of-type {
    padding-left:6px;
}
table.gridlist td.header:last-of-type {
    padding-right:10px;
}
table.gridlist td.header a, tr.header td a {
    background-color:#efefef;
    color:#222;
}
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:#efefef;
        color:#222;
}
table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
    background-color:#efefef;
}
table.gridlist td.listitem-even, tr.listitem-even td {
    padding: 10px 3px;
    font-size:14px;
    background:#f9f9f9;
}
.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 #d2dce3;
    padding: 10px 3px;
    font-size:14px;
}
table.gridlist td.listitem-level2, tr.listitem-level2 td {
}

table.gridlist .label {
}
table.gridlist tr td a {
    color:#000;
    text-decoration:underline;  
}
table.gridlist tr td a:hover {
    color: #ff9933;
    text-decoration: underline;
}
table.gridlist img.objectlist_icon {
}
table.gridlist.even {
    background:#fff;
}
ul.mypage_profile {
    border-bottom: 1px solid #fff;
    padding-top: 13px;
    margin-top: 20px;
}
ul.mypage_profile {
    border-bottom: 1px solid #ff9933;
    padding-top: 13px;
    margin-top: 20px;
}
    ul.mypage_profile li {
        margin-bottom:4px;
    }
ul.mypage_profile_interest_header h4 {
    font-size: 17px;
    margin-top: 10px;
}

/*
 * Control specific styles
 */
div.ImageTextStyles {
}

/*
 * Search Area Results
 */
div.search_results {
}

    div.search_results .search_textfield_area {
    }

    div.search_results .navbar {
    }


/*@import url("Elements/TopMenu.css");*/

/*** Reset all list-styles ***/
ul.topmenu, ul.topmenu li {
}

/*** Setup basic menu look ***/
ul.topmenu {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    float: none;
    display: block;
}

    ul.topmenu li {
        font-size:17px;
        background: #fff;
        margin-right:30px;
    }

        ul.topmenu li a {
            color: #000;
            padding: 0;
            font-size:17px;
            text-transform: uppercase;
            text-decoration: none;
        }

            ul.topmenu li a:hover {
                color:#ff9933;
            }

        ul.topmenu li.last {
            border: none;
            margin:0;
        }

        /*** Selected item or selected child-item ***/
        ul.topmenu li.selected a, ul.topmenu li.childselected a {
            color:#000;
            font-weight:bold;
        }

            ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
            }

        /*
 * Menus
 */
ul.submenu {
    padding: 0;
}

    /*** Link styles ***/
    ul.submenu a {
        color: #000;
        font-size: 16px;
        font-weight:300;
        letter-spacing: 0;
        line-height: 23px;
        text-decoration: none;
        width: auto;
        padding: 4px 0;
    }

        ul.submenu a:hover {
        }

    ul.submenu ul {
    }

        ul.submenu ul a {
            color: #000;
            text-transform: none;
        }

        ul.submenu a,
        ul.submenu ul a,
        ul.submenu ul ul a {
            padding-top: 9px;
            padding-right: 24px;
            padding-bottom: 8px;
        }

        ul.submenu ul a,
        ul.submenu ul ul a {
            padding-top: 6px;
            padding-bottom: 6px;
        }

        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 {
            margin-top: 8px;
        }

    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 {
    }

    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: 0;
        }

    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;
    }


    ul.submenu li.collapsed a:before {
        content: "\f078";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.8em;
        line-height: 1.65em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
    }

    ul.submenu li.collapsed a:hover:before {
        font-family: FontAwesome;
        color: #ff9933;
    }

    ul.submenu li.expanded a:before {
        content: "\f078";
        color: #ff9933;
        font-family: FontAwesome;
        font-size: 0.8em;
        line-height: 1.65em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
    }

    ul.submenu li.expanded.childselected ul li.expanded.selected a:before {
        content: "\f068";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.95em;
        line-height: 2.125em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
    }

    ul.submenu li.expanded.childselected ul li.collapsed.selected a:before {
        content: "\f067";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.95em;
        line-height: 2.125em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
    }

    ul.submenu li.expanded.childselected ul li.expanded.childselected a:before {
        content: "\f068";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.9em;
        line-height: 2.125em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
    }

    ul.submenu li.expanded.selected ul li.collapsed a:before {
        content: "\f067";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.95em;
        line-height: 2.125em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
    }

    ul.submenu li.expanded.childselected ul li.collapsed a:before {
        content: "\f067";
        color: #000;
        font-family: FontAwesome;
        font-size: 0.95em;
        line-height: 2.125em;
        position: absolute;
        right: 1em;
        text-decoration: none;
        vertical-align: middle;
    }

    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li a:before,
    ul.submenu li.expanded.childselected ul li.expanded.childselected ul li.selected a:before {
        content: "";
    }

    ul.submenu li.collapsed:before {
        content: "";
    }

    ul.submenu li.expanded:before {
        content: "";
    }

    ul.submenu li.expanded.selected ul li a:before {
        content: "";
    }

    ul.submenu li.expanded.childselected ul li a:before {
        content: "";
    }

    ul.submenu li.expanded.childselected ul li.expanded.selected ul li a:before {
        content: "";
    }

    ul.submenu li.meny-space {
        margin-bottom: 10px;
    }

    ul.submenu li.expanded a {
        border: none;
    }

    ul.submenu li.expanded.selected ul li:hover:before {
        content: "\f054";
        color: #000;
        font-family: FontAwesome;
        font-size: 1em;
        line-height: 2.25em;
        position: absolute;
        right: 1em;
    }

    ul.submenu li.expanded ul li.selected a {
        font-weight: bold;
    }

    ul.submenu > li.expanded > a {
        border-bottom: 2px solid #ff9933;
        padding-bottom: 10px;
    }

    ul.submenu li.expanded.childselected.last ul li a:hover:before {
        content: "\f054";
        color: #000;
        font-size: 0.95em;
        line-height: 1.65em;
        font-family: FontAwesome;
    }

    ul.submenu li.expanded.childselected ul li.selected a:before {
        content: "\f054";
        color: #ff9933;
        font-size: 0.95em;
        line-height: 1.65em;
        font-family: FontAwesome;
    }
/*
 * Ordered/Unordered lists 
 */
ul, ol {
    margin: 15px 0 24px 40px;
}

    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 li, div.box-primary-inner ul.horizontal li, div.box-secondary-inner ul.horizontal li, div.box-inner ul.horizontal li {
    font-size:15px;
    font-weight:300;
}
    ul.horizontal-bulleted {
        width:100%;
        margin-bottom:30px;
    }

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;
    font-size:15px;
}
ul.horizontal-bulleted li:before {
    content: "\f00c";
    color: #66cc00;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 11px;
    margin-right: 5px;
    padding: 5px;
    text-decoration: none;
    width: 10px;
}
table.list tr td ul#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_blProperties li {
    background:none;
    padding:0;
    margin:0;
    width:auto;
    border-bottom:none;
    list-style-type:none;    
    display:block;
    line-height:28px;
    font-size:15px;
}

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 {
}
div.related-content div.box-inner {
    padding:20px 20px 0;
}


/*
 * 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;
	margin-bottom: 6px;
}
ul.faq-list li p {
	margin-bottom: 12px;
}
ul.faq-list li.icon-questionmark {
	display: none;
}
ul.faq-list .question:before {
	content: "\f059";
	color: #ff9933;
	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: #000;
	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 .question, ul.faq-list .answer {
}

    ul.faq-list li.question, ul.faq-list li.answer {
        font-weight:400;
    }
/* 
* Sitemap
*/
.sitemap_paragraph {
}

/* 
 * Sitemap List 
 */
ul.link {
}

ul li.maplink {
}

/* 
 * ListAvailable
 */
ul.listavailable {
}

.col50 ul.listavailable li a {
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

/*
 * 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 {
    }


/*@import url("Elements/Boxes.css");*/

/*** General rules ***/
.box {
}

.box-outer {
}

.box .noheight {
}

.box-inner {
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary {
    background: #fff;
    color: #000;
    position: relative;
}

    .primary .box-inner {
        border: 1px solid #c2c2c2;
        background: #efefef;
        color: #000;
    }

    .primary hr {
    }

    .primary a {
    }

        .primary a.bulleted {
        }

/*** Secondary ***/
.secondary {
    background: #fff;
    color: #333;
}

    .secondary .box-inner {
        border: 1px solid #c2c2c2;
        background: #efefef;
        color: #000;
    }

    .secondary hr {
    }

    .secondary a {
    }

/*** Login Control ***/
.col25 div.loginarea span {
    margin-bottom:6px;
}

.col37 div.loginarea span {
}

.col37 div.loginarea input {
}

    .col37 div.loginarea input.btn {
    }


/*@import url("Elements/Grids.css");*/

/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
}

    table.gridlist tr.headerrow {
    }

    table.gridlist tr.marked {
    }

    table.gridlist tr.dimmed {
    }

    table.gridlist td {
    }

        table.gridlist td.header, tr.header td {
        }

            table.gridlist td.header a, tr.header td a {
            }

                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 {
                }

                table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
                }

        table.gridlist td.listitem-even, tr.listitem-even td {
            background:#fff;
        }

.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 {
}

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 {
}

    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 {
}

div.news-archive .content-column .title, div.areanews-archive .content-column .title {
    font-weight: 400;
    font-size: 24px;
}


/*@import url("Elements/DynamicMap.css");*/

.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 {
        }


/*@import url("Elements/Slider.css");*/

/*
  * Slider width and position
  */
.col75 .slider,
.col75 .slider-container {
}

.col50 .slider,
.col50 .slider-container {
}

.col25 .slider,
.col25 .slider-container {
}

.col25 .slider,
.col25 .slider-container {
}

.slider-container {
}

.slider-inner {
}

.slider {
}

/*
 * Pager
 */
.pager {
}

    .pager li {
    }

        .pager li.selected {
        }

/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
}

#slider_next {
}

#slider_prev {
}

.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;
}

ul.contact-information {
    color: #000;
}
ul.contact-information li {
    font-size:16px;
    line-height:28px;
    text-transform:uppercase;
}
    ul.contact-information li.companyName {
        font-weight: 700;
    }

        ul.contact-information li.companyName span.desc {
            font-weight: normal;
        }

    ul.contact-information li.phone {
        margin-top: 10px;
    }

        ul.contact-information li.phone a,
        ul.contact-information li a {
            color: #000;
            text-decoration: none !important;
        }

    ul.contact-information li span.CompanyPhoneLabel,
    ul.contact-information li span.CompanyFaxLabel,
    ul.contact-information li span.CompanyOrgLabel,
    ul.contact-information li span.CompanyMailLabel {
        font-weight: 400;
    }
    ul.contact-information li.phone,
    ul.contact-information li.mail {
        text-transform:unset;
    }
    ul.contact-information li a:hover {
        color:#000;
        text-decoration:underline !important;
    }
::-webkit-input-placeholder {
    color: silver;
}

:-ms-input-placeholder {
    color: silver;
}

::-moz-placeholder {
    color: silver;
}

.box-secondary div.resident {
    position: relative;
}

div.residentInfo {
    display: inline-block;
    float: left;
    width: 100%;
}

    div.residentInfo.residentApartment h4 {
        font-size: 24px;
        line-height: 34px;
    }

    div.residentInfo.residentLinks {
        bottom: 0;
        border-top: 1px dotted #707173;
        float: right;
        font-size: 14px;
        left: 0;
        padding: 3px 0 0 0;
        position: relative;
        right: 0;
        text-decoration: none;
        margin-top: 6px;
        width: 100%;
        display: none;
    }

        div.residentInfo.residentLinks h4 {
            font-size: 16px;
            font-style: normal;
            line-height: 18px;
            margin-top: 10px;
            display: none;
        }

        div.residentInfo.residentLinks a {
            text-decoration: none;
            color: #555;
        }

        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;
            }



/* QuickFilter */
.objectlistFilters {
    background: #efefef;
    margin-bottom: 20px;
    padding: 17px 30px 3px;
    border: 1px solid #d2dce3;
}

ul.quickfilter li {
    float: left;
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 6%;
    width: 47%;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.4em;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 1px solid #b9b8b6;
    cursor: default;
    height: 1.3em;
    position: absolute;
    width: 1.3em;
    z-index: 2;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 30%, #d5d5d5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 30%,#d5d5d5 100%);
}

ul.quickfilter span.minValue, ul.quickfilter span.maxValue {
    float: left;
    font-size: 12px;
    margin-top: 8px;
}

ul.quickfilter span.maxValue {
    float: right;
    width: auto;
    font-size: 11px;
}

ul.quickfilter li span.title, ul.quickfilter li span {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: normal;
}

ul.quickfilter label {
    font-size: 14px;
}

.ui-widget-header {
    background: #ff9933;
}

.ui-widget-content {
    background: #fff;
    border: 2px solid #ddd;
}

.ui-slider-horizontal .ui-slider-range {
    height: 7px;
    top: 2px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 10px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 10px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 10px;
}

label.title {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #262626;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 8px 16px 10px;
}

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    margin-right: 2%;
    width: 31.5% !important;
    font-size: 14px;
}

.templatelist.block:nth-child(3n+3) {
    margin-right: 0 !important;
}
.templatelist.block.header li label, .templatelist.block li label {
    width:70px;
}
.templatelist.block {
    background: #efefef;
    border: none;
}

    .templatelist.block li {
        padding-top: 8px;
    }
        .templatelist.block li:nth-child(even) {
        background:#fff;
    }

ul.templatelist.block li h2 {
    font-size: 18px;
    font-weight: 400;
    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 {
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

ul.listviews li i {
    color: #ccc;
    font-size: 14px;
    padding-right: 4px;
}

ul.listviews li.selected i {
    color: #ff9933;
}

div.page-col25 ul.grid li.right {
    padding-left: 70px;
    width: auto;
}

div.page-col50 ul.grid li.left {
    float: left;
    width: 300px;
    font-size: 15px;
    line-height: 40px;
    font-weight: normal;
}

div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position: 0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #e6f9ff;
}

span#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblNoEntries {
    background: #efefef;
    color: #262626;
    display: inline-block;
    font-weight: normal;
    margin-top: 30px;
    padding: 10px 20px;
}

div.invoice, div.debt {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px 12px 9px;
}

div.debt {
    background: #fff;
}

    div.debt p {
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 21px;
    }

#cookiecheck span {
    font-size: 1em;
    display:block;
    text-align:center;
}

#cookiecheck div.pageHeader, #cookiecheck div.pageSubHeader {
    border: 1px solid #555;
}

.contact-header {
    font-weight: normal;
}

.register-interest input[type="submit"] {
    background:#ff9933;
    height: auto;
    color: #000;
    border-color: #c76e15;
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
    text-transform: uppercase;
    cursor:pointer;
}

    .register-interest input[type="submit"]:hover {
        background: #c76e15;
    }

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divOverview {
    margin-top: 12px;
}

.tfcorrespondence input[type="checkbox"] {
    margin-left: 8px;
    margin-right: 5px;
}

span#object_detail_buttonlist.button-list .btn_details {
    background: #ff9933;
}

/*
  * Slider width and position
  */
.col100 .slider, .col100 .slider-container {
    width: 1170px;
    height: 450px;
    position: relative;
}

.col75 .slider, .col75 .slider-container {
    width: 840px;
}

.col50 .slider, .col50 .slider-container {
}

.col25 .slider, .col25 .slider-container {
}

.col25 .slider, .col25 .slider-container, .col25-default .slider, .col25-default .slider-container {
    width: 220px;
}

.col100 .slider img, .col100 .slider-container img {
    max-width: 1200px;
}

.slider-container {
    margin: 0 0 20px;
    position: relative;
}

    .slider-container.col25 {
        margin: 0 0 0;
    }

.slider-inner {
}

.slider {
    height: auto;
}

    .slider img {
    }
/*
 * Pager
 */
.pager-container {
    bottom: 3px;
    position: absolute;
    right: 16px;
    text-align: center;
}

body.hso_area_area_info_cm .pager-container {
}

.pager {
}

.pager-container ul.pager {
    display: inline-block;
    float: right;
}

    .pager-container ul.pager li.selected {
        border: 0;
        background: transparent url(../Img/Slider/slider-bullet-sel.png) no-repeat 0 0;
    }

    .pager-container ul.pager li {
        border: 0;
        background: transparent url(../Img/Slider/slider-bullet.png) no-repeat 0 0;
        width: 25px;
        height: 25px;
        margin: 0;
    }
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
    display: block;
    height: 3.5em;
    margin-top: -1.25em;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 3.5em;
    z-index: 100;
    opacity: 0;
}

#slider_next {
    background: transparent url(../Img/Slider/slider-next.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity v ease-in;
    transition: opacity 0.5s ease-in;
}

#slider_prev {
    background: transparent url(../Img/Slider/slider-prev.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -ms-transition: opacity v ease-in;
    transition: opacity 0.5s ease-in;
}

.slider-inner:hover #slider_prev,
.slider-inner:hover #slider_next {
    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;
}

/** Slider Content **/
div.ImageTextStyles.Text {
    background: transparent url(../Img/transparent-bg.png) repeat 0 0;
    bottom: 11%;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 2% 2.4% 2%;
    position: absolute;
    width: 45%;
    right: 7%;
}

    div.ImageTextStyles.Text p {
        margin-bottom: 0;
    }

    div.ImageTextStyles.Text a {
        text-decoration: none;
        color: #000;
        line-height: 28px;
    }

div.ImageText div.sliderTitle {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 56px;
}

div.ImageTextStyles.Image {
}

    div.ImageTextStyles.Image:hover > #slider_next, div.ImageTextStyles.Image:hover > #slider_prev {
        opacity: 1;
    }

div.ImageTextStyles.Text p.link {
    float: right;
    font-size: 16px;
}
    div.ImageTextStyles.Text p.link:hover {
        text-decoration:underline;
    }

    div.ImageTextStyles.Text p.link:before {
        content: "\f054";
        font-family: FontAwesome;
        padding-right: 6px;
        color: #ff9933;
        text-decoration: none;
        font-size: 17px;
        display: inline-block;
        top: 1px;
        position: relative;
    }
/** Startsidan **/
div.col100.ingangar {
    margin-bottom: 30px;
}

div.col33.ingangar {
    width: 32.16666666666667%;
    position: relative;
    box-shadow: 0 5px 20px 0 rgba(181, 189, 202, 0.3);
}

    div.col33.ingangar.alignleft {
        margin-right: 1.75%;
    }

div.ingangar a {
    color: #000;
    text-decoration: none;
}

div.ingangar a:hover {
    text-decoration: underline;
}

div.ingangar-container {
    background: #ff9933;
    color: #000;
    font-size: 21px;
    padding: 5px 0 0 0;
    box-shadow: 0 5px 20px 0 rgba(181, 189, 202, 0.3);
    float: left;
}
    div.col33.ingangar.alignleft:nth-of-type(2n+1) div.ingangar-container {
        background:#000;
    }
    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.ingangar-container .image {
        float: left;
        width: 100%;
    }

div.ingangar-container h4 {
    line-height: 60px;
    font-size: 22px;
    color: #000;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: center;
}
    div.ingangar-container h4.title.hss {
        color:#fff;
    }
    div.col33.ingangar .content {
        position: absolute;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
    }

    div.col33.ingangar .content .no-objects {
        font-size: 18px;
        color:#fff;
    }

    div.col33.ingangar .content ul,
    div.col33.ingangar .content ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul li {
    position: relative;
    font-size: 30px;
    line-height:50px;
    text-align:center;
}

    div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul li span {
        font-size:30px;
    }

div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul.listavailable li a.bulleted:before {
    color:#fff;
    font-size:24px;
    content:"";
}
div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul.listavailable.parking li a.bulleted.matching {
    display: block !important
}

div.col100.ingangar:after {
    content: "";
    clear: both;
    display: block;
}

div.col50.news-col div.news-area {
    padding: 10px 20px 15px;
    box-sizing: border-box;
}

    div.col50.news-col div.news-area .box-inner {
        padding: 0;
        margin-bottom: 36px;
    }

div.col50.news-col.alignleft div.news-area div.bg.white h2.box-container-title {
    font-size: 38px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 54px;
}

div.col50.news-col div.news-area span.date {
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
    display: block;
    font-weight:bold;
}

div.col50.news-col div.news-area h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 32px;
}

div.col50.news-col div.news-area a {
    text-decoration: none;
}

div.col50.news-col div.news-area h3:hover {
    color:#ff9933;
}

div.col50.news-col div.news-area p.abstract {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.archive-readmore {
    display: inline-block;
    font-size: 18px;
    background: #fff;
    border: 1px solid #c3c3c3;
    color: #005aa0;
    padding: 12px 20px;
    float: left;
    box-shadow: 0 5px 20px 0 rgba(181, 189, 202, 0.3);
}

    .archive-readmore:hover {
        background: #ff9933;
    }
    .archive-readmore a:hover {
        color: #fff;
        background: #ff9933;
    }
    .archive-readmore a.bulleted {
        color: #000;
    }

        .archive-readmore a.bulleted:before {
            content: "\f054";
            font-family: FontAwesome;
            padding-right: 10px;
            color: #ff9933;
            text-decoration: none;
            font-size: 17px;
            display: inline-block;
        }
            .archive-readmore:hover a.bulleted:before,
            .archive-readmore a:hover.bulleted:before {
            content: "\f054";
            font-family: FontAwesome;
            color: #fff;
        }
div.col50.puff.alignright div.puff-container {
    border: 1px solid #c3c3c3;
    margin-bottom: 20px;
    box-sizing: border-box;
    box-shadow: 0 5px 20px 0 rgba(181, 189, 202, 0.3);
}

    div.col50.puff.alignright div.puff-container img {
        max-width: 588px;
    }
    div.col50.puff.alignright div.puff-container a {
        text-decoration:none;
    }

    div.col50.puff.alignright div.puff-container div.puff-area {
        padding: 20px;
        box-sizing: border-box;
    }

        div.col50.puff.alignright div.puff-container div.puff-area h4.puff-title {
            font-size: 26px;
            color: #000;
            margin-bottom: 8px;
            font-weight: 400;
            line-height: 32px;
        }

    div.col50.puff.alignright div.puff-container .ingress {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight:400;
    }

    div.col50.puff.alignright div.puff-container a.bulleted {
        color: #000;
        text-decoration: none;
        font-size: 16px;
    }
    div.col50.puff.alignright div.puff-container a.bulleted:hover {
        text-decoration: underline;
    }
        div.col50.puff.alignright div.puff-container .bulleted:before {
            content: "\f054";
            color: #ff9933;
            font-family: FontAwesome;
            font-size: 14px;
        }

div.promobox {
    background: #f2f2f2;
    padding: 25px 25px 14px;
    box-sizing: border-box;
    margin-top: 30px;
    box-shadow: 0 5px 20px 0 rgba(181, 189, 202, 0.3);
    border:1px solid #c3c3c3;
    width:100%;
}

    div.promobox p {
        font-size: 16px;
        color: #000;
        line-height: 25px;
        margin-bottom: 20px;
    }

    div.promobox ul {
        margin: 0;
        list-style-type: none;
    }

        div.promobox ul li {
            margin: 0 0 10px;
            list-style-type: none;
            line-height: 21px;
            font-size: 16px;
        }

            div.promobox ul li:before {
                content: "\f054";
                font-family: FontAwesome;
                padding-right: 6px;
                color:#ff9933;
                text-decoration: none;
                font-size: 15px;
                display: inline-block;
                top: -1px;
                position: relative;
            }

    div.promobox h4 {
        color: #000;
        font-size: 26px;
        line-height: 32px;
        font-weight: 400;
        margin: 0 0 14px 0px;
    }

    div.promobox a {
        color: #000;
        text-decoration: none;
    }
    div.promobox a:hover {
        text-decoration: underline;
    }

    div.promobox img {
        max-width: 100%;
    }

div.col100.siteinfo {
    position: absolute;
    bottom: 0;
    background: transparent;
    font-size: 1em;
    padding-bottom: 10px;
}

/** Social Media **/
div.col25.socialLinks {
    text-align: center;
}

ul.social-links {
    margin: 50px auto 10px;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    width: 100%;
    color: #fff;
    margin-bottom: 40px !important;
    overflow: hidden;
}

div.siteFooter ul.social-links li {
    display: inline;
    float: left;
    width: auto;
    padding: 10px;
}

    div.siteFooter ul.social-links li i {
        display: block;
        font-size: 30px;
        text-align: center;
        float: left;
        margin-right: 6px;
    }

        div.siteFooter ul.social-links li i:hover {
        }

    div.siteFooter ul.social-links li a {
        color: #222;
        text-decoration: none;
        line-height: 30px;
    }

.col75 img {
    max-width: 893px;
}

.linkgreen {
    color: #00b200 !important;
}


body.organisation_personal_personallista h3.header {
    margin-top:40px;
}

table.gridlist td img,
ul.templatelist.block li img:first-child:not(.image) {
    margin:0 4px 0 0;
}

div.rental h3.available {
    margin: 12px 0;
    border-top: 1px solid #d2dce3;
    padding-top: 20px;
}
div.areatext {
    width: 325px;
    float: left;
}
div.areaimg img {
    border:1px solid #b7cada;
}
div.areatext p:last-of-type {
    margin-bottom:0;
}
.col50 img {
    max-width:590px;
}
div.image-big img {
    width:430px;
}
div.image-thumbs {
    padding-left:440px;
}

div.siteContentPopup div.page-popup h1 span#ctl01_lblTitle {
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
div.ingangar-container div.content ul.listavailable.apartments li a.bulleted.matching,
div.ingangar-container div.content ul.listavailable.parking li a.bulleted.matching {
    font-size: 16px;
    line-height: 9px;
    color: #fff;
    display: block;
    margin-top: 5px;
    font-weight: 400;
    display: block;
}

div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul.listavailable.apartments li a.bulleted.matching span,
div.col100.ingangar div.col33.ingangar.alignleft div.ingangar-container div.content ul.listavailable.parking li a.bulleted.matching span {
    color: #fff;
    top: 1px;
    right: 0;
    position: relative;
    font-size: 15px;
    line-height: 16px;
    background: #000;
    display: inline;
    padding: 4px 10px;
    border-radius: 50%;
    font-weight: bold;
}

ul.boxlist li input.txtMaxCost {
    width: 65%;
    padding: 0.75em;
}
ul.templatelist.block.objectlist li {
    padding:0;
}
ul.templatelist.block.objectlist li img.image {
    display: block;
    margin: 0 auto;
    max-height: none;
    padding-left: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
    max-width: 100%;
    width: 100%;
}
    ul.templatelist.block.objectlist li:nth-of-type(8n+2){
        height:180px;
        overflow:hidden;
    }
ul.templatelist.block.objectlist li img.image {
    width: 100%;
}
.templatelist.block.objectlist li label {
    width:80px;
    padding:10px;
    font-weight:400;
    color:#ff9933
}

    div.page-popup div.article-area-info div.article-area-info p img {
        width:100% !important;
    }
.col25 .box-inner img {
    max-width: 250px;
}
/* HSM Binder Hyresgästpärm */

div.hsm_binder {
	background: #fff;
	margin-top: 20px;
	display: block;
	margin-bottom: 20px;
}
div.hsm_binder span.rentalinfo {
	display: block;
	border-bottom: 1px solid #dbdbdb;
}
div.hsm_binder span.rentalinfo_content {
	display: block;
	background: #fefefe;
}
div.hsm_binder span.button-list a {
	background: #ebebeb;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	display: inline-block;
	font-size: 13px;
	padding: 2px 8px 2px 6px;
	margin: 0 10px 15px 0;
	text-decoration: none;
}
div.hsm_binder span.button-list.rentalinfo a:before {
	background: #ff9933;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #000;
	content: "\f054";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 7px;
	font-style: normal;
	font-weight: normal;
	height: 12px;
	line-height: 13px;
	margin-right: 4px;
	padding: 1px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: -2px;
	width: 12px;
}
div.hsm_binder span.button-list a.selected {
	background: #58595B;
	border: 1px solid #000;
	color: #fff;
}
div.hsm_binder span.button-list a:hover {
	background: #000;
	border: 1px solid #000;
    color:#fff;
}
div.hsm_binder span.button-list input, div.hsm_binder span.button-list {
	color: #000;
	cursor: pointer;
	line-height: 24px;
	margin: 0 10px 15px 0;
	overflow: visible;
	width: auto;
}
div.hsm_binder span.rentalinfo_content span {
	line-height: 24px;
}
div.hsm_binder h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 4px;
}
div.hsm_binder h4 {
	font-size: 16px;
	font-weight: bold;
}
div.hsm_binder .col50 img {
	max-width: 100% !important;
}
div.siteContent div.page-col75.col75 div.thumbnail-container {
    display:none;
}
p.citat {
    font-size:19px;
    text-align:center;
    color:#666;
    display:block;
    padding:30px 50px;
    line-height:32px;
    border-top:1px solid #d2dce3;
    border-bottom:1px solid #d2dce3;
}
p.bildtext {
    font-size: 12px;
    display: block;
    margin-top: -24px;
    color: #666;
}

div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divDepartment table tbody tr td h3.header {
    margin-top:30px;
}

ul.translate {
    position: absolute;
    right: 194px;
    top: 33px;
}
ul.translate li a {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 13px;
    padding: 0;
    text-decoration: none;
    font-weight:300;
}
ul.translate li a:before {
    content:"\f0ac";
    font-family: FontAwesome;
    color:#fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 4px;
    text-decoration: none;
}

ul.TableSummaryMainTR {
    padding:10px;
    box-sizing:border-box;
}

div.interest-objectinfo,
div.interest-interestinfo {
    width: 740px;
}
div.interest-footer {
    margin-top:10px;
    float:left;
    width:100%;
    box-sizing:border-box;
    padding:4px 8px 8px; 
}

body.org_employeelist h3.header {
    margin-top:40px;

}
body.org_employeelist ul.templatelist.block li img:not(.image):first-child,
body.org_employeelist table.gridlist td img {
    margin:0 6px 0 0;
}
body.org_employeelist table.gridlist td.header:nth-child(4n+1),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+1), 
body.org_employeelist tr.listitem-odd td:nth-child(4n+1),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+1), 
body.org_employeelist tr.listitem-even td:nth-child(4n+1)  {
    width:30%;
    padding-left:15px;
    box-sizing:border-box;
}
body.org_employeelist table.gridlist td.header:nth-child(4n+2),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+2), 
body.org_employeelist tr.listitem-odd td:nth-child(4n+2),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+2), 
body.org_employeelist tr.listitem-even td:nth-child(4n+2)  {
    width:30%;
    padding-left:15px;
    box-sizing:border-box;
}
body.org_employeelist table.gridlist td.header:nth-child(4n+3),
body.org_employeelist table.gridlist td.listitem-odd:nth-child(4n+3), 
body.org_employeelist tr.listitem-odd td:nth-child(4n+3),
body.org_employeelist table.gridlist td.listitem-even:nth-child(4n+3), 
body.org_employeelist tr.listitem-even td:nth-child(4n+3)  {
    width:20%;
    padding-left:15px;
    box-sizing:border-box;
}
body.org_employeelist table.gridlist td.header:last-of-type,
body.org_employeelist table.gridlist td.listitem-odd:last-of-type, 
body.org_employeelist tr.listitem-odd td:last-of-type,
body.org_employeelist table.gridlist td.listitem-even:last-of-type, 
body.org_employeelist tr.listitem-even td:last-of-type  {
    width:20%;
}

div.siteContentPopup div.page-popup h1 {
    font-size:28px;
}

div.ImportantContainer {
    background:#fdbf82;
    position: relative;
    left: auto;
    top: 0;
    width: 100%;
    height: auto;
    padding: 16px 20px 12px;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    box-shadow: 0 5px 20px 0 rgba(181, 189, 202, 0.3);
}
    div.ImportantContainer a {
        text-decoration:none;
    }
div.ImportantContainerContent {
    width:1170px;
    margin:0 auto;
}
div.ImportantContainer h1.ImportantTitle {
    font-size: 21px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 600;
    color: #000;
    margin-bottom:10px;
}
div.ImportantContainer p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
    margin-bottom:5px;
}
div.ImportantContainer a.bulleted {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
}
div.ImportantContainer a.bulleted:before {
    content: "\f054";
    font-family: FontAwesome;
    padding-right: 3px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}
.date-ice {
    background: #ff9933;
    color: #000;
    padding: 3px 10px;
    font-size: 15px;
    line-height: 21px;
    position: relative;
    top: -3px;
}


/* EDITOR SPECIFIK */
.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;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_lblInfo {
    visibility: hidden !important;
    display: none !important;
}

