Setze den Style Avalon Blue ein.
Leider ist in der Reg. Vereinbarung ein unsauberes zentriertes Format.
Setze ich das auf linksbündig, fehlen ein Teil der Untergliederungsbuchstaben. a, b, c ...
Die sind einfach abgeschnitten.

Befürchte das lagert sich auch auf die CSS aus. Finde jedoch nicht wirklich etwas.
Hat jemand Ahnung wie ich den Schönheitsfehler beheben kann?
Hier mal der Code.
<!-- INCLUDE overall_header.html -->
<!-- IF S_SHOW_COPPA or S_REGISTRATION -->
<form method="post" action="{S_UCP_ACTION}">
{$CA_BLOCK_START}
{$CA_CAP2_START}{SITENAME} - {L_REGISTRATION}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
<td class="row1" align="center">
<table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<!-- IF S_SHOW_COPPA -->
<td class="gen" align="center"><br />{L_COPPA_BIRTHDAY}<br /><br /><a href="{U_COPPA_NO}">{L_COPPA_NO}</a> :: <a href="{U_COPPA_YES}">{L_COPPA_YES}</a><br /><br /></td>
<!-- ELSE -->
<td>
<span class="genmed"><br />{L_TERMS_OF_USE}<br /><br /></span>
<div align="center">
<input class="btnlite" type="submit" id="agreed" name="agreed" value="{L_AGREE}" /><br /><br />
<input class="btnlite" type="submit" name="not_agreed" value="{L_NOT_AGREE}" />
</div>
</td>
<!-- ENDIF -->
</tr>
</table>
</td>
</tr>
</table>
{$CA_BLOCK_END}
{S_HIDDEN_FIELDS}
{S_FORM_TOKEN}
</form>
<!-- ELSEIF S_AGREEMENT -->
{$CA_BLOCK_START}
{$CA_CAP2_START}{SITENAME} - {AGREEMENT_TITLE}{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
<td class="row1" align="center">
<table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td>
<span class="genmed"><br />{AGREEMENT_TEXT}<br /><br /></span>
<div align="center">
<a href="{U_BACK}">{L_BACK}</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
{$CA_BLOCK_END}
<!-- ENDIF -->
<!-- INCLUDE overall_footer.html -->