
.BeseitigungEinesFireFoxBugs{}

.font30 { font-size: 30px; }
.font28 { font-size: 28px; }
.font26 { font-size: 26px; }
.font25 { font-size: 25px; }
.font24 { font-size: 24px; }
.font22 { font-size: 22px; }
.font20 { font-size: 20px; }
.font18 { font-size: 18px; }
.font16 { font-size: 16px; }
.font15 { font-size: 15px; }
.font14 { font-size: 14px; }
.font12 { font-size: 12px; }
.font11 { font-size: 11px; }
.font10 { font-size: 10px; }
.font9 { font-size: 9px; }
.font8 { font-size: 8px; }

.bold { font-weight: bold; }

.norm { font-weight: normal; }

.nodeco { text-decoration: none; }

.underline { text-decoration: underline; }

.linethrough { text-decoration: line-through; }

.left { float: left; }

.right { float: right; }

.clearleft { clear: left; }

.clearright { clear: right; }

.clearboth { clear: both; }

.leftalign { text-align: left; }

.rightalign { text-align: right; }

.centeralign { text-align: center; }

.topvalign { vertical-align: top; }

.bottomvalign { vertical-align: bottom; }

.middlevalign { vertical-align: middle; }

.fullwidth { width: 100%; }

.fullheight { height: 100%; }

.center { margin-left: auto; margin-right: auto; }

.inline { display: inline; }

.block { display: block; }

.nodisplay { display: none; }

.collapse { visibility: collapse; }

.hidden { visibility: hidden; }

.nowrap { white-space: nowrap; }

.relative { position: relative; }

.absolute { position: absolute; }

.listnone { list-style-type: none; }

.fixedtable { table-layout: fixed; }

.td_topvalign td {
  vertical-align: top;
}

.td_bottomvalign td {
  vertical-align: bottom;
}

.td_middlevalign td {
  vertical-align: middle;
}


