/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/

html { 
	margin: 0; 
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size : 12px;
	color: #333333;
	background-color: #ebe9ea;
	background-image: url(img/back.gif);

}

body{ 
	margin: 0; 
	padding:0;
	background-image: url(img/mainbg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

h1{
	margin:0; 
	padding:0; 
	font-size : 1.4em;
	color: #921616;
    padding: 5px 0 15px 0;	
}

.h1small {
	margin:0; 
	padding:0; 
	font-size : 1.4em;
	color: #921616;
padding: 5px 0 15px 0;	
}

.h1smallinfo {
	margin:0; 
	padding:0; 
	font-size : 1.4em;
	color: #921616;
    padding: 5px 0 0 0;	
}

h2 {
	margin:0;
	margin-top:18px;
	padding:0; 
	font-size : 1.2em;
	color: #333333;
}

.h2menuheader {
    width: 185px;
	height: 22px;
	overflow: hidden;
	font-size: 12px;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;;
	background-image: url(img/mheader.jpg);
	color: #921616;
	text-align: center;
}

.h2menuheader a{
    width: 185px;
	height: 22px;
	overflow: hidden;
	font-size: 12px;
	padding: 5px 0 0 0;
	margin: 10px 0 0 0;;
	color: #921616;

}

h3{
	margin:0;
	margin-top:25px;
	padding:0; 
	font-size : 1.1em;
	color: #333333;
}

h4{
	margin:0;
	margin-top:0;
	padding:0; 
	font-size : 1.1em;
	color: #333333;
}

h6{
	margin:0;
	padding:0; 
	font-size : 1.2em;
	color: #333333;
}

#Suchfeld h3{
	margin:0;
	padding-top:2px; 
	font-size : 13px;
	color: #333333;
}

.affilismall {
  font-size: 11px;
  color: #ff0000;
}

#LoginBoxCenter{
	margin-left:15px;
	margin-bottom:10px;
}

#LoginBoxCenter fieldset{
	border:1px solid #921616;
	padding:5px 0 10px 10px;
	margin:0;
}

#LoginBoxCenter fieldset legend{
	font-weight:bold;
	font-size:1.2em;
	color: #921616;
	background:none;
}

#LoginBoxCenter .Suchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:155px;
	background-image:url(img/form-back.jpg);
}

#LoginBoxCenter .PWSuchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:100px;
	background-image:url(img/form-back.jpg);
}

#LoginBoxCenter .LoginBoxCenterPart{
	float:left;
	margin-right:10px;
}

#LoginBoxCenter .LoginBoxCenterSnip{
	float:left;
	margin-right:5px;
	font-weight:normal;
}

#LoginBoxCenter .LoginBoxCenterForgetPW{
	float:left;
	margin-right:5px;
	font-weight:normal;
}

#WarenKorb{
	float:right;
	position:relative;
	width:184px;
}






 

 

 

 

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


   
.boxTextBG {
	background-color: #ffffff;
}
.boxTextBGII {
	background-color: #FFCC99;
}
.boxTextPrice {
	color: #FF0000;
}

.errorBox {
	font-weight: bold;
	color:#bf0000;
	background-color: #f9f9f9;
	border:1px solid #bf0000;
	padding-top:15px;
	padding-bottom:15px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
	margin: 0;
	padding: 0;
}

a {
  color: #313131;
  text-decoration: none;
}

.underlinelinks a {
  text-decoration: underline;	
}

a:hover {
  color: #921616;
  text-decoration: underline;
}

FORM {
	display: inline;
	margin:0;
	padding:0;
 
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #9D9D9D; 
}

A.headerNavigation:hover {
  color: #808080;
}

TD.conditions {
  background-color: #f9f9f9;
}

A.confirmationEdit {
	color: #921616;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #921616;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

.headerMessage {
	background-color: #fafafa;
	padding:5px;
	border:2px solid #cd0001;
	text-align: center;
	margin: 8px 0 35px 0;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #fff;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
	margin:0;
	padding:0;
}

.infoBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

.infoBox, SPAN.infoBox {
  background: #fff;
  border:1px solid #e6e6e6;
  margin-bottom:15px;
}

.infoBoxCartFull {
  background: #F9FCF8;
  border:1px solid #e6e6e6;
  margin-bottom:15px;
}

.infoBox_right, SPAN.infoBox_right {
  background: #fff;
  border:1px solid #e6e6e6;
  margin-bottom:15px;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults {
	color: #000000;
	text-decoration: underline;
  padding: 0 2px 0 2px;	
}

A.pageResults:hover {
  color: #000000;
  background: #efdbdd;
  padding: 0 2px 0 2px;
 
}

A.pageResultsactive {
  color: #000000;
  background: #efdbdd;
  padding: 0 2px 0 2px;  
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #921616;
  border-bottom: 1px solid #d7d7d7;
}


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
  padding-left:0;
  padding-right:15px;
}

TD.smallText, SPAN.smallText, P.smallText {
	color:#808080;
	font-size:0.9em;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 99%;
}

SPAN.greetUser {
  color: #303030;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

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

TD.formAreaTitle {
  font-weight: bold;
}

TD.copyright {
  line-height: 1.5;
  text-align:center;
}

A.copyright {
  color: #c0c0c0;
}

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

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #3f3a42;
	font-size:11px;
	text-decoration: line-through;
}

SPAN.productOldPricenormal {
	color: #bf0000;
	font-size:12px;
}

SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-weight: bold;
	color: #333333;
}

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 { font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading { font-size: 10pt; color: #FFFFFF; 
	background-color: #e6e6e6; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#921616;}
.sitemap_heading a:hover {color:#bf0000; text-decoration:none;}

.sitemap_sub {font-size: 9pt; color: #000000; background-color: #f9f9f9; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#bf0000; text-decoration:none;}


/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: #f9f9f9; color:#bf0000;border-bottom:2px solid #fff;}
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #bf0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	width: 184px;
}
.navRight {
	width: 184px;
}

.contentsTopics {
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #f1f1f1;
}

.tableListingII {
	background-color: #f9f9f9;
}

.tableBody {
padding: 5px;
}

.poweredby {
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
.eightpxtop{
	padding-top:6px;
}
p{
	color:#333333;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

p.box{
	font-size:0.95em;
	padding-left:5px;
	color:#333333;
	margin-top:5px;
	margin-bottom:5px;
}

p.box img {
	
}

li.unterebene{
	padding-left:10px;
}


#maincol form input, select{
	background-color:#f9f9f9;
}


#leftcol form .FormularSchmal .Suchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:140px;
	background-image:url(img/form-back.jpg);
}

#leftcol form .Suchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:150px;
	background-image:url(img/form-back.jpg);
}

#leftcol form .PWSuchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:60px;
	background-image:url(img/form-back.jpg);
}

#leftcol form image {
	border:none;
}

#Breadcrump{
	margin-left:15px;
	margin-bottom:15px;
	color:#808080;
	border-bottom:1px solid #E6E6E6;
	font-size:0.9em;
}

#Breadcrump a{
	color:#808080;
}


/* Startseite NewProducts */
.Aufreissen{
	width:100%
}

.WeiteFloat{
	width:370px;
	float:left;
}

.WeiteFloatMargin{
	width:370px;
	float:left;
	margin-right:7px;
}

.Aufreissen table {
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:10px;
	width:370px;
	height:150px;
}
.Aufreissen table .TDHeadline{
	height:30px;
	padding-left:10px;
	background:url(img/td-headline.gif) repeat-x 0 0;
}

.Aufreissen table .TDBeschreibung{
	border-left:1px dotted #e6e6e6;
	padding-left:10px;
}

.Aufreissen table .TDBeschreibung2{
	padding-left:10px;
}

.Aufreissen table .TDProduktbildStartseite{
	vertical-align:top;
	padding-top:7px;
}
/* Neue Produkte NewProducts */
.BuyNowButton{
	float:right;
	padding:0 5px 5px 0;
}

.NewProductsOverview {
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:10px;
	width:100%;
}

.NewProductsDetail {
	border:1px solid #e6e6e6;
	margin-bottom:10px;
	width:100%;
}

.TDHeadline{
	height:30px;
	padding-left:10px;
	background:url(img/td-headline.gif) repeat-x 0 0;
}

.TDHeadline h1{
	margin:0; 
	padding:2px 0 2px 0; 
	font-size : 1.2em;
	color: #921616;
}

.TDHeadline a{
	margin:0; 
	padding:12px 0 2px 0;
	font-size : 1.2em;
	color: #921616;
}
#Suchfeld #Position{
	float:right;
	padding:5px;
	background-color:#fff;
	border-left:1px solid #989898;
	border-bottom:1px solid #989898;
}

#Suchfeld #Position .Suchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:154px;
	background-image:url(img/form-back.jpg);
}

.inputRequirement input{
	border:1px solid #c0c0c0;
	width:174px;
	background-image:url(img/form-back.jpg);
}

.inputRequirement select{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:176px;
}

form select{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
}

.KontaktForm input{
	border:1px solid #c0c0c0;
	width: 250px;
}

.KontaktForm textarea{
	border:1px solid #c0c0c0;
	width:390px;
	background-color:#f9f9f9;
}

.Produktmenge input{
	border:1px solid #c0c0c0;
	width:30px;
	background-image:url(img/form-back.jpg);
	margin: 0 8px 0 5px;
}

#Warenkorb{
	width:750px;
	padding:0;
	margin:0;
}

#Warenkorb th{
	background:url(img/td-headline.gif) repeat-x 0 0;
	color:#404040;
	padding-left:5px;
	height:20px;
	border-top:1px solid #e6e6e6;
}

#Warenkorb th.NachMitteLoesch{
	background-color:#bf0000;
	color:#fff;
	padding-left:5px;
	height:20px;
	text-align:center;
	width:20px;
}

#Warenkorb td{
	border-bottom:1px solid #c0c0c0;
	vertical-align:top;
	background-color:#f9f9f9;
}

#Warenkorb .WarenkorbGesamt{
	vertical-align:top;
	background-color:#fff;
	text-align:right;
	padding-bottom:25px;
	border-bottom:none;
}

#Warenkorb .BeschreibungBild{
	float:left;
}

#Warenkorb .BeschreibungBild img{
	padding-right:5px;
}

.NachRechts{
	text-align:right;
}

.NachMitte{
	text-align:center;
}

#Warenkorb .NachMitteLoesch{
	text-align:center;
	background-color:#c0c0c0;
}

#Warenkorb .NachMitteLoesch input {

}

#maincol #checkout textarea{
	width:540px;
}

#TopNewsBack{
	background-color:#f9f9f9;
	border:1px solid #E6E6E6;
	padding:10px;
}

#TopNewsHeadline{
	padding:10px 10px 0 0;
}

#TopNewsContent{
	padding:0 10px 0 0;
}

.RedText{
	color:#bf0000;
}

.RedTextBold{
	color:#bf0000;
	font-weight:bold;
}

.NoBreakInMySite{
	width:540px; 
	position:realtive;
	overflow:hidden;
}

.NoBreakInMySiteReviews{
	width:745px; 
	position:realtive;
	overflow:hidden;
}

#ReviewMe {
	padding-left:10px;
	font-size:0.95em;
	position:realtive;
	overflow:hidden;
}

.NaviAuntereEbene{
	color:#505050;
	font-size:11px;
}

.prodprice{
	height:21px;
	font-weight:bold;
	font-size:1.2em;
	color:#FA039C;
	padding:6px 10px 3px 7px;
	float:right;
	border-left:1px solid #E6E6E6;
	background:url(img/prod_price_back.gif) repeat-x 0 0;
}

.prodpriceEvil{
	height:28px;
	font-size:12px;
	color:#bf0000;
	padding:6px 0 3px 7px;
	margin:0 10px 0 0;
}

.ProdHeadline{
	float:left;
	padding-top:5px;
	color: #921616;
	
}

.ButtonHome{
	padding:5px 0 20px 20px;
	float:left;
}

.TabelleDetails td{
	background-color:#f1f1f1;
}

.TabelleDetails {
	width:100%;
	border:1px solid #e6e6e6;
	margin-right:5px;
	margin-bottom:10px;
}

#Warenkorb table.AttributesBasket {
	margin-top:15px;
}
#Warenkorb table.AttributesBasket td.basket{
	text-align:left;
	border-bottom:none;
}

#BestellStatus{
	padding-top:20px;
	padding-left:30px;
	text-align:center;
	
}

#BestellStatus .InAktiv{
	float:left;
	background-color:#9f9f9f;
	width:170px;
	padding:5px 0 5px 0;
	text-align:center;
	margin:1px;
	color:#c0c0c0;
}

#BestellStatus .Aktiv{
	float:left;
	background-color:#921616;
	width:170px;
	padding:5px 0 5px 0;
	text-align:center;
	margin:1px;
	color:#fff;
}

#Versandstatus{
	margin:0;
	padding:0;
	width:740px;
	text-align:center;
	clear:both;
}

textarea#review{
	width:400px;
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
}

.GreyLineUnder{
	border-bottom: 1px solid #e6e6e6;
}

.GreyBorder{
	border: 1px solid #e6e6e6;
	margin-bottom:10px;
}

table.Bestellungen{
	border:1px solid #e6e6e6; 
	background-color:#fff;
}

table.Bestellungen td, th{
	background-color:#f9f9f9;
	padding: 4px;
}

.BorderTOP{	
	border-top: 1px solid #e6e6e6;
}

.BorderBOTTOM{	
	border-top: 1px solid #e6e6e6;
}

.BorderGREY{	
	border: 1px solid #e6e6e6;
}


/*		Formatierungen neue Startseite		*/

.contenttopleft {
  height: 30px;
  border: 1px solid #e6e6e6;
  background-image: url(img/topbgfront.jpg);
  color: #683499;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 10px;  
}

.contenttopright {
  height: 30px;
  border: 1px solid #e6e6e6;
  background-image: url(img/topbgfront.jpg);
  color: #683499;
  font-size: 14px;  
  font-weight: bold;
  padding: 0 0 0 10px;
}

.contentmiddleleft {
  border: 1px solid #e6e6e6;
  border-top: 0;
  vertical-align: top;
}


.contentmiddleright {
  border: 1px solid #e6e6e6;
  border-top: 0;
  vertical-align: top;  
}


.topleft {
  width: 510px;
  overflow: hidden;
  float: left;
}

.topright {
  width: 210px;
  overflow: hidden;
  float: left;
  padding: 10px 0 0 0;
}

.toplinks {
  padding: 0px 4px 5px 10px;
  font-weight: bold;
  margin: 0;
}

.toplinksrechts {
  padding: 5px 4px 10px 10px;
  font-weight: bold;
  margin: 0;
}

.clr {clear: both; margin: 0; padding: 0; height: 3px; overflow: hidden;}
.clrnone {clear: both; margin: 0; padding: 0; height: 0px; overflow: hidden;}
.listtrenner {clear: both; margin: 0 0 6px 0; padding: 0; height: 6px; overflow: hidden; border-bottom: 1px solid #e6e6e6;}
.style2 {
  color: #333333;
}

.Style2_fett {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; }

label {width: 100px; display: block; float: left;}
legend {color: #575757; margin: 0; padding: 0;}
fieldset {border: 1px solid #921616; padding: 5px 5px 5px 10px;}

/*
	user products
	@southbridge
*/

.contentsTopicsText 
	{color:#999999; margin-left:5px; margin-top:10px; margin-bottom:10px;}
.shopERROR_EMPTY 
	{background-color:#ff0000; padding:1px; margin-bottom:1px; color:#ffffff;}
.contentsTopicsText 
	{color:#999999; margin-left:5px; margin-top:10px; margin-bottom:10px;}	
.shopBoxesInfoLinks 
	{background: url(img/shoplinkicon.gif); background-repeat:no-repeat; font-style:italic; padding-left:20px; padding-top:2px;}
A.shopBoxesInfoLink:link,A.shopBoxesInfoLink:visited
	{text-decoration:underline; color:#666666;}
A.shopBoxesInfoLink:hover 
	{text-decoration:none; color:#666666;}	
.shopBoxesInfo 
	{color:#333333; margin-top:5px; margin-bottom:5px; background-color:#dddddd; padding:5px; border:1px solid #ffffff;}
.allproductsHeader 
	{background-color:#ba0001; color:#ffffff; padding-left:3px;}
.allproductsContent 
	{color:#777777; padding:2px;}
.shopModulUserProductsTitle 
	{background: url(img/shoplinkicon.gif); background-repeat:no-repeat; padding-left:20px; padding-top:2px; margin-top:10px; margin-bottom:5px;}	
	
	
.paybox {
  width: 200px;
  height: 62px;
  overflow: hidden;
  text-align: center;
  margin: 0 40px 0 0;
}
	
.payoption {
  width: 15px;
  float: left;
  padding: 20px 0 0 0;
}	

.payimage {
  widht: 148px;
  height: 62px;
  overflow: hidden;

}	
	
.erschienen {
  margin: 20px 0 0 1px;
}	

.herstellerpic {
  text-align: center;
  padding: 12px 0 12px 0;
  border: 1px solid #cccccc;
  border-top: 0;
  margin-left: 1px;
}	


.topneuheader {
  height: 40px;
  overflow: hidden;
}

.topneuheaderleft {
  width: 285px;
  float: left;
  font-size : 1.2em;
  color: #921616;
  margin: 0 0 0 15px;
}

.topneuheaderright {
  width: 420px;
  float: left;
  text-align: right;
  padding: 4px 0 0 0;
  
}


.topproduct {
  width: 155px;
  height: 150px;
  margin: 0 0 0 20px;
  overflow: hidden;
  float: left;
  text-align: center;
}

.toppicmc {
  padding: 0 0 5px 0;
}


.topneuheaderleftsub {
  width: 355px;
  float: left;
  font-size : 1.2em;
  color: #921616;
  font-weight: bold;
  padding-left: 15px;
}

.topneuheaderrightsub {
  width: 360px;
  float: left;
  font-size : 1.2em;
  color: #921616;
  font-weight: bold;
  padding: 4px 0 0 0;
}

.topempfright {
  width: 334px;
  padding-left: 36px;
  float: left;
}

.topempfleft {
  width: 360px;
  float: left;
}

.botpictop {
  width: 360px;
  height: 108px;
  overflow: hidden;
  margin: 0 0 7px 0;
}

.infoboxright {
  width: 190px;
  float: left;
  text-align: right;
}

.infoboxleft {
  width: 220px;
  float: left;
}

.productdesclisting {
  width: 350px;
  overflow: hidden;
  margin: 0 0 10px 0;
  float: left;
}

.detailsbutton {
  margin: 0;
}

.descheight {
  height: 60px;
  overflow: hidden;
}

.righthersteller {
  width: 140px;
  height: 80px;
  overflow: hidden;  
  float: left;
  text-align: right;
  padding-top: 20px;
}
	
.taxinfo {
  font-size: 11px;
}	
	
a.info { text-decoration: none }
a.info:hover { cursor: help; background: #FFFFFF }
a.info span { visibility: hidden; position: absolute; padding: 1em; text-decoration: none;}
a.info:hover span { visibility: visible; border: 1px solid #000000; color: #000000; background: #ffffff; text-align: center; }	


/*		Owns		*/


#rezziover {
  width: 986px;
  margin: 0 auto 0 auto;
  padding: 0;
  overflow: hidden;
}

#rezzitop {
  width: 978px;
  height: 86px;
  margin: 0 auto 0 auto;
  background-image: url(img/topimg.jpg);
}

#logo {
  width: 142px;
  overflow: hidden;
  float: left;
  padding: 34px 0 0 38px;
}

#rezzitopmiddle {
    width: 597px;
	overflow: hidden;
	float: left;
	padding: 10px 0 0 0;
}

.rezzitoplinks {
    padding: 0;
	margin: 0;
	text-align: right;
	font-size: 12px;
	height: 50px;
}

.rezzitoplinks a {
    color: #313131;
}

.rezzitoplinksbottom {
    padding: 0 0 0 30px;
	margin: 0;
	font-size: 13px;
}

.rezzitoplinksbottom a {
    color: #313131;
}

#rezzitopright {
    width: 148px;
	padding: 10px 0 0 46px;
	overflow: hidden;
	float: left;
	font-size: 12px;
}

#rezzitopright a {
    color: #313131;
}


#maincontent {
  width: 963px;
  margin: 0;
  padding: 15px 0 0 15px;
  clear: both;
}

#leftside {
  width: 185px;
  float: left;
  overflow: hidden;
}

#content {
  width: 753px;
  padding: 0 0 0 25px;
  float: left;
  overflow: hidden;
}

#topbanner {
    text-align: right;
	border: solid;
	border-width: 2px 0 1px 0;
	border-color: #e0e0e0;
	padding: 10px 0 25px 0;
	margin: 8px 0 16px 0;
	color: #cacaca;
}


#contentwidth {
  width: 761px;
  padding: 0;
  float: left;
  margin-left: 110px;;
}

.sitemenutop {
  width: 170px;
  height: 21px;
  background-image: url(img/sitemenutop.jpg);
  padding: 8px 0 0 15px;
  margin: 12px 0 4px 0;
  color: #333333;
  font-weight: bold;
}



.bestul {
  list-style-type: none;
  margin: 0;
  padding: 4px 0 4px 0;
  clear: both;
  font-size: 11px;
  background: #f0c2c2;    
}

.bestul2 {
  list-style-type: none;
  margin: 0;
  padding: 4px 0 4px 0;
  clear: both;
  font-size: 11px;
  background: #f8e3e3;    
}

.count {
  width: 12px;
  float: left;
  font-weight: bold;
  padding: 1px 0 0 5px;
  color: #bb0000;
  font-size: 12px;
  overflow: hidden;
}

.menubox {
    width: 173px;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #cdcdcd;
	margin: 0 0 25px 0;
}

.bestname {
  width: 142px;
  padding: 0 0 0 3px;
  float: left;
  font-size: 11px;
}


.bestsellertop {
  width: 185px;
  height: 20px;
  overflow: hidden;
}



#startseitentext {
  width: 556px;
  height: 104px;
  padding: 8px 200px 0 5px;
  background-image: url(img/girl.jpg);
  background-position: right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#boxtop {
  width: 749px;
  height: 95px;
  padding: 5px;
  border: 1px solid #e2e0e0;
  border-top: 0;
  overflow: hidden;
}

#boxtop ul {
  width: 216px;
  margin: 0 0 0 26px;
  padding: 0;
  list-style-type: none;
  float: left;
  overflow: hidden;
}

.accountlist {
  list-style-type: none;
  color: #921616;
  margin: 10px 0 0 20px;
  padding: 0;
}

.accountlist li{
  padding: 2px 0 2px 0;
}

.accountlist li a {
    color: #921616;
}

.overtopproduct {
  width: 142px;
  padding: 10px 4px 4px 12px;
  float: left;
  overflow: hidden;
}

.overtopproductshoppingcart {
  width: 165px;
  padding: 10px 4px 4px 12px;
  float: left;
  overflow: hidden;
}

.leftpad {padding-left: 12px;font-size: 13px;}




.trennerrandom {
  width: 8px;
  float: left;
  overflow: hidden; 
  height: 170px;
}

.listname {
  height: 37px;
  padding: 0;
  line-height: 12px;
  overflow: hidden;
  font-size: 11px;
  margin: 0 0 5px 0; 
  font-weight: normal;
}

.listpic {
  margin: 5px 0 5px 0;
  height: 115px;
  overflow: hidden;
}

.toplistprice {
  font-size: 14px;
  margin: 0;
  height: 32px;
  overflow: hidden;
  padding: 5px 0 0 0;
  text-align: right;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.pinfosubsprice {
  font-size: 12px;
  margin: 0;
  height: 32px;
  overflow: hidden;
  padding: 2px 0 0 0;
  text-align: left;
  font-weight: bold;
  color: #333333;
}

.topinfoprice {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding: 5px 0 0 0;
  font-weight: bold;
}

.mainnewsbox {
  width: 340px;
  padding: 5px 30px 5px 5px;
  height: 220px;
  float: left;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;  
  overflow: hidden;    
}

.topnewproducts {
  width: 345px;
  padding: 5px 5px 5px 20px;
  height: 220px;
  overflow: hidden;
  float: left;
  border-bottom: 1px solid #d7d7d7;  
}

.topnewproducts a {color: #921616;}

.mainnewsbox a {color: #921616;}

.startnews {
  padding: 0;
  margin: 0 0 0 18px;
}

.startnews li {
  padding: 6px 4px 6px 0;
  list-style-type: square;
  color: #921616;
  border-bottom: 1px solid #ead4fb;  
}

.topheadding {
  font-size: 14px;
  font-weight: bold;
  color: #3f3a42;
  border-bottom: 1px solid #d7d7d7;
}

.topheaddingsmall {
  font-size: 12px;
  font-weight: bold;
  color: #3f3a42;
  margin: 0 0 12px 0;
  padding: 3px 0 0 5px;
}

.firstboxtop {
  width: 172px;
  height: 202px;
  padding: 5px;
  overflow: hidden;
  background-image: url(img/topbox.jpg);
}

.toplinksbox {
  width: 177px;
  height: 252px;
  padding: 4px;
  overflow: hidden;
  background-image: url(img/boxleft.jpg);
  font-size: 11px;
  line-height: 16px;
}

.toplinksbox a {color: #313131; text-decoration: none;}
.toplinksbox a:hover {color: #921616; text-decoration: underline;}



.linkstop {
  padding: 34px 0 0 50px;
  width: 125px;
}

.linksbot {
  padding: 5px 0 0 10px;
}


#nfooter {
    width: 936px;
	padding: 10px 5px 10px 5px;
	margin: 35px auto 10px auto;
	border: 2px solid #e0e0e0;
	border-left: 0;
	border-right: 0;
	text-align: center;
}

#nfooter a{color: #000000; text-decoration: none; border-left: 1px solid #838383; padding: 0 0 0 14px; margin-left: 14px;}
#nfooter a:hover{color: #000000; text-decoration: underline;}


#sfooter {
    width: 946px;
	height: 103px;
	padding: 12px 0 0 0;
	overflow: hidden;
	margin: 0 auto 0 auto;
	background-image: url(img/subfooter.jpg);
	line-height: 11px;
}

#sfooterleft {
    width: 180px;	
	float: left;
}

#sfootermiddle {
    width: 615px;
	float: left;
	color: #b1b1b1;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#sfooterright {
	width: 151px;
	padding: 30px 0 0 0;
	text-align: center;
	float: left;
}



#navcontainer {
  margin: 0 auto 0 auto;
  padding: 0 0 0 190px;
  width: 788px;
  height: 34px;
  overflow: hidden;
  background-image: url(img/topmenu.jpg);
}

#navcontainer ul {
  width: 440px;
  border: 0;
  margin: 0;
  padding: 7px 0 0 15px;
  list-style-type: none;
  float: left;
  overflow: hidden;
}

#navcontainer ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0 0 0 2px;
  margin: 0;
}

#navcontainer ul li a {
  height: 18px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #921616;
}

#navcontainer ul li a:hover {
  text-decoration: underline;
}

.h1topic {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin: 0 0 15px 0;
}

.subnav {
	font-size: 14px;
	text-align: center;
	padding: 11px 0 0 0;
}

.subnav a {text-decoration: none;}

.cattop {
  width: 745px;
  height: 36px;
  margin: 4px 0 8px 0;
  overflow: hidden;
  background: #fcf8f9;
  border: 1px solid #e0e0e0;
}

.cattoph1 {
	margin:0; 
	padding:0; 
	font-size : 1.2em;
	color: #9f1918;
padding: 7px 0 7px 7px;	
}

.leftnews {
	width: 511px;
	float: left;
	overflow: hidden;
}

.rightnews {
	width: 220px;
	float: left;
	overflow: hidden;
	padding-left: 22px;
}

.newsdetails {

}

.newsdetails a {color: #2a2828;}
.newsdetails a:hover {color: #980000; text-decoration: none;}

.newsdetailstrenner {background: #a5a5a5; height: 1px; overflow:  hidden; margin: 6px 0 14px 0;}

/* Listingansicht */

.tabproductpic {width: 102px; float: left; padding: 4px; font-size: 11px; background: #ebebeb; font-weight: bold; border-bottom: 1px solid #c0c0c0; border-left: 1px solid #c0c0c0;}

.tabproducttopic {width: 211px; float: left; padding: 4px 4px 4px 70px; font-size: 11px; background: #ebebeb; font-weight: bold; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0;}

.tabproductreview {width: 96px; float: left; padding: 4px; font-size: 11px; background: #ebebeb; font-weight: bold; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0;}

.tabproductprice {width: 120px; float: left; padding: 4px; font-size: 11px; background: #ebebeb; font-weight: bold; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0;}

.tabproductverlag {width: 120px; float: left; padding: 4px; font-size: 11px; background: #ebebeb; font-weight: bold; border-bottom: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0;}


.tabproductpicp {width: 115px; height: 115px; overflow: hidden; float: left; padding: 4px; text-align: center; margin-right: 2px;}

.tabproducttopicp {width: 270px; float: left; padding: 4px; margin-right: 2px; font-size: 12px;}

.tabproducttopicp a {color: #921616;}

.tabproductreviewp {width: 90px; float: left; padding: 4px; text-align: center;margin-right: 2px;}

.tabproductpricep {width: 120px; float: left; padding: 4px; margin-right: 2px; text-align: right; font-weight: bold; color: #333333; font-size: 13px;}

.tabproductverlagp {width: 110px; float: left; padding: 4px; text-align: center;}

.multisort {
  width: 200px;
  float: right;
  text-align: right;
  padding: 7px 5px 0 0;

}

.nav2 {width: 400px; float: left; padding: 11px 0 0 15px; color: #6a6a6a;}

.manudropdown {
  width: 346px;
  float: left;
  background: #ebebeb;
  padding: 1px 2px 1px 1px;
  text-align: right;
  height: 22px;
  overflow: hidden;  
  border: 1px solid #c0c0c0;
  border-top: 0;
  border-left: 0;  
}

.listaussen {
  border: 1px solid #c0c0c0;
  border-top: 0;
  width: 738px;
  padding: 15px 10px 15px 10px;
}

.bottomline {
  height: 1px;
  overflow: hidden;
  background: #d7d7d7;
  margin: 0 10px 3px 0;
}

.reviewsboxinfo {
  padding: 5px;
  background: #fafafa;
  border-bottom: 1px solid #921616;
  margin: 0 0 10px 0;
}

.alleanzeigen {
  margin: 0;
  padding: 3px 0 3px 12px;
}

.alleanzeigen a {color: #921616;}

.pinfo {
  width: 210px;
  height: 206px;
  background-image: url(img/buybox.jpg);
  text-align: center;
}

.aucherhaeltlich {
	margin: 22px 0 0 0;
    padding: 30px 0 0 14px;
    height: 85px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
}

.aucherhaeltlichwhite {
	margin: 22px 0 0 0;
    padding: 30px 0 0 14px;
    height: 85px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	background: #ffffff;
}

.frontprice {
    font-size: 11px;	
	font-weight: bold;
}

.pinfopic {
  width: 205px;
  height: 205px;
  float: left;
  padding: 5px;
  margin: 15px 0 10px 0;
  text-align: center;
}

.pinforight {
  width: 528px;
  height: 220px;
  float: left;
  padding: 5px 0 5px 10px;
  margin: 15px 0 10px 0;
}

.createacc input {	background-image:url(img/form-back.jpg); border: 1px solid #c0c0c0; font-size: 11px;}

.logtop {
  width: 347px;
  height: 21px;
  background-image: url(img/logtop.jpg);
  font-weight: bold;
  padding: 7px 0 0 10px;
}

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

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

.downloadbox {
  border: 2px solid #921616;
  padding: 4px;
  margin: 10px 0 10px 0;
}

.newsdate {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 11px;
}

.specialred {color: #921616;}

.systemmeldung {
  border: 1px solid #cd0001;
  padding: 5px;
  margin: 8px 0 0 0;
  background: #fafafa;
}

.rahmenspecial {
  width: 229px;
  height: 247px;
  background-image: url(img/special/rahmen.jpg);
  float: left;
}




.wl_border	{border-top:1px solid #dddddd; margin-top:5px;}
.wl_checkbox {padding-bottom:5px;}
.wl_name	 {padding-left:0px; font-weight:bold;}
.wl_desc	 {padding-right:3px;padding-top:3px;}
.wl_price	 {font-weight:bold;}
.wl_box		{margin-bottom:5px;}
.wl_searchbox	{background-color:#f2f2f2;}
.wl_resultheader	{background-color:#dddddd; padding:2px;}
.wl_resultcontent	{background-color:#f9f9f9;}
.wl_resultcontent2	{background-color:#ffffff;}

#CatNavi {list-style-type: none; margin: 0; padding: 0;}
#CatNavi ul, #CatNavi li {  list-style-type:none; margin:0px; padding: 2px 0 2px 0;}

.CatLevel1 a {font-size: 11px; color: #313131;}
.CatLevel1 a:hover {color: #921616;}
.CatLevel1 .Current {padding-left: 13px; background-image: url(img/menupfeil.jpg); background-repeat: no-repeat;}

.CatLevel2 a {}
.CatLevel2 a:hover {}
.CatLevel2 .Current{}

.CatLevel3 a {}
.CatLevel3 a:hover {}
.CatLevel3 .Current{}



.loginbg {
    width: 452px;
	height: 157px;
	padding: 35px 0 0 56px;
	overflow: hidden;
	margin: 30px auto 10px auto;
	background-image: url(img/loginbg.jpg);
	background-repeat: no-repeat;
}


.createaccount {
    width: 580px;
	height: 430px;
	padding: 0;
	overflow: hidden;
	margin: 30px auto 10px auto;
	background-image: url(img/createaccount.jpg);
}

.createleftname {
    width: 180px;
	padding: 12px 20px 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
}

.createright {
    width: 340px;
	padding: 12px 0 0 0;
	float: left;
}

.createright input {padding:0px; width: 310px;}

.createrightpostcode {
    width: 340px;
	padding: 12px 0 0 0;
	float: left;
}
.createrightpostcode input {padding:0px; width: 110px;}


.createrightort {
    width: 340px;
	padding: 12px 0 0 0;
	float: left;
}
.createrightort input {padding:0px; width: 210px;}

.createrightpass {
    width: 340px;
	padding: 12px 0 0 0;
	float: left;
}
.createrightpass input {padding:0px; width: 170px;}


.productdesc {
    border: 2px solid #e0e0e0;
	border-left: 0;
	border-right: 0;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}

.standardred {color: #921616;}

.pinfobewertung {
    border-bottom: 2px solid #e0e0e0;	
    border-top: 2px solid #e0e0e0;	
	margin-top: 10px;
	padding: 0 0 16px 0;
}

.dropreview {
    width: 30px;
	float: left;
}

.droptext {
    width: 80px;
	float: left;
}

.merklistetop {
    background: #fcf8f9;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	margin: 0 0 15px 0;
}

.wishlistlink {
    font-size: 13px;
	color: #921616;
	font-weight: bold;
}

.pershead {
    padding: 3px 3px 3px 20px;
	background: #fcf8f9;
	border: 1px solid #e2e2e2;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.histdetails {
    background: #fcf8f9;	
    border: 1px solid #e2e2e2;
}
