#rolloverbild {
    background-image:       url(../images/button_test_a.jpg);
    width:                  100px;  
    height:                 41px;  
}

#rolloverbild:hover {
    background-image:        url(../images/button_test_b.jpg);
}
