
  /*
  **  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 {
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  table.styled th,
  table.styled td {
    border: 1px solid #d8d5cf;
    padding: 4px;
    line-height: 1.2em;
  }

  table.styled th {
    background-color: #b73d7d;
    color: #ffffff;
  }

  table.styled td {
    color: #614F4B;
  }

  table.styled td.grau,
  td.grau {
    background-color: #eeeeee;
  }

  table.styled td.violett,
  td.violett {
    background-color: #b73d7d;
    color: #ffffff;
  }
  
  table.styled td.orange,
  td.orange {
    background-color: #dd9240;
  }
  
  table.styled td.sand,
  td.sand {
    background-color: #f8d39a;
  }
  
  table.styled td.braun,
  td.braun {
    background-color: #cda17c;
  }