@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE-Patch stylesheet for YAML standard layout (3 columns without column dividers)
 * (de) IE-Korrektur-Stylesheet für das YAML Standard-Layout (3 Spalten ohne Spaltentrenner)
 *
 * @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(../../yaml/core/iehacks.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen {

/* DELETE DOPPLE SPACE */
* html #nav_main a { height: 0px; }

/* UL DRIFT LEFT */
#nav_main ul ul,
#nav_main ul ul ul,
#nav_main ul ul ul ul {
	margin-left: -19px;
}

* html #frontend_login { width: 700px; }

* html #col3 {
	background: url(../../images/backround_flex_content.gif) -1px top repeat-y;
	margin-right: 164px;
}

* html #col3_content {
	background: url(../../images/backround_middle_menu.gif) no-repeat -4px top;
	padding: 36px 40px 230px 50px;
	width: 511px;
	overflow: hidden;
}

* html #col2 { width: 164px; }
* html #footer { background: url(../../images/backround_footer.gif) no-repeat 210px; }
* html .tv_slide_all { width: 495px; }
* html .twi_contain {  width: 522px; } /* IE: RESIZE BOX */
* html .twi_content { width: 290px; }
* html .contain_section { width: 500px; } /* IE: FIX COLLAPSING BOX */
* html .on_contain_sub {padding-bottom: 10px; clear: both;}
* html .bullet_slide {width: 178px;}
.padding40top {clear: both;}


}
