﻿@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 {  }

  /* (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: 750px;  height:100%}
  .page { padding: 0px;  }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
    color: #000;
     background:  url("../img/header.png")no-repeat;
    height:249px;
    
  }
  
  #article-206 h2{  margin-bottom: 10px; margin-top:10px}
   #article-206 a{ margin-bottom: 10px; margin-top:10px}
     #article-206 h5{ margin-bottom: 10px; margin-top:10px; font-size: 70%}
   #article-206 .ce_text {margin-left: 170px; margin-bottom: 20px}
     #article-206 .ce_download  {margin-left: 70px; margin-top: 10px}
  #article-213 h2{margin-left: 110px; margin-bottom: 10px; margin-top:10px}
   #article-213 .ce_text {margin-left: 170px; margin-bottom: 20px}
     #article-213 .ce_download  {margin-left: 70px; margin-top: 10px}
 
  #article-207 .ce_image{float:left}
  #article-212{margin-top:30px}

.ce_image  {display: flex; 
    justify-content: center; 
    align-items: center;
}


  #article-206 {  font-size:140% }


  
  .mod_navigation{margin-top: 42px; position: absolute; margin-left: 8px}
 .mod_article { padding-left: 30px; padding-right: 20px}
  #topnav { color: #aaa; background: transparent; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation    width: 80% !important */
  #nav ul { margin-left: 20px; }
 #container {min-height:757px;   background:  url("../img/back.png")repeat-y ;  margin-left:-6px}
  #main {   width:100%; text-align: center;}

  #footer {
    color:#666;
    background:  url("../img/footer.png")no-repeat;
    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                       |
   * |-------------------------------|
   * 
   *  <div id="col1"> </div>	
             <div id="col2"> </div>	
   * 
   * 
   */


  #col1 { padding-left:2px;  min-height:700px; background:  url("../img/links.png")no-repeat;}
  #col1_content { width: 30%;  }

  #col2 { background:  url("../img/left.png") no-repeat; height:700px;}
  #col2_content {  }

  #col3 { margin: 0 15%; }
  #col3_content { padding: 10px; }
#white{ }
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (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;}
}

#titel{margin-top:5px; margin-left:60px; height:20px;text-decoration: underline; font-weight:bold}
#text{margin-top:45px; margin-left:0px; height:220px; font-size:16px}




