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

  strong {
    font-weight: bold;
  }

  p.bodytext,
  p.align-center,
  p.align-right {
    line-height: 1.5em;
    margin: 0 0 0.2em 0;
    padding: 0.5em 0 0 0;
  }


  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.5em;
    margin: 1em 0 0 0;
  }

  .csc-firstHeader {
    margin-top: 0;
  }

  h1 {
    font-size: 1.3em;
  }

  h2 {
    font-size: 1.2em;
  }

  h3 {
    font-size: 1.1em;
  }

  h4, h5, h6 {
    font-size: 1em;
  }

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

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

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

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

  #content ul {
    list-style: disc;
  }

  #content ol {
    list-style: decimal;
  }

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

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

  table.price thead th {
    background-color: #fcd985;
    color: #808080;
  }
  table.price th.th-top {
    background-color: #ffeec9;
  }
  table.price tr.even {
    background-color: #ffeec9;
  }
  table.price tr.odd {
    background-color: #ffe8b4;
  }
  table.price td a dfn span {
    background: #ffeec9;
    border: 5px solid #fcd985;
    color: #808080;
    display: block;
    padding: 5px;
  }
  table.price td {
    color: #808080;
  }