/* 
	Stylesheet für die Druckversion
	
	Author: syseca informatik ag, dh
	Last updated: 30 november 2006

*/


/*---------------------------------------------------------------------------
 	Allgemeine Formatierungen
 ---------------------------------------------------------------------------*/
 
 @import url(general.css);
 

/*-------------------------------------------------------
 	Formatierungen, die im RTE augewaehlt werden koennen.
--------------------------------------------------------*/

@import url(rte.css);


#header, #leftColumn, #printLink, #serviceColumn {
	display:none;
}

#mainContent {
	width: 650px;
}

#breadcrumbs {
	margin-bottom:2em;
}

#footer {
	margin-top:3em;
}

a, h1, h2, h3, h4, h5, #footer {
	color:#000000;
}

abbr, .abbr, acronym {
	border:none;
}


