@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: #fff url("../../images/bg_verlauf.gif") repeat-x top left; padding: 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 { width: 990px; background: #fff; }
  .page { padding: 10px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
    color: #000;
    padding: 0 0 1em 60px;
	  margin: 0 -20px;
	  background: url("../../images/bg_header.gif") repeat-x;
	  height: 110px;
  }

  #header #topnav { color: #aaa; background: transparent; top: 25px; right: 20px; }
  #langmenu {}
  #langmenu .text { margin: 0 0 0 1em; color: #CCCCCC; }
  #langmenu a { margin: 0 0 0 1em; }
  

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav { background: url("../../images/shiny_buttons/bg_shadow.gif") no-repeat center center; height: 47px }
  #nav ul { margin-left: 20px; }

  #main { background: #fff;padding:10px 0; }

  #footer {
    font-size: 0.8em;
    color:#666;
	  text-align: center;
    padding: 10px 0;
    line-height: 1.5em;
  }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { float: left; width: 200px; } 
  #col1_content { padding: 0 20px 0 0; }
  
  #col2 { display:none}
  #col2_content { }
	
  #col3 { width: auto; margin: 0 0 0 200px; }
  #col3_content { padding: 10px 0 0 5px; }
  
  
  /* Navigation auf der Home-Seite weg */
  
  #uid9 #col1 { display:none } 
  #uid9 #col1_content { display:none  }
  
  #uid9 #col3 { width: auto; margin: 0 0 0 0; }
  #uid9 #col3_content { padding: 10px 0 0 0; }
  
  
  
  
  

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (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; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline; }
	
	
  /*-------------------------------------------------------------------------*/

  .page_margins {
    border: 0 none;
    background-image:  url("../../images/gfxborder/border_left.gif");
    background-repeat:repeat-y;
    background-position:left;
  }

  .page {
    border: 0 none;
    margin: 0 0 0 5px; padding: 0 20px 10px 15px;
    background-image:  url("../../images/gfxborder/border_right.gif");
    background-repeat:repeat-y;
    background-position:right;
  }


  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 20px;
    margin-top: -15px;
    font-size:0;
    background-image:  url("../../images/gfxborder/border_bottom.gif");
    background-repeat:repeat-x;
    background-position:bottom left;
  }

  #edge-bl {
    float:left;
    width: 20px;
    height: 20px;
    background-image:  url("../../images/gfxborder/corner_bl.gif");
    background-position: bottom left;
  }

  #edge-br {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    background-image:  url("../../images/gfxborder/corner_br.gif");
    background-position: bottom right;
  }	
	
}
