a.gomb-2 {
text-align: center;
background: transparent url('normal-jobb1.gif') no-repeat top right;
color: black;
display: block;
float: left;
font: normal 16px arial, sans-serif;
height: 50px;
margin-right: 6px;
padding-right: 18px; /* a masik hatter tolasa */
text-decoration: none;
}
 
a.gomb-2 span {
background: transparent url('normal-bal1.gif') no-repeat top left;
display: block;
line-height: 40px;
padding: 5px 0 5px 18px;
}
 
a.gomb-2:hover {
background: transparent url('aktiv-jobb1.gif') no-repeat top right;
color: #000;
outline: none; /* Firefox fix */
}
 
a.gomb-2:hover span {
background: transparent url('aktiv-bal1.gif') no-repeat top left;
padding: 5px 0 5px 18px; /* eltolja a szoveget */
}