/*

//
// tic.css - (c) 2006 Linkwerk.com
//
// $Id: tic.css,v 1.2 2006/07/20 16:08:14 sm Exp $
//

*/

  body {
    font-family: sans-serif;
  }
  table {
    border-collapse: collapse;
    border: solid 2px black;
    margin-bottom: 2ex;
  }
  table th {
    padding: 10px;
  }
  #spielfeld table td {
    width: 100px;
    height: 100px;
    text-align: center;
  }
  table td {
    border: solid 1px #888888;
    padding: 10px;
  }
  #spielfeld td.gerade {
    background:  #f8efda;
  }
  #spielfeld td.ungerade {
    background:  #E5DDCA;
  }
  #spielfeld td .lwSpielstein_o {
    font-size:   500%;
  }
  #spielfeld td .lwSpielstein_x {
    font-size:   500%;
  }
  .lwSpielstein_o {
    font-size:   120%;
    color:       green;
    font-weight: bold;
  }
  .lwSpielstein_x {
    font-size:   120%;
    color:       blue;
    font-weight: bold;
  }
  .dialog {
    height: 12ex;
  }
  td#meinName {
    height: 5em;
  }


  #amzug {
    text-decoration: blink;
  }
  #warten {
    font-weight: bold;
  }
