﻿/* komentarze
--------------------------------------------------------- */


body {        
  background: #ffffff;
  font-family:  Verdana, Arial, Helvetica, sans-serif;   
  font-size: medium;
  margin:0;
  padding:0;
}

a {

  color: #dbdbdb;
  text-decoration: none;
}
a:hover {
  outline:0;
  color: #808080;
  text-decoration: underline;
}



/* div
--------------------------------------------------------- */


#container{
 border:5px solid #E7E7E7;
 border-top:0;
 padding:0 0px 6px;
}



.facebook {-moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:transparent url(img/facebook.png) repeat scroll 0 0; display:block; float:right; height:420px; padding:0; position:fixed; right:-205px; top:170px; width:232px; z-index:100}
.facebook a {color:#FFF !important}




/* style tabel tab 1 powtorka tla w pionie, tab 2 bez powtorki
--------------------------------------------------------- */


#tab1 {
   width:  100%;
   height:  100%;
    border: 0px solid black;
  background-color: #fff;
 border-spacing: 5px;
  padding: 0px;
     background-image: url(img/tlo.gif) ;
     background-position:  top;
          background-repeat: repeat-x;
          background-attachment:fixed;


}



#tab2 {
    width:  100%;
   height:  100%;
    border-spacing: 0px;
    border: 1px solid black;
     background-image: url(img/tlo.gif) ;
     background-position: top;
    vertical-align:top;
         background-attachment:fixed;
 background-repeat:no-repeat;
}



#td_srodek  {
    width:  100%;
   height:  100%;
    border-spacing: 0px;
    border: 0px solid black;
     background-image: url(img/tlo_tabela_dolna.jpg);
     background-position: bottom;
     background-repeat: repeat-x;
    vertical-align:top;

}





