body {background-color: #edede6; /*d8f0ff*/
    background-image: url("bg.png");
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: scroll;
           color: #2D2D2D;
           font-size: 12pt;
           font-family: Tahoma;
           margin-top: 1cm;
           text-align: center;}
           
body.naglowek {font-size: 150pt;} 

.oferta {
  text-align: center;
     position: fixed;
    top: 10px;
    left: 10px;
    bottom: 10px;
    width: 100%;
    height: 90%;
    overflow-y: scroll;
} 
.oferta1 {
  text-align: center;
     position: fixed;
    top: 10px;
    left: 10px;
    bottom: 10px;
    width: 100%;
    height: 90%;
    overflow-y: scroll;
}                  

a {color: #2D2D2D; 
     text-decoration: none;}

a.mail {text-decoration: underline;}
a.mail:hover {letter-spacing: normal;}
a:visited {color: #2D2D2D;
                 text-decoration: none;}
                 
a:hover {color: #555555;
                letter-spacing: 1pt;}
                
p {margin-top: 1cm;
     margin-bottom: 1cm;
     margin-left: 1cm;
     margin-right: 1cm;
     font-size: 14pt;
     text-align: justify;}
     	 
ul {margin-top: 0cm;
     margin-bottom: 0cm;
     margin-left: 2.5cm;
     margin-right: 2.5cm;
     text-align: justify;}
     
	 table {margin-top: 1cm;
           margin-bottom: 1cm;
           margin-left: 1cm;
           margin-right: 1cm;
           text-align: center;}
           
tr.naglowek {font-size: 16pt;}
             
td.pierwszy {text-align: left;
            padding-left: 2mm;
            padding-right: 2mm;}

.hline { width:100%; height:1px; background: #fff }
hr { width:100%; height:1px; background: #fff }
.hline:after { width:100%; height:1px; background: #fff; content:"" }

/* Hide scrollbar for Chrome, Safari and Opera */
.oferta::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.oferta {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.oferta1::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.oferta1 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}