@font-face {
  font-family: 'OpenSansCond';
  src: url('../fonts/OpenSans-CondBold.eot');
  src: local('☺'), url('../fonts/OpenSans-CondBold.woff') format('woff'),
    url('../fonts/OpenSans-CondBold.ttf') format('truetype'),
    url('../fonts/OpenSans-CondBold.svg#webfontPttmTjhw') format('svg');
  font-weight: normal;
  font-style: normal;
}

img{
    border: none;
}

body{
    margin: 0;
    padding: 0;
    background-image: url('../images/body-bg.png');
    background-repeat: repeat-x;
    background-position: center 480px;
}

.weight{
    width: 980px;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#slider{
    margin-bottom: -480px;

    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -10;
}

#slider-box{

}

#zapraszamy{
    background-image: url("../images/teksty/zapraszamy.png");
    background-repeat: no-repeat;
    height: 42px;
    margin-top: 360px;
    position: absolute;
    right: 0;
    width: 365px;
    z-index: 1;
}

#logo{
    position: absolute;
    left: 0;
    margin-top: 200px;
    z-index: 1;
    width: 226px;
    height: 135px;
    background-image: url('../images/teksty/logo.png');
}

/* top-stripe */
#top-stripe{
    float: left;
    height: 50px;
    position: relative;
    width: 100%;
    margin-top: 40px;
}

#top-stripe #menu{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    background-image: url('../images/menu-bg.png');
    background-repeat: no-repeat;
}

#menu #kontakt-info{
    color: #FFFFFF;
    float: left;
    font-family: OpenSansCond;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 14px;
    position: relative;
    font-weight: normal;
}

#menu ul{
    float: right;
    list-style-type: none;
    margin: 13px 14px 0 0;
    padding: 0;
    position: relative;
}

#menu li{
    display: inline;
    margin-left: 22px;
    margin-right: 22px;
}

#menu ul li a{
    text-decoration: none;
    font-family: Open Sans Condensed;
    font-size: 13px;
    color: #FFFFFF;
}

#top-stripe-shadow{
    position: relative;
    float: left;
    width: 980px;
    height: 26px;
    background-image: url('../images/top-stripe-bottom-shadow.png');
    background-repeat: no-repeat;
}
/* koniec top-stripe */


/* content */
#content{
    position: relative;
    float: left;
    width: 100%;
}
/* koniec content */


/* footer */
#footer{
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    background-color: #E2E2E2;
    font-family: Tahoma;
    font-size: 11px;
    color: #7b7b7b;
}

#footer-weight{
    width: 980px;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#footer #text-left{
    position: relative;
    float: left;
    margin-top: 30px;
}

#footer #text-right{
    position: relative;
    float: right;
    margin-top: 30px;
}

#footer #text-center{
    float: left;
    margin: 30px 0 0 100px;
    position: relative;
}

#footer .separator{
    margin: 0 18px 0 18px;
    position: relative;
    float: left;
}

#footer a{
    text-decoration: none;
    color: #7b7b7b;
    position: relative;
    float: left;
}

#footer a#mobime{ font-weight: bold; }
/* koniec footer */