/* 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,hr,p.putzer,*.putzer,div.fusszeile
   { clear:both; }

/* Tabellen allgemein: */

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

/* =============================================== */
/* 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; }

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; }

/* unnötige Dinge in News-Auflistung ausblenden: */
div.news-list-category, div.news-list-morelink, div.news-single-category
  { display:none; }
h3 span.news-list-date { font-weight:normal; font-size:0.8em; }

/* Login-Box ausblenden */
.tx-felogin-pi1
{ display:none; }

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

p.logo { clear:both; padding-top:20px; text-align:right; }

/* Allgemeines einblenden/ausblenden: */

#kopf, p.impressum
{ display:none; }

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

.printonly { }

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

.printonlykopf { text-align:left; vertical-align:bottom;
                 border:#000000 solid; border-width:0 0 2px 0; }
