/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   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: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY  { background-color: #BED0D7; margin: 0px }

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

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

A.headerNavigation { 
  color: #4b4b67; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBoxhg {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	background-image: url('img/bg_box_infos.jpg');
	background-repeat: no-repeat;
}
.infoBoxHead2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:17;
	color: #ffffff;
}	
.infoBoxHead2g{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:17;
	color: #ffffff;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
}
.infoBoxHead2r{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height:17;
	color: #ffffff;
	border-bottom:1px solid #000000;
}
.infoBoxContents {
  background: #;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4b4b67;
}
TD.infoBoxHeading_right {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}

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

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E9E7E9; 
  border-left-color: #000000;
  border-left-style: solid;
  border-left-width: 1px;  
}

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

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

A.pageResults {
  color: #FF0000;
}

A.pageResults:hover {
  color: #FFFFFF;
  background: #FF0000;
}

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  color: #000000;
}
TD.main12 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #4b4b67
}

TD.newsletterbox{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #4b4b67;
}
.mwst {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

TD.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  line-height: 1.5;
  color: #666666;
}

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

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

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

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

.moduleRow{
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
}
.moduleRowOver  { font-size: 11px; line-height: 1.5; font-family: Verdana, Arial, sans-serif; cursor: hand }
.moduleRowSelected {}


.moduleRow1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 
}
.moduleRowOver1  { font-size: 11px; line-height: 1.5; font-family: Verdana, Arial, sans-serif; background-color: #f5f5f5; cursor: hand }
.moduleRowSelected1 { background-color: #E9F4FC; }




.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; 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: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

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

.navLeft {
}
.navRight {
border-left: 1px solid;
border-color: #b6b7cb;
}
.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}.header  { background-image: url(img/header.gif) }
.nav_top_I {

	background-image: url('img/nav_top_I.jpg');
}
.nav_top_II {

	background-image: url('img/nav_top_II.jpg');
}
.nav_top_III {

	background-image: url('img/nav_top_III.jpg');
}
.nav_top_IV {


	background-image: url('img/nav_top_IV.jpg');
}
.nav_top_V {


	background-image: url('img/nav_top_V.jpg');
}

.navtrail_left  { font-size: xx-small; background-image: url(img/box_top.jpg) }
.navtrail_right  { font-size: xx-small; background-color: #ffffff; border-right-color: #000000; border-right-style: solid }
.content {
	background-color: #FFFFFF;
}
.footer_I  { font-size: 10px; font-family: Arial, Helvetica, sans-serif; background-image: url(img/footer_I.jpg) }
.footer_II {
	background-image: url('img/footer_II.jpg');
}
.footer_III  { font-size: 10px; font-family: Arial, Helvetica, sans-serif; background-image: url(img/footer_III.jpg) }
.box_Heading_left {
	background-image: url('img/bg_box_heading_left.jpg');
	background-repeat: no-repeat;
}
.box_footer_left {
	background-image: url('img/bg_box_footer_left.jpg');
	background-repeat: no-repeat;
}
.box_bg_left {
	background-image: url('img/bg_box_left.jpg');
	background-repeat: repeat-y;
}
.box_Heading_right {
    background-image: url('img/bg_box_heading_right.jpg');
}
.box_bottom_left {
	background-image: url('img/box_bottom.jpg');
}
.box_bottom_right {
	background-image: url('img/box_bottom_right.jpg');
}
.bg_box_topics {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #4b4b67;
}

.bg_box_topics_active {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #4b4b67;
	background-image: url('img/bgactcat.gif');
	background-repeat: repeat-y;
}
.bg_box_topics_active_head {
	background-image: url('img/bgactcat_head.gif');
	background-repeat: no-repeat;
}
.bg_products_name {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bg_products_name_pinfo {
	background-image: url('img/pinfo_box_head.gif');
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}
.boxen-left   {}
.TABLE { border: solid 1px #000 }
h1 { font-size: 12px }
.body_top {
    background-image: url('img/body_top.gif');
}
.body_top_left {
    background-image: url('img/body_top_left.gif');
}
.body_top_right {
    background-image: url('img/body_top_right.gif');
}
.body_left{
    background-image: url('img/body_left.gif');
}
.body_right{
    background-image: url('img/body_right.gif');
}
.body_bottom {
    background-image: url('img/body_bottom.gif');
}
.body_bottom_left {
    background-image: url('img/body_bottom_left.gif');
}
.body_bottom_right {
    background-image: url('img/body_bottom_right.gif');
}
.navi_cat{
    background-image: url('img/hg_left.gif');
    background-repeat:no-repeat;
}
.hg_main{
    background-image: url('img/hg_main.gif');
}
.hg_left_verlauf{
    background-image: url('img/hg_left_verlauf.gif');
}
.prodlist{
    background-image: url('img/prodlist.gif');
}
.prodlist1{
    background-image: url('img/prodlist1.gif');
}
.baseline {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #4b4b67;
  color: #FFFFFF;
}
h1.baseline {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #4b4b67;
  color: #FFFFFF;
  display:inline;
}
h2.contentpage { font-size: 16px }
h3.contentpage { font-size: 13px }
.pinfopname{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
A.baseline{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #4b4b67;
  color: #FFFFFF;
  text-decoration: none;
}

A.baseline:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #4b4b67;
  color: #ff0000;
  text-decoration: underline;
}
A.infoboxlink{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #4b4b67;
  text-decoration: none;
}

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

A.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  line-height: 1.5;
  color: #666666;
}
A.copyright:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  line-height: 1.5;
  color: #666666;
  text-decoration: underline;
}
A.navicolor{
  color: #4b4b67;
}
.pinfopicbg {
    background-image: url('img/pinfo_picbg.gif');
}
.strichlinie {
    background-image: url('img/strichlinie.gif');
}
.bg_pinfo_main {
    background-image: url('img/bg_pinfo_main.gif');
}
.pinfo_box_foot{
    background-image: url('img/pinfo_box_foot.gif');
}
.pinfo_box_head{
    background-image: url('img/pinfo_box_head.gif');
    background-repeat: no-repeat;
}	
