/*=====================================================================
 *
 * Filename: print.css
 * Website: www.domain.de
 * Author: Markus Baeck
 * Media: Screen, Projection
 * Dependencies: none
 * Usage Example: none
 * Version: 1.0, 21/04/2009
 *
 * Description: print css
 *
 *=====================================================================*/

@media print {

  html, body {
    color: black;
    font: normal 10pt/150% Arial, serif;
    background-color: white !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: black
	}
	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
  }
	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}


	/*===========================
	*
	* Extension:
	* Date Created: dd/mm/yyyy
	* Last Update: dd/mm/yyyy
	*
	*===========================*/


	/*===========================
	*
	* Hide Elements
	* Date Created: 19/01/2009
	* Last Update: dd/mm/yyyy
	*
	*===========================*/

	#print-logo {display:block;text-align:right;margin:0 0 5pt 0}
	#element{display:none}

}
