/* 
	Standard CSS Style fuer www.ews.ch
	Author: syseca informatik ag, as
	Last updated: 8. Oktober 2007
*/

/*---------------------------------------------------------------------------
 	Allgemeine Formatierungen
---------------------------------------------------------------------------*/

@import url(general.css);
 

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

@import url(rte.css);

html, body {
	padding:4em 3em 3em 5em;
}

#links, #rechts, #header, #teaser, #breadcrumbs, #printEmail, #leftFooter {
	display:none;
}

html, body {
	background:none;
}

#printHeader {
	margin-bottom:1.5em;
	padding-bottom:5px;
	border-bottom:1px solid #000000;
	font-size:0.9em;
}

#footer {
	margin-top:1.5em;
	padding-top:5px;
	border-top:1px solid #000000;
	font-size:0.9em;
}

