/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 * @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:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

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

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

 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body { background: #3a3939; } /* b4b4b4 */

  /* Layout:Width, Background, Border | Layout:Breite, Hintergrund, Rahmen */
  .page { margin: 0 auto 30px auto; width: 960px; background:#e8e8e8; }

  /* Design of the Main Layout 'lements | Gestaltung der Hauptelemente des Layouts */
  #header { position:relative; background:#231e1c url('../../images-dev/bkgd-header.png') no-repeat left bottom; width:960px; height:182px;  }
  #header #logo { position:absolute; top:13px; left:6px; width:128px; height:138px; z-index:20; }
  #header nav { position:absolute; height:60px; width:673px; top:37px; left:115px; }
  #slideshow { position:relative; border-bottom:1px solid #fff; height:365px; }
  #youknow { position:relative; width:870px; height:50px; background:#d4d4d4; padding:10px 10px 10px 80px; }
  #light { position:absolute; top:0; left:-30px; width:104px; height:70px; background:transparent url('../../images-dev/youknow.png') top left no-repeat; }
  #main { background:#e8e8e8; margin:30px 0; padding:0 30px; }

  #footer { color:#9d9d9d; background:#2d2d2d; border-top:5px #efefef solid; width:960px; position:relative;  }
  #footer_content { padding:10px 30px; }

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

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

  #col1 { float: left; width: 75%}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 75%}
  #col1_content { padding: 0 10px 0 0 }
  #col3_content { padding: 0 0 0 10px }


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

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */
  
#col-find a { background:transparent url('../../images-dev/index-col-find.png') no-repeat 50% 0%; }
#col-courses a { background:transparent url('../../images-dev/index-col-courses.png') no-repeat 50% 0%; }
#col-member a { background:transparent url('../../images-dev/index-col-member.png') no-repeat 50% 0%; }
#col-support a { background:transparent url('../../images-dev/index-col-support.png') no-repeat 50% 0%; }
#col-find a, #col-courses a, #col-member a, #col-support a { text-align:center; padding-top:100px; width:210px; display:block; text-decoration:none; color:#444; } 

.btn { margin-top:10px; }

.right10px { padding:0 10px 0 0; }

#footer-below { position:absolute; bottom:-25px; left:30px; color:#fff; }

#header-login { position:absolute; top:40px; right:0; width:155px; height:60px; } 

#languages { position:absolute; top:10px; right:-40px; }
  
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Skiplinks 
  *
  * (en) Visual styling for skiplink navigation
  * (de) Visuelle Gestaltung der Skiplink-Navigation
  *
  * @section content-skiplinks
  */
  
  #skiplinks a.skip:focus,
  #skiplinks a.skip:active { 
  color:#fff; 
  background:#333; 
  border-bottom:1px #000 solid;
  padding:10px 0;
  text-decoration:none;
  }  
}