/** 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 
 */
form {
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:14px;
    line-height:21px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    color:#686868;
    
}

/*
 * Hyperlinks
 */
a {color: #ff6400;}
a:hover {color: #ff6400;}
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 {

    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;
}
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: 940px;
}
div.siteOptions-container div.siteOptions:after {
    content:"";
    display:block;
    clear:both;
}
div.siteOptions-container ul.siteOptions {
    float: right;
    font-size: 14px;
    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: #686868;
    font-family: FontAwesome;
    font-size: 14px;
    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 {
    padding: 50px 0 0;
    overflow:visible;
    background:#e8e8e8;
    border-top:2px solid #ff6400;
}
div.siteFooter-container:after {
    content:"";
    display:block;
    clear:both;
}
div.siteFooter-container .col100 {
    background:#ff6400;
    margin-top:40px;
    color:#8d2100;
    
}
div.siteFooter-container .col100 li a{
    color:#8d2100;
}
div.siteFooter-container h6 {
    font-size:22px;
    color: #686868;
    margin-bottom:14px;
}


div.siteContentFull, div.siteContainer, div.siteHeader, div.siteMain, div.siteContact {
    margin: 0 auto;
    width: 940px;
}
div.siteMain {
    padding-bottom:30px;
}
div.siteFooter {
    font-size: 14px;
    margin: 0 auto;
    width: 940px;
}
div.siteFooter ul.contact-information {
}
div.siteFooter ul.contact-information li {
    line-height:21px;
}
div.siteFooter ul.contact-information li.companyName {
    font-size:22px
}

.siteFooter .col25.footertext
{
float: left;
margin-right: 50px;
width:auto;
}
div.siteFooter .col33.footertext p,
div.siteFooter .col33.footertext a   {
    color:#fff;
}

div.siteFooter .col33.footertext h6 {
    font-size: 22px;
}
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: 14px;
    font-weight: normal;
    margin-right: 6px;
    display:inline-block;
}
/*
 * Site header
 */
div.siteHeader {
    height:180px;
    position:relative;
    border-bottom:1px solid #ff6400;
}

.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: 14px;
    position: relative;
    right:10px;
    top:30px;
}
div.global-authorization a {
    color:#686868;
    text-decoration:none;
}
div.global-authorization i {
    color:#ff6400;
    text-decoration:none;
}
div.global-authorization div {
    margin-left:10px;
}
/** Sitemenu container **/
div.siteMenu-container {
    background:#fff;
    width:100%;
    overflow:hidden;
    border-bottom:1px solid #ddd;
    
}
div.siteMenu {
    width:940px;
    margin:0 auto;
}
div.language {
}
a.translate {
    color: #686868;
    display: block;
    font-size: 13px;
    position: absolute;
    right: 230px;
    text-decoration: none;
    top: 29px;
    z-index:100;
}
a.translate:before {
    color: #ff6400;
    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: #686868;
    float: none;
    margin-bottom: 20px;
    padding: 15px 0 10px;
    text-decoration: none;
    width: auto;
}

div.siteBreadcrumbs a {
    color: #686868;
    text-decoration: none;
    font-size: 12px;
    padding:0 1px;
}

div.siteBreadcrumbs a b {
    color: #ff6400;
    font-weight: normal;
}

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: #000;
    margin-top: 20px;
}

div.siteLogos {
}

ul.siteOptions {
    text-align: center;
    width: 100%;
}

ul.siteOptions a {
    color: #000;
    margin-right: 15px;
    font-size:14px;
    text-decoration:none;
}
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: #f2f2f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 6px;
    float: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 65px;
    width: 185px;
}
div.search_area .search_field {
    border:none;
    border-radius:0;
    box-shadow:none;
    width: 124px;
    border-radius: 6px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:14px;
    background:#f2f2f2;
}
div.search_area .btn_search {
    box-shadow:none;
    border:none;
    border-radius:0;
    background:#f2f2f2;
    background:none;
    margin-right:2px;
    color:#ff6400;
    font-size:14px;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow:none;
}
div.search_area .btn_search:hover {

}

/** Font.css **/
/* 
 * General
 */
html {
}

body {
}

input, textarea, select {
}

pre, code, kbd {
}

.strong, b {
    font-weight:bold;
}

em {
}

.box-primary, .box-secondary, .box-rental, .box-resident, .box {
    font-size: 100%;
}


.ingress {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.pre-amble {
}


/*
 * Headers
 */
h1, h2, h3, h4, h5, h6 {

    font-weight:700;
    font-style:normal;
    margin-bottom:10px;
}

h1, h1.pagetitle {
    font-size: 30px;
    letter-spacing: -0.0125em;
    line-height: 35px;
    margin-bottom: 19px;
    color:#ff6400;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    color: #686868;
}

h3 {
    font-size: 22px;
    line-height: 32px;
     color: #686868;
}

h4 {
    font-size: 20px;
    line-height: 25px;
    color: #686868;
}

h5 {
    font-size: 18px;
    line-height: 23px;
    color: #686868;
}

h6 {
    font-size: 16px;
    line-height: 23px;
    color: #686868;
}
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:23px !important;
}
div#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_divInterest .interest span {
    display:block;
}
.box-primary h3, .primary h3, .box-primary h4, .primary h4 {
    background:transparent;
    color:#fff;
}
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:#fff;
    font-weight:500;
}
.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;
    font-size: 24px;
    margin-bottom:10px;
}
.related-content .box-inner {
    padding-bottom:2px;
}

ul.mypage_profile_interest_header h4 {
    font-size: 18px;
    background: none;
    color: #fff;
}
h3.header {

    margin-top: 20px;
}
span.button-list input {
}

a.link-large {
}

.siteBreadcrumbs, .siteOptions {
}

.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:#686868;
}

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;
}

.btn.logout {
    line-height:26px;
    text-decoration:none;
}

input.btn_interest {
    background: #ff6400;
    border: none;
    color: #fff;
    font-weight: 500;
    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: #f4f4f4;
    border-radius: 4px;
    color: #434343;
    border: none;
}

div.pageHeader, div.pageSubHeader {
}

div.pageFooter {
    background: #f4f4f4;
    border-radius: 4px;
    color: #434343;
    border: none;
}

div.pageFooter input {
}

/*
 * Validator 
 */
td div.validator-valid, td div.validator-unvalid {
}

div.validator-valid {
}

div.validator-unvalid {
}

span.validation-summary {
    padding-left:2px;
    color:#ff6400;
    padding-top:6px;
}

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;
}

/* 
 * 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 {
    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;

    bottom: 0px;
    position: absolute;
    right: 0;


    
    

}
ul.topmenu, ul.topmenu li {
    
}

/*** Setup basic menu look ***/

ul.topmenu {


    

}
ul.topmenu li {
    margin-left:0px;
    
}
ul.topmenu li a {
    font-size:16px;
    font-weight:400;
    color:#686868;
    text-decoration:none;
    padding:10px 10px;

}
ul.topmenu li a:hover {
    background:#fff;
    color:#ff6400;


}
/*** 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:#fff;
    color:#ff6400;
    border-radius:6px 6px 0 0;
    font-size:16px;
    font-weight:400;


}

ul.topmenu li.selected a:hover, ul.topmenu li.childselected a:hover {
    background:#fff;
    color:#8d2100;
    border-radius:6px 6px 0 0;

}
ul.topmenu li:last-of-type a {
    background:#ff6400;
    color:#fff;
    border-radius: 6px 6px 0 0;
}
ul.topmenu li:last-of-type a:hover {
    background:#8d2100;
    border-radius: 6px 6px 0 0;
}
/*** Element padding ***/
ul.submenu {}

/*** Element padding ***/
ul.submenu {}

/*** Link styles ***/
ul.submenu a {
    color: #686868;
    font-size: 14px;
    font-weight:500;
    font-style:normal;
    letter-spacing: 0;
    text-decoration: none;
    width: auto;
    padding:4px 0;
}
ul.submenu a:hover {}
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: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:before {
    content: "\f078";
    color: #ddd;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:4px;
}
ul.submenu li.collapsed:before {
    content: "\f078";
    color: #ddd;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:4px;
}
ul.submenu li.expanded.selected:before,
ul.submenu li.selected:before {
    content: "\f078";
    color: #ff6400;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:4px;
}
ul.submenu li.selected:before {
    content: "\f054";
    color: #ff6400;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:4px;
}
ul.submenu li.expanded.childselected:before {
    content: "\f078";
    color: #ddd;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:4px;
}
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: 14px;
    line-height: 28px;
    padding-right: 4px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    vertical-align: middle;
    margin-top:4px;
}
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: #ff6400;
    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: #ff6400; 
    font-family: FontAwesome;
}
ul.submenu li ul li.expanded.selected:before {
    content: "\f078";
    color: #ff6400; 
    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: #ff6400; 
    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: #ff6400;
    font-family: FontAwesome;
}

ul.submenu > li.expanded > a {
    border-bottom:2px solid #ff6400;
    padding-bottom: 10px;
}

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; 
    }

/** Lists.css */
/*
 * Ordered/Unordered lists 
 */
ul, ol {
}

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:12px;
}
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: #ff6400;
    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: 14px;
    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 {
    margin-right:0px;
}

.col25 ul.listavailable li a.align-left {
}

ul.listavailable a img {
}

.col100.background {
    text-align: center;
}
body.default .box-inner.available-content
{
    position:relative;
}
body.default .box.available, .col50.lokaler
{
    text-align:center;
}
.col50.lokaler a
{
    text-align:center;
    font-size:70px;
    text-decoration:none;
    line-height:50px;
    padding-top:10px;
    font-weight:700;
}
.col50.lokaler a:hover
{
    text-decoration:none !Important;
}
body.default div.box.available
{

    

}
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 
{
height:90px;
min-height:25px;

}
body.default div.box.available div.box-outer span.before
{
    display:block;
    font-size:70px;
    font-weight:700;
    margin-top:25px;

}

body.default .box.available ul.listavailable.apartments
{
    overflow:visible;
}
body.default div.box.available div.box-outer span.after
    {
display:none;
visibility:hidden;
    }
body.default ul.listavailable li a:hover {
    text-decoration:none;
}
body.default ul.listavailable li a.bulleted:before {
    visibility:hidden;
    display:none;
}
body.default div.box.available div.box-outer span.no-objects {
    display:block;
    font-size:70px;
    font-weight:700;
    margin-top:25px;
    color:#ff6400;
}
body.default div.box.available div.box-outer span.styck {
    display:none;
    visibility:hidden;
}
/*
 * 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: 14px;
    line-height:24px;
    color: #686868;
}

.box a.rss {
}

.box a img {
}

.box a.rss img {
}

td.box-inner {
}

/*** Primary ***/
.primary, .primary .box-inner {
    background: #ff6400;
    color: #fff;
}
.primary h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align:center;
}
.primary p { color: #fff;
}
.primary hr { color: #fff;
              background:#fff;
}
.primary a {
    color: #fff;
    font-size: 14px;
}
.primary a:hover {
    color: #fff;
}
.primary a.bulleted {
    background: none;
    padding-left: 0;
    color:#fff;
}
.primary a.bulleted:before {

    color:#fff;
}
.primary .box-inner {
}

/*** Secondary ***/
.secondary {
    background: #eeeeee;
    color: #686868;
}
.secondary hr {
}
.secondary a {
    color: #ff6400;
    font-size: 14px;
}
.secondary a:hover {
    color: #ff6400;
}
.secondary a.bulleted {
    background: none;
    padding-left: 0;
}
a.bulleted {
    font-size:14px;
    text-decoration:none;
}
.secondary a.bulleted:before,
a.bulleted:before {
    color:#ff6400;
    
}

.areainfo {
    margin-top:20px;
}
.object-interest, .object-facts {
    line-height:21px;
}


.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 {
    }

/*Newsbox*/

.newsbox h3 {
color: #686868;
display: inline;
text-decoration: none;
font-size: 22px;
line-height: 25px;
margin-bottom: 10px;
font-weight: 700;
}
.newsbox h3 a {
    color:#434343;
    text-decoration:none;
}
.newsbox h3 a:hover {
    text-decoration:none;
}
.newsbox .newsdate {
    color: #686868;
    font-size: 12px;
}

.col50 .newsbox {
    color: #686868;
    font-size: 14px;
}

.col50 .newsbox .box-inner {
}

.col50 .newsbox a {
    color: #ff6400;
    font-size: 14px;
    margin-left: 3px;
}


.col50 .newsbox p {
    font-size: 14px;
    margin: 0 0 8px;
    text-decoration:none
}
.col50 .newsbox a{
    text-decoration:none
}

.col50 .newsbox h3 {
}

.col50 .newsbox h4 {
    color: #8d2100;
    margin: 4px 0;
}

.col50 .newsbox .box-inner {

}

.col50 .newsdate.alignleft {
    font-size: 12px;
    margin-top: 2px;
}

.col50 .newsbox .archive_label {
    bottom: 0;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 14px;
    margin-top: 12px;
    padding-right: 12px;
    position: relative;
    right: 6px;
    text-align: right;
    text-decoration: none;
    width: 290px;
}
.col50 .newsbox  a.archive_label {
    color:#fff;
}
.col50 .newsbox  a.archive_label:hover {
    color:#8d2100;
}

.box.puff
{
    margin-bottom:0;
}
.box.puff p
{
    margin:0;
}
.box.puff .box-inner {
    line-height: 21px;
}

/** Grids.css **/
/*
 * Table grid list
 */
div.grid {
}

table.gridlist {
    font-size:14px;
}

table.gridlist tr.headerrow {
}

table.gridlist tr.marked {
}

table.gridlist tr.dimmed {
}

table.gridlist td {
}

table.gridlist td.header, tr.header td {
    background-color:#686868;
    padding:0 6px;
}

table.gridlist td.header a, tr.header td a {
    background-color:#686868;
}

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:#686868;
}

table.gridlist td.header a.sel-desc, table.gridlist tr.header td a.sel-desc {
    background-color:#686868;
}

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:13px;
}

    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:#ff6400;
    font-size:15px;
}
div.news-archive .content-column .title {
    background:transparent;
    color: #ff6400;
    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:#ff6400;
	font-size:13px;
	}
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: #f2f2f2;
    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: 13px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 44px;
    width: 44%;
}

ul.quickfilter span.minValue, ul.rangeslider span.maxValue {
    float: left;
    font-size: 11px;
    width: 90%;
}
ul.quickfilter span.maxValue {
    font-size:11px;
}
ul.quickfilter li span.title {
    font-size:16px;
    font-weight:500;
}
ul.quickfilter label {
    margin-right:3px;
}
.ui-widget-header {
    background:#ff6400;
}

.ui-widget-content {
    background: #fff;
}

label.title {
    background: #f2f2f2;
    border-radius: 6px;
    color: #ff6400;
    display: inline-block;
    margin-bottom: -4px;
    padding: 13px 20px;
}

table.check tr td {
    padding: 8px;
}

.templatelist.block.objectlist,
ul.templatelist.block,
.templatelist.block:nth-child(1n+3) {
    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: 14px;
    line-height: 36px;
    width: 300px;
}
div.jquerypanel .header a.hidden,
div.jquerypanel .header a {
    background-color: transparent;
    background-position:0 50%;
}

ul.exchangeobject, div.jquerypanel {
    background-color: #ff6400;
}
/** 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: #ff6400;
    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 {

}
    .slider-container img {

    }

.slider-inner {
}

.slider {

}

.slider img {

}

/*
 * Pager
 */
.pager-container {

}

.pager {
}

.pager li {

}

.pager li.selected {

}
/*
 * Prev/Next buttons
 */
#slider_next, #slider_prev {
}

#slider_next {

}

#slider_prev {

}

#slider_next, #slider_prev {

}

#slider_prev {

}

/*
 * Slider Text
 */


div.ImageTextStyles {

}

div.ImageTextStyles.Image {

}

.ImageTextStyles-Container {

}

div.ImageTextStyles.Text {

}

    div.ImageTextStyles.Text h1, div.ImageTextStyles.Text h2, div.ImageTextStyles.Text h3, div.ImageTextStyles.Text h4, div.ImageTextStyles.Text h5, div.ImageTextStyles.Text h6
    {

    }

div.ImageTextStyles.Text div.sliderTitle, 
div.ImageTextStyles.Text {

}

div.ImageTextStyles.Text div.sliderTitle {

}
div.ImageTextStyles.Text h1 {

}
div.ImageTextStyles.Text h2 {

}
div.ImageTextStyles.Text p {

}

div.ImageTextStyles.Text p a {

}

div.ImageTextStyles.Text p a span.abstract {

}

div.ImageTextStyles.Text hr {

}
.ImageTextStyles.Image img {

}


p.readmore {

}

p.readmore a {

}

/*
FocusObject Slider
*/



/** 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: #ff6400;
    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:24px;
}
.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: #ff6400;
    font-family: FontAwesome;
    font-size: 14px;
    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: #ff6400;
    font-family: FontAwesome;
    font-size: 15px;
    padding-right: 6px;
    text-decoration: none;
}
ul.mypage_list .ico_rentalinfo:before {
    content: "\f101";
    color: #ff6400;
    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: 14px;
    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;   
}
.col50.ledigt .box-inner
{    
    text-align:center;
}

body.default .col50 h4
{    
}
div.col50.ingang div.box.ingang div.box-outer div.box-inner.column div.box.ingang img
{

}

.box.ingang .box-inner
{

}

    .box.ingang .box-inner p a
    {

    }
        .box.ingang .box-inner p a:hover
    {
        text-decoration:underline;
    }



.col50.ingang .box.ingang a, .col50.ingang .box.ingang p
{
color: #686868;
display: inline;
text-decoration: none;
font-size: 22px;
line-height: 25px;
margin-bottom: 10px;
font-weight: 700;
padding-bottom: 15px;
position: relative;
bottom: 15px;
left: 8px;
}
.col50.ingang .box
{
margin-bottom:0;
}
    .col50.ingang .box.ingang a:hover, .col50.ingang .box.ingang p:hover
    {
        text-decoration:none;
        color:#ff6400;
    }

    .box-inner {

    line-height: 21px;
}
    ul.mypage_profile {
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    list-style-type: none;
}

    body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+1) {
    width: 180px;
    padding-left:6px;
}
body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+2) {
    width: 170px;
    padding-left:6px;
}
body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+3) {
    width: 100px;
    padding-left:6px;
}
body.organisation_personal_personallista_dpt table.gridlist tr.headerrow td:nth-of-type(4n+4) {
    width: 100px;
    padding-left:6px;
}

body.organisation_personal_personallista_dpt table.gridlist td a.iframe {
    margin-left:3px;
    text-decoration:none;
}


.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;
}

.vfa_resident_objectmaintenance_insert li.label.lblDescription {
    display: none;
}

#ctl00_ctl01_DefaultSiteContentPlaceHolder1_Col1_listavailableParking {
    display:none;
}