/*************************************************************************************************/
/* Unterkuenfte */

td.unterkunft_header
{
  font-family  : Verdana;
  font-size    : 12px;
  font-weight  : bold;
  font-style   : normal;
  margin       : 3px;
  padding      : 3px;
  border       : 0px none;
  height       : 26px;
  /* Hintergrundfarbe definiert in PHP */
  /* Schriftfarbe definiert in PHP */
}

td.unterkunft_content
{
  font-family  : Verdana;
  font-size    : 11px;
  font-weight  : normal;
  font-style   : normal;
  margin       : 3px 3px 3px 3px;
  padding      : 3px 3px 3px 3px;
  border       : 0px none;
  height       : 25px;
  /* Hintergrundfarbe definiert in PHP */
}

/*************************************************************************************************/
/* Klima-Tabelle */

td.klima_oben_links, td.klima_header, td.klima_content, 
td.max_temperatur, td.min_temperatur, td.max_regen, td.min_regen
{
  font-family  : Verdana;
  font-size    : 12px;
  font-style   : normal;
  margin       : 3px;
  padding      : 3px;
  border       : 0px none;
  height       : 20px;
  /* Hintergrundfarbe definiert in PHP */
}

td.klima_oben_links, td.klima_header, td.klima_content
{
  font-weight  : normal;
  /* Schriftfarbe klimea_header definiert in PHP */
}

td.max_temperatur
{
  font-weight  : bold;
  color        : #CC0000;
}

td.min_temperatur
{
  font-weight  : bold;
  color        : #3300CC;
}

td.max_regen
{
  font-weight  : bold;
  color        : #000000;
}

td.min_regen
{
  font-weight  : bold;
  color        : #006600;
}

