@charset "UTF-8";
/**
* YAML-based Template for xt:Commerce
*
* (en) central stylesheet
* (de) entrales Stylesheets
*
* @copyright       Copyright 2006-2007, Björn Teßmann (tessmann@zerosoft.de)
*                  Based on YAML, Copyright 2005-2007, Dirk Jesse
* @link            http://yaml.t3net.de/YAML-fuer-xt-Commerce.101.0.html
* @package         yaml for xt:Commerce
* @version         1.3.0   
*/


/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

  @import url(css/screen/basemod.css);
  @import url(css/screen/basemod_3col_fixed.css);
  /* 2-Spalten optional */  
  /* @import url(css/screen/basemod_2col_left_13.css); */ 
  @import url(css/screen/content.css); 
  @import url(css/screen/boxes.css);
  @import url(css/screen/categorie_listing.css);
  @import url(css/screen/categorie_navigation.css);
  @import url(css/screen/module.css);
  @import url(css/screen/product_info.css);
  @import url(css/screen/product_listing.css);
  @import url(css/screen/product_options.css);
  @import url(css/screen/top_navigation.css);
  /*@import url(css/screen/top_navigation_shinybuttons.css);*/
 /* @import url(css/screen/top_navigation_slidingdoor.css); */
  /* import highslide CSS */
  @import url(css/screen/highslide.css);
/* import print layout | Druck-Layout einbinden */
  @import url(css/print/print_100.css);
  
  .downloads h4,
		.downloads h4.downloadHeader {
		color: #0057A8;
		font-weight: bold;
		font-size: 1.3em;
		padding: 5px 0 2px 0;
		}
.productNavigator a.catBackLink {
font-weight: bold;
}

.productNavigator a.catBackLink:hover {
color: #f00;
}


#header a.home,
#header a:link.home,
#header a:active.home,
#header a:visited.home,
#header a:hover.home {
position: absolute !important;
top: 30px !important;
left: 10px !important;
width: 150px !important;
height: 90px !important;
display: block !important;
text-indent: -9999px !important;
}