/* Seite generell */
html, body {
 background-image:url(bg_sprite.png);
 background-repeat:repeat-x;
 background-position:0 -575;
 width:100%;
 height:100%; 
 color : #666c6e;
 margin: 0;
 padding: 0;
}

h1.PinfoSeitenTitel {
 /*
 background:transparent url(title_bg.png) repeat-x scroll left bottom;*/
 background-image:url(bg_sprite.png);
 background-repeat:repeat-x;
 background-position:0 0.4em;
 height:23px;
}


/* Seitentitel meist rechts oben */
.SeitenTitelPinfo {
 font-family : Verdana, Arial, sans-serif;
 font-size : 17px;
 font-weight : bold;
 color : #b36aab;
 /* background:transparent url(title_bg.png) repeat-x scroll left bottom;*/
 background-image:url(bg_sprite.png);
 background-repeat:repeat-x;
 background-position:0 0.4em;
 }

 /* Boxentitel Also Purchased */
.TitelAlsoPurchased {
 font-family : Verdana, Arial, sans-serif;
 font-size : 13px;
 font-weight : bold;
 color : #b36aab;
 background-image:url(bg_sprite.png);
 background-repeat:repeat-x;
 background-position:0 0;
}

#kategorien ul ul li {
	list-style-image: none;
	background-image: url(cat_sprite.png);
    background-position:0 0; 
	text-indent:20px;
	display:block;
}

#kategorien li a:hover{
  color: #ffffff;
  background-image:url(bg_sprite.png);
  background-repeat:repeat-x;
  background-position:0 -20; 
  display: block;
  width:170px;
  height: 25px;
  text-decoration:none;
}

#kategorien ul ul li a:hover{
  color: #b36aab;
  background-image: url(cat_sprite.png);
  background-position:0 -25; 
  display: block;
  width:170px;
}

.kategorienactive {
  font-weight: bold;
  color:#ffffff;
  background-image:url(bg_sprite.png);
  background-repeat:repeat-x;
  background-position:0 -20; 
}

ul ul li .kategorienactive {
  color:#ffffff;
	background-image: url(cat_sprite.png);
    background-position:0 -50;
}

/* SHOPS COLOR CODE  b36aab  */

h1 {
 font-family : Verdana, Arial, sans-serif;
 text-transform: none;
 font-size : 17px;
 font-weight : bold;
 color : #b36aab;
}

h2 {
 font-family : Verdana, Arial, sans-serif;
 text-transform: none;
 font-size : 14px;
 line-height : 1em;
 color : #b36aab;
 }

h2.shop {
	font-family : Verdana, Arial, sans-serif;
	text-transform: none;
	font-size : 14px;
	line-height: 1.0;
	text-align:center;
	color :#b36aab;
}

/* Seitentitel meist rechts oben */
.SeitenTitel {
 font-family : Verdana, Arial, sans-serif;
 font-size : 14px;
 font-weight : bold;
 color : #b36aab;
}


/* Text normale Schrift in alternativer Farbe */
.Text11Color {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 line-height : 1.5;
 color : #b36aab;
/* color : #AEBE3A;*/
}

.Text10FettColor {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 font-weight : bold;
 color: #b36aab;
}

/* Text kleine Schrift in alternativer Farbe */
.Text10Color {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #b36aab;
}

.bestsellers {
 font-family : Verdana, Arial, sans-serif;
 font-size : 17px;
 color : #b36aab;
}

#kategorien li a{
  color: #b36aab;
	font-weight:bold; 
	display: block;
    width:170px;
    height: 25px;
}


/* Seitentitel meist rechts oben */
.PreisPinfo {
 font-family : Verdana, Arial, sans-serif;
 font-size : 18px;
 font-weight : bold;
 color : #b36aab;
}


A.ShopLink:hover {
 color : #b36aab;
 text-decoration:none;
}

/* -- Menu lower Line color setting -- */
.menuselected {
background-color: #b36aab;
}


/* JQUERY */
.ui-widget-header { border: 0px solid #b36aab;  
 background-image:url(bg_sprite.png);
 background-repeat:repeat-x;
 background-position:0 -20; 
 color: #ffffff; font-weight: bold; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc;  
 background-image:url(bg_sprite.png);
 background-repeat:repeat-x;
 background-position:0 -470; 
 font-weight: bold; color: #b36aab; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #666c6e; text-decoration: none; background: #ffffff; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #b3c055; font-weight: bold; color: #b36aab; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #b36aab; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #c1cd6a; background: #f8f8f8; font-weight: bold; color: #b36aab; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #b36aab; outline: none; text-decoration: none; }





