
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @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) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(../core/print_base.css);

/* #col1 - x
** #col2 - 0
** #col3 - 0
*/
@media print
{
  #col1, #col1_content { float:none; width: 100%; margin: 0; padding: 0; border: 0}

  #col2 {display:none}
  #col3 {display:none}

	#searchbar, .detailbuttons, .submitbutton, #nav_main, #topnav, .checkoutbutton {display:none}

	* { 
		color: #000!important; 
		background-image: none!important;
		line-height: 1.2em;
	}

  /* (en) Enable URL output in print layout */
  /* (de) Sichtbare Auszeichnung der URLs von Links */
  a[href]:after {
    content: none;
  }
	a, a img, img {border: none; outline: none;}
	
	.articledetail {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin: .5em 0;
		padding: .5em 0;
		overflow: hidden;
	}
	.articledetail img {
		float: left;
		width: 40%;
		height: auto;
	}
	.articledetail .description {
		margin-left: 50%;
	}
	#additions {clear: left;}

	/*#col1_content {overflow: visible; height: auto;}*/

	#article_overview {
		page-break-inside: always;
		
	}
	
	.article180 {
		float: left;
		width: 188px;
		height: 232px; /*217+15unten*/
		margin-right: 2px;
		border: 1px solid #ccc;
		page-break-inside: avoid;
	}
	.article180 img {
		margin: 4px;
	}

	.article180 .description {
		font-size: .95em;
		padding: 0 20px;
		line-height: 1.05em;
		margin: -15px 0 0 0;
	}

	.article180 .refinfo {
		padding: 0 20px;
	}

	.article180 .refinfo span {
		display: block;
		float: left;
		width: 50px;
		color: #333;
		font-weight: bold;
		line-height: 20px;
		background: #fff;
		text-align: center;
		margin-right: ;
	}
	.article180 .refinfo a {
		display: none;
	}


	.listitem {
	 clear: left;
	 margin: 10px 0 ;
	 padding: 10px 0;
	 border-top: 2px solid #ccc;
	}
	.listimg {
	 float: left;
	 width: 100px;
	 height: 100px;
	 padding: 5px;
	 margin: 0;
	}
	.listdesc {
	 float: left;
	 width: 250px;
	 padding: 10px 0 0 0;
	}
	.listdesc .description {
	 font-weight: bold;
	}
	.listdescedit {
	 margin: 10px 0 0 0;
	}
	
	.listdescedit label{
	 color: #737373;
	 float: left;
	 padding-top: 5px;
	}

	.btn_actualizar, .btn_borrar, .btn_borrar {display: none;}
	.info {clear: both;}
	input, textarea {border: none;}

	fieldset.searchbox p label { float:left; 	width:50%; } 
	fieldset.searchbox p { clear:left; margin: 0; padding: 0;}

	fieldset.searchbox table  { width: 100%;border-top: 1px solid #ccc;}
	fieldset.searchbox table td, fieldset.searchbox table th  { border-bottom: 1px solid #ccc;}
	
	#main {overflow: visible;}
	#footer {
		border-top: 1px solid #ccc;
		margin: 1.5em 0 .5em;
		padding: .5em 0;
		clear: both !important;
	}
	#footermeta {display: none;}
	
	
}



