
  /*
  **  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;
  }

  #content ul,
  #content ul ul,
  #content ol,
  #content ol ol {
    font-size: 12px;
    margin: 0 0 0 1.5em;
  }

  #content ul {
    list-style-type: disc;
  }

  #content ol {
    list-style-type: decimal;
  }

  #content ul li,
  #content ol li {
    line-height: 1.5em;
  }

  #content table.contenttable p.bodytext {
    margin: 0 0 10px 0;
    line-height: 1em;
  }

  #content table.contenttable th,
  #content table.contenttable td {
    font-size: 12px;
    padding: 5px;
    line-height: 18px;
  }

  table.styled {
    border: 1px solid #ffffff;
    border-right: none;
    border-bottom: none;
    margin: 0 0 1.5em 0;
  }

  table.styled th,
  table.styled td {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ffffff;
    border-top: none;
    border-left: none;
  }

  table.styled th {
    background: #f7b501;
    font-weight: bold;
  }

  table.styled td {
  }

  table.styled td.farbe1,
  td.farbe1 {
    background: #f9e2b2;
  }

  table.styled td.farbe2,
  td.farbe2 {
    background: #f7d690;
  }
