/* 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; }

/* Ausrichtung: */

table.layouttab td.inhalt, .inhalt
  { text-align:left; }

/* Ueberschriften: */

h1     { font-size:180%; font-weight:bold; font-style:normal; margin-top:0; }
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; }

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; }

/* Automatische Dinge von Typo3 wie <td><p>Text</p></td> ausmerzen: */
table.contenttable td p { margin:0; padding:0; }

/* "Nahtlose" Tabelle ohne Rahmen und Innenabstaende,
   z.B. zum Zusammenbasteln von Bild-Bruchstuecken. */

/* Tabellen sollen einen Rahmen haben: */
table.contenttable
 {
    border-collapse:collapse;
    border-spacing:0;
    border:#989898 solid 1px;
 }

table.contenttable th, table.contenttable td
   { border:#989898 solid 1px; padding:3px; }

/* Rahmen um Bereiche mit einer bestimmten Klasse ("Rahmen" von Typo3) */

div.csc-frame { clear:both; }

div.csc-frame-rulerBefore { margin:10px 0 0 0; border-top:2px solid #FFFF66; padding:10px 0 0 0; }
div.csc-frame-rulerAfter { margin:10px 0 10px 0; border-bottom:2px solid #FFFF66; padding:0; }

div.csc-frame-frame1 { margin:10px 0; border:2px solid #FFFF66; padding:1px 10px; }
div.csc-frame-frame2 { margin:10px 0; border:1px solid #cccccc; padding:1px 10px; }

/* 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; }

/* 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; }

fieldset { border:0 none; }
fieldset legend { display:none; } /* redundant, d.h. doppelt in Typo3 bei Radio */

/* Anmeldeformular (powermail) in Tabelle (TL) */

span.powermail_mandatory { color:#009933; background-color:#FFFFFF; }

/* Zeile (bei Zweierteams...) kleinere Schrift, unten etwas Abstand: */
tr.form_tr_9 td  { font-size:0.85em; padding-bottom:10px; }

/* Hinweis zu Captcha: kleinere Schrift: */
tr.form_tr_26 td  { font-size:0.85em; }

/* Legende ausblenden:
- zu Adresse2
- zu den Select-Feldern bei Geburtsdatum, Kategorie und Land
*/
tr.form_tr_11 label,
td.td_geb_sel label, td.td_kat_sel label, td.td_land_sel label
  { display:none; }


img.plakat { float:left; margin:0 20px 20px 0; border:0; }

/* =============================================== */
/* Schrift- und Farbangaben fuer einzelne Bereiche: */
/* =============================================== */

/* Layout-Tabelle: */
table.layouttab { margin:0; border:0; width:auto; }

.navbar    { display:none; }
.sponsoren { display:none; }
.inhalt    { padding:0; border:0 none;  }
.logo2     { text-align:left; }

.fusszeile { border:0 none; }

/* Fusszeile: */

tr.fusszeile td.impressum
  {
    padding-top:10px;
    border:0 none; border-top:1px solid #666666;
    font-size:90%;
  }

tr.fusszeile td p, div.fusszeile p
  { margin:0.2em 0; border:0; padding:0; }

.fusszeile p
  {
    margin:2px 0; border:0; padding:0;
  }

/* Allgemeines einblenden/ausblenden (z.T. nur fuer gewisse Medien): */

.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; }