/*
-----------------------------------------------------
master CSS für den Druck
-----------------------------------------------------
*/
.navTop, .navLeft, .logo { /*navigation aus*/
	display:none;
	}

body, p, h1, h2, h3, h4, h5, h6, td, th {
	font-family: Verdana,Arial,Helvetica,Geneva,SunSansRegular,sans-serif;
	}
p, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	}
h1 {
	font-size:13pt;
	}
h2 {
	font-size:11pt;
	}
h3 {
	font-size:9pt;
	}
h4 {
	font-size:7pt;
	}
p, form, td, th, li {
	font-size:7pt;
	}
table {
	border-collapse:collapse;
	margin-bottom:.5cm;
	font-size:7pt;
	}
table thead {
	display:table-header-group;
	}
table tbody {
	display: table-row-group
	}
table tfoot {
	display: table-footer-group
	}
td, th {
	border:1px solid black;
	padding:0px 2pt 0px 2pt;
	text-align:left; line-height:1.5em;
	}
hr {
	height:1px;
	background:black;
	border:1px solid black;
	margin:-.3cm 0cm 0cm 0cm;
	padding:0pt;
	}
thead th {
	text-align:center;
	}
tbody th {
	text-align:left;
	}
tfoot td {
	text-align:left;
	}
sup {
	font-size:.72em;
	}
.center {
	text-align:center;
	}
.hide {
	display:none;
	}
.address span {
	display:block;
	}
a {
	text-decoration:none; color:black;
	}
p.copyright {
	border-top:1px solid #d8d8d8;
	font-size:7pt; text-align:right;
	}