/* 
CSS-PRINT für Bioland Gemuesekiste 
*/
* {
	padding: 0;
	margin: 0;
}
body 	{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-heigt: 1.4em; 
	word-spacing: 1px;
	letter-spacing:0.2px; 
	font-size: 90%;
	color: #545454;	/* Das ist die Fliesstext-Schriftfarbe */
	topmargin:0px;
	leftmargin:0px;
	marginwidth:0px;
    marginheight:0px; 
}
/* setzt alle Standardabstände auf Null */
h1, h2, h3, h4, hr, p, div, span, ul, ol, li, fieldset, blockquote, br {
margin: 0;
padding: 0;
}
#header, #navigation, #breadcrumb {
		display: none;
}
