Interrupts do not fire with Arduino 1.0

Figured it out.. setting the attachInterrupt() once in the setup routine did the trick.
I also had to disable timer0 with power_timer0_disable() before sleep_mode() and enable it back at wakeup.
http://paste.pocoo.org/show/586914/