@charset "UTF-8";
/*----------------------------------------------
Import Standard Layout
----------------------------------------------*/
@import '/themes/layout-1/layout.css';

/*----------------------------------------------
copyright 2009 by bgcc
Version: 1.0
Company URI: http://www.justimmo.at
Web URI: http://schoeneswohnen.justimmo.at
----------------------------------------------*/


body {
    background: #F0F0F0 url(images/gradient_01.jpg) repeat-x left top;
}

h1, h2, h3, h4, h5, h6 {
    color: #97886c;
}

a {
    color: #97886c;
}

a:hover {
    color: #CCC;
}

#bg_pageHeaderInnerWrapper {
    padding-top:0px;
    border-top: 4px solid #c8dbcc;
    border-right: 4px solid #c8dbcc;
    border-bottom: 0px none #CCC;
    border-left: 4px solid #c8dbcc;
}

#bg_pageHeader, #bg_pageHeaderInnerWrapper .container {
    margin:0;
    width:100%;
}

.bg_navWithTabs {
    position: relative;
    float: left;
    width:  100%;
    line-height: 1em;
    z-index: 10;
    background: #444 url(images/main-nav-bg.jpg) repeat-x bottom;
}

.bg_navWithTabs li {
    position: relative;
    line-height: 1em;
    margin-left: 6px;
    z-index: 20;
}

.bg_navWithTabs a {
    position: relative;
    font-size: 1.1em;
    line-height: 1em;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.004); /*fixes Safaris antialising bug*/
    padding: 10px 15px 10px 15px;
    margin-left: -6px;
    z-index: 30;
}


.bg_navWithButtons {
    margin: 2em 0;
}

.bg_navWithButtons a {
    font-weight: bold;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.004); /*fixes Safaris antialising bug*/
    padding: 0.5em 10px;
    margin-right: 20px;
}

.bg_navLight a {
    line-height: 1.1em;
    padding: 0 10px;
}

.bg_navLight .bg_importantLink {
    padding: 0.5em 10px;
    margin-top: -0.5em;
}

.bg_navWithTabs a {
    color: #d8ccb6;
}

.bg_navWithTabs a:hover {
    color: #efe5d5;
    background: #ffffff url(images/hover_effect_negative.gif) no-repeat bottom;
}

.bg_navWithTabs .bg_active {
    background: url(images/sprites.png) 100% -66px no-repeat;
}

.bg_navWithTabs .bg_active a {
    color: #3b436a;
    background: url(images/sprites.png) top left no-repeat;
}

.bg_navWithButtons a {
    color: #fff;
    background: #444;
}

.bg_navWithButtons a:hover {
    color: #fff;
    background: #666;
}

.bg_headerLogo {
    float: left;
    background: url(images/logo.jpg) no-repeat left top;
    height:220px;
    width:100%;
}

#bg_footer .container {
    border-top: 1px solid #ddd;
    padding: 0.5em 0 2em 0;
}

.bg_navSmall a {
    margin-left: 30px;
}

#bg_pageFooter {
    width:980px;
    margin:0 auto;
    border-top: 0px none #CCC;
    border-right: 4px solid #c8dbcc;
    border-bottom: 4px solid #c8dbcc;
    border-left: 4px solid #c8dbcc;
    margin-bottom:20px;
    background: #1c5529;
}

#bg_pageFooter ul {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 0;
}

#bg_pageFooter li {
    float: left;
    list-style: none;
    margin: 0;
}

#bg_pageFooter a {
    float: left;
    margin: margin 0;
    padding: 0.5em;
    border-bottom: none;
    color:#fdf5e7;
}

#bg_pageBodyInnerWrapper {
    width:980px;
    margin:0 auto;
    padding-top:20px;
    padding-bottom:20px;
    border-top: 0px none #CCC;
    border-right: 4px solid #c8dbcc;
    border-bottom: 0px none #CCC;
    border-left: 4px solid #c8dbcc;
    background: #FFF;
}

#bg_pageNavInnerWrapper {
    width:980px;
    margin:0 auto;
    background:url(images/main-nav-bg.jpg) repeat-x scroll center bottom;
    border-top: 0px none #CCC;
    border-right: 4px solid #c8dbcc;
    border-bottom: 0px none #CCC;
    border-left: 4px solid #c8dbcc;
}

#bg_contact_form .bg_formRow .bg_formInput {
    float:none;
}

#select_bundesland_div, #select_land_div {
    width:100%;
}

.bg_button {
    color: #FFF;
    background: #323a61 url("images/main-nav-bg.jpg");
    height: 24px;
    border-width: 0px;
    border-style: none;
    cursor:pointer;
}

.bg_button:hover {
    color: #FFF;
    background: #323a61 url(none);
}

