/* poczat:ek kolumny */ 
.kolumny1 { 
     font-family: Tahoma ;
     font-size: 14px ;
     font-weight:  bold;
     color:  #000000;  
     position: absolute;
     left: 10; 
     top: 50;
     width: 300px;
}
.kolumny1 h1{ 
     font-family: Tahoma ;
     font-size: 20px ;
     font-weight:  bold;
     color:  #15502E;  
}
.kolumny1 h4{ 
     font-family: Tahoma ;
     font-size: 9px ;
     font-weight:  normal;
     color:  #7A0c0F;  
}
.kolumny1 a {
  font-family: Tahoma ;
  font-size: 14px ;
  font-weight:  bold;
  text-decoration: none;
  cursor: pointer;
  color: #580203;
  } 
.kolumny1 a:hover {
    font-family: Tahoma ;
    font-size: 14px;
    font-weight:  bold;
    text-decoration: underline;
    cursor: pointer;
    color: #580203;
  }
.kolumny1 a:active {
    font-family: Tahoma ;
    font-size: 14px;
    font-weight:  bold;
    text-decoration: underline;
    cursor: pointer;
    color: #580203;
  }  
/* koniec kolumny */
/* poczatek kolumny 2 */ 
.kolumny2 { 
     font-family: Tahoma ;
     font-size: 14px ;
     font-weight:  bold;
     color:  #000000;  
     position: absolute;
     left: 340; 
     top: 50;
     width: 330px;
}
.kolumny2 h1{ 
     font-family: Tahoma ;
     font-size: 20px ;
     font-weight:  bold;
     color:  #15502E;  
}
.kolumny2 h4{ 
     font-family: Tahoma ;
     font-size: 9px ;
     font-weight:  normal;
     color:  #7A0c0F;  
}
.kolumny2 a {
  font-family: Tahoma ;
  font-size: 14px ;
  font-weight:  bold;
  text-decoration: none;
  cursor: pointer;
  color: #580203;
  } 
.kolumny2 a:hover {
    font-family: Tahoma ;
    font-size: 14px;
    font-weight:  bold;
    text-decoration: underline;
    cursor: pointer;
    color: #580203;
  }
.kolumny2 a:active {
    font-family: Tahoma ;
    font-size: 14px;
    font-weight:  bold;
    text-decoration: underline;
    cursor: pointer;
    color: #580203;
  }  
/* koniec kolumny 2 */               