/* CSS 2.1, 3.0 (valid)
	* Printversion (c) 2010 by MW @ KES-Leipzig.de
	*
	* @version $Id: print.css 1 2017-02-05 11:22:23Z  $
	* www.leipzig-blumenhalle.de
	*/


/*
	Hellgrün: #d9dfce (ALT: #eef4e3) (Hintergrund)
	Hellergrün: #fcfff4 (Main)

	Grün: #005A2A			(Text) 0,90,42
	pink: #b61540			(Rahmen)

*/

@charset "ISO-8859-1";



body {
	margin:2.5cm 2cm 2cm 2cm;
	padding:0;
	background:#e7f1de;
	}




#head {
	background:#d9dfce url(/images/headd.png) repeat-x;

	}
	#head h1 { display:none; }

#menu { display:none; }
#foot { display:none; }




	#main #container {
		color:#005a2a;

		font-family: /*Times, Lucida Sans Unicode, Lucida Grande, sans-serif, serif,*/ Arial,Helvetica,sans-serif;
		font-size:11pt;

		line-height:1.5em;
		}


	.imprint { background: url(/images/2.png) 300px 50px no-repeat !important; }

	.floristik { background: url(/images/katalog/xl/281.jpg) 50px 150px no-repeat !important; }


	#container h1 {
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		color:#005a2a;
		font-size:18pt;
		border-bottom: 2px solid #b61540;
		margin-right:-10px;
		}

	#container h2 {
		color:#005a2a;
		font-size:12pt;
		}





/* Schleifenkatalog */
table#katalog {
	width:80%;
	border-collapse:collapse;
	text-align:left;
	}


	table#katalog tbody { page-break-after: always; }
		table#katalog tbody.dontbreak { page-break-after: avoid !important; }


	table#katalog td:first-child { width: 40px; text-align:right; font-weight:bold; padding-right:5px;}
	table#katalog td:first-child + td { width:24px; }
	table#katalog td:first-child + td + td { font-size:8pt; font-style:italic; }

	table#katalog th { border-bottom: 1px solid #005a2a; }
	table#katalog td { vertical-align:middle; }
	table#katalog td img { vertical-align:middle; }


p { font-size: 10pt; line-height:1.2em !important; color:black !important; }



a[href] { text-decoration: none !important; }




.print {}
.screen { display:none; }

.newpage { page-break-before:always; }

input.button, select { display:none; }



a > img { border:none; }