/* DATEI: print.css */
/* Standard-CSS fuer den Ausdruck (print) */

/* ======================================== */
/* Grundsaetzliche Schrift- und Farbangaben: */
/* ======================================== */

body {
       margin:0px; padding:5px;
       font-family:arial,helvetica,sans-serif;
       color:#000000;  background-color:#FFFFFF;
       text-align:left;
     }

a:link    { color:#000000; background-color:#FFFFFF; text-decoration:none; }
a:visited { color:#000000; background-color:#FFFFFF; text-decoration:none; }
a:hover   { color:#3034FF; background-color:#FFFFFF; text-decoration:underline; }
a:active  { color:#000000; background-color:#FFFFFF; text-decoration:none; }

a img { border:0 none; }

font,td {
         font-family:arial,helvetica,sans-serif;
         color:#000000; background-color:#FFFFFF;
        }

/* Ausrichtung: */

table.layouttab td.inhalt, .inhalt
  { text-align:left; }

/* Ueberschriften: */

h1     { font-size:180%; font-weight:bold; font-style:normal; }
h2     { font-size:130%; font-weight:bold; font-style:normal; }
h3     { font-size:110%; font-weight:bold; font-style:normal; }
h4     { font-size:100%; font-weight:bold; font-style:italic; }
h5, h6 { font-size:100%; font-weight:bold; font-style:normal; }

h1,h2,h3,hr,li,.buch,.nachbuch,p.putzer,*.putzer
   { clear:both; }

/* UL-Listen allgemein: locker */
ul li { margin-bottom:1em; }
/* Spezielle UL-Listen: verdichtet: */
ul.dicht li { margin-bottom:0.2em; }

/* Tabellen allgemein: */

td,th { text-align:left; vertical-align:top; font-style:normal; }
th { font-weight:bold; }

td.chf /* fuer Betraege u.s.w.: Schreibmaschinenschrift, rechtsbuendig */
 { text-align:right; vertical-align:top; font-family:"courier new",courier,monospace; }

caption /* "Ueberschrift" zu einer Tabelle: Soll linksbuendig darueber stehen */
  { caption-side:top; font-weight:bold; text-align:left; }

/* Blinde Tabelle fuer normale Inhalte sowie Daten */

table.blindtab
 { border:0 none; }

.blindtab td, .blindtab th
  {
    text-align:left; vertical-align:top;
    border:0 none; padding:0 6px 6px 0;
  }

/* "Nahtlose" Tabelle ohne Rahmen und Innenabstaende,
   z.B. zum Zusammenbasteln von Bild-Bruchstuecken. */

table.nahtlos
 { border:0 none; border-collapse:collapse; border-spacing:0; /* width:auto; */ }

.nahtlos td, .nahtlos th
  { text-align:left; vertical-align:top; border:0 none; padding:0; }

.nahtlos td img { display:block; vertical-align:bottom; }

/* Spezielle Klasse fuer Tabellen, die einen Rahmen haben sollen: */
table.mitrand
 {
    border-collapse:collapse;
    border-spacing:0;
    border:#989898 solid 1px;
 }

table.mitrand th, table.mitrand td
   { border:#989898 solid 1px; }

table.mitrand td, table.mitrand th   { padding:3px; }

table.mitrand caption { font-size:110%; font-weight:bold; padding:15px 0 3px 2px; }

table.mitrand th.datumzeit { width:9em; }
table.mitrand th.datetime { width:10em; }


/* Definitionslisten: */

dl { text-align:left; }
dt { font-weight:bold; font-style:normal; text-align:left; }
dd { font-weight:normal; font-style:normal; text-align:left;
     padding-bottom:0.7em; }
dt span { font-weight:normal; }


/* =============================================== */
/* Schrift- und Farbangaben fuer Hervorhebungen   : */
/* =============================================== */

/* HTML-eigene Hervorhebungen und Markup: */
pre,tt,code { font-family:"courier new",courier,monospace; }
b { font-weight:bold; }
i { font-style:italic; }
u { text-decoration:underline; }
s { text-decoration:line-through; }
em     { font-style:italic; font-weight:normal; }
strong { font-style:italic; font-weight:bold; }

address        { font-style:normal; font-weight:normal; }

hr { height:3px; width:100%; color:#000000; background-color:#C0C0C0;
     border-style:solid; border-width:1px; border-color:#C1C1C1; }
/* Horizontale Trennlinie */
/* Mozilla und Opera nehmen background-color, MSIE nimmt color als Farbe der Trennlinie */
/* Height ist bei Mozilla und MS IE die totale Hoehe (inkl. border)
   bei Opera nur die Hoehe des "Contents" */

/* Selbst definierte Klassen: */
.groesser { font-size:1.1em;}
.kleiner  { font-size:0.9em; }

.kapitaelchen { font-variant:small-caps; }

/* Bilder: links schwebend, etwas Abstand rechts und unten: */
img.portrait { width:150px; float:left; margin:0 10px 10px 0; border:0; }

/* Buch-Bilder: links schwebend, etwas Abstand links, rechts und unten: */
.buch img
   { width:150px; float:left; margin:0px 10px 10px 0px; border:0; }
.buch img.buchrechts
   { width:150px; float:right; margin:0px 0px 10px 10px;  }
.buch img.buch200
   { width:200px; }
.buch img.buch250
   { width:250px; }

/* Buch-Absätze: feiner Rahmen und etwas Abstand unten: */
p.buch { margin-top:1em; border-top:1px solid #bec2fb; padding-top:1em; }
.nachbuch { margin-top:1em; border-top:1px solid #bec2fb; padding-top:1em; }

/* Portrait Home: */
p.portrait2 { width:160px; float:left; margin-top:0; }
portrait2 img { margin:0 10px 3px 0; border:0; }

/* =============================================== */
/* Schrift- und Farbangaben fuer einzelne Bereiche: */
/* =============================================== */

/* Layout-Tabelle: */
table.layouttab { margin:0; border:0; width:auto; }

.navbar   { display:none; }
.inhalt   { padding:0; border:0 none;  }
.logo2 { text-align:left;}

.fusszeile { border:0 none; }

/* Fusszeile: */

tr.fusszeile, div.fusszeile
  { margin:3px 0 0 0;
    border-top:3px double #808080;  }

.fusszeile p, .fusszeile p.normalolink
 { font-size:90%; margin:3px 0 0 0; padding:0 3px 0 3px; }

tr.fusszeile td
  {
    padding-top:0.5em;
    border:0 none;
  }

tr.fusszeile td p, div.fusszeile p
  { margin:0.2em 0; border:0; padding:0; font-size:90%; }

.fusszeile p
  {
    font-size:90%;
    margin:2px 0; border:0; padding:0;
  }

/* Allgemeines einblenden/ausblenden (z.T. nur fuer gewisse Medien): */

.noshow    { display:none; }
.noprint   { display:none; }

.printonly { }

.logoecke { display:none; }
.fussecke  { display:none; }

.kopfdeko img { width:300px; height:40px; }

@media screen, projection
{
.normalolink a:link, .normalolink a:visited, .normalolink a:active
   { color:#0000FF; background-color:#FFFF68; text-decoration:underline overline; }
.normalolink a:hover
   { color:#D00038; background-color:#D0FFFF; text-decoration:underline overline; }
}

@media print
{
  p.normalolink { display:none; }
}