/**|podstawowe elementy html|**/

body {
    color:#5b5c5b;
    font-family: Arial;
    font-size:12px;
    background:url("../images/shared/bg.jpg") repeat-x;
    background-color:#e5e5e5;
    margin:0px;
    padding:0px;
    overflow-x: hidden;
    position: relative;
}

*, html {margin:0px;padding:0px;
}

a {
    color:#0065AD;
    font-family: Arial;
    text-decoration:none;
}

a:hover {
    color:#E2001B;
    text-decoration:underline;
}

img {border:none;}

ul {
    list-style:url("../images/shared/li.gif");
    margin-top:15px;
    margin-bottom:15px;
}

li {
    margin-left:50px;
    margin-top:3px;
    margin-bottom:3px;
}

h1 {
    margin:0px;
    padding:0px;
    font-size:0px;
    overflow:hidden;
}

h2 {
    font-size:27px;
    border-bottom:#d4d4d4 1px solid;
    padding-bottom:35px;
    margin-bottom:18px;
    line-height:20px;
}

.hr {
    height:1px;
    overflow:hidden;
    font-size:1px;
    background-color:#BFBFBF;
    margin-top:20px;
    margin-bottom:20px;
    display:block;
}

/**|podstawowe elementy html|**/


/**|wspolne style|**/

.klient {
    color:#272E41;
    font-weight:bold;
}

.clear_left{clear:left;overflow:hidden;font-size:1px;}
.clear_right{clear:right;overflow:hidden;font-size:1px;}
.clear_both{clear:both;overflow:hidden;font-size:1px;}
.text_ident {padding-left:15px;}

/**|glowny szablon|**/
#main_container {
    width:875px;
    margin:0px auto;
}

#header {
    height:353px;
    width:875px;
    overflow:hidden;
    background:url("../images/shared/heder_center_bg.jpg") no-repeat 302px 0px;
}

#header_page {
    height:280px;
    width:875px;
    overflow:hidden;
    background:url("../images/shared/heder_center_bg.jpg") no-repeat 302px 0px;
}

#header_menu {
    width:875px;
    height:37px;
    overflow:hidden;
    margin-top:90px;
}

#header_menu ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

#header_menu li {
    float:left;
    margin:0px;
    padding:0px;
}

#baner_index {
    width:875px;
    height:225px;
    overflow:hidden;
    background:url("../images/index/baner_index.jpg");
}

#baner_page {
    width:875px;
    height:152px;
    overflow:hidden;
    background:url("../images/shared/baner_page.jpg");
}

#content_index {
    overflow:hidden;
    width:875px;
    margin-top:31px;
}

.content_index_box {
    overflow:hidden;
    float:left;
    width:265px;
    display:inline;
    margin-left:25px;
}

.index_more_btn {
    margin-top:14px;
    display:block;
}

.content_index_box h3 {
    font-size:21px;
    border-bottom:#d4d4d4 1px solid;
    padding-bottom:35px;
    margin-bottom:18px;
    
}

#content_page {
    overflow:hidden;
    width:875px;
    margin-top:31px;
}

#content_l {
    float:left;
    display:inline;
    overflow:hidden;
    width:255px;
}

#content_r {
    float:right;
    overflow:hidden;
    width:575px;
}

#content_text {

}

#content_text p {
    margin-top:10px;
    margin-bottom:10px;
}

#footer {
    background:url("../images/shared/footer_bg.gif") no-repeat;
    height:36px;
    width:875px;
    overflow:hidden;
    margin-top:30px;
    color:#999898;
    font-size:11px;
}

#footer a {
    color:#0065ad;
}


#footer #footer_l {
    float:left;
    display:inline;
    margin-top:12px;
    margin-left:25px;
}

#footer #footer_r {
    float:right;
    margin-top:12px;
    overflow:hidden;
    margin-right:25px;
}

/**|newsy na stronie glownej|**/
.index_news_title {
    font-weight:bold;
    overflow:hidden;
}

.index_news_data {
    color:#a2a2a2;
    overflow:hidden;
    margin-top:10px;
    margin-bottom:10px;
}

.index_news_desc {
    overflow:hidden;
    text-align:justify;
}
/**|newsy na stronie glownej|**/



/**|ostatnia realizacja na stronie glownej|**/

#index_last_realization {
    overflow:hidden;

}

#index_last_realization #thumb {
    float:left;
    overflow:hidden;
    background:url("../images/shared/thumb_border.gif") no-repeat;
    width:79px;
    height:79px;
    display:inline;
    margin-top:18px;
    margin-right:5px;
}

#index_last_realization #thumb img {
    margin:4px auto;
    width:71px;
    height:71px;
    display:block;
}

#index_last_realization #desc {
    overflow:hidden;
}

#index_last_realization #desc a {
    color:#585858;
    margin-top:5px;
    display:block;
    background:url("../images/shared/btn_more2.gif") no-repeat 135px 22px;
}

/**|ostatnia realizacja na stronie glownej|**/

/**|realizacje|**/
.realization_intro {
    width:235px;    
    overflow:hidden;
    float:left;
    display:inline;
    margin-left:30px;
    
}

.realization_intro img {
    display:block;
    width:220px;
    height:165px;
    margin:8px auto;
    border:#BFBFBF 2px solid;
    padding:2px;
}

.realization_intro a.title {
    height:50px;
    font-weight:bold;
    display:block;
}

.realization_link {
    float:right;
    background:url("../images/shared/btn_more2.gif") no-repeat right;
    padding-right:10px;
}
/**|realizacje|**/


.news_block {
    margin-bottom:20px;
}

#ContactBox {
    margin-bottom:20px;
    overflow:hidden;
}


/**|formularz|**/
input.form {
    width:200px;
    border:1px solid #D4D4D4;
    padding:4px;
}

textarea.form {
    width:550px;
    height:250px;
    border:1px solid #D4D4D4;
    padding:4px;
}

.row {
    margin-bottom:5px;
}

.submit {
    display: block;
    width: 120px;
    height: 30px;
    border:solid 1px #BFBFBF;
    font-family: Arial;
    background: #0263B0;
    color:#ffffff;
    cursor: pointer;
}

.submit:hover {
    background-color:#DF031C;    
}

/* SIFR */
    .sIFR-alternate {
      display:none;
      font-family: Verdana;
    }
    
    
/*==================================================
WYBÓR SPÓŁKI
==================================================*/

#spolki {
display: block;
position: absolute;
top: 168px;
right: -356px;
width: 355px;
height: 550px;
padding: 0 0 0 76px;
background: url(../images/shared/spolki/bg_spolki.png) no-repeat top left;
color: #ffffff !important;
z-index: 98;
font-size: 11px;
}

a#spolki_close {
display: block;
width: 19px;
height: 19px;
background: url(../images/shared/spolki/btn_close.gif) no-repeat 0px 1px;
cursor: pointer;
clear: both;
padding: 1px 1px 0px 0px;
}

a:hover#spolki_close {
background: url(../images/shared/spolki/btn_close1.gif) no-repeat 0px 1px;
text-decoration: none;
}

a#spolki_open {
display: block;
float: left;
position: relative;
margin-left: -34px;
width: 34px;
height: 121px;
cursor: pointer;
background: url(../images/shared/spolki/btn_open.gif) no-repeat 0px 0px;
}

a:hover#spolki_open {
background: url(../images/shared/spolki/btn_open1.gif) no-repeat 0px 0px;
}

#spolki_header {
display: block;
float: left;
width: 259px;
height: 101px;
padding: 20px 0 7px 20px;
color: #fff;
font-size: 11px;
}

#spolki a.dombud, #spolki a.development, #spolki a.beton, #spolki a.tbs, #spolki a.mintex {
display: block;
float: left;
width: 150px;
height: 68px;
margin: 0;
padding: 4px 9px 1px 120px;
background: url(../images/shared/spolki/bg_dombud.jpg) no-repeat 1px 0px;
font-size: 10px;
color: #bdbebd;
text-decoration: none;
font-family: Tahoma, Arial, Verdana;
}

#spolki a.development {
background: url(../images/shared/spolki/bg_development.jpg) no-repeat 1px 0px;
}

#spolki a.beton {
background: url(../images/shared/spolki/bg_beton.jpg) no-repeat 1px 0px;
}

#spolki a.tbs {
background: url(../images/shared/spolki/bg_tbs.jpg) no-repeat 1px 0px;
}

#spolki a.mintex {
background: url(../images/shared/spolki/bg_mintex.jpg) no-repeat 1px 0px;
}

#spolki a:hover.dombud {
background: url(../images/shared/spolki/bg_dombud1.jpg) no-repeat 1px 0px;
color: #5b5c5b;
text-decoration: none;
}

#spolki a:hover.development {
background: url(../images/shared/spolki/bg_development1.jpg) no-repeat 1px 0px;
color: #5b5c5b;
text-decoration: none;
}

#spolki a:hover.beton {
background: url(../images/shared/spolki/bg_beton1.jpg) no-repeat 1px 0px;
color: #5b5c5b;
text-decoration: none;
}

#spolki a:hover.tbs {
background: url(../images/shared/spolki/bg_tbs1.jpg) no-repeat 1px 0px;
color: #5b5c5b;
text-decoration: none;
}

#spolki a:hover.mintex {
background: url(../images/shared/spolki/bg_mintex1.jpg) no-repeat 1px 0px;
color: #5b5c5b;
text-decoration: none;
}

/*==================================================
NAROŻNIK
==================================================*/

#sale {
display: block;
position: absolute;
float: right;
top: 0px;
right: 0px;
width: 194px;
height: 194px;
background: url(../images/index/rog.png) no-repeat 0px 0px;
}

