@charset "UTF-8";
/**
 * "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.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media screen, projection
{
  
  /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body { background:url(images/custom/body_back-repeat.png) repeat-x top left;}

  /* (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;}

  /* Layout:Width, Background, Border | Layout:Breite, Hintergrund, Rahmen */
  .page_margins { background:url(images/body_back-full.png) 0 200px no-repeat; width: 1001px; }
  .page{ width:975px;}

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #header { height:140px; width:1000px; z-index:10;	position:relative; }
  #logo { font-size:5em; height:125px; left:25px; position:relative; top:0; width:550px; vertical-align: middle;}
  #logo a {height: 100%;line-height:125px;}
  #logo a:hover {text-decoration: none;outline: none;}
  #logo h1 { color:#CCC; border:none; padding:0; margin:0; }
  
  #header #topnav {
	background:url("./images/header_back-metanav.png") right top no-repeat;
    height:44px;
    width:539px;
	top:0;
	right:0;
	padding-right:32px;
	position:absolute;
	z-index:20;
  }
  
  #slider { 
    background:#fff;
    margin-left:25px; 
    z-index:4; 
    position:relative; 
    width:951px;
    overflow:hidden;
  }

  #main { background:#fff; margin-left:25px; z-index:3; position:relative; overflow:hidden; }

  #footer { 	
  	background:url("./images/footer.png") no-repeat scroll 0 0 transparent;
	height:103px;
	width:922px;
	padding:113px 25px 25px 50px;
  }
	
  
 /*------------------------------------------------------------------------------------------------------*/

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


   /* (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * |-------------------------------|
   * | #slider                       |
   * |-------------------------------|
   * | #col3   |    | #col1          |
   * | 230px   |20px| 670px          |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

 
  #col1 { 
  	margin:0;
  	width:670px;
  	float:right;
	min-height: 536px;
	z-index:1;
	position:relative;
	margin-right:25px;
	padding-left:25px;
	background: #fff;
  }

  #col3 { 
  	margin:0;
  	width:235px;
	min-height: 536px;
	z-index:0;
	position:relative;
	display:inline;
	background: #fff;
  }
  
  #col3_content {
	width:230px;
	padding-top:0.95em;
  }
	
  #main {background: #fff;}	


 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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;
  }  
}