/*===== Allgemein =====*/ * { orphans:2; widows:2; } a { text-decoration:none; } p { word-wrap:break-word; } table, tr, td { vertical-align:text-top; border:0; } table { border-collapse:collapse; width: 90%; } tr, td { border:none; } div._idFootnotes { margin-top: 2em; } /* Textboxen: Breite + Innenabstand nicht über 100% */ div { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing: border-box; }