/* CSS-Datei fuer Print-Ausgabe fuer WebDesign-Start */

/* Globale Angaben */

body        { background-color:#ffffff;
              font-family:"Times New Roman", serif;
              color:#000000;
              font-size:100.01%; }

/* ID-Bereiche fuer die Head, Content etc. */

#Header     { width:100%; }
#Nav        { display:none; }
#Content    { width:100%; }
#Text       { width:100%;}
#Footer     { width:100%; }

/* Nicht mit ausdrucken */

.Hidden, .Screen, .Toc, .Breadcrumb
            { display:none; }

/* Links und Rechts */

.Left       { float:left;
              width:49%; }

.Right      { float:Right;
              width:49%; }

/* Raender loeschen */

.Margin1, .MarginTop1, .MarginBot1
            { margin:0em; }


/* Absaetze und Tabellen */

p, blockquote, td, li  { font-size:14px; }

.Table td   { border:1px solid #000000;
              vertical-align:top;
              padding:0.2em; }


/* Links */

a           { color:#000000;
              text-decoration:none;
              font-style:italic; }

/* End of File */
