
  /*
  **  stylesheet defintions für ###DOMAIN### - typographical settings
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) 2009 Profi Webmedia
  **  @author     ###AUTHOR###
  **  @since      ###DATE###
  */

  strong {
    font-weight: bold;
  }

  .align-center {
    text-align: center;
  }

  .align-right {
    text-align: right;
  }
  
  table.styled {
  }

  table.contenttable {
    margin: 1em 0;
  }

  table.contenttable th,
  table.contenttable td {
    color: #606060;
    font-size: 12px;
    line-height: 1.3em;
  }

  table.styled th,
  table.styled td,
  table.styled-summer th,
  table.styled-summer td,
  table.styled-winter th,
  table.styled-winter td {
    color: #606060;
    font-size: 12px;
    line-height: 2em;
  }

  table.styled-summer th {
    background-color: #FCD985;
  }
  
  table.styled-winter th {
    background-color: #BED0E6;
  }

  table.styled td {
  }

  table.styled-summer td.hellgelb,
  td.hellgelb {
    background-color: #FFEEC9;
  }

  table.styled-summer td.dunkelgelb,
  td.dunkelgelb {
    background-color: #FFE8B4;
  }
  
  table.styled-winter td.hellblau,
  td.hellblau {
    background-color: #E2EBF4;
  }

  table.styled-winter td.dunkelblau,
  td.dunkelblau {
    background-color: #BED0E6;
  }
