/*	bericht_table.css
	Stylesheet fuer Berichte
	Date: 26.08.08
	Tim Braemer
	TV Jahn Walsrode 
	W3C checked 11.07.08
*/
/*für Verweise zu noch nicht besuchten Seiten */
a:link { text-decoration:none; font-weight:bold; color:#FFFFFF; background-color:#2c22f6}
/*für Verweise zu bereits besuchten Seiten*/
a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; background-color:#2c22f6}
/*für Verweise, während der Anwender mit der Maus darüber fährt (CSS 2.0)*/
a:hover { text-decoration:none; font-weight:bold; color:#2c22f6; background-color:#FFFFFF}
/*für gerade angeklickte Verweiss */
a:active { text-decoration:none; font-weight:bold; color:#FFFFFF; background-color:#2c22f6}
/*für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0) */
a:focus { text-decoration:none; font-weight:bold; color:#2c22f6; background-color:#FFFFFF}
/*tabellendefinition*/
table { font-family: arial;  font-style: normal; font-weight: bold; font-size: 9pt; font-variant: normal; background-color: #2c22f6; text-align: left; vertical-align: middle; width: 80%; border-style: none; }
body { color: black; font-family: arial; font-weight: bold; font-size: 9pt; font-style: normal; font-variant: normal; background-color: #2c22f6; background-image: none; text-transform: none; text-align: justify; text-indent: 5px; word-spacing: normal; letter-spacing: normal; }

