/* -----------------------------------------------------------------------------------------
   $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
   ---------------------------------------------------------------------------------------*/
.boxText {
        font-family: Arial;
        font-size: 13px;
}

.boxTextBG {
        font-family: Arial;
        font-size: 10px;
        background-color: #F3F3F3;
}
.boxTextBGII {
        font-family: Arial;
        font-size: 10px;
        background-color: #F3F3F3;
}
.boxTextPrice {
        font-family: Arial;
        font-size: 10px;
        color: #000000;
}
/* NEU */
.boxText2 {
        font-family: Arial;
        font-size: 10px;
  color: #CCCCCC
}

.boxTextBG2 {
        font-family: Arial;
        font-size: 10px;
        background-color: #eeeeee;
}
.boxTextBGII2 {
        font-family: Arial;
        font-size: 10px;
        background-color: #FFFFFF;
}
.boxTextPrice2 {
        font-family: Arial;
        font-size: 10px;
        color: #FF0000;
}
/*Neu ENDE*/




.errorBox {
        font-family : Arial;
        font-size : 10px;
        font-weight: bold;
        background-color: #D7D7D7;
}
.gvBox {
        font-family : Arial;
        font-size : 14px;
        font-weight: bold;
        border-color: #FFFFFF;
        border: 1px solid;
        background-color: #ffb3b5;
}
.stockWarning {
        font-family : Arial;
        font-size : 10px;
        color: #cc0033;
}

.productsNotifications {
        background-color: #f2fff7;
}

.orderEdit {
        font-family : Arial;
        font-size : 10px;
        color: #70d250;
        text-decoration: underline;
}

BODY {
        color: #000000;
        background-color: #f3f3f3;
  border-right-style: solid;
  border-right-width : 400px;
  border-right-color : #999999;
  border-bottom-style : solid;
  border-bottom-width : 50px;
  border-bottom-color : #999999;
  border-left-style : solid;
  border-left-width : 8px;
  border-left-color : #999999;
  margin: 0 auto;
  padding: 0px;
  position: absolute;
}

img{
        border:0;
}


A {
  color: #8a2237;
  text-decoration: none;
}

A:hover {
  color: #999999;
  text-decoration: none;
}
/*neu*/
#link A {
  color: #000000;
  text-decoration: none;
}

#link A:hover {
  color: #8a2237;
  text-decoration: none;
}
#link A:active {
  color: #8a2237;
  text-decoration: underline;
}
#link A.headerNavigation {
  color: #8a2237;
}

#link A.headerNavigation:hover {
  color: #000000;
}

/*neu Ende*/

/*neu*/
#categorie A {
  color: #f3f3f3;
  text-decoration: none;
}

#categorie A:hover {
  color: #f3f3f3;
  text-decoration: none;
}
#categorie A:active {
  color: #f3f3f3;
  text-decoration: none;
}
#categorie A.headerNavigation {
  color: #f3f3f3;
}

#categorie A.headerNavigation:hover {
  color: #000000;
}

/*neu Ende*/


/*neu*/
#content A {
  color: #807A7A;
  text-decoration: none;
  width:185 px;
}

#content A:hover {
  color: #807A7A;
  text-decoration: underline;
  width:185 px;
}
#content A:active {
  color: #807A7A;
  text-decoration: underline;
}
#content A.headerNavigation {
  color: #807A7A;
}

#content A.headerNavigation:hover {
  color: #000000;
}

#sitebar{
        height:100%;
        width:20%;
        background:transparent;
        position:absolute;
        left: 15%;
        top: 15%;
}
#submenu{
        width:545px;
        height:100%;
        background:transparent;
        position:absolute;
        left: 200px;
}

/*neu Ende*/


FORM {
        display: inline;
}


TR.header {
        background-color: #8a2237;
}

TR.headerNavigation {
  background: #F6F6F6;
}

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

A.headerNavigation {
  color: #8a2237;
}

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

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

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

TR.headerMessage {
        background-color: #d7d7d7;
 }

.moduleHeading {
        font-family: Arial;
        font-size: bold;
  color:#8A2237;
        padding-top: 20px;
  padding-bottom: 20px;
}

TD.headerError {
  font-family:Arial;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial;
  font-size: 10px;
  background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Arial;
  font-size: 13px;
  color: #666666
  background: #333333
}

.infoBoxNotice {
  background: #8a2237;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  background: #ab7782;
  height:17px;
  color: #f3f3f3;
}

TD.infoBoxHeading_right {
  font-family: Arial;
  font-size: 10px;

  background: #8a2237;
  height:17px;
  color: #f3f3f3;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  font-size: 10px;
  border-right: 0px solid;
  background: #8a2237;
  border-color: #8a2237;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Arial;
  font-size: 10px;
  background: #8a2237;

}
/*Neu */
.infoBoxleft {
}

.infoBoxContentsleft {
  font-family: Arial;
  font-size: 10px;
}

.infoBoxNoticeleft {
  background: #8a2237;
}

.infoBoxNoticeContentsleft {
  background: #FFE6E6;
  font-family: Arial;
  font-size: 10px;
}

TD.infoBoxHeadingleft {
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  background: #d8d8d8;
  height:17px;
  color: #cccccc;
}

TD.infoBoxHeading_left {
  font-family: Arial;
  font-size: 10px;
  background: #e5e5e5;
  height:17px;
  color: #333333;
 }

 TD.infoBoxHeading_Details {
  font-family: Arial;
  font-size: 12px;
  background: #e5e5e5;
  height:17px;
  color: #333333;
  border: 0px solid;
 }
  TD.infoBoxHeading_Detailsleft {
  font-family: Arial;
  font-size: 12px;
  background: #e5e5e5;
  height:17px;
  color: #333333;
  border-left: 1px solid;
  border-left-color: #CCCCCC
 }

TD.infoBoxleft, SPAN.infoBoxleft {
  font-family: Arial;
  font-size: 10px;
  border-right: 0px solid;
  background: #eeeeee;
  border-color: #8a2237;
}

TD.infoBox_left, SPAN.infoBox_left {
  font-family: Arial;
  font-size: 10px;
  background: #eeeeee;

}

/*Neu ENDE*/


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 {
  font-family: Arial;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial;
  font-size: 10px;
}

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

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial;
  font-size: 10px;
  color: #000000;
}

   /*neu ENDE */

TD.main, P.main {
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;

   }
/*neu*/
TD.main2, P.main2 {
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5;
  color: #000000
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 10px;
}

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

TD.fieldKey {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
        font-family: Arial;
        font-size: 12px;
  color: #A4A4A4;
  padding: 3px;
  }

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 11px;
}

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

SPAN.underline {
        text-decoration: underline;
}

TABLE.formArea {
  background: #eeeeee;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  margin-left: 20px;}

TD.formAreaTitle {
  font-family:Arial;
  font-size: 18px;
  font-weight: bold;
}

.copyright {
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  background:#ffffff
  }
.parseTime {
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  background:#ffffff
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-family: Arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

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

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

.smallHeading {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        color: Black;

}

.moduleRow {
 font-family: Arial;
 font-size: 13px;
 line-height: 2;
 background-color: #8a2237;
 border: 0px solid;
 border-color: #8a2237;
 text-indent: 16px;}

.moduleRowOver {
        background-color: #ab7782;
        border: 0px solid;
        border-color: #ffffff;
        font-family: Arial;
    font-size: 13px;
    line-height: 2;
  text-indent: 16px;
         }

.moduleRowSelected { background-color: #ab7782;
text-indent: 16px; line-height:2; }

.moduleRowVisited { background-color: #ab7782;
text-indent: 16px; line-height:2; }





.checkoutBarFrom, .checkoutBarTo { font-family: Arial; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial; font-size: 10px; color: #000000; }

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

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF;
        background-color: #666666;
        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;}


/* message box */

.messageBox { font-family: Arial; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 10px; background-color: #d7d7d7; margin-left:20px; }
.messageStackSuccess { font-family: Arial; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 10px; color: #ff0000; border-style:none; }

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

.navLeft {
  font-family: Arial;
    font-size: 14px;
        border-right: 0px solid;
        border-color: #8a2237;
        background-image: url(img/bg_left_column.jpg);
        width: 185px;
  border-bottom-style : solid;
  border-bottom-width : 40px;
  border-bottom-color : #ffffff;

}
.navRight {
        border-color: #666666;
  background-image: url(img/bg_right_column.jpg);
        border-top-width: 0px;
        border-top-style: solid;

        background-color: #e5e5e5;
        width: 185px;
  border-right-width: 0px;
        border-right-style: solid;
  border-right-color : #333333;
    }

  .navRight_boxes {
        border-color: #e5e5e5;
         border-top-width: 0px;
        border-top-style: solid;
        border-left-width: 0px;
        border-left-style: solid;
        background-color: #e5e5e5;
        width: 185px;


  }

.contentsTopics {
        font-family: Arial;
        font-size: 14px;

  color:#8a2237
}

.tableListingI {
        background-color: #eeeeee;
}

.tableListingII {
        background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Arial;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
        width: 0px;
}

#Warenkorb {
font-family: Arial;
font-size: 10px;
width: 196px;
background:#d8d8d8
border: 1px solid #d7d7d7;
background-color:#ffffff;
}

Produkte {
font-family: Arial;
background: #ab7782;
color: #f3f3f3;
}
/* CSS Contentbereich */

/*Container*/
#content_hg{ background:#F3F3F3; width:619px !important; width:600px; height:auto; padding:5px; top:10px; left:200px; margin-right:0px !important; margin-right:-60px;}


#headerMain{ position:relative; width:100%; height:auto;}

#wurstmanufaktur{background:transparent; width:355px !important; width:320px; float:left; margin-top:5px; margin-left:20px;}
#aktuell{
        background:tranparent;
        width:225px;
        float:left;
        margin-top:5px;
        margin-left:0px !important;
        margin-left:5px;
}

#vertikal_trenner{ background:url(img/vertikal_trenner.png) repeat-y; float:left; width:10px !important; width: 1px; height:160px; padding:2px !important; padding:0px; margin-top:10px !important; margin-top:0px; }
#vertikal_trenner_info{ background:url(img/vertikal_trenner.png) repeat-y; float:left; width:10px !important; width: 1px; height: 200px; padding:0px !important; padding: 0px; margin-top:0px !important;position:relative; margin-top: 0px;margin-left:0px;}
.horizontal_trenner{background:url(img/horizontal_trenner.png) repeat-x; height:10px !important; height: 1px; width:96% !important; float:left; margin-left:20px !important; margin-left:15px;}
.horizontal_trenner_Listing{background:url(img/horizontal_trenner.png) repeat-x; height:10px !important; height: 1px; width:53% !important; float:right; margin-top:-47px !important; *margin-top:-6px!important; margin-top: 0px;}
.horizontal_trenner_Listing1{background:url(img/horizontal_trenner.png) repeat-x; height:10px !important; height: 1px; width:100% !important; float:left;}
.horizontal_trenner_content{background:url(img/horizontal_trenner.png) repeat-x; height:10px !important; height: 1px; width:100% !important; float:left; margin-left:0px !important; margin-left:15px;}

#slowFoodMain{ position:relative; width:100% !important; width:650px; height:auto !important; height:200px; margin-left:20px !important; margin-left:30px;}
#slowFoodPic{width:350px !important; width:100px; float:left; height:190px !important; height:50px; background:#FFFFFF !important;margin-top:0px !important; margin-top:7px;}
#slowFoodText{width:245px !important; width: 200px;  float:left; margin-left:15px !important; margin-right:5px !important; padding:0px !important;}


.sonstMain{position:relative; height:auto; width:100%; margin-left:20px !important; margin-left:30px;}
.sonstText{width:355px; height:auto; float:left;}
.sonstPic{width:245px; float:left; background:#FFFFFF; height:150px;}

.subHg{ width:600px; background:transparent;}
.submenu{font-size:14px;width:182px; height:100%; padding:0px; float:left; line-height: 4; *margin-top:-15px !important; margin-top:-10px;}
.subHginfo{ width:600px; background:transparent;}
.submenuinfo{font-size:14px;width:182px; height:100%; padding:0px; float:left; line-height: 2.4; *margin-top:0px !important; margin-top:0px;}
#content_hg_aktuelles{ background:#F3F3F3; width:410px; height:auto;  float:right;}
#content_hg_listing{ background:#F3F3F3; width:410px; height:auto  float:right;}

.subHgContent{ width:600px; background:transparent;}
.submenuContent{font-size:14px;width:182px; height:100%; background:#F3F3F3; padding:0px; float:left; line-height: 2.4; *margin-top:0px !important; margin-top:0px;}

.downloadMain{position:relative; width:100%; height:auto;}
.downloadThumb{float:left;width:75px;height:100px; border:#000000 solid 0px; background:#FFFFFF;}
.BildMain{width:100%; height:auto;}
.BildThumb{width:75px;height:100px;}
.downloadThumbPartner{border:#000000 solid 0px;}

.product_listing_Main{width:100%; height:auto; }
.productlisting_image{float:left;  border:#000000 solid 0px;background:#FFFFFF; width:188px; height:154px; *height:156px; border-bottom: 1px solid #999999; }
.downloadText{padding:2px;}
.BildText{float:left; padding:2px;}
.downloadTextPartner{padding:2px;}
.product_listing_Text{float:right; height:125px !important; height: 125px; width:200px !important; width: 200px;}
.product_listing_detail{bottom:30px; *bottom:-5px;  left:208px; *left:20px; width:200px;  position:relative;}


.productInfo_listing_Main{width:100%; height:auto; }
.productInfo_listing_Image{float:left; border:#000000 solid 0px; width:292px !important; width:200px; height:215px !important;}
.productInfo_listing_Text{float:right; height:195px !important; height:auto; width:108px !important; width: 80px;}
.productInfo_listing_Beschreibung{height:auto; width:100%; float:left;}

/*Schriften*/

.head {font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#9B3330;}

.text {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}
.textright {float:right;text-align: right; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#8a2237;}
.textleft { float:left;text-align: left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}
.textrightinfo {float:right;clear: right;text-align: right; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#8a2237;margin-left: 200px;margin-top:-105px;*margin-top:-0px;}
.textleftinfo {position: relative; float:left; text-align:justify; display:inline ;font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; *margin-top:4px; margin-top:2px;}
.texttop { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}
.textbottom {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}


.subhead{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000;}
.textsub{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#9B3330; margin-left:15px; }
.textsubinfo{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#9B3330; margin-left:15px; }

/*Links*/

a {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#933C35; text-decoration:none;}
a:hover{ text-decoration:underline;}

.submenulink a {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:none; line-height: 2.4;  margin-left:15px;}
.submenulink a:hover{ color:#9B3330;}

.submenuContentlink a {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:none; line-height: 2.4;  margin-left:15px;}
.submenuContentlink a:hover{ color:#9B3330;}
