@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.5
 * @revision        $Revision: 189 $
 * @lastmodified    $Date: 2008-05-24 08:26:23 +0200 (Sa, 24 Mai 2008) $
 */

@media screen
{
	#skip-navigation,
	#service-area,
	#nav,
	#teaser,
	#col2,
	#bottom-line,
	#top-link,
	#print-link,
	.top-link { display:none; }
	
	.hide_noprint {
		display: block !important;
	}
	
	#header {background: none; border-bottom: 5px solid #d7d7d7;}
	#breadcrumb {width: 100%;}
	
	.content-part {display: block !important}

	#page_margins.large-right-col,
	#page,
	#main {
		background: none !important;
	}
	
	#footer {
		background-image: url(../../images/bg_footer_print.gif) !important;
	}
	
	#homelink img {
	  visibility: visible;
	  border-bottom: 1px solid #999;
	}
	
	
	/**/
	#page_margins { width: 556px;}
	#col1 {float: none;  width: auto; margin: 0;}
	#col3 {width: auto; margin: 0px; border: 1px solid #dfdfdf; background-color: #f5f5f5;}
	#col3_content {padding-left: 25px; padding-right: 25px; padding: 10px 25px;}
	#col1_content {padding-left: 10px; padding-right: 10px;}
	/**/
	  
	#col3_content h2,
	#teaser-left h2 {
		color: #ad0835;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 128%;
		margin-bottom: 15px;
	}
	
	#teaser-left h2 {
		margin: 15px;
		font-size: 110%;
	}
	
	#col3_content h2 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	#col3_content .column_element {
		padding: 0px 15px 10px 15px;
		border-bottom: 1px solid #999;
	}
 
 
  /* Optional Column Labels | Optionale Spaltenauszeichnung
  #col1_content:before { content:" [ left | middle | right column ]"; }
  #col3_content:before { content:" [ left | middle | right column ]"; }
  */
}