/** allgemeine Festlegungen */
/** für Ausdruck der Home-Page-Anzeige TTTV*/
body { background-color: white; color: black; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; margin: 0px; }
/** Überschriften */
h1 { font-size: 16pt; font-weight: bold; color: black; margin-top: 3pt; margin-bottom: 3pt; }
h2 { font-size: 14pt; font-weight: bold; color: black; margin-top: 3pt; margin-bottom: 3pt; }
h3 { font-size: 12pt; font-weight: bold; color: black; margin-top: 3pt; margin-bottom: 3pt; }
h4 { font-size: 12pt; font-weight: bold; color: black; margin-top: 3pt; margin-bottom: 3pt; }
/**/
/** Darstellung der Linkzustände */
a         { text-decoration: none; font-size: 8pt; font-weight: normal; }
a:link    { color: black; }
a:visited { color: black; }
a:hover   { color: black; }
a:active  { color: black; }
/**/
/** Tabelle für Tabelle */
table.tabelle { font-size: 9pt; border-collapse:collapse; border: thin solid black; table-layout: fixed; }
table.tabelle tr
{
}
/**/
table.tabelle th
{background-color: white;color: black;}
/**/
table.tabelle td
{border:thin solid black;}
/**/
/* Spalte für Zahlen ohne Komma max. 3-stellig */
.SP1
{width: 30;text-align: right;}
/**/
/* Spalte für Zahlen mit Komma max. 4.3-stellig */
.SP2
{width: 55;text-align: right;}
/**/
/* Spalte für Mannschaft */
.SP3
{width: 150;text-align: left;}
/**/
/* Spalte für Doppel */
.SP4
{width: 250;text-align: left;}
/**/
/* Spalte für Sprungadressen */
.SP5
{width: 60;text-align: center;}
/**/
/* Spalte für Detail-Ergebnis */
.SP06
{width: 50;text-align: center;}
/**/
/* Spalte für Detail-Ergebnis */
.SP07
{width: 150;text-align: center;font-weight: bold;}
/**/
/* Spalte für Detail-Ergebnis */
.SP08
{width: 150;text-align: right;}
/**/
/* Spalte für Detail-Ergebnis */
.SP09
{width: 200;text-align: right;}
/**/
/* Spalte für Detail-Ergebnis */
.SP10
{width: 250;text-align: right;}
/**/
/* Spalte für Detail-Ergebnis */
.SP11
{width: 300;text-align: right;}
/**/
/* Spalte für Detail-Ergebnis */
.SP12
{width: 100;text-align: right;}
/**/
/* Spalte für Spiellokale */
.SP20
{width: 300;text-align: left;}
/**/
/* Spalte für Spiellokale */
.SP21
{width: 150;text-align: left;}
/**/
/* Spalte für Spiellokale */
.SP22
{width: 80;text-align: center;}
/**/
/* Spalte für Leistungsklassen */
.SP30
{width: 80;text-align: left;}
/**/
/* Spalte für Leistungsklassen */
.SP31
{width: 500;text-align: left;}
/**/
/* Spalte für Finanzregulativ */
.SP40
{width: 300;text-align: left;}
/**/
/* Spalte für Finanzregulativ */
.SP41
{width: 15;text-align: center;}
/**/
/* Spalte für Finanzregulativ */
.SP42
{width: 40;text-align: right;}
/**/
/* Spalte für Finanzregulativ */
.SP43
{width: 80;text-align: right;}
/**/
/* Spalte für Vorstand und Vereine */
.SP50
{width: 380;text-align: left;}
/**/
/* Spalte für Vorstand und Vereine */
.SP51
{width: 125;text-align: left;}
/**/
/* Tabelle für Sprünge */
table.sprung
{font-size: 8pt;border: none;table-layout: fixed;}
/**/
table.sprung td
{border: none;width: 60;text-align: center;}
/**/
/** Spalten für Finanzregulativ und MUBA*/
col.C015C { width:  15px; text-align: center; }
col.C040R { width:  40px; text-align: right; }
col.C300L { width: 300px; text-align: left; }
