@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-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.2.1
 * @revision        $Revision:426 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 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; }

  /*------------------------------------------------------------------------------------------------------*/
  
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
	
	html * { outline:none !important; }
	
  body {   
		font-family:Arial, Helvetica, sans-serif;
		height:100%;
  	background:#CACACA;
  	background-attachment:fixed;
  	background-size:100% 100%;
	letter-spacing:0.02em;
	}
		
	h1, h2, h3, h4, h5, h6 {
	  font-weight:normal;
	}
	a {
	  color:#000;
	  text-decoration:none;
	}
	a:visited {
	  color:#000;
	}
  a:active,
  a:hover,
  a:focus {
	  color:#CC0000;
	  text-decoration:none;
	}
  
	a img {
	  border:0;
	}

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  .page_margins { text-align:left; margin:0 auto; }

  /* (en) Layout:width, background, borders */
  /* (de) Layout:Breite, Hintergrund, Rahmen */
  .page_margins { width: 100%; min-width:1000px; max-width:100%; background:transparent; }
  .page { padding:0; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
	
	#header .subcolumns {
		overflow:visible;
	}
	
  #topnav { color:#aaa; background:transparent; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left:20px; }

  #main { background:#fff;padding:10px 0; }

  /*
#footer {
    color:#666;
    background:#f9f9f9;
    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                       |
   * |-------------------------------|
   */

		  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *

	  #col1 { float: right; width: 225px}
	  #col2 { display:none}
	  #col3 { width: auto; margin: 0 225px 0 0}
	  #col1_content { padding: 0 20px 0 10px }
	  #col3_content { padding: 0 10px 0 20px }
		
		*/
		
		

		  body.blog #col1 { display:block; float:right; width: 225px }
		  body.blog #col2 { display:none }
		  body.blog #col3 { margin: 0 225px 0 0 }
		  body.blog #col1_content { padding: 0 }
		  body.blog #col3_content { padding: 0 }

		




 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * (en) Styling of layout specific elements
  * (de) Gestaltung layoutabhängiger Elemente
  */

  #header span { color:#FFF; }
  #footer a { color:#999; background:transparent; }
  #footer a:active { color:#FFF; background-color:transparent; text-decoration:none; }
  #footer a:focus{ text-decoration:none; }
  #footer a:hover { text-decoration:underline; }
  
  


 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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;
	}
		
}
