@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage fü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 layoutabhä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: 10px 0 0 0; */line-height:0; }
  #topnav {  }
  #nav { }
  #main {  }
  #footer {  width: 100%; overflow:hidden}
  #footerc {padding: 15px 0;  }
  

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */
  
   /* Image Line-Height 0 */
  .image { line-height: 0; }

   /* Spacer */
  #spacer { padding: 0; clear: both;    overflow: hidden;    width: 100%; }  
   /* Suche */
  #sucheingabe p { margin: 0; }
  #sucheingabe { padding:  0;  clear:both;}
  #sucheingabe input#term { width: 120px; border:1px solid #b7c8de; padding: 3px 5px; }
  
   /* Breadcrumb */
  #breadcrumb { clear:both; overflow:hidden; width: 100%;}
  #breadcrumbc { padding: 15px 10px; }
  #breadcrumbc p { margin:0;}
  /*#breadcrumbc .subcolumns .c75l {padding-top: 6px;}*/
  
   /* Subcolumns */ 
  .c23l, .c24l, .c53l, .c77l {float:left; }
  .c23r, .c24r, .c53r, .c77r {float:right; margin-left:-5px; }

  .c23l, .c23r { width:23%; }
  .c24l, .c24r { width:24%; }
  .c53l, .c53r { width:53%; }
  .c77l, .c77r { width:77%; }
  

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Navigation 
  *
  * (en) Visual styling for navigations
  * (de) Visuelle Gestaltung der Navigationen
  *
  * @section layout-navigation
  */
  
  #nav_top ul { margin: 0; }
  #nav_top ul li a { padding: 0 5px; margin-bottom: 10px; }
  
  
  #nav { float: left; display: inline; width: 100%;}
  
  #nav_main a { padding:0; }
  #nav_main ul li ul li { width:15em;}
  #nav_main ul li a { padding: 10px; }
  #nav_main ul li ul li a { padding: 2px 10px; }
  
  /* Unternavigation */
  #nav_sub { margin-bottom: 20px; }
  #nav_sub ul li a { padding-left: 5%; width: 95%; }
  #nav_sub ul li ul li a { padding-top: 2px; padding-bottom:2px ; }
  
/*------------------------------------------------------------------------------------------------------*/ 
/**
  * (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;
  }  
  
    #rotate_image{
  position: relative;
  overflow: hidden;
  width:100%;
  height:125px;
  }
  #rotate_image img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  }
  
  /* EDITH */
  #rat_rechts{ position:absolute; left:-180px; top:280px; width:172px; }
  #rat_detail .subcolumns .c75l,
  #rat_auswahl .subcolumns .c75l,
  #rat_suche .subcolumns .c75l{ width:100%;}
  #rat_detail .subcolumns .c25l,
  #rat_auswahl .subcolumns .c25l,
  #rat_suche .subcolumns .c25l{ width:0px;}
  
  
  
}