/* *** css by markus giesen www.markusgiesen.de *** */

@media print
{
  body {
    background: none;
  }
	#container {
		width: 720px;
	}
	#container .printvisible { display: inline; }

	/* ----------topblock for logo, navi, search and breadcrumbnav -------------- */
		#navmeta,
		#navmain,
		.tx-macinasearchbox-pi1,
		#quickfinder,
		#left,
		#pagetools {
			display: none;
		}
		#navrootline {
			clear: both;
			margin: 0 0 10px 0;
		}
		#content {
			margin: 0;
		}
	/* -----------footer--------------------------- */
	#footer {
		clear: both;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}
		#footer h5 {
			border-top: 1px solid #596166;
			font-size: 10px;
			font-weight: normal;
			padding: 13px 0 18px 0;
		}
}

#navrootline a,
#navrootline .first li a,
#navrootline .first li strong,
#navrootline a:hover,
#navrootline .first li a:hover {
  background: none;
  padding-left: 4px;
}



