
  /*
  **  stylesheet defintions for mohren.it - typographical settings
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi Webmedia
  **  @author     tommy@profi.it
  **  @since      26.03.2010 15:34:43
  */

  strong {
    font-weight: bold;
  }

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

  #content a {
    color: #f9f1d7;
    text-decoration: none;
  }

  #footer a {
    color: #818080;
    text-decoration: none;
  }

    #content a:hover,
    #footer a:hover {
      text-decoration: underline;
    }

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

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

  .content-right .csc-header { margin-bottom: 1em; }

  h1 {
    font-size: 2.2em;
    color: #f9f1d7;
    font-family: 'Arial Narrow', sans-serif;
    font-weight: normal;
  }

  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: #dccaab;
    color: #000000;
  }
  table.price th.th-top {
    background-color: #dccaab;
  }
  table.price tr.even {
    background-color: #c8ab85;
  }
  table.price tr.odd {
    background-color: #bca07c;
  }
  table.price td a dfn span {
    background: #d0ba99 url(../img/bg-roomtooltip.png) left top repeat-x;
    color: #000000;
    display: block;
    padding: 8px;
  }
  table.price td {
    color: #000000;
  }


  table.styled {
    border: 1px solid #523e28;
    /*border-collapse: collapse;*/
    /*margin-top: 10px;*/
    margin-bottom: 10px;
  }
  table.styled th {
    background-color: #dccaab;
    color: #000000;
  }
  table.styled td.farbe1,
  td.farbe1 {
    background-color: #c8ab85;
  }
  table.styled td.farbe2,
  td.farbe2 {
    background-color: #bca07c;
  }
  table.styled th,
  table.styled td {
    line-height: 1.5em;
    margin: 0.5em 0 1em;
    padding: 0.5em;
  }
    table.styled th p.bodytext,
    table.styled th p.align-right,
    table.styled th p.align-center,
    table.styled td p.bodytext,
    table.styled td p.align-right,
    table.styled td p.align-center {
      line-height: 1.5em;
      margin: 0.5em 0 1em;
    }
