/* DATEI: style.css */
/* Beinhaltet Formate für tempates: */
/*                  - spieler.htm */

/* Allgemeine Formate */

body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; background-color:#DDDDE0;}
 
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */
 
 
h1,h2,h3,h4,a,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif }

a,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-size:8pt; }
 
h1 { font-size:14pt; font-weight:500; margin-bottom:0px; line-height:10pt; color:#0000FF } 
h2 { font-size:10pt; font-weight:600; margin-bottom:0px; line-height:8pt; color:#0000FF } 
h3 { font-size:12pt; font-variant:small-caps; font-weight:600; margin-bottom:0px; line-height:8pt; color:#0000FF } 

a { color:#FFFFFF; text-decoration:none; }
a:hover { color:#FFCC33; }

hr.kurz { width:40%; text-align:left; }

td.st { text-align:center; background-color:#800000; font-weight:600; color:#FFFFFF; }
/* überschrift 1: weisse, fette Schrift auf braunem Hintergrund */

td.nd { text-align:center; background-color:#DEDFDE; font-weight:600; color:#000000; }
/* überschrift 2: schwarze, fette Schrift auf hellblauem Hintergrund */

td.rd { text-align:center; font-weight:600; color:#000000; }
/* überschrift 2: schwarze, fette Schrift auf hellblauem Hintergrund */

font.norm    { font-weight:600; color:#FFFFFF; }    /*ergebnisse in norm */
font.group-1 { font-weight:600; color:#008000; }    /*ergebnisse in grün */
font.group-2 { font-weight:600; color:#0000FF; }    /*ergebnisse in blau */
font.group-3 { font-weight:600; color:#D00000; }    /*ergebnisse in rot  */

#.fett { font-weight:700; }

