/*
- Stylesheets für Projekt: ParterreMedia
- Projektteil: Druckausgabe
- Erstellt: 10-02-2005 durch Peter Bergner (ParterreMedia.de)
*/
/* * {
padding:0 !important;
margin:0 !important;
}*/
body {
font: normal 100.01%/1.6 Garamond, Perpetua, Palatino Linotype, Book Antiqua, Times, Times New Roman, serif;
background: white;
border: 0 none;
width: 100% !important;
padding:0 !important;
margin:0 !important;
}
#head {display:none;}
.standort {display:none;}
#mainbox {
width:100%; 
background:white;
border-right:0 none;
}

#leftcol {
width: 100%;
background:white; color:black;
border:0 none;
}

#rightcol {display:none;}

thead {display: table-header-group;} /* CSS für thead + tfoot sorgt im günstigsten fall dafür, dass bei mehrseitigem druch Tabellenkopf und Fuß wiederholt werden */
tbody {display: table-row-group;}
tfoot {display: table-footer-group;}
