/* -----------------------------------------------------------------------------------------
   stylesheet.css 2006-06-30 10:00:00 MEZ

   XT-Commerce - community made shopping
   http://www.incrovision.com

   Copyright (c) 2006 incrovision GmbH
   -----------------------------------------------------------------------------------------
   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
   ---------------------------------------------------------------------------------------*/

.breite { width: 887px } /* SHOP BREITE KANN HIER ANGEPASST WERDEN */

/* MENÜ CODE - Farben und Breiten können hier eingestellt werden */

#box_cart {
  width: 202px;
  height: 40px;
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-right: 5px;
  text-align: right;
  color: #FFFFFF;
  background-color: #000000;
}

#tabs10,
.tabs10 {
  width: 675px;
  height: 27px;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 16px;
  background-color: #000000;
  font-size: 100%;
  line-height: normal;
}
    #tabs10 ul,
    .tabs10 ul {
    margin: 0;
    padding: 5px 10px 0px 0px;
    list-style: none;
    }
    #tabs10 li,
    .tabs10 li {
      display: inline;
      margin: 0;
      padding: 0;
    }
    #tabs10 a,
    .tabs10 a {
      float: left;
      background: url('Bilder/tableft10.gif') no-repeat left top;
      margin: 0;
      padding: 0 0 0 4px;
      text-decoration: none;
    }
    #tabs10 a span,
    .tabs10 a span {
      float: left;
      display: block;
      background: url('Bilder/tabright10.gif') no-repeat right top;
      padding: 4px 10px 5px 6px;
      color: #FFFFFF;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span,
    .tabs10 a span {
      float: none;
    }

    #tabs10 a.set,
    .tabs10 a.set {
      background-position: 0% -42px;
    }
    #tabs10 a.set span,
    .tabs10 a.set span {
      background-position: 100% -42px;
    }

    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color: #FFFFFFF;
    }
    #tabs10 a:hover, a:focus,
    .tabs10 a:hover, a:focus {
      background-position: 0% -42px;
    }
    #tabs10 a:hover span, a:focus span,
    .tabs10 a:hover span, a:focus span {
      background-position: 100% -42px;
    }

/* MENÜ CODE ENDE */


/* Rahmen um den Boxen */

.rahmen { border: 1px solid #860000; }

/* Rahmen um den Boxen ENDE */

/* SHOP CLASSEN ANFANG */

.boxText {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  padding: 5px;
  background: #F0F0F0;
}

.boxTextBG {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  background-color: #f1f1f1;
}
.boxTextBGII {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  background-color: #f8f8f8;
}
.boxTextPrice {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #BF0000;
}

.errorBox {
  font-family : Tahoma, Arial, sans-serif;
  font-size : 11px;
  font-weight: bold;
  background-color: #ffb3b5;
}
.gvBox {
  font-family : Tahoma, Arial, sans-serif;
  font-size : 14px;
  font-weight: bold;
  border-color: #FFFFFF;
  border: 1px solid;
  background-color: #860000;
}
.stockWarning {
  font-family : Tahoma, Arial, sans-serif;
  font-size : 11px;
  color: #cc0033;
}

.productsNotifications {
  background-color: #f2fff7;
}

.orderEdit {
  font-family : Tahoma, Arial, sans-serif;
  font-size : 11px;
  color: #70d250;
  text-decoration: underline;
}

body {
  color: #000000;
  margin: 0;
  background-color: #BF0000;
  font-family : Tahoma, Arial, sans-serif;
  font-size : 11px;
}

img{
  border:0;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
  display: inline;
}


TR.header {
  background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
  background-color: #F6F6F6;
}

A.headerNavigation {
  color: #000000;
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #FFCC00;
}

A.confirmationEdit {
  color: #860000;
  font-style: italic;
}
A.confirmationEdit:hover {
  color: #860000;
  font-style: italic;
  text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
  background-color: #00CC33;
}

.moduleHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  padding-bottom: 11px;
}

TD.headerError {
  font-family: Tahoma, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


TD.footer {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #F6F6F6;
  color: #BF0000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: url(Bilder/box_bg.gif);
  height:22px;
  color: #ffffff;
  padding:0 0 0 3px;
}

TD.infoBoxHeading_right {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #860000;
  height:22px;
  color: #ffffff;
  padding:0 0 0 3px;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  border-right: 4px solid;
  background: #E6E6E6;
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #E6E6E6;

}

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: Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #000000;
  text-decoration: underline;
}

A.pageResults:hover {
  color: #000000;
  background: #ffffff;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

TD.tableHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #860000;
  font-weight: bold;
}

SPAN.underline {
  text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.copyright {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  text-align:center;
  color:#999999;
}
TD.copyright a {
  color: #999999;
}
TD.copyright a:hover {
  color: #999999;
  text-decoration: underline;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Tahoma, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
  font-family: Tahoma, Arial, sans-serif;
  color: #ff0000;
  text-decoration: line-through;
}
SPAN.errorText {
  font-family: Tahoma, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Tahoma, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: Black;
}

.moduleRow {}
.moduleRowOver {}
.moduleRowSelected {}

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma, Arial, sans-serif; font-size: 11px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF;
  background-color: #BF0000;
  padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Tahoma, Arial, sans-serif; font-size: 9pt; color: #000000; background-color: #F0F0F0; padding: 2px 2px;}
.sitemap_sub a {color: #000000;}
.sitemap_sub a:hover {color: #860000; text-decoration: underline;}


/* message box */

.messageBox { font-family: Tahoma, Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Tahoma, Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma, Arial, sans-serif; font-size: 11px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
  border-right: 1px solid;
  border-color: #b6b7cb;
  background-image: url(img/bg_left_column.jpg);
  width: 185px;
}
.navRight {
  border-color: #BF0000;
  border-top-width: 4px;
  border-top-style: solid;
  border-left-width: 4px;
  border-left-style: solid;
  background-color: #E6E6E6;
  width: 185px;
}

.contentsTopics {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #860000;
  background: #f9f9f9;
  background-image: url('Bilder/box_bg.gif');
  padding: 3px;
}

.tableListingI {
  background-color: #eeeeee;
}

.tableListingII {
  background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
  width: 1px;
}

/* SHOP CLASSEN ENDE */

/*- Menu Tabs 10--------------------------- */


/*---------------- Überschriften -------------*/
h1.shop {
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #860000;
  background-image: url('Bilder/box_bg.gif');
  padding: 3px;
}
h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #860000;
}
h2 {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 4px;
}
h3 {
  font-size: 13px;
  margin-top: 16px;
  margin-bottom: 4px;
}
h4 {
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 4px;
}
h5 {
  font-size: 11px;
}
/*---------------- Überschriften -------------*/

/*---------------- Navigation links -------------*/
ul#navi_links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#navi_links li {
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 1px;
  margin-left: 0px;
  margin-right: 0px;
}
li a.navi_links, a.navi_links:link, a.navi_links:visited, a.navi_links_set, a.navi_links_set:link, a.navi_links_set:visited {
  font-size: 11px;
  padding: 2px 0px;
  text-indent: 6px;
  text-decoration: none;
  width: 145px;
  display: block;
}
li a.navi_links {
  color: #000000;
}
li a.navi_links:hover, a.navi_links:focus {
  color: #860000;
  background-color: #FFFFFF;
  text-decoration: underline;
}
li a.navi_links_set {
  color: #860000;
  background-color: #FFFFFF;
}
/*---------------- Navigation links -------------*/

a.top {
  color: #FFFFFF;
  text-decoration: underline;
}
a.top:hover, a.top:focus {
  color: #FFCC00;
  text-decoration: none;
}

a.uelink {
  color: #FFFFFF;
  text-decoration: underline;
}
a.uelink:hover, a.uelink:focus {
  color: #FFCC00;
  text-decoration: none;
}

/*--------------------- AGBs --------------------*/
div.agbs_punkt, div.paragraph {
  width: 34px;
  float: left;
  text-align: right;
}
div.agbs_inhalt, div.paragraph_text {
  width: 480px;
  float: left;
  margin-left: 6px;
  text-align: justify;
}
div.paragraph, div.paragraph_text {
  font-size: 13px;
  color: #860000;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 5px;
}
/*--------------------- AGBs --------------------*/
.versand th {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #BF0000;
}
/*--------------------- AGBs --------------------*/

/*--------------------- Versand-Informationen --------------------*/
.versand_punkt {
  width: 100px;
  float: left;
  font-weight: bold;
  margin-top: 16px;
}
.versand_inhalt {
  width: 414px;
  float: left;
  text-align: justify;
  margin-left: 6px;
  margin-top: 16px;
}
/*--------------------- Versand-Informationen --------------------*/

div#news {
  text-align: center;
  font-weight: bold;
  color: #BF0000;
  background-color: #F0F0F0;
  padding: 5px;
  border: 1px dotted #999999;
  margin: 5px;
  margin-top: 10px;
}
