/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

body {
	color: #000000;
	margin: 0 0 15px 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #9d9d9d;
}

img{
	border:0;
}

A {
  color: #2f2f2f;
  text-decoration: none;
}

A:hover {
  color: #2f2f2f;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}


A.pageResults {
	color: #000000;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #ffffff;
  background: #c69c2b;
}


TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 98%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #000000;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
	border-bottom: 1px solid #000000;
}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }








.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

.onepxwidth {
	width: 1px;
}



/*		Eigene Formatierung		*/


.clr {clear: both; margin: 0; padding: 0;}
.clrsmall {clear: both; margin: 0; padding: 0; height: 1px; overflow: hidden;}
.clrnone {clear: both; margin: 0; padding: 0; height: 0px; overflow: hidden;}
.clrmiddle {clear: both; margin: 0; padding: 0; height: 4px; overflow: hidden;}

label {width: 180px; display: block; float: left;}
legend {color: #535353;}
fieldset {border: 1px solid #939393; padding: 5px 5px 5px 10px;}


#topbg {
	height: 164px;
	background-image: url(img/topbg.jpg);

}

#topcontent {
  width: 985px;
  height: 139px;
  margin: 0 auto 0 auto;
  background-image:  url(img/topimgbg.jpg);
  background-position: right;
  background-repeat: no-repeat;
}

#topimg {
  float: left;
  width: 320px;
  height: 139px;
}

#toplinkcopy {
  width: 757px;
  height: 90px;
  background-image: url(img/imgtopright.jpg);
  float: left;
}

#topmenubox {
  clear: both;
  width: 985px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  color: #ffffff;
  font-size: 11px;
  background-image: url(img/topmenu.jpg);
}

#topmenubox2 {
  clear: both;
  width: 985px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  color: #ffffff;
  font-size: 11px;
  background-image: url(img/topmenu2.jpg);
}

#topmenu {
  width: 425px;
  padding: 10px 0 0 5px;
  float: left;
}

.menutop {
  margin: 0;
  padding: 0;
}
.menutop li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}


.menutop li a {
  display: block;
  float: left;
  width: 85px;
  text-align: center;
  font-size: 12px;
  color: #2f2f2f;
  font-weight: bold;   
  overflow: hidden; 
}

.menutop li a:hover {
  color: #ffffff;
  text-decoration: none;
}

#searchbox {
  width: 190px;
  height: 67px;
  overflow: hidden;
  padding: 5px 0 0 4px;
  background-image: url(img/searchbg.jpg);
  background-repeat: no-repeat;
  color: #606060;
  border-bottom: 1px solid #c7c7c7;
}


#maincontent {
  width: 985px;
  background: #ffffff;
  padding: 0;
  margin: 0 auto 0 auto;
  background-image: url(img/mainbg.jpg);
}

#leftmenu {
  width: 194px;
  margin: 0px;
  float: left;
  padding: 0 0 0 4px;
}

#navtrail {
  font-size: 10px;
  margin: 0 auto 0 auto;
  padding: 3px;
  border-bottom: 1px solid #edc45a;
}


#content {
  width: 568px;
  float: left;
  margin: 0 8px 0 8px;
}

#contentwidth {
  width: 568px;
  margin: 0 auto 0 auto;
}

#rightmenu {
  width: 194px;
  margin: 0px;
  float: left;
  padding: 0; 
}




#footersub {
  width: 985px;
  height: 39px;
  padding: 0px;
  margin: 0 auto 0 auto;
  background-image: url(img/footer.jpg);
}

#footersub a {color: #ffffff;}

#partner {
  width: 200px;
  float: left;
  text-align: right;
}

#commercial {
  width: 985px;
  height: 100px;
  margin: 0 auto 0 auto;
  text-align: center;
}

.bestkaufen {
  width: 70px;
  float: left;
  padding: 4px 0 4px 0;
}

.bestprice {
  width: 90px;
  text-align: right;
  height: 25px;
  float: left;
  padding: 5px 0 0 0;
  overflow: hidden;
}

/*		########## Menu-Boxen Start ##########		*/

.menutopleft {
  width: 189px;
  height: 17px;
  padding: 5px 0 0 5px;
  background-image: url(img/mheader.jpg);
  margin: 0;
  color: #2f2f2f;
  font-weight: bold;
  font-size: 11px
}

.menutopleftcat {
  width: 189px;
  height: 17px;
  padding: 5px 0 0 5px;
  background-image: url(img/mheader.jpg);
  margin: 15px 0 0 0;
  color: #2f2f2f;
  font-weight: bold;
  font-size: 11px
}

.menutopright {
  width: 189px;
  height: 17px;
  padding: 5px 0 0 5px;
  background-image: url(img/mheader.jpg);
  margin: 0;
  color: #2f2f2f;
  font-weight: bold;
  font-size: 11px
}

.menutopleft a {color: #2f2f2f;}
.menutopright a {color: #2f2f2f;}


.menucontentcat {
  padding: 5px 5px 5px 0;
  border: 1px solid #c7c7c7;
  border-top: 0;
  font-size: 11px;
  margin: 0 0 15px 0;
}

.menucontent {
  padding: 4px;
  margin: 0 0 15px 0;
  font-size: 11px;
  border-top: 0;
  background: #ffffff;
  border: 1px solid #b6b5b5;
  border-top: 0;
  background-image: url(img/mcontentb.jpg);
  background-repeat: repeat-x;
}

.menucontentright {
  padding: 4px;
  margin: 0 0 15px 0;
  font-size: 11px;
  border-top: 0;
  background: #c7c7c7;
  border: 1px solid #b6b5b5;
  border-top: 0;
  background-image: url(img/mcontentbg.jpg);
  background-repeat: repeat-x;
}

.bestsellerbox {
  border-bottom: 2px dotted #ffffff;
  margin: 0 0 5px 0;
  padding: 4px;
}

.bestsellertopic {
  font-size: 10px;
  text-align: right;
  margin: 0; padding: 0;
}

#cartbox {
  width: 390px;
  float: left;
  padding: 40px 0 0 275px;
}

/*		########## Menu-Boxen Ende ##########		*/




#loginboxtop {
  width: 540px;
  padding: 3px 0 0 10px;
  overflow: hidden;
  font-size: 11px;
  color: #2f2f2f;
}

#loginboxtop a {color: #ffffff;}


.loginfloattext {
  float: left;
  margin: 8px 5px 0 5px;
}

.loginfloatbut{
  float: left;
  margin: 4px 5px 0 5px;
}


.loginboxnew {
  margin: 5px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #000000;
}



/*		######## Start Produktinfo-Seite ########			*/


.pinfofacts {
  float: left;
  width: 170px;
  height: 17px;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border: 1px solid #ba3026;
  background: #ffdcd7;
}

.productbut {
  float: left;
  width: 170px;
  height: 20px;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border: 1px solid #d0a638;
  background: #f6d786;
}

.reviewsboxinfo {
  padding: 5px;
  background: #d0e0f6;
  border: 1px solid #4d7fb4;
  margin: 0 0 10px 0;
  font-size: 10px;
}

.leftsideproduct {
  clear: both;
  width: 210px;
  height: 225px;
  overflow: hidden;
  float: left;
  padding: 5px 0 0 0;
  margin: 0 116px 0 0;
  border: 1px solid #b2bc73;
  text-align: center;
}

.rightsideproduct {
  width: 207px;
  float: left;
  margin: 0;
}

.productdesc {
  clear: both;
  padding: 5px;
  margin: 0 0 10px 0;
  border: 1px solid #b2bc73;
}

.productdeschead {
  font-weight: bold;
  color: #000000;
  background: #dee5bd;
  border: 1px solid #b2bc73;
  border-bottom: 0;
  width: 200px;
  margin:0;
  padding: 5px;  
}

/*		######## Ende Produktinfo-Seite ########			*/

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #dcab32; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}




/*		######## Start Categorie-Listing ########			*/

.abstandcat {width: 8px; overflow: hidden; float: left;}

.oversubcat {
  width: 182px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  float: left;
}

.subcat {
  width: 182px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.subcat a {
  display: block;
  width: 160px;
  height: 28px;
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #9a9a9a;  
  font-weight: bold;
}

.subcat a:hover {background: #f6da8e; text-decoration: none; font-weight: bold; border: 1px solid #d6aa37;}

.subcatfront {
  width: 182px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.subcatfront a {
  display: block;
  width: 160px;
  height: 28px;
  padding: 5px;
  margin: 0;
  font-weight: bold;
}



/*		######## Ende Categorie-Listing ########			*/


/*		######## Start Bewertungen ########			*/


.reviewsbox {
  padding: 5px;
  background: #f6d786;
  border: 1px solid #d0a638;
  margin: 0 0 10px 0;
}

.reviewsboxinfo {
  padding: 5px;
  background: #f6d786;
  border: 1px solid #d0a638;
  margin: 0 0 10px 0;
  font-size: 10px;
}


/*		######## Ende Bewertungen ########			*/


/*		########## Ueberschriften ##########		*/

.h1topic {
  color: #535353;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #535353;
}

.h2topic {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}

.h2topiclist {
  font-size: 11px;
  margin: 0;
  padding: 2px 5px 5px 5px;
  height: 36px;
  overflow: hidden;
}

.h2topiclist a {color: #5c5c5c;}




.h3topic {
  font-size: 11px;
  margin: 0 0 5px 0;
  padding: 0;
}


/*		########## Diverses ##########		*/

.buybutton {
  text-align: center;
  padding: 4px 0 0 0;
  width: 70px;
  float: left;
  overflow: hidden;
}

.boxlistingpic {
  margin: 5px auto 5px auto;
  text-align: center;
  width: 166px;
  height: 82px;
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 5px;
}

.pprice {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #ff9a33;
  margin: 0;
}

.ppriceinfo {
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #ff9a33;
  margin: 0;
}

.pricebox {
  text-align: right;
  height: 35px;
  padding-top: 2px;
  width: 102px;
  overflow: hidden;
  float: left;
}

.boxlisting {
  width: 178px;
  height: 251px;
  float: left;
}

.vpeinfo {
  font-size: 10px;
}

.taxinfosmall {
  font-size: 9px;
  text-align: right;
  padding: 4px 5px 0 0;
  clear: both;
}

.listabstand {
  float: left;
  width: 12px;
  overflow: hidden;
}

.listabstandalso {
  float: left;
  width: 12px;
  overflow: hidden;
}

.listabstandfirst {
  float: left;
  width: 4px;
  overflow: hidden;
}

.headmessage {
  border: 1px dashed #000000;
  padding: 5px;
  margin: 5px 0 5px 0;
  text-align: center;
}

.accountleftbox {
  width: 265px;
  padding: 5px;
  float: left;
  margin: 0 0 0 7px;
  font-size: 11px;
}

.accountprice {
  text-align: right;
  padding: 0;
  margin: 0;
}

.trenner {
  height: 1px;
  overflow: hidden;
  background: #000000;
  margin: 4px 0 4px 0;
}


.listhori {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.listhori li {float: left;}

.historytabtop {
  border-bottom: 1px solid #c49a2b;
  font-weight: bold;
  background: #f2cc68;
  color: #ffffff;
  padding: 2px 0 2px 0;
}

.histsub {
  font-size: 11px;
}

.historyinvoice {
  width: 270px;
  height: 100px;
  padding: 5px;
  float: left;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;  
  font-size: 11px;
}

.historyblock {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 11px;
  margin: 3px 0 6px 0;
}

.historyvalue {
  float: right;
  width: 400px;
  font-size: 11px;
  text-align: right;
}

.addresscolor {
  background: #f8f5f5;
  padding: 4px;
}

.addressleft {
  width: 270px;
  padding: 3px;
  margin: 0 50px 0 0;
  float: left;
  font-size: 11px;
  background: #f8f5f5;
}

.addressbutleft {
  width: 200px;
  float: left;
}

.giftcartbox {
  background: #ffffff;
  border: 1px solid #d0a638;
  padding: 3px;
  text-align: center;
}

.littleaddress {
  font-size: 11px;
  border: 1px solid #d0a638;
  padding: 3px;
  margin: 2px 0 5px 23px;
}


.checkoutbox {
  width: 133px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #cccccc;
  font-size: 10px;
}

.checkoutboxa {
  width: 133px;
  padding: 4px 2px 4px 2px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 0 0 5px;
  background: #d0a638;
  font-size: 10px;
  color: #ffffff;
}


.payartbox {
  border: 1px dashed #cccccc;
  padding: 4px;
  margin: 3px 0 6px 0;
  background: #f8f5f5;
}

.payselection {
  float: left;
  width: 40px;
}

.freeshipping {
  background: #f8f5f5;
  padding: 4px;
  margin: 4px 0 4px 0;
}

.partytitle {
  width: 410px;
  float: left;
  margin: 0 10px 0 0;
}

.agbcheckbox {
  background: #929494;
  padding: 2px;
  margin: 3px 3px 15px 0;
  color: #ffffff;
}

.bearbeiten {
  color: #c89f33;
}

.confirmationbox {
  border: 1px solid #cccccc;
  padding: 4px;
  font-size: 11px;
}

.navigator {font-size: 11px;}

.productpricebox {
  width: 260px;
  float: right;
  text-align: right;
}

.ppics {
  width: 210px;
  float: left;
  text-align: center;
  border-right: 1px solid #cccccc;
  padding: 0 6px 0 0;
}

.productdesc {
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 15px 0 15px 0;
  background: #f6f6f6;
}

.pinfooptions {
  padding: 2px;
  background: #d0a638;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}

.headinggreen {
  padding: 4px;
  background: #d0a638;
  margin: 0;
  font-weight: bold;
  color: #ffffff;
  font-size: 11px;
}


.headinggreen2 {
  padding: 4px;
  margin: 0;
  width: 558px;
  font-weight: bold;
  font-size: 11px;
}
  


.downloadbox {
  border: 1px solid #cccccc;
  padding: 4px;
  margin: 10px 0 10px 0;
}

.errosearchbox {
  width: 350px;
  padding: 5px;
  margin: 0 auto 0 auto;
  border: 1px solid #e7b73b;
  background: #f7dd93;
}

.upcoming {
  width: 400px;
  float: left;
}

.upcomingdate {
  width: 140px;
  float: left;
  text-align: right;
}

.upcomingover {
  border-bottom: 1px solid #cccccc;  
  padding: 4px 0 4px 0;
  margin: 0 0 10px 0;
}

.artcont {
  width: 410px;
  float: left;
}

.artcontsize {
  width: 130px;
  float: left;
  text-align: right;
}

.artcontbox {
  border-bottom: 1px solid #cccccc;  
  padding: 4px 0 4px 0;
  margin: 0 0 10px 0;
}

gratuatebox {
  width: 200px;
}

.gratuatedleft {
  width: 100px;
  float: right;
  padding: 2px 0 2px 0;
}

.gratuatedright {
  width: 100px;
  float: right;
  padding: 2px 4px 2px 0;  
}

.smallText {
  font-size: 11px;
}

.totalblock {
  text-align: right;
  float: right;
}

.logout {
  padding: 8px 15px 0 0;
  font-weight: bold;
  text-align: right;
}

.poll_question  {
  background-color:#dddddd; 
  padding:5px;
  margin-bottom:10px;
  font-family:Verdana, Arial, sans-serif; 
  font-size: 11px;
  color: #000000;
}

.categories_list {

border-bottom:#E2E2E2;
border-top:#E2E2E2;
border-style:solid;
border-top-width:thin;
border-bottom-width:thin;
 }
	
	
.liveshopping {
    width: 560px;
				height: 264px;
				overflow: hidden;
				margin: 10px auto 15px auto;
				background-image: url(img/liveshopping.jpg);
}

.liveshoppinginfo {
    width: 560px;
				height: 264px;
				overflow: hidden;
				margin: 10px auto 15px auto;
				background-image: url(img/liveshoppinginfo.jpg);
}
	
.liveboxpic	 {
    width: 200px;
				height: 130px;
				padding: 56px 0 0 21px;
				overflow: hidden;
				float: left;
				text-align: center;
}
	
.liveboxprice {
    width: 310px;
				height: 126px;
				padding: 52px 0 0 20px;
				overflow: hidden;
}
	
.liveboxprice h2 {	
    font-size: 12px;
				margin: 0;
				padding: 0;
				height: 30px;
				overflow: hidden;
}

.liveredprice {
    color: #9e160f;
}

.livepricebox {
	  text-align: right;
			font-size: 20px;
			padding-top: 8px;
}

.buttonbar {
    width: 	184px;
				float: left;
				text-align: right;
}
	
.stockbar {
    width: 	200px;
				float: left;
				text-align: center;
				padding: 45px 0 0 22px;
}
	
	
.timebar {
    width: 120px;
				float: left;
				overflow: hidden;
				padding: 45px 0 0 28px;				
				text-align: right;
				font-weight: bold;
				font-size: 14px;
				color: #caa033;
}
		
.boxstarttime {
    font-size: 11px;
				display: block;
				background: #f5d683;
				border: 1px solid #caa033;
				padding: 4px;
				font-weight: bold;
}

.liverightbox {
    width: 185px;
				padding: 5px;
				height: 361px;
				overflow: hidden;
				margin: 0 auto 15px auto;
				background-image: url(img/livebox.jpg);
				font-size: 18px;
}

.liverightbox h2 {	
    font-size: 12px;
				margin: 0;
				padding: 0;
				height: 30px;
				overflow: hidden;
				padding: 0 2px 0 2px;
}

.liverightboxpic {
    width: 120px;
				height: 80px;
				overflow: hidden;
				padding: 32px 0 0 0;
				margin: 0 auto 0 auto;
				text-align: center;
}

.priceboxliveright {
    text-align: right;
				padding: 30px 15px 0 0;
}

.startend {
    font-size: 10px;
				padding: 20px 0 10px 6px;
}


/*		########## Menu ##########		*/
ul.navilist { list-style-type:none; margin:0 0 0 4px;padding:0px;}
li.maincat {padding:0px; margin: 0;}

 /*		##########Hauptkategorie ##########		*/
.maincat { list-style-type:none; margin: 0; padding: 0; border-bottom: 1px solid #ffffff;}
.maincat a {font-size: 11px; color:#101010; display: block; display: block; width: 162px; height: 20px; padding: 6px 0 0 18px; background-image: url(img/mnormal.jpg);}
.maincat a:hover{text-decoration: none; background-image: url(img/mhover.jpg); color: #d0a638; font-weight: bold;}
.maincat a.gewaehlt{background-image: url(img/mhover.jpg); color: #d0a638; font-weight: bold;}
.maincat a.gewaehlt:hover{background-image: url(img/mnormal.jpg);}


 /*		##########Unterkategorie 1 Ebene  ##########		*/

.subcatlevel1 {margin: 0; padding: 0; border-bottom: 1px solid #ffffff;}
.subcatlevel1 a {font-size: 11px; color:#101010; display: block; display: block; width: 154px; height: 20px; padding: 6px 0 0 18px; background-image: url(img/mnormal.jpg); margin: 0 0 0 8px;}
.subcatlevel1 a:hover{text-decoration: none; background-image: url(img/mhover.jpg); color: #d0a638; font-weight: bold;}
.subcatlevel1 a.gewaehlt{background-image: url(img/mhover.jpg); color: #d0a638; font-weight: bold;}
.subcatlevel1 a.gewaehlt:hover{background-image: url(img/mnormal.jpg);}


/*		##########Unterkategorie 2 Ebene  ##########		*/
.subcatlevel2 {margin: 0; padding: 0; border-bottom: 1px solid #ffffff;}
.subcatlevel2 a {font-size: 11px; color:#101010; display: block; display: block; width: 146px; height: 20px; padding: 6px 0 0 18px; background-image: url(img/mnormal.jpg); margin: 0 0 0 16px;}
.subcatlevel2 a:hover{text-decoration: none; background-image: url(img/mhover.jpg); color: #d0a638; font-weight: bold;}
.subcatlevel2 a.gewaehlt{background-image: url(img/mhover.jpg); color: #d0a638; font-weight: bold;}
.subcatlevel2 a.gewaehlt:hover{background-image: url(img/mnormal.jpg);}


/*		##########Unterkategorie 3 Ebene  ##########		*/
.subcatlevel3 {margin: 0; padding: 0; border-bottom: 1px solid #ffffff;}
.subcatlevel3 a {font-size: 11px; color:#101010; display: block; display: block; width: 138px; height: 20px; padding: 6px 0 0 18px; background-image: url(img/mnormal.jpg); margin: 0 0 0 24px;}
.subcatlevel3 a:hover{text-decoration: none; background-image: url(img/mhover.jpg); color: #d0a638; font-weight: bold;}
.subcatlevel3 a.gewaehlt{background-image: url(img/mhover.jpg); color: #d0a638; font-weight: bold;}
.subcatlevel3 a.gewaehlt:hover{background-image: url(img/mnormal.jpg);}




a.shippinglink:link, a.shippinglink:visited {
background:transparent url(../../../../images/text_img/shipping_costs_de.gif) top right no-repeat; 
padding-bottom:3px;
}
a.shippinglink:hover {
background:transparent url(../../../../images/text_img/shipping_costs_hover_de.gif) top right no-repeat; 
}


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;

}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}


.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}





/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}





/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */


.tabberlive .tabbertabhide {
 display:none;
}


.tabber {
}
.tabberlive {
 margin-top:1em;
}


ul.tabbernav
{
 margin:0;
 padding: 1px 0 0 10px;
 font: bold 12px Verdana, sans-serif;
  background-image: url(img/bar.jpg);
  height: 30px;
  width: 558px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 height: 21px;
 margin: 0;
 border-right: 1px solid #ffffff;
 border-left: 1px solid #ffffff;
 text-decoration: none;
 color: #ffffff;
 display: block;
 float: left;
 padding: 8px 10px 0 10px;
 text-align: center;
}

ul.tabbernav li a:link { color: #3f3a42; }
ul.tabbernav li a:hover { color: #ffffff; }
ul.tabbernav li a:active { color: #000000; }



ul.tabbernav li a:hover
{
 border-color: #ffffff;
 color: #ffffff;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000000;
 background: white;
 border-bottom: 1px solid white;
}




.tabberlive .tabbertab {
 padding:0px;
 border:1px solid #d7d7d7;
 border-top:0;
 background-color: #ffffff;
}



.tabberlive .tabbertab h2 {
 display:none;
 
}
.tabberlive .tabbertab h3 {
 display:none;
}



.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 overflow:auto;
}

