/*  =========================================================
Datei:  druckversion.css
Media:  print
Datum:  22. Januar 2007 – 26.10.2007
Autor:  Peter Müller, Bearbeitung: Alexandre Jasionowski
========================================================== */

body {
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 11pt;                              
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", Times, serif; }
h1 {font-size: 15pt; text-transform:uppercase; font-weight: normal; }  
h2 {
   font-size: 12pt;
   text-transform:uppercase;   
   font-weight: normal;
   padding-top: 5pt;  /* Abstand zwischen Text und Rahmenlinie */ 
   border-top: 1pt solid #ededed; /* dunkelgraue Rahmenlinie oben */
   margin-top: 24pt; 
	} 
h3 {
   font-size: 12pt;
   text-transform:uppercase;
   font-weight: normal; 
   margin-top: 7pt; 
	} 

.skiplink, .nonprint, 
#kopfbereich { 
   display: none; 
}
/* nicht im Buch... */
a { 
   color: black ; 
   text-decoration: none; 
}
a[href]:after { 
   content:" [Adresse: "attr(href)" ] "; /* [URL] nach dem Linktext */
} 

