
  /*
  **  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.5em 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,
  .ajax-popup-content ul,
  .ajax-popup-content ol {
    margin: 0 0 0 1.5em;
    font-size: 1em;
  }

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

  #content ul,
  .ajax-popup-content ul {
    list-style: disc;
  }

  #content ol,
  .ajax-popup-content ol {
    list-style: decimal;
  }
  
  table.styled {
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  table.styled th,
  table.styled td {
    border: 1px solid #9F8E6D;
    color: #000000;
    padding: 5px;
  }

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

  table.styled td {
    background-color: #FDF5E5;
  }

  table.styled td.farbe1,
  td.farbe1 {
    background-color: #E0D0B0;
  }

  table.styled td.farbe2,
  td.farbe2 {
    background-color: #D8C8A3;
  }
