                                               /*ogólne*/
 body {
  background: transparent url(gradiend1.png) repeat scroll center top;
 }
  p {
  color: white;
  display: block;
  font-family: Arial, sans-serif;
  font-size: medium;
  text-indent: 2em;
  width: 90%;
  text-align: justify;
  line-height: 130%;
  margin: 0em 2em;
 }
 
 h1, h5 {
  color: #FFFFFF;
  font-size: medium;
  font-style: normal;
  font-family: Arial, sans-serif;
  text-align: center;
  text-shadow: 0px 0px 5px #000;
  margin: 1% auto;
  display: block;
 }
  h2, h3 {
  color: orange;
  text-shadow: 0px 0px 5px #000;
  font-family: Arial, sans-serif;
  font-style: normal;
  text-align: center;
  font-size: xx-large;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
 }
                                          /*pudełka*/ 
 #pojemnik {
  min-width: 900px;
  width: 89%;
  margin: 1em auto;
  background-color: rgba(34, 2, 67, 0.7);
   -webkit-border-radius: 22px;
   -moz-border-radius: 22px;
   -o-border-radius: 22px;
  border: 1px solid white;
  position: relative;
  -o-box-shadow: 5px 5px 5px black;
  -moz-box-shadow: 5px 5px 5px black;
  -webkit-box-shadow: 5px 5px 5px black;
  box-shadow: 5px 5px 5px black;
 }
   #menugorne {
  width: 100%;
  float: left;
  height: 3em;
  border-bottom: 1px solid white;
   -webkit-border-radius: 22px 22px 0 0;
    -moz-border-radius: 22px 22px 0 0;
     -o-border-radius: 22px 22px 0 0;
 }
 #banerownialewa {
  width: 49%;
  float: left;
  height: 12em; 
 }
  #banerowniaprawa {
  width: 50%;
  float: right;
  height: 12em;   
    } 
   #pasek {
  width: 100%;
   float: right;
  height: 1em;
  padding-bottom: 1em;
  border-top: 1px solid white;
 }
 #lewa {
  float: left;
  width: 19.5%;
  max-width: 300px;
  height: 100%;
 }
 #opis {
  float: left;
  width: 75%;
  padding-bottom: 2em;
 }
 #przedstopka {
 float: left;
 width: 100%;
 height: 6em;
 border-top: 1px solid white;
 background: #2D175F;
 }
 #stopka {
  width: 100%;
  height: 2em;
  border-top: 1px solid white;
   -webkit-border-radius: 0 0 22px 22px;
   -moz-border-radius: 0 0 22px 22px;
   -o-border-radius: 0 0 22px 22px;
  clear: both;
 } 
  #reklama {
  float: right;
  height:280px;
  width:130px;
  padding: 0px;
  margin: 10% 2%;
 }
   .pokaz {
  	width: 400px
   display: block;
   margin: 1em 2em;
    }
 .przycisk {
 float: left;
  background: #2D175F;
 width: 90%;
 height: 30px;
 margin-top:5px;
 border-top: 1px solid white;
 border-right: 1px solid white;
 border-bottom: 1px solid white;
 -webkit-border-radius: 0 22px 22px 0;
 -moz-border-radius: 0 22px 22px 0;
 -o-border-radius: 0 22px 22px 0;
 }
  .tujestem {
 float: left;
  background: #2D175F;
 width: 100%;
 height: 30px;
 margin-top:5px;
 border-top: 2px solid #f4da6b;
 border-right: 2px solid #f4da6b;
 border-bottom: 2px solid #f4da6b;
 -webkit-border-radius: 0 22px 22px 0;
 -moz-border-radius: 0 22px 22px 0;
 -o-border-radius: 0 22px 22px 0;
 }
  .clear {
clear: both;
}
                                               /*czcionki*/
 .p1 {
 font-family: Arial, sans-serif;
  text-shadow: 0px 0px 5px white;
 font-size: medium;
 color: white;
 float: right;
 margin: 0em 1em;
 }                                          
 .p2 {
  color: white;
  display: block;
  text-align: center;
  word-spacing: 2em;
  font-family: Arial, sans-serif;
  font-size: medium;
  margin: 5px 0px;
 }
  .p3 {
  color: white;
  word-spacing: 3em;
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 65%;
  margin-left: 15px;
 }
 .p4 {
  color: white;
  text-align: center;
  word-spacing: 2pt;
  font-family: Arial, sans-serif;
  font-size: small;
 }
.p5 {
  text-align: justify;
  color: orange;
  text-shadow: 0px 0px 5px #000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-indent:2em;
  line-height: 130%;
  margin: 0px 50px 2px 30px;
 }
 .p6 {
 font-family: Arial, sans-serif;
 text-align: center;
 font-size: medium;
 color: #f4da6b;
 margin: 0.3em auto;
 } 
 .granatowy {
 color: #2D175F;
 }
  .podpis {
  float: right;
  font-style: italic;
  font-family: Arial,sans-serif;
  font-size: 100%;
  padding-top: 1ex;
  padding-right: 0.8em;
 }
                                           /*obrazki*/
 .lilia {
  float: right;
  margin: 0 auto;
  border: none;
  }
   .logo {
  float: left;
  margin: 1% 0% 0% 0%;
  border: none;
  }
  .licznik {
 float: right;
 padding: 0px 10px 1px 0px;
 margin: 0 auto;
}
  .obraz {
  display: block;
  margin: 1em 2em;
   -o-box-shadow: 5px 5px 5px black;
   -moz-box-shadow: 5px 5px 5px black;
  -webkit-box-shadow: 5px 5px 5px black;
  box-shadow: 5px 5px 5px black;
    }
    .obrazlewy {
  float: left;
  display: block;
  margin: 1em 2em 2em 2em;
  -o-box-shadow: 5px 5px 5px black;
   -moz-box-shadow: 5px 5px 5px black;
  -webkit-box-shadow: 5px 5px 5px black;
  box-shadow: 5px 5px 5px black;
    }
     .obrazprawy {
  float: right;
  display: block;
  margin: 0em 2em;
  -o-box-shadow: 5px 5px 5px black;
   -moz-box-shadow: 5px 5px 5px black;
  -webkit-box-shadow: 5px 5px 5px black;
  box-shadow: 5px 5px 5px black;
    }
  .grot {
  float: right;
  margin: 0px 20px 0px 0px;
  border: none;
    }
    .zumi {
  float: right;
  margin: 0% 20% 0% 0%;
  border: none;
  padding: 0;
 }
                                            /*przyciski*/
  .buton {
  margin: 5px 6px;
  float: right;
  border: none;
 }   
   .butonik {
  float: left;
  margin: 20px 0px 0px 7px;
  border: 2px solid white;
  font-size: small;
  font-family: Arial, sans-serif;
  background-color: blue;
 }                                           /*odsyłacze*/
 a:link {
  font-weight: bold;
  color: white;
  text-decoration: none;
  border: none;
  }
 a:visited {
  color: yellow;
  text-decoration: none;
  border: none;
  }
 a:hover {
  color: yellow;
  text-decoration: none;
  border: none;
  }
 a:active {
  color: yellow;
  text-decoration: none;
  border: none;
  }  
                                             /*lista*/
 ul {
  list-style: cirkle;
  color: orange;
 }
  ol {
  color: white;
 }
 li {
  text-align: justify;
  margin: 0px 50px 10px 20px;
  font-family: Arial, sans-serif;
  font-size: medium;
  line-height: 130%;
}
.white {
color: white;
}

