@charset "UTF-8";
/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Uniform design of standard content elements
* (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
*
* @copyright       Copyright 2005-2007, Dirk Jesse
* @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
*                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
* @link            http://www.yaml.de
* @package         yaml
* @version         3.0.1
* @revision        $Revision: 92 $
* @lastmodified    $Date: 2007-07-15 10:26:40 +0200 (So, 15 Jul 2007) $
* @appdef yaml
*/

.spielplan_row_odd
{
    font-size: 8pt;
    font-family: Verdana;
    color: black;
    background-color:white;
}

.spielplan_row_even
{
    font-size: 8pt;
    font-family: Verdana;
    color: black;
    background-color:lightgrey;
}

.spielplan_row_selected
{
    color: white;
    background-color:blue;
   font-weight:bold;
}

.spielplan_column
{
   padding: 0.3em;
}

.spielplan_column_footer
{
   font-size: 8pt;
   padding: 0.3em;
}

.spielplan_row_verlegt
{
    font-size: 8pt;
    font-family: Verdana;
    color: black;
    background-color:lightgreen;
}

.spielplan_row_neuansetzung
{
    font-size: 8pt;
    font-family: Verdana;
    color: black;
    background-color:yellow;
}

.spielplan_sub_ueberschrift
{
    font-weight: bold;
    font-family: Verdana;
    color: black;
}

.spielplan_ergebnis_geprueft
{
   color: black;
   font-weight: bold;
   padding: 0.3em;
}

.spielplan_ergniseingabe_moeglich
{
   color: yellow;
   font-weight: bold;
   background-color:darkgrey;
   font-size: 0.9em;
   padding: 0.3em;
}

.spielplan_ergebnis_nicht_geprueft
{
   color: blue;
   font-weight: bold;
   padding: 0.3em;
}

.spielplan_tabelle
{
   padding: 0.3em;
}

