@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

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

/* #col1 - x
** #col2 - 0
** #col3 - 0
*/
@media print
{
	
	body,  #col1_content,
	  #col1 {
  width: 18cm !important;
  margin: 0 !important;
  padding: 0 !important;
  }
  
  

  #col2 { display:none; }
  #col3 { display:none; }
  
  /*********************************/
 
body * { font-size: 10pt; font-family: Arial, sans-serif; margin: 0 0; }
blockquote { font-family: Arial, sans-serif; }
code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono;}

h1 {
	font-size: 12pt;
	font-weight:bold;
	color: #969393;
	}
	
h2 {font-size: 10pt; font-weight:bold; color: #828282; background: inherit;   margin:0.2em 0 0.5em 0; padding: 0.3em; }
h3 {font-size: 9pt; font-weight:bold; color: #828282; margin:0.4em 0 0.3em 0;}
body p, body p a, table, td, th { font-size: 9pt !important; }
	
/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after:avoid; }

table {margin-left:1px;width:99.8%; border:1px solid #969696;}
table td, table th {border:1px solid #969696;}

.tx-stwpbmensa-pi1 td, 
.tx-stwpbmensa-pi1 th { 
 	border:1px solid #969696;;
	background:#969696;
}
	
abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }

/* Sichtbare Auszeichnung der URLs von Links */
/* a[href]:after {
 content:" <URL: "attr(href)">";
 color:#444;
 background-color:inherit;
 font-style:italic;
} */

/* Umformatierung der Layoutboxen */
body {margin:0; padding: 0; background:none !important;}
#page_margins, #page {margin:0; padding: 0; border: 0; background:none !important; } 
#topnav {display: none;}

#header {display: none;}
#header img {position:relative; top:0; left:0;  padding:0; }
#nav_main, #teaser {display:none;}

#footer {display: none;}
#drucklink {display: none;}
p, sup, p sup, li,   #col1_content ul  { font-size: 9pt !important;}

  
}

