@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, html { height: 99.9% !important;}
  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { background: #ffffff; padding: 0; margin: 0;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: 900px; max-width: 900px; 
  /* background: url("../myGfx/bg.jpg") repeat-x top left; */
  position:relative !important;
  min-height:100%; /* real browsers */
  height: auto !important;
  }
  
   /* allocate space for footer ... */
  #page {padding: 0px; padding-bottom: 40px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
	background: url("../myGfx/bg.jpg") repeat-x top left;
	position:fixed;
	top:0;
	width:900px;
	color: #000;
	padding-bottom: 0px;
	border: 0px solid blue;
	height:154px;
	z-index:1000;
  }
  
  #bgDiv {
  	background: url("../myGfx/bg.jpg") repeat-x top left;
	position:fixed;
	top:150;
	width:900px;
	color: #000;
	padding-bottom: 0px;
	border: 0px solid blue;
	height:1000px;
}

  #topnav {color: #aaa; background: transparent; margin-top:125px;height:20px;width:680px;text-align:left;vertical-align:bottom;}

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 20px; }

  #main { background: transparent;padding:0px 0; border:0px solid blue;padding-top:150px;}

  #footer {
    position:relative !important;
    min-width: 900px;
    max-width: 900px;
    /* move #footer to its position ... */
    margin: -40px auto 0;
	color:#666;
    background: #f9f9f9;
    padding: 0;
    border-top: 5px #efefef solid;
    line-height: 1.5em;
	border:0px solid blue;
  }
  
    #footer_content {
    text-align: left;
    color:#666;
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 5px #efefef solid;
    margin: 0 10px;
  }
  
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 200px; 
  position:fixed;
  top:150;
  background: url("../myGfx/bg.jpg") repeat-x top left;
  background-position: -1px -150px;
  border: 0px solid red;
  height:750px;}
  #col1_content { padding: 5px 0px 0px 0px; border:0px solid blue;}

  #col2 { width: 200px; }
  #col2_content { padding: 20px 5px 10px 5px; border:0px solid blue;}

  #col3 { margin: 0 200px; }
  #col3_content { padding: 20px 5px 10px 10px; border:0px solid blue;}

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (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;}
}
