/* 
 * N & K
 *
 * Project: www.labcore.de
 * 
 * $Id: print.css,v 1.1.1.1 2013/04/24 12:38:23 mark Exp $
 *
 * $Log: print.css,v $
 * Revision 1.1.1.1  2013/04/24 12:38:23  mark
 * Import on qmcore
 *
 * Revision 1.2  2009-05-27 13:50:26  mark
 * acronyms
 *
 * Revision 1.1.1.1  2009/04/11 11:15:20  mark
 * Initial Import
 *
 *
 */

/* classes */
	.lab .core .doc .db { color: black; }
	spawn.doc sup { color: black; }
   
	.screen { display: none ; }
	.print   { display: inline; }
	
	.scroll { 
		overflow: visible; 
	}
	
	sup.marked {
		color: White;
		background-color: Gray;
	}
	
	body div.stand div.newsdate { color: black; }
	
	body {
		background-color: white;
		font-size: 10pt;
		background-image: none;
	}
	
	acronym {
		border-bottom: 0px;
	}
	
	acronym[title]:after { 
		content: ' (' attr(title) ')'; 
		border-bottom: 0px;
		font-weight: normal;
		font-style: oblique;
	}
	
	div.baseh {
		height: 100%;
	}
	
	.content { 
		color: black;
	}
	
	.content.scroll {
		height: inherit;
		width: 100%;
		margin-bottom: 0;
		padding-right: 0;
	}
	
	div.left { width: 980px; }
	
	div.menu-h,
	div.main-l,
	div.right,
	div.foot div.impressum {
		display: none;
	}
	
	div.main-c { width: 770px; }
	
	table.access { color: black; }
	
	div.header div.sitemap {
		display: block;
		height: 2em;
		width: inherit;
		clear: both;
		font-size: 105%;
		float: right;
		text-align: right;
		vertical-align: right;
	}
	
	div.foot { 
		position: static; 
	}
	
	div.stand { 
		margin-top: 1em;
		width: 920px; /* kürzer */
	} 
	
	span.phone {
		font-size: smaller;
	}
	
	/* links */
	.content a { 
		text-decoration: underline; 
		color: black;
	}
	
	div.top a { display: none; }
	
	div.plink {
		display: inline;
		font-size: 85%;
		text-decoration: underline;
		margin-bottom: 0.2em;
	}