@charset "iso-8859-1";

/*******************************************************************************
*  dflw_auditive.css : 2005.01.20
* ------------------------------------------------------------------------------
*  
*  © 2005 designed by Krystyna Faul.  76891 Rumbach 
*  http://www.dahner-felsenland-wirte.de/
*******************************************************************************/

/* CSS Document */

/* ------------------------------- Auditives Stylesheet ----------------------------- */

h1, h2, h3, h4 {
    voice-family: paul;
	stress: 20;
	richness: 90;
	cue-before: url("pop.au"); 
	cue-after: url("pop.au")
	 }
p.heidi {
	azimuth: center-left;
   }
   
p.peter {
	azimuth: right;
  }   

p.ziege {
	volume: x-soft;
 }


