/* głowny kontener strony */

#global
{
    /*background-color: red;*/
    width: 100%;
height: 150px;


}

#header
{
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    height: 150px; /* opcjonalnie jakaś wysokość */
   /* background-color: white; */
    z-index:191;
}
#baner
{
    position: relative;
    top: 0;
    left: 0;
    right:0;
    height: 100px; /* opcjonalnie jakaś wysokość */
    background-color: white;
    z-index:192;
}

#menug
{
/*    position: relative;*/
    top: 100px;
    left: 0;
    right:0;
    height: 50px; /* opcjonalnie jakaś wysokość */
    background-color: #ffff66;
    z-index:193;
}



#tresc
{
    position:relative;
    top: 150px;
    left: 0;
    /* background-color: #FFF6E9;*/
    z-index:190; 

}
#podtresc
{
    position:relative;
    top: 50px;
    left: 0;
    background-color: yellow;
    z-index:180;    
}


#nafoto
{
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    /*height: 180px; /* opcjonalnie jakaś wysokość */
    background-color: black;
    z-index:400;
    overflow: scroll;
display: none;

}