@media print {
	.noPrint, .noprint, #bannerContainer {
		display: none!important;
		height: 0!important;
		margin: 0;
		padding: 0;
	}
	.printOnly {
		display: block;
	}

	 em.info {
		display: none;
	}
	span.info {
		padding: 0 ;
		margin-right:0;
		background: none;
	}
	body {
	background-color:#fff;
	/*width: 580px;
	overflow: hidden;*/
	}

	#page {
		background-image : none;
	}

	#pageContainer {
		/*width: auto;*/
		width: 90%;
		padding: 30px 0 0 0;
		margin:0 ;
		min-height: 500px;
	}


	#marginalContainer {
		display: none;
	}
	#marginalContainer2 {
		display: none;
	}
	#metaNav {
		display:none;
	}
	#langNavContainer {
		display: none;
		left: 0;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}

	/*
	#header {
        display: none;
		height: 0;
	}
    */

    #header h1 {
		padding: 0 0 0 10px;
		background-image: none;
		background-color: transparent;
		color:#333;
		font-size:14px;
	}
	#header h1 span {
		text-indent: 0;
		background-image: none;
	}
	#header h2 {
		background-image: none;
		color: #333;
		font-size:16px;
		width:500px;
	}
	#header h2 span {
		visibility : visible;
		background-image: none;
	}

	#functionBox {
		display: none;
	}
	#detailContainer2 .customBox3 {
		display: none;
	}
	.coloredRowType6 {
		display: none;
	}

	#contentContainer {
	}

	#content.fullContent2 {
		width: 560px;
		border-top: 1px solid #b8bbc0;
		min-height: 10px;
	}

	#content .resultListTable {
		width: 500px;
	}

	#content .resultListTable .th4Print {
		width: 0;
	}

	#content .resultListTable .th5Print {
		width: 0;
	}

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * @section browser fixes for print layouts
   * @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
   */

  /**
   * (en) overflow:hidden Bug in print layouts
   * (de) overflow:hidden Bug in Drucklayouts
   *
   * @bugfix
   * @since     3.0
   * @affected  FF2.0, IE7
   * @css-for   all browsers
   * @valid     yes
   */

  .subcolumns {
    overflow:visible;
    display: table;
  }

}
