/* poczatek tresc */ 
.trescs { 
     font-family: Tahoma ;
     font-size: 12px ;
     font-weight:  bold;
     color:  #000000;  
     position: absolute; 
     left: 265; 
     top: 25 ;
     width: 540px;
}
.trescs h1{ 
     font-family: Tahoma ;
     font-size: 32px ;
     font-weight:  bold;
     color:  #7A0c0F;
     /*#580203;  */
}
.trescs h2{ 
     font-family: Tahoma ;
     font-size: 14px ;
     font-weight:  bold;
     color:  #15502E;  
}
.trescs a {
  font-family: Tahoma ;
  font-size: 12px ;
  font-weight:  bold;
  text-decoration: none;
  cursor: pointer;
  color: #580203;
  } 
.trescs a:hover {
    font-family: Tahoma ;
    font-size: 12px;
    font-weight:  bold;
    text-decoration: underline;
    cursor: pointer;
    color: #b70306;
  }
.trescs a:active {
    font-family: Tahoma ;
    font-size: 12px;
    font-weight:  bold;
    text-decoration: underline;
    cursor: pointer;
    color: #b70306;
  }  
/* koniec stopa */  