/*
** Author    : t3media AG
** Version   : 02.07.08
** Datei     : styles_print.css
** Desc      : Stylesheet fuer Print Version
** LayoutKey : t3media_def
** Changes   : 21.02.08 - pf - create file version
**             24.04.08 - eb - new categories
**             02.07.08 - pf - add .floatbox for yaml 3.0.6
*/

body,
#page, /* Layout Template */
#page_margins, /* Layout Template */
#main, /* Layout Template */
#main_print { /* Print Template */
	background-color:#ffffff !important; /*@@LAYOUT:PRINT:BACKGROUND;Hintergrundfarbe der Elemente bei der Drucken Seite@@*/
	background-image:none !important;
	border-width:0px;
}

#col3, /* Content Bereich */
#col3_content { 
	background-color:#ffffff; /*@@LAYOUT:PRINT:BACKGROUND;Hintergrundfarbe der Elemente bei der Drucken Seite@@*/
	background-image:none;
}

/* 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, /* Header */
#topnav, /* Navigation */
#nav, /* Navigation */
#col1,
#col2,
#breadcrumbs, /* Seitenpfad Navigation */
#footer { /* Fusszeile */
	display:none !important;
}

/* created by... ausblenden */
#ig_logo,
#TYPO3_Agentur {display:none !important;}

#col3 {
	border-width:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
}

* html #col3 {width:620px;} /* sonst hat der IE 6 Probleme */

/*
Folgender Code ist fuer das Print Template.
*/

#wrapper {width:620px;} /* Breite der Seite */

#header_print {
	margin-bottom:20px;
	border-bottom:1px dotted #000000; /*@@LAYOUT:PRINT:HEADER:BORDER;Rahmenfarbe Header bei der Drucken Seite@@*/
	padding:0px 0px 10px 0px;
}

#main {width:600px;}
#main_print {width:100%;}

#footer_print {
	background-color:transparent; /*@@LAYOUT:PRINT:FOOTER:BACKGROUND;Hintergrundfarbe Footer bei der Drucken Seite@@*/
	color:#000000; /*@@LAYOUT:PRINT:FOOTER:FONT:TEXT;Schriftfarbe Footer bei der Drucken Seite@@*/
	border-top:1px dotted #000000; /*@@LAYOUT:PRINT:FOOTER:BORDER;Rahmenfarbe Footer bei der Drucken Seite@@*/
	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;}

.floatbox { overflow:visible; display: table; }

