﻿table.blueTable {
  font-family: "Times New Roman", Times, serif;
  border: 1px solid #F4A460;
  background-color: #FFDEAD;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  
}
table.blueTable tr:nth-child(even) {
  background: #FFF5EE;
}
table.blueTable thead {
  background: #CD853F;
  background: -moz-linear-gradient(top, #d9a36f 0%, #d29152 66%, #CD853F 100%);
  background: -webkit-linear-gradient(top, #d9a36f 0%, #d29152 66%, #CD853F 100%);
  background: linear-gradient(to bottom, #d9a36f 0%, #d29152 66%, #CD853F 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFF5EE;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #CD853F;
  background: #FFDEAD;
  background: -moz-linear-gradient(top, #ffe6c1 0%, #ffe1b5 66%, #FFDEAD 100%);
  background: -webkit-linear-gradient(top, #ffe6c1 0%, #ffe1b5 66%, #FFDEAD 100%);
  background: linear-gradient(to bottom, #ffe6c1 0%, #ffe1b5 66%, #FFDEAD 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #FFF5EE;
  color: #CD853F;
  padding: 2px 8px;
  border-radius: 5px;
} 

/*----------- spiele tabelle anfang ----------*/

table.spieleTable {
  font-family: "Times New Roman", Times, serif;
  border: 1px solid #1C6EA4;
  background-color: #FFDEAD;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.spieleTable td, table.spieleTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.spieleTable tbody td {
  font-size: 13px;
  font-weight: bold;
}
table.spieleTable tr:nth-child(even) {
  background: #FFF5EE;
}
table.spieleTable thead {
  background: #D4965B;
  background: -moz-linear-gradient(top, #dfb084 0%, #d8a06b 66%, #D4965B 100%);
  background: -webkit-linear-gradient(top, #dfb084 0%, #d8a06b 66%, #D4965B 100%);
  background: linear-gradient(to bottom, #dfb084 0%, #d8a06b 66%, #D4965B 100%);
  border-bottom: 2px solid #444444;
}
table.spieleTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.spieleTable thead th:first-child {
  border-left: none;
}

table.spieleTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #FFDEAD;
  background: -moz-linear-gradient(top, #ffe6c1 0%, #ffe1b5 66%, #FFDEAD 100%);
  background: -webkit-linear-gradient(top, #ffe6c1 0%, #ffe1b5 66%, #FFDEAD 100%);
  background: linear-gradient(to bottom, #ffe6c1 0%, #ffe1b5 66%, #FFDEAD 100%);
  border-top: 2px solid #444444;
}
table.spieleTable tfoot td {
  font-size: 14px;
}
table.spieleTable tfoot .links {
  text-align: right;
}
table.spieleTable tfoot .links a{
  display: inline-block;
  background: #FFF5EE;
  color: #D4965B;
  padding: 2px 8px;
  border-radius: 5px;
}
  
  
  
  
  
  
  
  
}