@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-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.2
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

/* Einbindung der layoutabhängigen Basemod  */

@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 { text-align: center; }
  body * { text-align: left; }
  

  
  /* Layout:Width, Background, Border | Layout:Breite, Hintergrund, Rahmen */
  
  .page_margins { margin: 0 auto; width:960px;}
  .page{  }

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #header {padding-top:15px;  }
  #header .image { padding: 65px 0 20px 210px; }
  #header .image_2 { padding:105px 0 0; }
  #topnav {  }
  #nav { float: left; display: inline; width: 100%; }
  #main {  }
  #footer {  }


  /* eventuell Breadcrumb */
  #breadcrumb { font-size: 91.67%;font-weight: normal; padding-bottom: 5px; margin-bottom: 10px; }
  #breadcrumb p { margin: 0; }
  #breadcrumb a {  font-weight: bold; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */
  
  .teaser { float:left; display: inline; width: 100%; overflow: hidden; margin-bottom: 20px;}
  
  #content_image img { margin-bottom: 20px; }
  
  #content_left { margin-top: 15px; width: 100%; overflow:hidden; }

  #nav_main { margin:0; }
  #nav_main ul li a { width: 95%; padding: 9px 0 8px 5%; }
  #nav_main ul li ul li a { width:89%; padding: 7px 0 6px 10%; }
  #nav_main ul li ul li ul li a { width:79%; padding: 7px 0 6px 20%; }
  
  /* Image Line-Height 0 */
  .image { line-height: 0; }


  
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Navigation 
  *
  * (en) Visual styling for navigations
  * (de) Visuelle Gestaltung der Navigationen
  *
  * @section layout-navigation
  */

  #nav_top,
  #nav_tools { width: auto; }
  #nav_top ul li ,
  #nav_tools ul li {  }
  #nav_top ul li a, #nav_tools ul li a {padding: 0 3px; }
  #nav_tools ul { margin: 0 0 0 5px; }
  #nav_top ul { margin: 0; }
  
  #nav_top ul li a {color:#000;margin-bottom:10px;padding:0 5px;}
  
/*------------------------------------------------------------------------------------------------------*/ 
/**
  * (de) Float loeschen und Texte ausrichten
  *
  * @section layout-misc
  */
  .clear { clear:both;}
  
  .text_right,.text_right *{
    text-align:right;}
    
  .text_center,.text_center *{
    text-align:center;}
    

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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;
  } 

  #translator {
  position: absolute;
  right: 0;
  top: 50px;
  }
  
}