/*
CSS-Stylesheet von Marcus Koppenburg <dianaWeb[Kringel-a]arcor.de>
für die Sport-Seiten auf <base href="http://diana03hausen.de">
	[Kringel-a] = @
*/

.fett { font-weight: bold }
.gelb { background-color: yellow }
.gruen { background-color: lime }

/* Spaltenbreiten */
th.k { width: 140 } /* Spalte Klasse */
th.S { width: 180 } /* Spalte Wer */
th.R { width: 140 } /* Spalte Wieviel */

/* waffe (z.B. beim Jahrgangsschießen) */
.w {	text-align: center;
	font-weight: bold;
	background-color: aqua;
	}

/* Titel */
H1.Obertitel {
	color: red;
	text-align: center;
	padding: 7;
	border: solid;
	width: 66%;
	}

/* Zwischentitel */
.gb {
	padding: 5 21 5 21;
	background-color: lime;
	}

/* Erfolge */
.wer {
	font-size: x-large;
	font-weight: bold;
	color: red;
	}


/*************/
/* mJAHR_DIS */
/*************/

/* 1.Platz */
td.s {	color: white;
	font-weight: bold;
	background-color: red;
	}

/* Gesamtergebnis */
td.g {	width: 42; 
	text-align: right;
	font-weight: bold;
	}

/*Limit geschafft = Gesamtergebnis grün */
td.l {	width: 42; 
	text-align: right;
	font-weight: bold;
	background-color: lime;
	}

