/* www.poynting.de
print.css
created: 17.01.2009
last change: 28.02.2008

Cascading Style Sheets Level 2 Revision 1 (CSS 2.1)
http://www.w3.org/TR/CSS21/

this file includes all neccessary styles for hiding page elements
when printing
*/
				
body			{
			    margin: 0;
			    padding: 0;
			    color: black;
				}
				
#body div.maincontent {
				float: none;
				width: 100%;
				}

/*-------------------------------------------------------------------------------------------*/
/* (de)formatting special links */

a.print, div.content p a[href^="http://"], a[href $='.vcf'], a[href $='.rss'], a[href $='.pdf'], a[href $='.xls'], a[href $='.ppt'], a[href $='.doc'] {
				padding: 0;
				margin: 0;
				background: none;
				}
				
/*-------------------------------------------------------------------------------------------*/
/* hiding some elements */

#navigation, #header, #headercontent, #body div.sidecontent, #body div.maincontent span.breadcrumbs, #footer {
				display: none;
				}