/* ***********************************************************************
 *
 *   Print CSS-Datei
 *
 *********************************************************************** */

/* ***********************************************************************
 * allgemein
 ****** */
body {
   font-family: sans-serif;
   font-size: 12px;
}

a, img {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
}

h2 { font-size: 1.17em; }  /* Der IE stellt die */
h3 { font-size: 1em;    }  /*  Schriftgroessen  */
h4 { font-size: 0.83em; }  /*  von 'h*' anders  */
h5 { font-size: 0.67em; }  /*  dar! Daher...    */

p {
   text-indent: -5px;
}

img.clsMediaScreen {
   display: none;
}

span.clsUnderline {
   text-decoration: underline;
}

/* ***********************************************************************
 * Ueberschrift
 ************** */
#idUeberschrift {
   padding: 5px 0px;
   text-align: center;
}

#idUeberschrift h3 {
   margin: 0px;
   text-decoration: underline;
}

#idUeberschrift h3 span {
   white-space: nowrap;
}

/* ***********************************************************************
 * Inhalt
 ******** */
#idInhalt h3 {
   text-indent: -10px;
}

#idInhalt h3.prntMnHdln, #idInhalt div.clsSubNav, #idInhalt img.clsForWidth, #idInhalt img.clsForHeight {
   display: none;
}

#idInhalt ul {
   list-style-type: none;
}

#idInhalt ul li, ol li, dl dt, dl dd {
   padding: 3px;
}

#idInhalt ul li.clsFirstEntry, ol li.clsFirstEntry, dl dt.clsFirstEntry, dl dd.clsFirstEntry {
   padding-top: 0px;
}

#idInhalt p.clsSrc {
   font-size: smaller;
   margin-top: -10px;
   text-align: right;
}

#idInhalt span.clsNoWrap {
   white-space: nowrap;
}

#idInhalt table {
   margin-bottom: 25px;
}

#idInhalt table tbody tr td {
   vertical-align: top;
}

#idInhalt table tbody tr td p {
   margin: 0px;
   padding: 0px 10px;
}

#idInhalt *.prntPgBrkBfr {
   page-break-before: always;
}

/* ***********************************************************************
 * Logo, Navigation, Schriftgroesse
 ****** */
#idLogo, #idNavigation, #idSchriftgroesse {
   display: none;
}

