/***************************/
/** print specific styles **/
/***************************/

@page {
	size:20.9cm 29.7cm;
	margin-top: 1.5cm;
  margin-bottom: 1.5cm;
  margin-left: 2cm;
  margin-right: 1.5cm;
}

a:link, a:visited { color: black; text-decoration: underline; }	/* Links nicht farbig, sondern schwarz; um die Links als solche zu kennzeichnen, werden sie unterstrichen */

.nav, .topnavcell, .misccell, .footer { display: none; } /* Ausblenden bestimmter Elemente wie Navigation, Misc, Footer etc. */
.contentcell { border-top: 0px solid #cc3333; width: 100%; padding: 0px 0px 0px 0px; padding-left: 15px;	} /* Kein Rahmen oberhalb des Inhalt-Bereiches */

.logo {	height: 25px;	} /* Logo verkleinern */

.globaltable {	width: 100%;	} /* Haupttabelle auf die komplette Medienbreite skalieren */

#contentcol { width: 100%; display: block; } /* Bereich Inhalt auf die komplette Medienbreite skalieren */
#noprintcolright { width: 0px; display: none; } /* Ausblenden der Spalten Navigation und Misc */

.topnavcell { display: none; } /* Ausblenden bestimmter Elemente wie Navigation, Misc, Footer etc. */