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

p{
	padding:5px 0;
	margin:0;
	line-height: 1.5em;
	}

.boxText { 
	 
}

.boxTextBG {
	font-size:0.8em; 
}
.boxTextBGII {
	 
}
.boxTextPrice {
	 
	color: #FF0000;
}

.errorBox {
	 
	font-weight: bold;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
}
.stockWarning { 
	 
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	 
	color: #70d250;
	text-decoration: underline;
}

BODY {
	margin: 0px;
}

img{
	border:0;
}

FORM {
	display: inline;		   
}


TR.header {
}

TR.headerNavigation {
}

TD.headerNavigation {
	 
	font-weight : bold;
	border-bottom: 1px solid;
}

A.headerNavigation { 
}

A.headerNavigation:hover {
}

TD.conditions {
}

A.confirmationEdit {
	font-style: italic;
}
A.confirmationEdit:hover {
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}


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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
   
  font-weight : bold;
}

.infoBox {
}

.infoBoxContents {
   
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
   
}

TD.infoBoxHeading {
   
  font-weight: bold;
  height:17px;
}

TD.infoBoxHeading_right {
   
  font-weight: bold;
  height:17px;
}

TD.infoBox, SPAN.infoBox {
   
  border-right: 4px solid;
}

TD.infoBox_right, SPAN.infoBox_right {
   

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}

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 {
}

.productListing-heading {
   
  color: #a59365;
  font-weight: bold;
}

TD.productListing-data {
   
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  color: #a59365;
  padding-top:10px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
   
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
   
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
   
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
}

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

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  display: none;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
}
A.copyright:hover {
  text-decoration: underline;
}


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

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}


.moduleRowOver { 
	
	}
.moduleRowSelected {  }

.checkoutBarFrom, .checkoutBarTo {  color: #8c8c8c; }
.checkoutBarCurrent {   }

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

/* Sitemap Tables */
.sitemap_heading {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-size: 9pt;  background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning {  color: #ffb3b5; }
.messageStackSuccess {   color: #99ff00; }

/* input requirement */

.inputRequirement {   color: #cc0000; }

.tableShop {
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	width: 185px;
}
.navRight {
	width: 185px;
}


.tableListingI {
	background-color: #999;
}

.tableListingII {
	background-color: #666;
}

.tableBody {
padding: 5px;
}

.poweredby {
}
.onepxwidth {
	width: 1px;
}
/****/

body{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	background-repeat: repeat-x;
	background-color: white;
	color: #3f3f3f;
	text-align: center;
	}

#container {
	background-repeat: repeat-y;
	background-image: url(img/layout/container_background.gif);
	width: 750px;
	margin:auto;
	height:auto;
	font-size:0.8em;
	padding: 0;
	text-align: left;
	}
#head {
	height: 250px;
	width: 100%;
	background: url(img/layout/head_image.jpg) no-repeat top left;
	text-align:right;
	}
	#topnav
	{
		font-size: .9em;
		color: #7f7f7f;
		text-align: center;
		margin-bottom: 15px;
		height: 35px;
		background-image: url(img/layout/topnav_background.jpg);
		width: 100%;
	}
.topmenu{
		height: 75px;
		margin-right: 2px;
		float: left;
		}
.left{
	width: 252px;
	float:left;
	}
	.leftpad
	{
		clear: both;
		float: none;
		padding-left: 40px;
		padding-right: 25px;
	}
#content {
	border-left-width: 0px;
	font-size: 1em;
	text-align:left;
	float: left;
	width: 470px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	.contentpad
	{
		float: none;
		padding-left: 10px;
	}
#content h4{display: none;}
#content-full
	{
	font-size:0.9em;
	text-align: center;
	}
#foot{
		padding-top: 30px;
		background-color: white;
		background-repeat: no-repeat;
		background-image: url(img/layout/foot_background.gif);
		margin-bottom: 30px;
		width:100%;
		clear: both;
		text-align: center;
		font-size:0.8em;
	}	
	#footsmall
		{
		padding-top: 30px;
		border-top-color: #d8d8d8;
		border-top-width: 1px;
		border-top-style: solid;
		margin-bottom: 30px;
		background: top cener top;
			width:100%;
			clear: both;
			text-align: center;
			font-size:0.8em;
		}
.pathtext{
	font-size:8pt;
	color:#999999;
	margin:0;
	padding-bottom:5px;
	}	
.path{
	font-size:8pt;
	color:#999999;
	border-bottom:1px solid #dddddd;
	padding-bottom:5px;
	padding-top:0;
	}
.subtext{font-size:0.8em;}
.subtext2{font-size:0.8em; color:#999999;}
		
/*************************
Headings
*************************/
	
.smallHeading {
	font-weight: bold;
	line-height: 4em;
}
	
.wamainnav {
	font-size: 11px;
	line-height:24pt;
	border: 0px solid;
	padding-bottom: 3px;
}

/*************************
sonstiges
*************************/
#content-full p {
	font-size: 1.2em;
	line-height:1.5em;
}
	
.wa-copyright{
	font-size: 0.6em;
	color: #666;
	}

a:link, a:visited, a:active, a:hover{
	color: #000;
	text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
		color: #000;
		}

li{
	padding-bottom: 10px;
	}
h3{
	font-size: 1em;
	font-weight: bold;
	}
/*************************
Produktdetailseite
*************************/
.productdesc{
	border-left:1px solid #333; 
	padding-left:10px;
	line-height: 1.5em;
	}

.wa-productinfo-price{
	font-size: 1.5em;
	}
.wa-productinfo-anzahl{
	padding-right: 10px;
	text-align: right;
	}
.wa-productinfo-buttons{
	padding-left: 10px;
	}
/*************************
Table
*************************/
.td-title{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #333;
	}
.td-title-top{
	border-top: 0px solid #333;
	}
.td-lastline-before-title{
	padding-bottom: 10px;
	}

/*************************
MooTools
*************************/
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
	}
 
.tool-title {
	font-weight: bold;
	font-size: 9pt;
	margin: 0;
	/*color: #9FD4FF;*/
	padding: 8px 8px 4px;
	background: url(img/layout/mootools/bubble200.png) top left;
	line-height: 1em;
	}
 
.tool-text {
	font-size: 8pt;
	padding: 4px 8px 8px;
	background: url(img/layout/mootools/bubble200.png) bottom right;
	line-height: 2em;
	color: #bbb;
	}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
	}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	border-bottom: 1px solid #B5CF74;
	}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	}
	
	
	
.wa_newproducts{
	padding: 10px 0 10px 0;
	border-top: 1px solid #333;
	}
img{
	border: 0px solid #333;

	}
.wa_productlisting_image{
	padding-right: 10px;
	}
.kassenverlauf
	{
	display: none;
	}
.box
	{
		padding-bottom: 40px;
		clear: both;
	}
.box_heading, .producttitle, .contentsTopics, .contentsTopics2, .moduleHeading, .shopintroTitle, .headAbmahnpassage, .shopintroTitleTop, h1
	{
		text-shadow: -1px -1px 1px white;
		color: #edac2a;
		font-family: "Lucida Grande", Arial, Verdana, sans-serif;
		font-size: 1.5em;
		font-weight: lighter;
		
	}
.producttitle
	{
		padding-bottom: 30px;
	}
.shopintroTitle
	{
		clear: both;
		border-top-color: #d8d8d8;
		border-top-style: solid;
		border-top-width: 1px;
		line-height: 1em;
		padding-bottom: 0px;
		padding-top: 15px;
		margin-top: 15px;
		margin-bottom: 0px;
	}
.shopintroTitleTop
	{
		line-height: 1em;
		padding-top: 0px;
		margin-top: 0px;
	}
.headAbmahnpassage
	{
		margin-bottom: 0px;
		padding-bottom: 0px;
		margin-top: 10px;
		padding-top: 10px;
		font-style: normal;
		font-weight: normal;
		font-size: 1.25em;
		border-top-color: #bfbfbf;
		border-top-width: 1px;
		border-top-style: solid;
	}
.box_heading
	{
		margin-bottom: 10px;
	}
.box_heading a
	{
		color: #edac2a;
	}
.box_content
	{
		margin-left: 20px;
	}
	
	
	
.box_content_sidebarimage
	{
		margin-left: 13px;
	}
	
	
	
.wamainnav
	{
		font-size: 1em;
		padding: 0px;
		margin: 0px;
	}
.wa-menulevel-1
	{
		font-size: 1.1em;
		line-height: normal;
		color: black;
		padding-left: 0px;
		padding-bottom: 7px;
		padding-right: 0px;
		padding-top: 7px;
		margin: 0px;
		list-style-type: none;
	}
.wa-menulevel-2
	{
		line-height: normal;
		font-size: 1em;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 0px;
		padding-top: 0px;
		margin: 0px;
		list-style-type: none;
	}
.wa-menulevel-2 a
	{
		font-style: normal;
		font-weight: normal;
		line-height: normal;
		color: #595959;
		padding-right: 0px;
		padding-top: 0px;
		margin: 0px;
		list-style-type: none;
	}
.wa-menulevel-2 a:hover
	{
		line-height: normal;
		color: black;
		padding-right: 0px;
		padding-top: 0px;
		margin: 0px;
		list-style-type: none;
	}
.wa-menulevel-3
	{
		line-height: normal;
		color: black;
		font-size: .8em;
		padding-left: 20px;
		padding-bottom: 5px;
		padding-right: 0px;
		padding-top: 0px;
		margin: 0px;
		list-style-type: none;
	}
.wa-menu-active
	{
		text-decoration: underline;
	}
. wa_box_content_link
	{
		padding-bottom: 7px;
		padding-top: 7px;
	}
.cart_module_sum
	{
		display: block;
		padding-bottom: 10px;
		padding-top: 10px;
	}
.button_logout
	{
		clear: both;
		text-align: right;
		padding: 0px;
		margin: 0px;
		height: 60px;
	}
.waboxcategories_level1
	{
		margin-bottom: 10px;
		padding-right: 0px;
		border-color: #edac2a;
		border-width: 0px;
		border-style: solid;
		height: auto;
		padding-left: 0px;
		float: none;
		padding-bottom: 0px;
		background-repeat: repeat-y;
		background-image: url(img/layout/sidebar_background_middlestretch.jpg);
		padding-top: 0px;
	}
.waboxcategories_level2
	{
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 25px;
		float: none;
		background-repeat: no-repeat;
		background-image: url(img/layout/sidebar_background_top.jpg);
	}
.waboxcategories_level3
	{
		height: auto;
		padding: 0px;
		float: none;
		background-repeat: no-repeat;
		background-image: url(img/layout/sidebar_background_middletop.jpg);
	}
.waboxcategories_level4
	{
		background-position: 0 bottom;
		padding-left: 40px;
		padding-bottom: 25px;
		padding-right: 20px;
		padding-top: 0px;
		float: none;
		background-repeat: no-repeat;
		background-image: url(img/layout/sidebar_background_bottom.jpg);
	}
.sidebar_image
	{
		padding-bottom: 40px;
	}
.impressumTableCell
	{
		border-bottom-color: #bfbfbf;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		padding-top: 5px;
		padding-bottom: 5px;
	}
.box_cart_checkout_link
	{
		padding-top: 5px;
		display: block;
		text-align: left;
	}
.box_top
	{
		float: none;
		height: 50px;
		text-align: right;
		font-size: .8em;
	}
.box_top_content
	{
		float: right;
	}
h2
	{
		font-size: 1.1em;
	}
.subtext0
	{
		color: #7f7f7f;
	}
#topnav a
	{
		color: #b38e9c;
		line-height: 27px;
	}
