Ich nochmal.
Warum dann allerdings innerHTML nicht geht ist komisch.
Gar nicht so komisch offenbar...
innerHTML - "The property is read/write for all objects except the following, for which it is read-only: COL, COLGROUP, FRAMESET, HTML, STYLE, TABLE, TBODY, TFOOT, THEAD, TITLE, TR."
=> Also kein innerHTML für das Style-Element. Musst Du mit den "echten" DOM-Methoden machen.