	
	/* - Styles: Print ---------------------- */
	
	
	/* Layout */
	@import url(/css/import.css); 	/* Allgemein für diesen Auftritt */

	body 			{ font:10pt Verdana, sans-serif; color:#333; background:none; }
	#wrap 		{ width:100%; }
	#content	{ clear:both; width:95%; margin-top:0; }
	
	#logo				{ position:relative; top:0; left:0; margin-bottom:20px; }
	.col1_main 	{	width:100%; margin:0; }
	.col2_main 	{	width:100%; margin:0; }
	.col3_main 	{	width:100%; margin:0; }
	.col0_side,	#navbar,	#showpic,	#showbar, #box_suche, .tools, .logged	{	display:none; }

	img 				{ border:none; background:none; } /* gilt für alle Bilder */
	.noprint		{ display:none; }
	.doprint 		{ display:block;}

	.box0, .box1, .box2 { border-color:#999; }
	
	table { border:none; }
	td		{ border-color:#999; border-width:1px; } 	/* Table Farbe der Lines */
	th 		{ border-color:#999; border-width:1px; } 	/* Table Farbe der Lines (wenn in import.css th bestimmt) */
	
	
	/* Footer Problem noch keine Lösung gefunden siehe: http://de.selfhtml.org/css/eigenschaften/printlayouts.htm */	
	/* #footer { position:relative; bottom:auto; top:0; left:0; background:none; page-break-after:avoid; } */
	#footer { display:none; }

	
	/* Scorecard Ausdruck */
	#box_scbuilder,
	#scorecard h1,
	#scorecard #topline		{ display:none; }	
	#scorecard #card,
	#scorecard #foot			{ width:370pt; background:#ffffff; }
	#scorecard #foot td		{ width:185pt; } /* 50% von #foot */
	#scorecard #icons td	{ background:#fff; }
	#scorecard #card td		{ padding:1pt 1pt; }
	#scorecard #card th		{ padding:1pt 2pt; }
	#scorecard u					{ border-color:#96af97; }