/**
 * IDZB Print-layout
 *
 * extend CSS for media="print"
 * all other CSS must be loaded before this
 * included in TSSetup tpl.page line:70
 *
 * @author PF
 * @copyright       
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         0.0.1
 * @revision        
 * @lastmodified    
 */
 
 

 /**
  * @section hide major elements
  */
div#top,
div#sitemeta,
div#content div#col2,
div#footer,
div#print {
	display:	none;
}

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


 /**
  * @section set new widths
  */
div#template,
div#content  {
	width:100%;
}

div#header a,
div#content div#col1 {
	width:auto;
}
div#content div#path {
	width:100%;
}

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

 /**
  * @section position correction
  */
div#template {
	margin:	0;
}

div#copy{
	clear:	both;
	text-align:	center;
}

div#header h1.header {
	margin-left:	0px;
}
div#header {
	padding-left:	0px;
}

div#content div#path{
	margin-left:	0px;
	padding-left:	0px;
	left:			0px;
}
div#content div#col1 {
	padding-left:	0px;
}

div#copy {
	margin-bottom:	0px;
}
/*------------------------------------------------------------------------------------------------------*/

  /**
  * @section details
  */
div#content div#col1 div#ico_top{
	display:	none;
}

li {
	list-style-type:		disc;
	padding-left:			0px;
	background:				none;
}
/*------------------------------------------------------------------------------------------------------*/