/*=====================================================================
 *
 * Filename: print.css
 * Website: www.hood-group.com
 * Author: Markus B&auml;ck
 * Author URI: http://www.just4freaks.de
 * Media: Print
 * Dependencies: none
 * Usage Example: none
 * Version: 1.0, 15/01/2010
 *
 * Description: -
 *
 *=====================================================================*/

@media print {

  html,body{color:#000;font:normal 10pt/150% Arial, serif;background-color:#FFF !important;background-image:none !important;word-spacing:1.1pt;letter-spacing:0.2pt;text-align:justify}

	a:link,a:visited{background:transparent;font-weight:700;text-decoration:underline;color:#000}
	a[href^="http://"] {color:black}
  hr {height:2pt;background:black;margin:1em 0 0 0}
  h1, h2, h3, h4, h5, h6 {font-family:Helvetica, Arial, sans-serif;background-color:transparent;color:black;font-weight:bold;page-break-after:avoid;line-height:1.3}
	h1 {font-size:19pt}
	h2 {font-size:17pt}
	h3 {font-size:15pt}
	h4, h5, h6 {font-size:12pt}
	h1, h2, h3 {page-break-after:avoid}

	blockquote {margin:1.3em;padding:1em;font-size:10pt}

	p {font-size:10pt}
  form {display:none}
  code {font-family:"Courier New", Courier, mono}
  abbr[title]:after,acronym[title]:after {content:'(' attr(title) ')'}

	table {margin:1pt;text-align:left;}
	th {border-bottom:1pt solid black;font-weight:bold}
	td {border-bottom:1pt solid black}
	th,td {padding:4pt 10pt 4pt 0}
	tfoot {font-style:italic}
	caption {background:white;margin-bottom:2em;text-align:left}
	thead {display:table-header-group}
	tr {page-break-inside:avoid}

	/*===========================
	*
	* TYPO3 RTE
	* Date Created: 19/01/2009
	* Last Update: dd/mm/yyyy
	*
	*===========================*/

	img.img-left {float:left;margin:3pt 15pt 0 0}
	img.img-right {float:right;margin:3pt 0 0 15pt}
	img.img-border {border:1pt solid #000}
	img.img-noborder {border:none !important}


	/*===========================
	*
	* xyz:
	* Date Created: dd/mm/yyyy
	* Last Update: dd/mm/yyyy
	*
	*===========================*/


	/*===========================
	*
	* Hide Elements
	* Date Created: 19/01/2009
	* Last Update: dd/mm/yyyy
	*
	*===========================*/
	
	#header,#navi_top,#footer,#shadowbox_container {display:none}

}