@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE-Patch stylesheet for "2col_left_31" layout
 * (de) IE-Korrektur-Stylesheet für das Layout "2col_left_31"
 *
 * @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
{
  /*-----------------------------------------------------------------------------------------------------*/
  /**
   * (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
   */

  /* Fallback if no Javascript enabled */
  * html #page_margins {
  	width: 1034px;  	
  }
  #main {background: transparent url(../../img/Verlauf_vertikal_Submenu.gif) scroll repeat-x left top;
    padding:0;
    border-right: 50px solid #fff;
  }
  #col1 {background: #fff;}
  #submenu li span.arrow {font-size: 18px; width: auto; border:0; padding: 0; position: absolute; top:-2px; left:5%;}
  #col1_content { padding-bottom: 20px; }
  * html #top_col1 {margin: 0 0 0 40px; float: left;}
  * html #top_col1 .top_content {margin: -61px 0 61px 0; }
  * html #top_col1 #top_headline {margin: 0 0 25px 0; width:664px; padding-top: 20px;} 
  
  * 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;}
  	       
  
  
  /*-----------------------------------------------------------------------------------------------------*/
}