@charset "UTF-8";
/*----------------------------------------------
Import Standard Layout
@import '/css/frontend-standard.css';
----------------------------------------------*/
@import '/themes/layout-1/layout.css';

/*----------------------------------------------
copyright 2009 by bgcc
Version: 1.0
Company URI: http://www.justimmo.at
Web URI: http://friends-immobilien.justimmo.at
----------------------------------------------*/

body {
    background: #eae3d8 url(images/body-grad.jpg) repeat-x left top;
    color: #484848;
}

h1 {
    color: #01696b;
}

a {
    color: #00aaad;
}

hr {
    background: none repeat scroll 0 0 #f2f2f2;
    border: medium none;
    height: 1px;
    width: 100%;
    color: #f2f2f2;
}

#bg_pageHeaderInnerWrapper {
    background: url(images/logo.jpg) no-repeat center top;
    border-color: transparent;
    border-style: solid solid none;
    border-width: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
    width: auto;
    position: relative;
}

.bg_headerLogo {
    background: none;
    height: 200px;
}

#bg_pageBodyInnerWrapper {
    border: 0;
    background: url(images/bg-body.gif) repeat-y center top;
    width: 990px;
}

#bg_pageNavInnerWrapper {
    background: url(images/main-nav-bg.jpg) no-repeat center bottom;
    border: 0;
}

#bg_pageNavInnerWrapper {
    width: 990px;
    position: relative;
}

#bg_pageFooter {
    background: url(images/bg-footer.jpg) no-repeat center bottom;
    border-color: #CCCCCC;
    border-style: none;
    border-width: 0;
    margin: 0 auto 20px;
    width: 990px;
    padding-bottom: 10px;
    padding-top: 65px;
}

#bg_pageFooterOuterWrapper {
    padding: 15px;
}

#bg_pageFooter ul {
    border: 0 none;
}

#bg_pageFooter a {
    color: #FFF;
}

.bg_button {
    background: #00A7B6 url(images/main-nav-bg.jpg) repeat scroll center 0;
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
    cursor: pointer;
    height: 24px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.bg_button:hover {
    background: #000;
}

/* Login
---------------------------------------------------------------------- */
#bg_loginButton {
    display: block;
    float: right;
    width: 150px;
    background: #fff;
    right: -10px;
    top: 13px;
    position: absolute;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

#bg_loginButton a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 2px 0;
}

#bg_loginBar {
    display: inline-block;
    float: right;
    position: absolute;
    background: #fff;
    right: -10px;
    top: 13px;
    text-align: center;
    padding-left: 10px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

#bg_loginBar ul {
    margin: 0;
    padding: 0;
    float: right;
}

#bg_loginBar ul li {
    margin: 0 5px 0 0;
    padding: 3px 5px 3px 3px;
    float: left;
    list-style: none outside;
    border-right: 1px solid #EEE;
}

#numResults {
    background-color: #00AAAD;
    color: #ffffff;
}

/* Navigation
---------------------------------------------------------------------- */

ul.dropdown {
    padding: 5px 0 0 0;
}

ul.dropdown li {
    margin: 0 3px 0 0;
}

ul.dropdown li:hover {
    background-color: #fff;
    color: #000;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

ul.dropdown li.hover a, ul.dropdown li:hover a {
    color: #000;
}

ul.dropdown a:link, ul.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    padding: 7px 10px;
    display:block;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

ul.dropdown a:hover {
    color: #000;
    background-color: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

ul.dropdown .bg_active a, .bg_active a:active {
    color: #00AAAD;
    background-color: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

/* Navigation - Erster Sublevel
---------------------------------------------------------------------- */

ul.dropdown ul {
    width: 200px;
}

ul.dropdown ul li, ul.dropdown ul li:hover {
    font-weight: normal;
    background-color: #fff;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

ul.dropdown ul li a, ul.dropdown ul .bg_active a {
    font-weight: normal;
    background-color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

ul.dropdown ul li a:hover, ul.dropdown ul .bg_active a:hover {
    font-weight: normal;
    background-color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color:#f3f3f3;
}

.bg_articlePagination {
    background: #FFFFFF url("") repeat-x scroll 0 0;
    margin-bottom: 10px;
    padding: 3px;
    text-align: right;
    border: 0;
    margin: 0;
    padding: 0;
    float: right;
}

.bg_articlePagination li {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none;
    float: left;
}

.bg_articlePagination a {
    display: block;
    float: left;
    padding: 3px 8px;
    text-decoration: none;
    border: solid 1px #DDD;
    margin-right: 2px;
    background: white;
}



