@charset 'utf-8';

/**
  * @site		pablothiam.de
  * @media		print
  * @author		Hendrik Will
  * @copyright	MÜLLER&SIMON
  * @version		0.1
  * @lastmodified	04.03.2008
  *
  * @tested 		
  * @todo 		
  */

body {
	font-family: Georgia, serif;
	background: none;
	color: black;
}
  
a:after {
	content: " [" attr(href) "] ";
}
  
#header, #content-top, #content-bottom, #footer, #meta, #navcontainer, #subnav, #sidebar {
	display: none;
}

#content-wrapper {
	width: 100%;
	margin: 0; padding: 0;
	background: none;
}

#printed-article {
	border: 1px solid #666;
	padding: 10px;
}
