/*
** Version   : 12.12.07 / 0.1.4
** Datei     : styles_print.css
** Funktion  : Stylesheet fuer Print Version
** LayoutKey : swisstypo3default
** Changes   :
*/

body,
h1, h2, h3, h4, h5, h6,
input, select, textarea,
table, td, div, span {
	color:#000000;
}


body,
#page, /* Layout Template */
#page_margins, /* Layout Template */
#main, /* Layout Template */
#main_print { /* Print Template */
	background-color:#ffffff;
	background-image:none;
	color:#000000;
}

#col3, /* Content Bereich */
#col3_content { 
	background-color:#ffffff;
	background-image:none;
	color:#000000;
}

#main_print { /* Print Template */
	background-color:#ffffff;
	background-image:none;
	color:#000000;
}

/* RTE Ausrichtungen */
.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}
.align-justify {text-align:justify;}

/* Vermeidung von Seitenumbruechen direkt nach einer Ueberschrift */
h1,h2,h3 { page-break-after:avoid;}

/* News : Ausblenden von Browse Navigation und 'mehr' Link */
.tx-ttnews-browsebox {display:none;}
.news-list-morelink {display:none;}

/*
Folgender Code hat Einfluss wenn die Seite ueber den Druck-Button des Browser ausgedruckt wird.
Schaltet diverse YAML (Layout) Elemente aus.
*/

#header,
#topnav,
#col1,
#col2,
#footer {
	display:none !important;
}

/* created by... ausblenden */
#ig_logo {display:none !important;}

#col3 {
	margin:0px 0px 0px 0px;
	width:620px;
}

/*
Folgender Code ist fuer das Print Template.
*/

#wrapper {width:620px;} /* Breite der Seite */

#header_print {
	margin-bottom:20px;
	border-bottom:0px dotted #000000;
	padding:0px 0px 10px 0px;
	float:right;
}

#main_print {width:100%;}

#footer_print {
	background-color:transparent;
	color:#000000;
	border-top:1px dotted #000000;
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	overflow:hidden;
	width:100%;
}

#footer_left {
	float:left;
	width:50%;
	overflow:hidden;
}

#current_date {}
#page_url {}
#footer_right {text-align:right;}

