/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
 /* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bg.jpg) no-repeat;
        background-position: 0px 0px;
        background-attachment:fixed;
	font: normal 12px  Tahoma,  Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #888888;
        background: #fff;
        text-align:left;
       padding: 5px 0 3px 33px;
        height:19px;
}

h1 {
 	font-size: 152%;
	font-weight: normal;
}

h2 {
	font-size: 136%;
	font-weight: normal;

}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {



	font-size: 1.1em;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #660f52;
}

/* Menu */

#menu {
	width: 860px;
        height: 30px;
	margin: 0 auto;
        padding: 0px 0 0px 0;
        border-top: 0px solid #fff;
        background-color: #dededc;
         border-left: 5px solid #fff;
        border-right: 5px solid #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 5px 20px 5px 20px;
        font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
        color: #660f52;
}

#menu a:hover {
	background: #987998;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 860px;
	height: 123px;
	margin: 0 auto;
	background: #fff url(img/top_logo.jpg) bottom no-repeat;
        border-top: 5px solid #fff;
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
}

#logo h1 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
        background: url(images/bg.png);
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
}

/* Content */

#content {
	float: right;
	width: 645px;
	padding: 0px 0px 0px 0px;
}

#welcome {
	padding-bottom: 1px;
        background-color: #fff;
}

.floating-box {
	float: right;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding-top: 30px;
}

#links {   list-style:none;
}

.link1 {
	display: block;
	padding: 7px 0px 7px 5px;
	text-decoration: none;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;

}

.link1:hover {
	background-color: #987998;
	color: #fff;
        font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
}

.link2 {
        font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
}

.link3 {
	display: block;
	padding: 5px 0px 5px 20px;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
 	text-decoration: none;
	font: 12px Tahoma,  Arial, Helvetica, sans-serif;

}

.link3:hover {
	background-color: #ccc;
	color: #660f52;
}





/* Footer */

#footer {
 height: 50px;

}

#footer .wrapper {
	width: 860px;
	margin: 0 auto;
        border-bottom: 5px solid #dededc;
          border-left: 0px solid #dededc;
           border-right: 0px solid #dededc;
}

#footer .links {
 float: left;
	width: 216px;
	height: 34px;
	padding: 6px 30px 0 20px;
	background: #f1f1f1;
 	font-size: 85%;
}

#footer .rechts {
	float: right;
	width: 584px;
	height: 34px;
	margin: 0 auto;
	padding: 6px 10px 0 0;
	background: #f1f1f1;
        text-align: right;
	font-size: 95%;
}




/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;
      }



.navtrail {
        background: #fff;
   	font-size: 1.0em;
	margin: 0 auto;
	padding: 5px 0 5px 212px;
        border-bottom: 1px solid #ccc;
 }

.navtrail a{
    	font-size: 1.0em;
        color: #888888;
}

/* main */
.main {
	border-top: 0px solid #FFF;
 line-height:1.5em;


}


/* content */
.content {
}

.content_middle {
    margin: 0 auto;
    width:550px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: Tahoma,  Arial,sans-serif;}






.gvBox {
	font-family : Tahoma,  Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.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;
}

FORM {
	display: inline;
}



 .priceDisclaimer	{
	font-size:9px;
	line-height:1.3;
	}
 
 .price	{
	font-size:12px;
	line-height:1;
	color:#000;
    font-weight: bold;
	}
 
 
.productListingOuter	{
	width:570px; float:left;; margin:0 0 3px 0;
	}

.productListingInner	{
	padding:10px;
	}


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


.infoBox {
    color: #000000;
	font-size: 1em;
	line-height: 15px;
	margin: 0;
	padding-left: 10px;
    border-color: #2E2E2E;
}

.infoBoxNoticeContents {
  font-family:  Tahoma,  Arial, sans-serif;
  font-size: 11px;
}

.infoBoxHeading {
	height: 19px;
    padding: 5px 0 3px 8px;
    font: bold 1.2em Tahoma, sans-serif;
    color: #660f52;
    border-bottom: 1 px dotted #ccc;
}

.infoBoxHeading a{
    color: #660f52;
}

.infoBox, SPAN.infoBox {
  font-family:  Tahoma,  Arial, sans-serif;
  font-size: 11px;
  padding: 3px;
}

TR.headerError {
  color: #ff0000;
  font-size: 12px;
}



form {  }
input, select, textarea { font-size:13px; font-family: Tahoma,  Arial,sans-serif;
   color: #444; padding:2px 0 2px 0;}
input, select, textarea { color: #444; }

.Bereich, .Feld { background-color:#ffa; width:300px; border:6px solid #ddd; }
.Auswahl { background-color:#dff; width:300px; border:6px solid #ddd; }
.Check, .Radio { }
.Button { background-color:#aaa; color:#fff; width:200px; border:none; }

a.confirmationEdit {
  font-style:italic;
  font-size: 10px;
  color: #999999;
}

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

TABLE.formArea {
  background: #ffffff;
  padding: 0 5px 0 5px;
}


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: none;
    font-size: 10px;
}
SPAN.errorText {
  font-family:  Tahoma,  Arial, sans-serif;
  color: #ff0000;
}

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

.
/* Sitemap Tables */
.sitemap_heading {font-family:  Tahoma,  Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF;
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#000000;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family:  Tahoma,  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:  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; }

.indexHeading, .contentsTopics, .pageHeading {
background: #fff;
	height: 19px;
    padding: 5px 0 3px 0px;
    font: bold 1.2em Tahoma, sans-serif;
    color: #660f52;
    border-bottom: 1px dotted #ccc;
    }



.tableListingI {
	background-color: #fafafa;

}

.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;
}

img { border: 0 }

.nutzung {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:left;
  color: #ff0000;
  padding: 5px;
}

.copyright {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
  color: #666666;
}
.parseTime {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
  color: #666666;
}
.copyright a{
  color: #666666;
}
.copyright a:hover {
  color: #000000;
  text-decoration: underline;
}



