@CHARSET "ISO-8859-1";

table.spielertable td {
border-right:solid 1px #EEE;
padding:5px;
}

table.spielertable{
	border: solid 1px #eee;
	font-size:1em;
	margin: 20px 0;
	background: #FEFFAD;
}

table.torjaegerliste {
	width: 450px;
}

table.spielertable th  {
	background: #adc387;
	color: #000;
	padding: 5px;
}

table.spielertable a img {
	border: none;
	background: transparent;
}

table.spielertable #incr{
	width: 10px;
}

/* -------------------- Editor Einstellungen ----------------- */
.spielereditform{
	border: 1px solid #2f462b;
}

div.spielereditor legend {
color:#2f462b;
font-size:14px;
font-weight:bold;
}

table.admintable td.key, 
table.admintable td.paramlist_key {
	background-color:#F6F6F6;
	border-bottom:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	color:#666666;
	font-weight:bold;
	text-align:right;
	width:140px;
}
table.admintable td {
padding:3px;
}
	

a.ligabutton{
	background: #adc387;
	border: 1px solid #000;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0.3em 0.3em #cccccc;  
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

/* ---------------------------- Modul-Einstellungen -------------- */
table.liga_mod_table {
	width:200px;
	font-size: 0.9em;
}

/* fuer ie6 muessen wir die Vordergrund-Farbe explizit nochmal angeben: */
.moduletableS2 table.liga_mod_table {
  color: #ffffff;
}

