@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) $
 */

@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 {  }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body { margin:0; padding:0; background: white url(/fileadmin/images/body_bg.jpg) repeat-x; }

  /* Layout:Width, Background, Border | Layout:Breite, Hintergrund, Rahmen */
  .page_margins {padding-top:20px; margin: 0px auto; margin-bottom:20px; width:960px; text-align:left; }
  .page { }

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #topnav {display:none;}
  #header h1 {display:none;}
  #header { background:url(/fileadmin/images/header_bg.jpg); height:230px; margin-bottom: 10px; }
  #logo { width:360px; height: 210px; }
  #bioland { width:65px; height: 65px; margin: -80px 0 0px 870px; }
  #rootnsearch {padding:0px; height:30px; background:white; font-size:90%; color:rgb(100,100,100);}
  #root   {float:left;}
  #search {float:right;}
  #main { background: #FFF; }
  #menu { margin:0; padding:0; }
  #footer {background-color:#FFF; background:url(/fileadmin/images/footer_bg.jpg); width:100%; height:100px; }
  #footer_content { margin: 0px auto; padding-top:10px; width:960px; height:90px; text-align:left; }

 /*------------------------------------------------------------------------------------------------------*/

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

  #col1 { background-color:#FFF; }
  #col1_content {  }

  #col2 {  }
  #col2_content {  }

  #col3 { }
  #col3_content { margin: 0px 0px 0 50px; }


 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */
  
  
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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;
  } 

#footer_block_1 { float: left; width: 20%; margin: 0px; padding: 10px 0 0 0px; text-align:left; }
#footer_block_2 { font-size: 7px; float: left; width: 13%; margin: 0px; padding: 10px 0 0 0px; text-align:right; }
#footer_block_3 { float: left; width: 35%; margin: 0px; padding: 10px 0 0 150px; text-align:left; line-height:170%; }

}