@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 - 0
** #col2 - 0
** #col3 - x
*/

@media print
{
	div#col1, div#col2, div.pagefunctions, div.tx-tettnewsticker-pi1, .teaser_zoom , #fdfx_gallery { display:none; }
	  
	div#col3, #col3_content { width: 100%; margin:0; padding: 0; border:0; font-family: verdana; font-size: 100.01%; }


	div#header {
		background-image: url(../../_img/header.jpg);
		background-repeat:no-repeat;
		height: 143px;
	}
	
	div#header div#homebutton img  {
		border: none;
	}

	#content a:link:after, #content a:visited:after {
	   content: " (" attr(href) ") ";
	   font-size: 90%;
	}

	div#col3_content ul {
		list-style-type: none;
	}
	
	div#col3_content p {
		font-weight:normal;
		line-height:150%;
		margin-bottom:1em;
		margin-left:12px;
	}

	div#header {
		background-image:url(../../_img/header.jpg);
		background-repeat:no-repeat;
		height:143px;
	}
	
	a {
		color: #000000;
		text-decoration: none;
	}

	a:after, a:link:after, a:visited:after {
	  content:"";
	}
	
	.border_wrap2 #col1, .border_wrap2 #col2 {
		display: block;
	}
	
	.border_wrap2 ul {
		list-style-type: none;
	}
	
	.border_wrap2 #col1_content p, .border_wrap2 #col2_content p, .border_wrap2 #col3_content p {
		font-size: 100%;
	}
	
	.border_wrap2 span.article {
		display: none;
	}
	dl#ticker  {
                display:none;
        }
}

