@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://www.zs-ecommerce.com
* @package         yaml for xt:Commerce
* @version         1.6.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);*/
  /* Variable order and use of content columns */
  /* Change patch-File in javascript/general.js.php too */
  
  /* import 3 columns fix | 3 Spalten fixe Breite einbinden - default */
  @import url(css/screen/basemod_3col_fixed.css);
  
  /* import 3 columns flexible | 3 Spalten flexible Breite einbinden */
  /* @import url(css/screen/basemod_3col_flex.css); */
  
  /* import 2 columns flexible | 2 Spalten flexible Breite einbinden */
  /* @import url(css/screen/basemod_2col_flex_13.css); */ 
  
  /* import 2 columns fix | 2 Spalten fixe Breite einbinden */
  /* @import url(css/screen/basemod_2col_fixed_13.css); */
  @import url(css/screen/content.css); 
  @import url(css/screen/boxes.css);
  @import url(css/screen/forms.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_shinybuttons.css);*/
  @import url(css/screen/top_navigation_slidingdoor.css);
/* import print layout | Druck-Layout einbinden */
  @import url(css/print/print_003.css);
#maincopy {font-size:10px;}



#BoxNewsticker {margin: 20px 9px 0 9px;border: solid #D4D6C1;
border-width: 0px 1px 1px 1px;width:184px;}


#footer_box {height:150px;margin: 0 0px;padding-top:30px;}

#cloud1	{width: 120px;height:160px;margin: 10px 0 0 0px;float:left;}
#cloud2	{width: 120px;height:160px;margin: 10px 0 0 10px;float:left;}
#cloud3	{width: 120px;height:160px;margin: 10px 0 0 15px;float:left;}
#cloud4	{width: 120px;height:160px;margin: 10px 0 0 15px;float:left;}
#cloud5	{width: 120px;height:160px;margin: 10px 0 0 15px;float:left;}
#cloud6	{width: 120px;height:160px;margin: 10px 0 0 10px;float:left;}

.tip {
	width: 212px;
	padding-top: 25px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(img/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(img/tipMid.png) repeat-y; padding: 0 25px 10px 25px;}
.tipBtm {background: transparent url(img/tipBtm.png) no-repeat bottom; height: 32px;}

#trusted-logo {position:absolute; z-index:1000;top: 140px;right:35px;width:70px;height:70px;background: transparent url(img/trustedshops.gif) no-repeat; }
#trusted-logo a{width:70px;height:70px;display:block;}

#col3_content h1.productInfo2Name {color:#fff;padding-left:18px;}

#divAGBcheckoutconditions {padding: 10px 10px 10px 10px;width:474px; height:200px; background:#ffffff ; overflow:auto; font-size:smaller; border:2px solid #999}


#BoxKonto ul li {list-style-type:none;padding:3px 0px;}
#BoxKonto{margin-bottom:10px;
border: solid #D4D6C1;
width: 184px;
border-width: 0px 1px 1px 1px;
}


#ADMINbutton {overflow:auto;position:fixed;height:24px;text-align:center;line-height:24px;padding:1px;color:#ffffff;text-decoration:none;width:150px;border:1px solid #999;z-index:600;right:10px;bottom:5px;margin:0px;}
#ADMINbutton a {color:#fff;text-decoration:none;background:#cf0000;display:block;}
#ADMINbutton a:hover {}
#ADMINkonsole {overflow:auto;position:fixed;background:#d8d8d8;padding:1px;z-index:100;text-align:left;width:190px;border:1px solid #cccccc;right:10px;bottom:35px;margin:0px;}
#ADMINkonsole em{color:#93A7C0;font-weight:normal;font-style: normal;font-size:11px;}

#ADMINkonsole a {color:#333333;text-decoration:none;background:#efefef;display:block;line-height:26px;padding-left:12px;border-bottom: 1px solid #fff;}
#ADMINkonsole a:hover {text-decoration:underline;}

#ADMINkonsole #infos a, #ADMINkonsole #config a {color:#333333;text-decoration:none;font-size:11px;background:#fff;display:block;line-height:18px;padding-left:20px;border-bottom: 1px solid #fff;}
#ADMINkonsole #infos a:hover , #ADMINkonsole #config a:hover {text-decoration:underline;}
/* Boxes | Stop */
.catImageLeft {margin:0 10px 10px 0;float:left;}
.catImageRight {margin:0 0 10px 10px;float:right;}
