@charset "UTF-8";

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE-Patch stylesheet for "2col_left_13" layout
 * (de) IE-Korrektur-Stylesheet für das Layout "2col_left_13"
 *
 * @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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */
	/* Layout-independent adjustments | Layout-unabhängige Anpassungen ----------------------------------- */
@import url(../../../../lib/yaml/core/iehacks.css);

/* Navigation-independent adjustments | Navigations-unabhängige Anpassungen ----------------------------------- */
@import url(../patches/patch_nav_first_vlist.css);

@import url(../patches/patch_nav_second_vlist.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen , projection { /**
   * Bugfix for IE 3-Pixel-Jog Bug
   *
   * @bugfix
   * @affected   IE 5.x/Win, IE6
   * @css-for    IE 5.x/Win, IE6
   * @valid      yes
   */
	* html #col3 {
		height: 1%;
	}
	* html #col1 {
		margin-right: -3px;
	}
	* html #col3 {
		margin-left: 198px;
	}
	/**
  * min-width/max-width workaround for IE5.x & IE6
  *
  * @workaround
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      no
  */
	* html .page_margins { /* Fallback if JavaScript is disabled */
		width: 993px;
		/* JS-Expression for min-/max-width simulation */
		width: expression(( document.documentElement &&  
			document.documentElement.clientHeight) ?   ((
			document.documentElement.clientWidth <   740 ) ?   "993px" :   ((
			document.documentElement.clientWidth >   ( 80 *   16 *   (
			parseInt(this.parentNode.currentStyle.fontSize)/ 100 ) ) ) ?  
			"993px" :   "auto" ) ) :   (( document.body.clientWidth <   740 ) ?  
			"993px" :   (( document.body.clientWidth >   ( 80 *   16 *   (
			parseInt(this.parentNode.currentStyle.fontSize)/ 100 ) ) ) ?  
			"993px" :   "auto" ) ) );
	}
	ul.menuBlock1 img {
		margin: 5px 0 0px -11px;
	}
	ul.navigation li {
		line-height: 2.25em;
	}
	ul.navigation li a.first {
		height: 25px;
	}
	ul.navigation li ul li a {
		display: inline;
	}
	ul.menuBlock2 li a {
		display: inline;
	}
	ul.menuBlock2 {
		padding-bottom: 8px;
	}
	/* (en) classes for invisible elements in the base layout */
	/* (de) Klassen für unsichtbare Elemente im Basislayout */
	.hide_table_header {
		display: none;
	}
}