/* --------------------------------------------------------------
** Web-aktiv 
** Internet Marketing Kommunikation
** TypoScript Framework 2.4
** Copyright: a.kemp@web-aktiv.com
** --------------------------------------------------------------
** Template: Mehrspalten-Layout Design II
** Datei: t3_print.css
** Version: 2.5.
** Letze Aktualisierung: 19.10.10
**
** Beschreibung: 
** Stylesheet für die Druckausgabe 
** --------------------------------------------------------------
*/

/* Import  Standard-Layout */
@import url(t3_main.css);

body{
	background:#ffffff;
}

hr{
 	border: 0px; /* Für Firefox und Opera */
 	border-top: solid 1px #999999;
 	border-bottom: transparent;
 	margin-top:10px;
 	margin-bottom:10px;
	}




#print_content{
	width:700px;
	border:0px solid;
	margin:5px;
	border:left:0px;
	background:#ffffff; 
	text-align:left;
	padding:10px;
	font-size:0.8em;

}

