YEEESSS!!!!!
If anyone is interested, this is the code I used:
--------------------------------
html, body {
cursor: url(http://test.kleindinst.at/cursor_medium.png), auto; [Comment: For the standard cursor]
}
a:hover {
cursor: url(http://test.kleindinst.at/cursor_medium_stripes2.png), auto !important; [Comment: For links in general]
}
input {
cursor: url(http://test.kleindinst.at/cursor_medium_stripes2.png), auto !important; [Comment: For the small text fields of the form]
}
textarea {
cursor: url(http://test.kleindinst.at/cursor_medium_stripes2.png), auto !important; [Comment: For the larger text fields of the form]
}
.sqs-system-button {
cursor: url(http://test.kleindinst.at/cursor_medium_stripes2.png),auto !important; [Comment: For all buttons]
}
-------------------------------- Thanks a lot for helping me out!! 🙂