/*  =========================================================
Stylesheet für tramppolin.de
Datei:  cssDruckversion-neu.css
Media:  print
Datum:  04.11.2018
Autor:  B.-D. Bernt
========================================================== */

body {
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 11pt; 
}

h1, h2 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 {font-size: 24pt; }
h2 { 
   font-size: 14pt; 
   font-weight: bold; 
   padding-top: 6pt;   /* Abstand zwischen Text und Rahmenlinie */ 
   border-top: 3pt solid #d90000;   /* rote Rahmenlinie oben */ 
   margin-top: 24pt; 
}

.skiplink, #Navi-Bereich { display: none; }

#Text-Bereich #nach-oben { display: none; }

#Navi-Bereich #Download-Bereich { display: none; }

/* bei Links die Unterstreichung löschen: */
a { 
   color: black ; 
   text-decoration: none; 
}

/* hinter dem Text in eckigen Klammern die URL des Links ausgeben:   
     ( Internet Explorer kann das aber nicht! )                    */
a[href]:after { 
   content:" [Adresse: "attr(href)" ] ";   /* [URL] nach dem Linktext */ 
}
