/***********************
*      print css
***********************/

@media print
{

body * {font-size: 8pt; font-family: "Times New Roman", Times, serif; color: black; line-height: 120%;}
/* #preis {width: 600px;} */
/* #content {width: 550px;} */
.tablemleft {width: 0;}

 
ol, ul {margin: 3px 0 2px 20px; padding: 0;}
p, img {margin: 0; padding: 0;}
h1 {margin-top: 0; margin-bottom: 10px; font-size: 12pt;}
h2 {margin-top: 0; margin-bottom: 5px; font-size: 10pt;}
h3 {margin-top: 0; margin-bottom: 3px; font-size: 8pt; font-weight: bold;}
blockquote {margin: 2px 0 2px 20px; padding: 0;}
hr {color: #fff; background:transparent; margin: 2px 0 2px 0; padding:2px 0 2px 0; border:0; border-bottom: 1px #e1e6e6 solid;}

table.setup td {border: 1px solid grey;}
#content table table, #content table table td {border: 1px solid grey;}
/* #content td {background-color: #e1e7e7;} */

#navo {display: none}
#navl {display: none}
div.headimg {display: none}
div.banner {display: none;}
div.meta {display: none;}
div.tx-loginboxmacmade-pi2 {display: none;}
.tableh {display: none}
.tablec {width: 1000px;}

}

