
/* LAY ------------------------------------------------------------------------------ */

.lay_top {
   height: auto!important;
   height: 459px;
   min-height: 459px;
   
   background-image: url('../images/lay/lay_top.png');
   background-repeat: repeat-x;
   background-position: 0px 0px;
}

.lay_middle {
   height: auto!important;
   height: 918px;
   min-height: 918px;
   
   
}

.lay_bottom {
   height: auto!important;
   height: 918px;
   min-height: 918px;
   
   background-image: url('../images/lay/lay_bottom.png');
   background-repeat: repeat-x;
   background-position: 0px 100%;
}

/* KONTENER ------------------------------------------------------------------------- */

.lay_kontener {
   margin: auto;
   
   width: 980px;
}

/* LAY LOGO ------------------------------------------------------------------------- */

.lay_logo {
   position: relative;
   
   width: 980px;
   height: 88px;
   
   background-image: url('../images/lay/lay_logo.png');
   background-repeat: no-repeat;
   background-position: 0px 100%;
}

.lay_logo_menu {
   position: absolute;
   
   top: 0px;
   right: 0px;
   
   width: 287px;
   height: 35px;
   
   background-image: url('../images/lay/lay_logo_menu.png');
   background-repeat: no-repeat;
   background-position: 0px 100%;
}

.lay_logo_menu_linki {
   position: absolute;
   
   top: 8px;
   right: 290px;
}

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

.lay_strona {
   background-color: #ffffff;
}

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

.lay_strona_top_center {
   background-image: url('../images/lay/lay_strona_top_center.png');
   background-repeat: repeat-x;
   background-position: 0px 0px;
}

.lay_strona_top_right {
   background-image: url('../images/lay/lay_strona_top_right.png');
   background-repeat: no-repeat;
   background-position: 100% 0px;
}

.lay_strona_middle_left {
   background-image: url('../images/lay/lay_strona_middle_left.png');
   background-repeat: repeat-y;
   background-position: 0px 0px;
}

.lay_strona_middle_right {
   background-image: url('../images/lay/lay_strona_middle_right.png');
   background-repeat: repeat-y;
   background-position: 100% 0px;
}

.lay_strona_bottom_left {
   background-image: url('../images/lay/lay_strona_bottom_left.png');
   background-repeat: no-repeat;
   background-position: 0px 100%;
}

.lay_strona_bottom_center {
   background-image: url('../images/lay/lay_strona_bottom_center.png');
   background-repeat: repeat-x;
   background-position: 0px 100%;
}

.lay_strona_bottom_right {
   height: auto!important;
   height: 746px;
   min-height: 746px;
   
   background-image: url('../images/lay/lay_strona_bottom_right.png');
   background-repeat: no-repeat;
   background-position: 100% 100%;
}

.lay_strona_wnetrze {
   margin-left: 6px;
   margin-right: 6px;
}

/* MENU GÓRNE ----------------------------------------------------------------------- */

.lay_strona_menu_gorne {
   height: 37px;
   
   text-align: center;
}

.lay_strona_menu_gorne img {
   position: relative;
}

.lay_strona_menu_gorne a {
   position: relative;
}

.lay_strona_menu_gorne a span {
   font-family: Arial;
   font-size: 14px;
   color: #888888;
   font-weight: bold;
}

/* ANIMACJA ------------------------------------------------------------------------- */

.lay_strona_animacja {
   height: 321px;
   
   background-color: #ffffff;
}

/* MENU BOCZNE ---------------------------------------------------------------------- */

.lay_menu_boczne_opcja {
   margin-bottom: 1px;
}

.lay_menu_boczne_opcja  a {
   display: block;
   
   padding-left: 19px;
   padding-right: 19px;
   
   background-image: url('../images/lay/lay_menu.png');
   background-repeat: repeat-y;
   background-position: 0px 0px;
   
   text-align: center;
   
   font-size: 12px;
   color: #012755;
   font-weight: bold;
   text-decoration: none;
}

.lay_menu_boczne_opcja  a:hover {
   display: block;
   
   padding-left: 19px;
   padding-right: 19px;
   
   background-image: url('../images/lay/lay_menu.png');
   background-repeat: repeat-y;
   background-position: 0px 0px;
   
   font-size: 12px;
   color: #012755;
   font-weight: bold;
   text-decoration: none;
}

.lay_menu_boczne_opcja  a span {
   display: block;
   
   padding-top: 7px;
   padding-bottom: 7px;
}

/* PODSTRONA ------------------------------------------------------------------------ */

.lay_podstrona_kontener {
   
}

.lay_podstrona_left {
   float: left;
   
   width: 250px;
}

.lay_podstrona_right {
   float: left;
   
   margin-left: 10px;
   
   width: 698px;
}

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

.lay_stopka {
   position: relative;
   
   height: 84px;
}

.lay_stopka_prawa_autorskie {
   position: absolute;
   
   left: 20px;
   top: 10px;
   
   color: #ffffff;
}

.lay_stopka_menu {
   position: absolute;
   
   top: 10px;
   right: 20px;
   
   color: #ffffff;
}

.lay_stopka_projekt_i_wykonanie {
   position: absolute;
   
   top: 50px;
   right: 20px;
   
   color: #50708f;
}

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