
/**************************************************************************
   GLOBALNE
*/

html, body {
   width: 100%;
   height: 100%;
}

body {
   background-color: #e8e8e8;
   background-image: url('../images/lay/lay_body.jpg');
   background-repeat: repeat-x;
   background-position: 0px 0px;
   
   font-family: Tahoma;
   font-size: 11px;
   color: #4f4f4f;
}

object, embed {
   display: block;
}

a img {
   display: block;
   
   border-width: 0px;
}

a {
   color: #000000;
   text-decoration: none;
}

.lay_link_szaro_pomaranczowy {
   color: #000000;
}

.lay_clear {
   clear: both;
   
   height: 0px;
   
   overflow: hidden;
}

ul {
   margin-left: 25px;
   list-style: disc;
}

li {
   margin-top: 10px;
}
 
.lay_mapa_serwisu_ul li {
   margin-top: 10px;
   
   color: #ff0000;
}

h1 {
   display: inline;
   
   font-size: 19px;
   color: #ff7d00;
   font-weight: bold;
}

h2 {
   display: inline;
   
   font-size: 15px;
   color: #4f4f4f;
   font-weight: bold;
}

.lay_foto_float {
   display: block; 
   
   float: left;
   
   margin-right: 10px;
   margin-bottom: 10px;
}

p {
   text-align: justify;
}
