
  /*
  **  stylesheet defintions for meinrad.it - typographical settings
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi Webmedia
  **  @author     Thomas Juhnke <tommy@profi.it>
  **  @since      21.06.2010 10:15:27
  */

  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;
    /*
      in order to prevent collapsing (or non-collapsing) margin issues
      we'll use padding here
      @see http://www.complexspiral.com/publications/uncollapsing-margins/
    */
    padding: 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.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;
  }

  /* table styles */
  
  table.styled {
    font-size: 12px;
  }

  table.styled th,
  table.styled td {
  }

  table.styled th {
  }

  table.styled td {
    padding: 5px;
    line-height: 1.1em;
  }

  table.styled td.rand-rechts,
  td.rand-rechts {
    border-right: 1px solid #1f771f;
  }

  table.styled td.farbe2,
  td.farbe2 {
  }