body {
/*
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 11pt;
*/
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 11pt;
  font-weight:lighter;
  background-color:#CFCFFF;
  padding: 0;
  margin: 20;
}

.zentriert {
  text-align:center;
}

a.nichtunterstrichen {
  text-decoration:none;
}

a.weiss {
  color: White;
}

a.vollebreite {
  width: 100%;
  display: block;
}

td.weiss {
  color: White;
}

td.schwarz {
  color: Black;
}

td.rot {
  color: Red;
}

td.grau {
  color: #858585;
}

td.klein {
  font-size: small;
}

td.fett {
  font-weight:bold;
}

.fett {
  font-weight:bold;
}

td.hintergrundweiss {
  background-color: White;
}

td.hintergrundschwarz {
  background-color: Black;
}

td.hintergrundmenu {
  background-color: #003366;
}

td.zentriert {
  vertical-align: middle;
  text-align: center;
}

/* Partieanzeige (Gesamtfenster) */
.tabletdtopalign { vertical-align:top; }
.tabletdwidthright { width:200px; }

/* Brett */
td.feld {
  vertical-align: middle;
  text-align: center;
  width: 38px;
  height: 38px;
}

.rahmenechtgeld {
  margin-top:20px;
  margin-left:5px;
  border-width:2px;
  border-style:solid;
  border-color:#126283;
}

.rahmenspielgeld {
  margin-top:20px;
  margin-left:5px;
  border-width:2px;
  border-style:solid;
  border-color:#A1B309;
}

.turniertablekopf {
  table-layout:fixed;
  background-color:#2E3305;
  border: 0;
  border-collapse:collapse;
  rules: none;
  cellspacing: 0;
  cellpadding: 0;
}

.turniertablekopftd {
  width:249px;
  text-align:left;
}

.partieaufzaehlungtable {
  background-color:#2E3305;
  font-size: 10pt;
  table-layout:fixed;
  border: 0;
  border-collapse:collapse;
  rules: none;
  cellspacing: 0;
  cellpadding: 0;
}

.partietdlinks {
  width:118px;
  text-align:right;
  border-left-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-color: #A1B309;
  border-top-color: #A1B309;
  border-bottom-color: #A1B309;
}

.partietdmitte {
  width:12px;
  text-align:center;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #A1B309;
  border-bottom-color: #A1B309;
}

.partietdrechts {
  width:118px;
  text-align:left;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-color: #A1B309;
  border-top-color: #A1B309;
  border-bottom-color: #A1B309;
}

.tablefixed {
/*  margin-left:5px; */
  table-layout:fixed;
  border: 0;
  border-collapse:collapse;
  rules: none;
  cellspacing: 0;
  cellpadding: 0;
}

.tableanzahlpatien {
  table-layout:fixed;
  border: 1px solid #FFFFFF;
  cellspacing: 0;
  cellpadding: 0;
}

.tablerahmenspielgeld {
  border: 2px solid #A1B309;
  border-collapse:collapse;
  cellspacing: 0;
  cellpadding: 0;
}

.tablerahmenechtgeld {
  border: 2px solid #126283;
  border-collapse:collapse;
  cellspacing: 0;
  cellpadding: 0;
}

.tdspielgeld {
  border:1px solid #A1B309;
  background-color:#FFFFFF;
}

.tdechtgeld {
  border:1px solid #126283;
  background-color:#FFFFFF;
}

.td50 {
  width:50px;
  border: none;
}

.td100 {
  width:100px;
  border: none;
}

.td150 {
  width:150px;
  border: none;
}

.td30rahmen {
  width:30px;
  border:1px solid #003366;
}

.td100rahmen {
  width:100px;
  border:1px solid #003366;
}

.td110rahmen {
  width:110px;
  border:1px solid #003366;
}

.td150rahmen {
  width:150px;
  border:1px solid #003366;
}

.td200rahmen {
  width:200px;
  border:1px solid #003366;
}

.td400rahmen {
  width:400px;
  border:1px solid #003366;
}

.amzug {
  background-color:#73120B;
}

.selected {
  background-color: #CFCFFF;
}

.amzugselected {
  background-color: #F17469;
}

.eigenspieler {
  font-weight:bold;
}

.schwarz {
  color: Black;
}

.FarbeOK {
  color: Green;
}

.FarbeError {
  color: Red;
}

