
/* STRONA --------------------------------------------------------------------------- */

.lay_strona_kontener {
   margin: auto;
   
   width: 760px;
}

.lay_strona {
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #5a3c08;
   border-right-width: 1px;
   border-right-style: solid;
   border-right-color: #5a3c08;
   
   background-color: #734c08;
}

/* TOP ------------------------------------------------------------------------------ */

.lay_top {
   position: relative;
   
   height: 179px;
   
   background-image: url('../images/lay/lay_top.png');
   background-repeat: no-repeat;
   background-position: 0px 0px;
}

.lay_top_menu_gorne {
   position: absolute;
   
   left: 60px;
   bottom: 56px;
   
   width: 600px;
}

.lay_menu_gorne_opcja {
   float: left;
   
   margin-right: 20px;
}

.lay_nawigator {
   position: absolute;
   
   left: 30px;
   bottom: 27px;
   
   width: 500px;
}

/* TREŚĆ ---------------------------------------------------------------------------- */

.lay_tresc_kontener {
   margin: auto;
   
   width: 720px;
}

.lay_tresc {
   padding: 20px;
   padding-bottom: 50px;
   
   border-width: 1px;
   border-style: solid;
   border-color: #5a3c08;
   
   background-color: #795316;
}

/* STOPKA --------------------------------------------------------------------------- */

.lay_stopka {
   position: relative;
   
   height: 18px;
   
   text-align: center;
}

.lay_na_gore {
   position: absolute;
   
   top: -45px;
   right: 45px;
}

.lay_drukuj {
   position: absolute;
   
   left: 45px;
   top: -45px;
}

/* KONIEC --------------------------------------------------------------------------- */
