
  /*
  **  stylesheet definitions forpauls-sakral.eu - typographical settings
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) Profi Webmedia
  **  @author     tommy(at)profi(dot)it
  **  @since      30.04.2010 15:19:38
  */

  strong {
    font-weight: bold;
  }
  em {
    font-style: italic;
  }

  sup, sub {
  	height: 0;
  	line-height: 1;
  	vertical-align: baseline;
  	_vertical-align: bottom;
  	position: relative;
  	font-size: 0.75em;
  }
  sup { bottom: 1ex; }
  sub { top: .5ex; }

  #content_container a {
    text-decoration: none;
    color: #715a31;
  }
  #content_container a:hover {
    text-decoration: underline;
  }

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


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

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

  h1 {
    /*font-size: 1.3em;*/
    font-size: 20px;
  }

  h1.brown {
    font-size: 1.5em;
    color: #8b6f3d;
    margin-bottom: 1.5em;
  }

  h2 {
    /*font-size: 1.2em;*/
    font-size: 14px;
  }

  h3 {
    font-size: 1.1em;
  }

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

  hr {
    font: normal 1px/1px;
    line-height: 1;
    height: 1px;
    margin: 0;
    padding: 0;
    display: block;
    color: #715a31;
    border: none;
    border-top: 1px solid #715a31;
  }

  .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;
  }

  /* common table settings */
  table.align-center {
    margin: 0 auto;
  }
  table td,
  table th {
    line-height: 1.5em;
  }
    table td p.bodytext,
    table th p.bodytext {
      line-height: 1em;
    }

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

  /* fce: event header */
  .event-header {
    color: #202963;
    margin: 1em 0 1em 0;
  }
    .event-header h1,
    .event-header h2,
    .event-header .bodytext {
      margin: 0;
    }
    .event-header h2 {
      font-weight: normal;
    }

  .csc-frame-indent {
    border-top: 1px solid #61586d;
    border-bottom: 1px solid #61586d;
    background: rgba(109,89,53,0.15);
    padding: 0 10px;
  }

  .blau1 {
    color: #2c2446;
  }
  .blau2 {
    color: #61586d;
  }

  /* just like h2 */
  .csc-subheader {
    color: #202963;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .csc-uploads {
    width: 100%;
  }
    .csc-uploads td {
      padding: 0.5em;
      border-top: 1px solid #8b6f3d;
    }
    .csc-uploads .tr-first td {
      /*border: none;*/
    }
    .csc-uploads .csc-uploads-fileName {
      vertical-align: top;
      width: 80%;
    }
      .csc-uploads .csc-uploads-icon {
        width: 16px;
      }
      .csc-uploads .csc-uploads-icon img {
        margin: 0.5em 0;
      }
    .csc-uploads .csc-uploads-fileSize {
      text-align: right;
      vertical-align: top;
    }

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