/* 
	Stylesheet für die Druckversion
	
	Author: syseca informatik ag, bh
	Last updated: 30 november 2006

*/


/*---------------------------------------------------------------------------
 	Allgemeine Formatierungen
 ---------------------------------------------------------------------------*/
 
 @import url(general.css);
 

/*-------------------------------------------------------
 	Formatierungen, die im RTE augewaehlt werden koennen.
--------------------------------------------------------*/

@import url(rte.css);
body, html {
	background-color:#FFFFFF;
	background:#FFFFFF;
}

#mainBorderTop, #mainBorderBottom, #printLink, #specNaviholder,#headerTop, #headercontent, #bottom, #naviContentWrap {
	display:none;
}

#mainContentColumn {
	width: 390px;
	float: left;
	z-index: 3;	
}

#SpecContentColumn {
	margin-left: 30px;
	width: 220px;
	float: left;
	z-index: 3;		
}

#mainContentColumnWrap {
	background-color:#FFFFFF;
	background:#FFFFFF;
	width: 650px;
	float: left;
	z-index: 2;	
}


/*h1, h2, h3, h4, h5 {
	color:#000000;
}*/

abbr, .abbr, acronym {
	border:none;
}

