/*
**  Datei       : drk_print.css
**  Funktion    : Modifikationen/Ergaenzungen Drucklayout (Grobversion)
**  modifiziert : v2.0.3 2010-02-17 hxb
*/

@media print
{
/* +++++++++++++++++++++++++++++++++ */

	/**
	* @section layout preparation
	* @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
	*/

	/* Basislayout fuer Druck aufbereiten */

	body, #page_margins, #page, #main {margin:0; padding: 0; border: 0; width: auto;}
	#page_margins, #page {width: 100% !important; min-width:0; max-width: none;}
	#header {display: block;}
	#header, #popup .popheader {text-align: right; margin: 0; padding: 0;}
	#header img {position: relative !important; right: 0;}
	#main #teaser {margin-left: 0 !important; margin-right: 0 !important;}
	#footer {display: none;}

	#page.homepage #col3,
	#page.homepage #col3_content {margin: 0 !important; padding: 0; width: auto !important;}

	#page.homepage h1, #page.homepage h2, #page.homepage h3, #page.homepage div, #page.homepage p,
	#page.homepage a, #page.homepage ul, #page.homepage ol, #page.homepage dl, #page.homepage li,
	#page.homepage img {margin-left: 0 !important; padding-left: 0 !important; width: auto !important;}

	#page.homepage div {width: auto; border: 0 none !important;}


/* Fuer den Druck nicht benoetigte Container des Layouts abschalten */

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

#col1 {display:none}
#col2 {display:none}

#topnav {display: none}
#nav {display:none}
#search {display: none}



/* Linearisierung der Subtemplates */

.c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l,
.c25r, .c33r, .c38r, .c50r, .c62r, .c66r,
.c75r {width: 100%; margin:0; float:none; clear:both;}
.subc, .subcl, .subcr  {margin: 0; padding: 0;}


/* +++++++++++++++++++++++++++++++++ */

	/**
	* @section content preparation
	* @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
	*/

	body {font-size: 80%; line-height: 150%;}
	h1 {line-height: 120%;}


	#col3 h1,
	#popup h1 {
		font-size: 2em;
		margin: 1.5em 0.5em 1.5em;
		padding: 0;
		color: rgb(152,153,154) !important;
		}


/* +++++++++++++++++++++++++++++++++ */

	/**
	* @section browser fixes for print layouts
	* @see     http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html
	*/


}