/*styl od głównej strony z wyborem języków*/

* { margin: 0; padding: 0; }

body{
   margin: 10px;
   font-family: Verdana, Helvetica, sans-serif;
}
#pole{ 
 margin: 0 auto; 
 width: 900px; 
}
img{
    border: 0px;
}

div#banner{
     float: left;
     width: 900px;
     height: 94px;
     background-image: url(images/banner.jpg);
     background-repeat: no-repeat;
}


div#kontener{
       float: left;
       width: 900px;
       height: 500px;
       background-image: url(images/linia.jpg);
       background-repeat: repeat-y;
}

div#stopka{
     float: left;
     position:relative;
     display:block;
     width: 900px;
     height: 35px;
     padding-top: 15px;
     color: white;
     text-indent: 8%;
     font-size: 10px;
     text-align: center;
     background-image: url(images/stopka.jpg);
     background-repeat: no-repeat;
}
div#stopka a{
    text-decoration: none;
    color: white;
}

 
h1{
      margin-top: 10px;
      margin-bottom: 20px;	
      margin-left: 15px;
      font-size: 18px;
      color: blue;
      text-align: center

}

h2{
      margin-top: 20px;
      margin-bottom: 30px;
      margin-left: 20px;
      font-size: 17px;
}
