/*  =========================================================

Datei:  druckversion.css

========================================================== */

body {
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 11pt;  
   background: white;                            
}
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; /* dunkelgraue Rahmenlinie oben */
   margin-top: 24pt; 
} 

#suche, #nav-oben, #bild1, #nav-oben2, #rootline, #leiste, #nav-links, #footer1{ 
   display: none; 
}



a { 
   color: black ; 
   text-decoration: none; 
}
a[href]:after { 
   content:" [Adresse: "attr(href)" ] "; /* [URL] nach dem Linktext */
} 
