/* ===================================================================
style sheet for the print version of the web sites of "Camino Frances" 
version: 1.0 
file:    print.css
media:   print
date:    23.05.2008
author:  Stefan Selle 
=================================================================== */

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;  
   border-top: 3pt solid #666; 
   margin-top: 24pt; 
} 

.skiplink, #navi { 
   display: none; 
}

a { 
   color: black ; 
   text-decoration: none; 
}

a[href]:after { 
   content:" [Adresse: "attr(href)" ] "; 
} 

/* =================================== 
   E N D   O F   S T Y L E   S H E E T 
   ================================ */
   