@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(../../yaml/core/print_base.css);

/* #col1 - 0
** #col2 - 0
** #col3 - x
*/

@media all {
#col1, #col1_content, #col2, #col2_content, #col1_second, #topseachform, .col3_content_print, .col3_content_ontop, #topnav, #topnav_content, #footer, #nav, #col1_second_maxsize, #nav {
	display:none !important;
}

#col3, #col3_content, #col3_second, #col3_content_second { width: 100%; margin:0; padding: 0; border:0; background:none !important; }

#col3_content_landing_text { padding: 0 120px 0 20px; }
body, #page_margins, #page, table.contenttable th  { background: none !important; }

.csc-textpic-imagewrap {width: 100%;}

#header, #header_second {width: 100%; margin:0; padding: 0; border:0; height: 1%;}

*html #header_second {
	margin-bottom: 30px;
}

*html .col3_content_headline,
*html #col3_content_second .col3_content_headline,
 {
	position: static;
}

#col3_content_landing_text {
	margin-top: 20px;
}
/*
*html #col3_content_co {
	margin-top: 40px; 
}
*/

#main, #col3_second, .col3_content_textwimg, .col3_content_headline, .col3_content_co {
	overflow: visible;
	display: table;
	width:660px;
}

#logo {margin-bottom: 100px;}

.col3_content_links_co li a, .col3_content_links_co li a:visited, .col3_content_links_co li a:active {padding-left:0;}

#page_margins, #page {
	width	:	auto;
	overflow:	hidden;
}

body {
	padding-bottom	:	10px;
}

.c25r {
	display: none;
}

#col3_breadcrumbs {
	background: #fff;
	color: #000;
}

.col3_content_maincontent {
	border: 0;
}

.col3_content_maincontent_third {
	background: none;
}

#topnav {
	display: block !important;
}

#topnav_button,
#topnav ul {
	display: none;
}

#col3_breadcrumbs li a, #col3_breadcrumbs li a:visited, #col3_breadcrumbs li a:active {
	color: #000;
}	

#page_margins, #page {
	overflow-y: visible !important;
}

}
