/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2010, 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.3
 * @revision        $Revision:426 $
 * @lastmodified    $Date: 2010-09-14 21:19:30 +0200 (Di, 14 Sep 2010) $
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y:scroll; }

  /*------------------------------------------------------------------------------------------------------*/
  
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background-color:#474844; 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:980px; padding:22px 0 50px 0; }
  .page {  }

  #topnav { 
    position:absolute;
    top:0px;
    right:0; /* LTR */
	text-align:right; /* LTR */
  }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav { position:relative; height:28px; }
  #nav ul { margin-left:35px; }
  
  #header { height:380px; overflow:hidden; background-color: #666666; border-bottom:1px solid #fff; }
  
  #logo {
	background-color: #427238;
	border-bottom:1px solid #fff;
	background-image: url(../../images/logo_focus_on_garden.gif);
	background-repeat: no-repeat;
	background-position: 616px 28px;
	height:165px;
}

  .bilder {
	float: right;
	height: 380px;
	width: 670px;
}

 .fotograf {
	padding:0 0 72px 0;
	margin:0;
}

  #main { background:#666666 ;padding:0px 0px; }

  #footer {
    color:#fff;
    padding:20px 41px;
  }

  /* (en) Backup for correct positioning */
  /* (de) Absicherung korrekte Positionierung */
  #header, #nav, #logo, #main, #footer { clear:both; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   */


  #col1 { width:280px; }
  #col1_content { padding:24px 0 0 41px; }

  #col2 { width:25%; }
  #col2_content { padding:10px 20px 10px 10px; border:1px dashed lime; }
  
  .page-template-intern-php #col2_content { display:none; }
  
  .logged-in .page-template-intern-php #col2_content { display:block; padding:10px 20px 10px 10px; border:1px dashed lime; }

  #col3 { margin:0 0 0 0; }
  #col3_content {
	padding:55px 110px 87px 95px;
  }
  .home #col3_content {
	padding:55px 42px 0px 42px;
  }
  .blog #col3 { margin:0 280px 0 0; }
  .blog #col3_content {
	padding:55px 0px 87px 40px;
  }
  .page-id-9 #col3_content, .page-id-11 #col3_content {
	padding-right:350px;
  }
  
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * (en) Styling of layout specific elements
  * (de) Gestaltung layoutabhängiger Elemente
  */

  #footer a { color:#fff; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active { text-decoration:underline; }
  
}