
  /*
  **  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 {
    font-family: "Times New Roman";
    font-size: 1.4em;
    color: #000000;
    border-spacing: 1px;
  }

  table.styled th,
  table.styled td {
    line-height: 1.5em;
  }

  table.styled th {
    background-color: #7b0b1b;
    color: #ffffff;
    /* padding-bottom: 7px; */
  }

  table.styled td {
  }

  table.styled td.hellgruen,
  td.hellgruen {
    background-color: #94932c;
  }

  table.styled td.dunkelgruen,
  td.dunkelgruen {
    background-color: #777613;
    color: #ffffff;
  }
  
  table.styled td.hellgrau,
  td.hellgrau {
    background-color: #ddd2b4;
  }
  
  table.styled td.dunkelgrau,
  td.dunkelgrau {
    background-color: #c8bd9f;
  }
  
  table.styled td.sand-hell,
  td.sand-hell {
    background-color: #e2d2b1;
  }
  
  table.styled td.sand-dunkel,
  td.sand-dunkel {
    background-color: #d4c5a5;
  }
