/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.1 2003/09/11 19:05:05 fanta2k Exp $

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

   Copyright (c) 2003 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, sans-serif;
	font-size: 12px;
	color: #000000;
}
.errorBox { font-family : Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  color: #000000;
  margin: 0px;
  font-size: 12px;
}

A {
  color: #191970;
  text-decoration: none;
}

A:hover {
  color: #4682B4;
  text-decoration: underline;
}

font {
  font-family : Arial, sans-serif;
  font-size: 12px;
}

font A {
  font-family : Arial, sans-serif;
  font-size: 12px;
  color: #191970;
  text-decoration: none;
}

font A:hover {
  font-family : Arial, sans-serif;
  font-size: 12px;
  color: #4682B4;
  text-decoration: underline;
}

FORM {
	display: inline;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-weight: strong;
	line-height: 17px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-left: 13px;
	text-weight: strong;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 15px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333333; 
	padding-left: 0px;
	text-weight: strong;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #F6F6F6;
  color: red;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

A.headerNavigation {
  color: red;
}

A.headerNavigation:hover {
  color: red;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: ;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
	background-color: #f0f0ff;
}

.languages {
	padding-left: 55px;
	padding-top: 1px;
	text-align:center;
	float: left;
}

.mainmenu {
	width:100%;
	margin-top:3px;
	margin-bottom:5px;
	padding-bottom:3px;
}

a.amainmenu:visited{
	padding-left: 7px;
	padding-right: 7px;
	margin: 2px;
	text-decoration: none;
	background: #efefef;
	border: solid 1px #666666;
	float: left;
}

a.amainmenu:link{
	padding-left: 7px;
	padding-right: 7px;
	margin: 2px;
	text-decoration: none;
	background: #efefef;
	border: solid 1px #666666;
	float: left;
}

a.amainmenu:hover{
	padding-left: 7px;
	padding-right: 7px;
	margin: 2px;
	text-decoration: none;
	background: #cccccc;
	border: solid 1px #666666;
	float: left;
}

#active{
	background: #ffffff;
}

.infoBoxContents {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #007FAB;
	text-indent: 14px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 12px;
}


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, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: ;
}

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

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

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

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

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

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

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

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

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

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

.moduleRow { }
.moduleRowOver { background-color: #0077A2; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; 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;
}
.navRight {
border-left: 1px solid;
border-color: #b6b7cb;
}
.tableBody {
padding: 2px;
}.rahmen {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;

}
TD {
  FONT-SIZE: 12px;
  FONT-FAMILY: Arial, sans-serif;
}
.mmbodysml {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
  }
  .produktpreis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: blink;
}
.boxtextweiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.boxtextweiss A:link {COLOR: #000000;FONT-SIZE: 12px;font-weight: normal;FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}
.boxtextweiss A:visited {COLOR: #000000;FONT-SIZE: 12px;font-weight: normal;FONT-FAMILY:  Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}
.boxtextweiss A:hover {COLOR: #999999;FONT-SIZE: 12px;font-weight: normal;FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none}
.boxtextweiss A:active {COLOR: #000000;FONT-SIZE: 12px;font-weight: normal;FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}

.boxtextweiss2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.boxtextweiss2 A:link {COLOR: #000000;FONT-SIZE: 12px;font-weight: normal;FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}
.boxtextweiss2 A:visited {COLOR: #000000;FONT-SIZE: 12px;font-weight: normal;FONT-FAMILY:  Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}
.boxtextweiss2 A:hover {COLOR: #999999;FONT-SIZE: 12px;font-weight: normal;FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}
.boxtextweiss2 A:active {COLOR: #000000;FONT-SIZE: 12px;font-weight: normal;FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}


.rahmenlinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.rahmenoben {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}
.rahmenrechts {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.rahmenunten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.HGKATEGORIE {
	background: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;

}
.HGKATEGORIE A:link {COLOR: #000000;FONT-SIZE: 12px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;line-height: 17px;}
.HGKATEGORIE A:visited {COLOR: #000000;FONT-SIZE: 12px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;line-height: 17px;}
.HGKATEGORIE A:hover {COLOR: #999999;FONT-SIZE: 12px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;line-height: 17px;}
.HGKATEGORIE A:active {COLOR: #000000;FONT-SIZE: 12px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;line-height: 17px;}

.rahmenrechts_schatten {
	border-right-width: 3px;
	border-right-style: outset;
	border-right-color: #000066;
}
.boxtextschwarz A:link {COLOR: #000000;FONT-SIZE: 12px;font-weight: bold;FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}
.boxtextschwarz A:visited {COLOR: #000000;FONT-SIZE: 12px;font-weight: bold;FONT-FAMILY:  Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}
.boxtextschwarz A:hover {COLOR: #000000;FONT-SIZE: 12px;font-weight: bold;FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}
.boxtextschwarz A:active {COLOR: #000000;FONT-SIZE: 12px;font-weight: bold;FONT-FAMILY: Arial, Helvetica, sans-serif;TEXT-DECORATION: none;}

.navUntermenueManicon {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	text-indent: 5pt;
	vertical-align: middle;
}
.navManicon1 {
	background-color: #F0F0FF;
}
.navManicon2 {
	background-color: #E5E5EE;
}
.leer {
	font-size: 0px;
	vertical-align: top;
	height: 0px;
}
.navtrail {
	background-color: #f0f0ff;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}
