/*  =========================================================
Stylesheet für die Druckversion von poertnerwebdesign

Datei:  druck.css
Media:  print
Datum:  16.12. 2008
Autor:  Anette Pörtner 
========================================================== */

body {
   font-family: Arial, Verdana, Helvetica, sans-serif; 
   font-size: 10pt;
   background-image: none;
   background-color: white;          
}

h1, h2, h3 { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
   	font-weight: bold; 
	color: black;
	}
h1 {font-size: 15pt; }  
h2 {
   font-size: 12pt;   
   padding-top: 2pt;  
   margin-top: 5pt; 
	} 
h3 {
   font-size: 10pt;   
   padding-top: 1pt;  
   margin-top: 3pt; 
	} 

.skiplink,
#navigation,
#zitat { 
   display: none; 
}

#foto {
	position: absolute;
   left: 0;
   top: 0;
	} 
	
#logo {
	position: absolute;
	background-color: #E9DFD3;
   left: 7cm;
   top: 0;
	} 
	
#content {
	position: absolute;
   font-size: 10pt;
   line-height: 12pt;
   font-weight: normal; 
   color: black;
   width: 12cm;
   left: 7cm;
   top: 1cm;
	} 

a { 
   color: black ; 
   text-decoration: none; 
   font-size: 10pt;  
}

