/*
* Project: www.visualacting.de
* Author: VisualActing GmbH <www.visualacting.de>
*/

@media print {
	html,body {
		color: black;
		font: normal 10pt/150% Verdana, Geneva, Tahoma, sans-serif;
		background-color: white !important;
		background-image: none !important
	}

	a:link, a:visited {
		background: transparent;
		font-weight: 700;
		text-decoration: none;
		color: black
	}
	/*a:link[href^="http://"]:after,a[href^="http://"]:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%
	}
	a[href^="http://"] {color: black}
	hr {
		height: 2px;
		background: black;
		margin: 1em 0 0 0
	}
	*/
	h1, h2, h3, h4, h5, h6 {background-color: transparent;color: black;font-weight: bold;page-break-after: avoid}	
	h2 {color:#355A5F;font-size:25px}
	h3 {font-size:19px;padding:15px 0 0 0}
	h4 {font-size:15px;margin:0;padding:15px 0 0 0}
	blockquote {margin:1.3em;padding:1em;font-size:13px}
	p {font-size:13px;line-height:21px}
	/*form {display: none}*/
	code {font-family: "Courier New", Courier, mono}
	/*abbr[title]:after,acronym[title]:after {content:'(' attr(title) ')';}*/

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

	/* hide various parts from the site	*/
	#preloader,#menuTop,.slideshow,#service,#sidebar-right,#breadcrump{display:none}

	/* positions*/
	#logo{float:right}
	#teaserText{float:left;margin:0 0 20px 0;color:#355A5F}
	#content{clear:both}
}
