@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 */
  body { background: #fff9df url("../../images/back.gif") no-repeat top center fixed; padding: 0px; }

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

  /* (en) Layout:width, background, borders */
  /* (de) Layout:Breite, Hintergrund, Rahmen */
  .page_margins { width: 890px; background:#fff; }
  .page { padding: 0px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header { color:#000; background:#fff url('../../images/banner.jpg') no-repeat top left; padding: 0px; height: 108px; width: 100%; position: relative;}
  #header #banner_ad { position: absolute; top: 17px; left: 413px; height: 60px; width: 468px; }

  #topnav { color:#aaa; background:transparent; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav { padding-bottom: 15px; }
  #nav ul li { margin: 0; }
  #nav ul { margin: 0; list-style-type: none; color: black; }
  #nav li a, #nav li.active li a { color: black; }
  #nav li a:hover { text-decoration: none; color: #6f181e;}
  #nav li.active a { color: #8D191A; }
  #nav li.active li a { color: #666666; }
  #nav li.active li a:hover { color: #8D191A; }
  #nav li.active li.active a { color: #8D191A; }
  #nav ul.level1 { font-size: 16px; }
  #nav ul.level1 li { padding: 1px 0 0;}
  #nav ul.level2 { font-size: 14px; margin-left: 10px; }
  #nav ul.level2 li { padding: 1px 0 0; }
  #nav ul.level3 { margin-left: 10px; }
  #nav ul.level3 li { font-size: 12px; }

  #col1 #logos { padding: 15px 0;}
  
  #logo {position:absolute; left:20px; top:22px;}

  #tools { margin-top: 10px; }
  #tools ul.service { list-style-type: none; color: black; margin: 0; float: left; margin-top: 2px;}
  #tools ul.service li { display: inline; }
  #tools ul.service a { color: #3E3D29; font-size: 11px; font-weight: bold; text-decoration: none;}

  #tools .suche { text-align: right; margin-left: 490px; padding-right: 15px; }
  #tools .suche input { border: 1px solid #666; color: black; font-size: 11px; }
  #tools .suche input[type=submit] { padding: 2px 6px 3px; background-color: buttonface;}
  #main { background:#fff; padding: 0px 0px 10px ; }

  #banner img { margin: 0; border: none; padding: 0;}

  #footer { background-color: #b29b6f; color: #505050; font-size: 11px; padding: 7px;  }
  #footer em { font-weight: bold; font-style: normal;}

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

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 183px; }
  #col1_content { padding: 0px 15px 15px; }

/*  #col2 { width:25%; }
  #col2_content { padding:10px 20px 10px 10px; }
*/

  #col3 { margin:0 0 0 172px; width: 707px }
  #col3_content { padding: 15px; }

  #col3_content.content_3col { padding: 0px; }

  #col3_content.content_3col { background: url('../../images/contentback.gif') repeat-y top left }
  #col3_content.content_3col .leftcol { width: 300px; }
  #col3_content.content_3col .rightcol { width: 207px; }
  #col3_content.content_3col .maincol { width: 200px; }
  #col3_content.content_3col .subcl, 
  #col3_content.content_3col .subcr, 
  #col3_content.content_3col .subc { padding: 5px; }
 

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * (en) Styling of layout specific elements
  * (de) Gestaltung layoutabhängiger Elemente
  */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#999; }

  #topnav a { color:#999; font-weight:normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color:transparent; }

  #footer a { color:#999; background:transparent; font-weight:bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color:#4D87C7; background-color:transparent; 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;
  }

  img:not([alt]), img[alt=""] { outline:3px solid #FF0000 !important;}
}
