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

.startlink
{
  font-weight: bold;
	color: #cc0066;
}


/* Elemente für Vergrößerung bei Produktfotos --------------------------------------------------------------------------------------- */
ul a .vorschau
{
	background: inherit;
	color: #777;
}

ul a:hover .vorschau
{
	background: inherit;
	color: #000;
}

.vorschau {
	cursor: default;
}

.vorschau a {
	cursor: default;
}

.vorschau a .preview {
  display: none;
}

.vorschau a:hover .preview
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.vorschau img
{
	color: inherit;
	padding: 0px;
	vertical-align: top;
}

.vorschau li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}


/* Hauptnavigation LI-Elemente ---------------------------------------------------------------------------------------------------- */
.hauptnavi {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.rechnungsadresse {
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
}

.rechnungsabsender {
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
}


.kategorie,.kategorie_mituk {
	font-size: 16px;
	margin-top: 5px;
	padding-left: 20px;
	list-style: none;
	background-image: url(imgsaf/navBlume.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.subkategorie1 {
	font-size: 12px;
	margin-top: 3px;
	margin-left: 10px;
	padding-left: 18px;
	list-style: none;
	background-image: url(imgsaf/navBlatt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.hk_aktiv,.uk_aktiv {
	font-weight: bold;
}

/* Rahmenformate mit Hintergrund ---------------------------------------------------------------------------------------------------- */

.rahmenOrange {
	background-color: #ffe9bf;
	border: 1px solid #ff9933;
	padding: 5px;
}

.produktListe {
	background-color: #ffe9bf;
	border: 2px solid #ff9933;
	padding: 5px;
	margin-bottom: 15px;
}


/* Überschriftsdefinitionen ---------------------------------------------------------------------------------------------------- */
H1 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0066;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC0066;
	margin: 0px 0px 10px 0px;
    line-height: 120%;
}

H2 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9933;
	clear: both;
	margin: 25px 0px 5px 0px;
	padding-bottom: 3px;
    line-height: 120%;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9933;
	border-bottom: 1px solid #FF9933;
	clear: both;
	margin: 25px 0px 5px 0px;
	padding-bottom: 3px;
    line-height: 120%;
}

.h2border {
	padding-bottom: 3px;
	border-bottom: 1px solid #FF9933;
}

/* Grundschriften ---------------------------------------------------------------------------------------------------- */
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}

.produktdetail {
}

.produktdetail a {
	border-bottom: 1px dotted #999999;
}

.produktdetail h2 a {
	border-bottom: 1px solid transparent;
}

.produktdetail a:hover {
	border-bottom: 1px solid transparent;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  color: #CC0066;
  font-weight: bold;
}

.preis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

.error {
	color: #D24E42;
	background-color: #FCFC9A;
	border: 1px solid #D24E42;
	font-weight: bold;
	padding: 3px;
}

.kleinGrau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.3;
	color: #666666;
}


/* Formularfelddefinitionen ---------------------------------------------------------------------------------------------------- */
INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TEXTAREA {
	border: 1px solid #B74D8B;
	background-color: #F6D4E7;
}

.inputfeldbreit input {
	width: 200px !important;
}

.formZeile {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.formZeileEng {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.formText {
	font-size: 12px;
	float: left;
	width: 150px;
	font-weight: bold;
	line-height: 140%;
	margin-top: 10px;
}

.formInput {
	float: left;
	width: 300px;
	line-height: 140%;
	margin-top: 10px;
}

.eingabeFeld {
	border: 1px solid #B74D8B;
	background-color: #F6D4E7;
}


/* Boxformatierungen und Navigationselemente ------------------------------------------------------------------------------------- */
A.pageResults {
	color: #B74D8B;
	text-decoration: underline;
}

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

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

A.pageResults:hover {
	color: #B74D8B;
	text-decoration: none;
}

.navLeft {
	margin: 5px;
	background-color: #9ece56;
	width: 190px;
}
.navRight {
	margin: 5px;
	background-color: #9ece56;
	width: 190px;
}

.kategorieBild {
	margin-right: 10px;
	margin-bottom: 10px;
}

.versandBGLine {
	background-image: url(imgsaf/versand-bgline.gif);
	background-repeat: repeat-x;
}

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

.boxKopfzeilen {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 3px 0px 3px 0px;
	margin: 15px 0px 5px 3px;
	color: #FFFFFF;
	background-image: url(imgsaf/Box-HG-Button.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.boxText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	margin: 0px 6px 5px 9px;
	background-color: #C4E196;
	border: 1px solid #74A22F;
}

.boxButton {
	border: 0px solid #000000;
	text-align: right;
	padding-top: 5px;
}

.backButton {
	border: 0px solid #000000;
	text-align: right;
	padding-top: 20px;
}

.navilistKlein {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 5px 0px 5px;
	margin: 0px 6px 5px 15px;
	line-height: 150%;
	list-style-image: url(imgsaf/navi-li-button.gif)
}

/* unveränderte Originalformatierungen ------------------------------------------------------------------------------------- */
.moduleRow {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}

.moduleRowOver { 
	font-family: Arial, Helvetica, sans-serif;
}

.moduleRowSelected { background-color: #E9F4FC; }

.boxTextBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

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

.productsNotifications {
	background-color: #f2fff7;
}

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

BODY {
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(imgsaf/hg-kachel-engel.gif);
}

img{
	border: 0;
}

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

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

FORM {
	display: inline;		   
}


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

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	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: #FFCCCC;
}

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: #00CC33;
}

.moduleHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #B3D87B;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #9ece56;
  height: 17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height: 17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  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: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

SPAN.underline {
	text-decoration: underline;
}

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

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

.copyright {
  font-family: Arial, sans-serif;
  color: #A9419D;
  font-size: 7pt;
  line-height: 1.5;
  text-align: center;
}
.parseTime {
  font-family: Arial, sans-serif;
  color: #A9419D;
  font-size: 7pt;
  line-height: 1.5;
  text-align: center;
}
.copyright A {
  color: #A9419D;
}
.copyright A:link {
  color: #A9419D;
}
.copyright A:visited {
  color: #A9419D;
}
.copyright A:hover {
  color: #A9419D;
  text-decoration: underline;
}


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

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

SPAN.productDiscountPrice {
  font-family: Arial, Helvetica, 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;
}

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

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

/* Sitemap Tables */
.sitemap_heading {font-family: Arial, Helvetica, 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: Arial, Helvetica, 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, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

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

.contentsTopics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

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