/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) IE patch stylesheet 
 * (de) IE-Anpassungs-Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          patch_my_layout.css
 * @-yaml-minver  3.1
 */

/* Layout independent adjustments | Layout-unabhängige Anpassungen  */
@import url(../../yaml/core/iehacks.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;
 	float: left;
  }
  * html #col3 {margin-left: 19%}
  * html  .contenttable-0 {
	border:1px solid #777;
	width:100%;
	}
	
	* html .hlist a:focus,
	* html .hlist a:hover,
	* html .hlist a:active { 
		font-weight: normal;
		text-decoration:none;
	 }
	
	* html #main h1,
	* html #main h2{
		border: none;
	}
	
	* html body{
		font-family:Arial,Arial,Sans-Serif;
		font-size:13px;
		}
	* html #col3_content a{
		border-bottom: none;	
	}
	
	* html .breadcrump li{
		font-size: 90%;		
	}
	
	* html 	#col1 li {
		background-color:#fff;
		border-bottom:1px dashed #FFFF99;
	}
	
  * html     #col1 ul li {
	padding-left: 0px;
  	}
  * html     #col1 .sub2 {
	padding-left: 5px;
  	}
  	
  	 * html .breadcrump,
  	 * html #col3_content,
  	 * html .col1_bottom {
  		margin-left: 5px;
  	}
	
	*html .col1_bottom {
		height: 10px;	
	}
	
	*html .tx-jppageteaser-pi1-header{
		line-height: 10px;
	}
	
	*html .csc-frame-frame2{
		width: 200px;	
	}
	
	*html 	.tx-powermail-pi1_fieldset input,
	*html 	.powermail_select, 
	*html .tx-powermail-pi1_fieldset textarea {
		width: 310px;	
	}
	
	*html .tx-powermail-pi1_fieldset .powermail_submit{
		left: 290px;
		height: 25px;
	}
 /**
  * min-width/max-width workaround for IE
  *
  * @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: auto;

    /* JS-Expression for min-/max-width simulation */
    width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 1024) ? "1024px" : "auto") : ((document.body.clientWidth < 1024) ? "1024px" : "auto"));
  }
}

