/* Tabelle */
.edKerntabelle{
margin: 0;
padding: 0;
border: 0px none transparent;
border-collapse: collapse;
border-spacing: 0px;
font-family: Arial;
font-size: 12px;
}

/* Einzelspalten */
.edPlatz, .edSpiele, .edGewonnen, .edUnentschieden, .edVerloren, .edTorverh, .edDifferenz{
border-right: 1px solid #8D8D8D;
margin:0;
padding: 5px 10px;
color: #99CC33;
font-family: Arial;
font-size: 12;
background-color: #1C1C1C;
font-style: normal;
font-weight: normal;
text-align: center;
}

.edMannschaft{
border-right: 1px solid #8D8D8D;
margin:0;
padding: 5px 10px;
color: #99CC33;
font-family: Arial;
font-size: 12;
background-color: #1C1C1C;
font-style: normal;
font-weight: bold;
text-align: left;
}

.edPunkte{
border: none;
margin:0;
padding: 5px 10px;
color: #99CC33;
font-family: Arial;
font-size: 12;
background-color: #1C1C1C;
font-style: normal;
font-weight: bold;
text-align: left;
}

/* Tabellenkopf */
th.edMannschaft, th.edPlatz, th.edSpiele, th.edGewonnen, th.edUnentschieden, th.edVerloren, th.edTorverh, th.edDifferenz{
border-right: 1px solid #1C1C1C;
color: #99CC33;
background-color: #1C1C1C;
font-style: normal;
font-weight: bold;
}
 
/* Aufsteiger */
.edAufsteigerInactA {
color: #000000;
background-color: #C9DDA0;
font-weight: normal;
}

.edAufsteigerInactB {
color: #000000;
background-color: #C8D995;
font-weight: normal;
}

/* Normal */
.edRowInactA  {
color: #000000;
background-color: #FFFFFF;
font-weight: normal;
}

.edRowInactB  {
color: #000000;
background-color: #E8E8E8;
font-weight: normal;
}

/* Absteiger */
.edAbsteigerInactA  {
color: #000000;
background-color: #FBEEB3;
font-weight: normal;
}

.edAbsteigerInactB  {
color: #000000;
background-color: #EBDDA3;
font-weight: normal;
}

/* SuedWest */
.suedwest  {
color: red;
font-weight: bold;
}
