@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #4d87c7 url("../../images/bg_blue.png") repeat-x top left fixed; padding: 10px 0; }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center; }
  .page_margins { text-align:left; margin: 0 auto; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  .page_margins { min-width: 740px; max-width: 80em; background: #fff; }
  .page { padding: 10px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
    color: #000;
    background: #fff repeat-x top left;
    padding: 45px 2em 1em 20px;
  }

  #header #topnav { color: #aaa; background: transparent; }
  #header #topnav ul {
    margin:0;
    padding:0;
    overflow:hidden;
    list-style-type:none;
  }
  
  #header #topnav ul li {
    float:left;
    padding:0 6px;
    margin:0;
    border-left:1px solid #ccc;
    list-style:none;
  }
    
  #header #topnav ul li.first_item { border:0; }
  #header #topnav ul li#current a { color:#3341A0; font-weight: bold; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 20px; }

  #main { background: #fff;padding:10px 0; }

  #footer {
    color:#666;
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 5px #efefef solid;
    line-height: 1.5em;
  }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 25%; }
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 25%; }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 25%; }
  #col3_content { padding: 10px; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Styling of layout specific elements
   * (de) Gestaltung layoutabhängiger Elemente
   */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#999; }

  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}

  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}
  
  /*TL-Anpassungen*/
  
  .inside {
     position:relative;
     text-align:left;
  }
  
  .block {
     overflow:hidden;
  }
  
  .invisible {
     display:inline;
     height:0px;
     left:-1000px;
     overflow:hidden;
     position:absolute;
     top:-1000px;
     width:0px;
  }
  
  .custom {
     display:block;
     text-align:left;
  }
  
  .custom:after {
     clear:both;
     content:".";
     display:block;
     height:0pt;
     visibility:hidden;
  }
  
  .ce_accordion
  {
     width:90%;
     /*float:left;*/
     /*clear:both;*/
     margin-left:24px;
     border-right:1px solid #dfdfdf;
     border-left:1px solid #dfdfdf;
  }
  
  h1.ce_accordion
  {
     width:90%;
     margin:6px 0px 0px 24px;
     padding:6px;
     background-color:#f0f0f0;
     border:1px solid #dfdfdf;
     font-weight:bold;
     font-size:1.2em;
     line-height:1;
  }
  
  .ce_accordion .toggler
  {
     border-top:0px;
     font-weight:normal;
  }
  
  .ce_accordion .accordion div
  {
     border-bottom:1px solid #dfdfdf;
  }
  
  .block {
     overflow:hidden;
  }
  
  .ce_accordion .toggler
  {
     padding:0.25em 0.5em;
     background:#fdfeff;
     border-top:1px solid #dfdfdf;
     border-bottom:1px solid #dfdfdf;
     font-weight:bold;
     cursor:pointer;
  }
  
  .ce_accordion .accordion div
  {
     padding:0.75em 0.5em;
  }
  
  .ce_text{
     padding-bottom: 10px;
  }
  
  .mod_article{
     padding-bottom:10px;  
  }
  
  .ce_colsetStart{
     border-top: 1px solid #A5AEC3;
     padding: 5px;
  }

/* Pagination */

.pagination {
    padding: 1em;
} .pagination p {
    margin: 0;
    padding: 0.5em 0;
} .pagination ul li {
    margin: 0;
    padding: 0 5px;
    list-style-type: none;
    display: inline;
}
}
