@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) Variation of screen layout (basemod.css)
* (de) Variation des Screenlayouts (basemod.css)
*
* @copyright       Copyright 2006-2007, Björn Teßmann (tessmann@zerosoft.de)
*                  Based on YAML, Copyright 2005-2007, Dirk Jesse
* @link            http://www.zs-ecommerce.com
* @package         yaml for xt:Commerce
* @version         1.5.1
   
*/

@media all
{
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */


  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #piredda_page{ border: 1px #0f433b solid;  }
  #piredda_page_margins {border:0; min-width: 756px; max-width: 80em; margin:auto;}

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #piredda_header { position:relative; height: 135px; color: #fff; background: #0f433b url(/designs/piredda/headback_1.gif) no-repeat right; }
  img#companyLogo {position:absolute; top: 17px; left: 10px; font-size:208%;}

  #piredda_main { background: #fff ; margin: 0; padding: 0;}

  #piredda_footer { color: #4ca598; background: #0f433b; padding: 1em 0 0 0; border-top: 1px #fff solid; line-height: 1.5em; font-size:7pt;text-align:center;}

  #piredda_teaser {
	margin:0;
	background: #eaeaea;
	padding:4px 4px 4px 6px;
	color: #5f5d75;
	margin-bottom: 10px;
  }
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

  #piredda_navigation , #content {
  height:1px;
  left:-1000em;
  position:absolute;
  top:-1000em;
  width:1px;
  }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */

}
