/* moje style STYLIST*/

/*layer1 ustawia wszystkie terści strony na wierzchu*/
#leyer1
{
position: relative;
z-index: 100;
}

/*stylist trzyma obliczalne boxy zez scianami pod spodem*/
#stylist
{
background-position: 0 bottom;
background-repeat: repeat-x;
background-image: url(/assets/images/tlo_podloga1.png);
position: absolute;
width: 100%;
height: 400px;
z-index: 0;
}
#sciana_tylna
{
border-bottom-style: solid;
border-bottom-color: #cccccc;
border-bottom-width: 1px;
background-color: #f8f8f8;
left: 0;
position: absolute;
min-width: 1024px;
width: 100%;
z-index: 1;
}
#sciana_lewa
{
border-right-color: #cccccc;
border-right-width: 1px;
border-right-style: solid;
background-position: right bottom;
background-repeat: no-repeat;
background-image: url(/assets/images/tlo_sciana1.png);
border-bottom-style: solid;
border-bottom-color: #cccccc;
border-bottom-width: 1px;
background-color: #f8f8f8;
position: absolute;
z-index: 2;
}

#sciana_prawa
{
background-position: left bottom;
background-repeat: no-repeat;
background-image: url(/assets/images/tlo_sciana5.png);
border-bottom-style: solid;
border-bottom-color: #cccccc;
border-bottom-width: 1px;
background-color: #f8f8f8;
position: absolute;
z-index: 3;
}

#column1
{

}

#blenda_gorna
{
position: absolute;
width: 100%;
background-repeat: repeat-x;
background-image: url(/assets/images/tlo_blenda.png);
height:260px;
z-index: 4;
}
