Hallo Kai,
nop, die CSS-Spezifikation sagt ausdrücklich, dass margin:auto; das gleiche ist wie margin-left:auto; margin-right:auto;
also ich finde nur:
"The 'margin' property is a shorthand property for setting 'margin-top', 'margin-right', 'margin-bottom', and 'margin-left' at the same place in the style sheet."
http://www.w3.org/TR/REC-CSS2/box.html#propdef-margin
Viele Grüße,
Stefan