@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE-Patch stylesheet for "2col_right_13" layout
 * (de) IE-Korrektur-Stylesheet für das Layout "2col_right_13"
 *
 * @copyright       Copyright 2005-2007, 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.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

/* Layout-independent adjustments | Layout-unabhängige Anpassungen ----------------------------------- */
@import url(../../../../../typo3conf/ext/db_yamltv/template/yaml/core/iehacks.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen
{
  /*-----------------------------------------------------------------------------------------------------*/

  /**
   * Bugfix for IE 3-Pixel-Jog Bug
   *
   * @bugfix
   * @affected   IE 5.x/Win, IE6
   * @css-for    IE 5.x/Win, IE6
   * @valid      yes
   */

  * html #main {background: #67727B;}
  * html #col3 { height: 1%; }
  * html #col1 {margin-right: -3px; background: #fff; }
  * html #col3 { margin-left: 696px;}
  * html #submenu2 li { margin:0; padding: 0; line-height: 0.8em; }
  * html #nav_main ul li#current ul li a:hover {font-weight:bold; color:#00408C; background:#D5DDEC none;}
  * html #nav_main ul li.first ul li a:hover {font-weight:bold; color:#00408C; background:#D5DDEC none;}    
  #col1_content { padding: 20px 30px 20px 30px; } 

  /*-----------------------------------------------------------------------------------------------------*/

  /**
   * (en) Simulate min-width / max-width for IE by using JS-Expressions
   * (de) Über JS-Expressions können die Eigenschaften min-width / max-width im IE simuliert werden
   *
   * @workaround
   * @affected   IE 5.x/Win, IE6
   * @css-for    IE 5.x/Win, IE6
   * @valid      no
   */

  * html #page_margins {
  /* Fallback if no Javascript enabled */
  width: 1034px;

 /* droppy.css */ 
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
  	   
  }
  /*-----------------------------------------------------------------------------------------------------*/
}