html, body { 
	color:  #333333; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background: url(img/background.jpg) left top repeat-x #e7e1d1;
	margin: 0;
	padding: 0;
	height:100%;
}
a:link, a:visited, a:active { 
	color:#333333; 
	text-decoration: none;
}
a:hover { 
	color: #FF9900;; 
	text-decoration: underline; 
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 32px;
	font-weight: bold;
}
#wrap {
	height:100%;
	width: 852px;
	text-align: center;
	margin: 0 auto;
}
#whitebox {
}
#header {
	position:relative;
	text-align: left;
	margin: 0 auto;
	width: 852px;
	height: 77px;
	background: url(img/header.jpg) no-repeat center center;
}
#dropdown {
	position:absolute;
	right:15px;
	top:5px;
}
#dropdown select {
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	background:#663D29;
	width: 300px;
}
#productlistingdropdown {
}
#productlistingdropdown select {
	color:#FFFFFF;
	border:1px solid #333333;
	background:#666666;
	width: 250px;
}
#navtrail {
	margin-top:-2px;
	position:relative;
	color:#FFFFFF;
	padding-top: 3px;
	padding-left:20px;
	text-align:left;
	width: 832px;
	height: 18px;
	background: url(img/navtrail.jpg) no-repeat center center;	
}
#navtrail a {
	color: #FFFFFF;
}
#cart {
	color:#FFFFFF;
	position:absolute;
	top: 1px;
	right:28px;
	text-align:right;
	}
	#cart a {
	color:#FFFFFF;
	}
#contentmiddle {	
	background: url(img/content_bg.jpg) repeat-y center bottom;
	text-align: left;
	width: 852px;
	min-height: 500px;

}
*html #contentmiddle {
}
#content {
	position:relative;
	text-align:left;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
}
#contentbot {
	width: 852px;
	height: 30px;
	background: url(img/content_bot.jpg) no-repeat center center;
}
#footer {
	padding:10px;	
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	width: 832px;
	height: 223px;
	background: url(img/footer.jpg) center top repeat-y;
}
#footer a {
	color: #FFFFFF;
}
.productlisting {
	font-size: 11px;
	background-color: #fff;
/*	border-right: 1px solid #272A2F;
	border-bottom: 1px solid #272A2F;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;*/
}
.productlisting a {
	font-weight: bold;
}
#whatsnew {
	margin: 6px;
	padding: 6px;
	font-size: 11px;
	background-color: #fff;
}
.11px {
	font-size: 11px;
}
.heading {
	color: #FFF;
	margin-top: 10px;
	padding: 4px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	background-color: #69635A;
	border-right: 1px solid #272A2F;
	border-bottom: 1px solid #272A2F;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/*--------------Produkt---------------*/
.categorielisting {
	height: 160px;
	width: 185px;
	color: #FFF;
	padding: 1px;
	font-weight: bold;
	font-size: 11px;
}
.product_leftrow {
	vertical-align: top;
	text-align: left;

}
.product_rightrow {
	width: 450px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}
.productname {
	color:#032643;
	font-size: 20px;
	font-weight: bold;
}
.productimage {
	margin-bottom: 8px;
/*	border-right: 1px solid #272A2F;
	border-bottom: 1px solid #272A2F;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;*/
}
.productdescription {
	font-size: 12px;
	margin-top: 10px;
/*	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;*/
}
.productbox {
	margin-top: 10px;
/*	padding: 4px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	background-color: #dedede;
	border-right: 1px solid #272A2F;
	border-bottom: 1px solid #272A2F;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC; */
}
.productprice {
	color: #990000;
/*	background-color: #ddd;
	padding: 4px;
	border-right: 1px solid #272A2F;
	border-bottom: 1px solid #272A2F;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;*/
}
.optionselect {
	margin-top: 2px;
	width: 150px;
	background-color: #ccc;
}
.box {
	color: #032642;
	margin-top: 10px;
	padding: 4px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px dotted #272A2F;
}
.border {

	border: 1px solid #888888;
}
.redborder {

	border: 1px solid #990000;
}
#gutschein {
	text-align: center;
	width: 600px;
	min-height: 100px;
	border: 3px solid #888888;
}


/*------------------------bis hier--------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
 /* start product matrix */
 table.product_matrix {
 	border:1px solid #666666;
 	}
 div.horiz_option {
 	border-bottom: 1px solid #666666;
 	}
 td.attributeName {
 	border-left:1px solid #666666;
 	background-color:#CCCCCC;
 	}	
 td.attributeName2 {
 	border-top:1px solid #666666;
 	background-color:#CCCCCC;
 	}
 td.stock {
 	border-top:1px solid #666666;
 	border-left:1px solid #666666;
 	}
.pmatrix_hoption {
	width:160px;
	}
.pmatrix_amount {
	line-height: 0px;
	visibility:hidden;
	color:#FFFFFF;
	}
 /* end product matrix */

.boxText {

font-size: 11px;

}



.boxTextBG {

}

.seiten { 

	width: 240px 

}

.boxTextBGII { 

}

.boxTextPrice { 

color: #ff0000 

}

.info {

	color: #811E24;

	background-color: #D89397;

	padding: 6px;

	border-right: 1px solid #272A2F;

	border-bottom: 1px solid #272A2F;

	border-top: 1px solid #CCC;

	border-left: 1px solid #CCC;

}

.errorBox {

	color: #811E24;

	background-color: #D89397;

	padding: 6px;

	border-right: 1px solid #272A2F;

	border-bottom: 1px solid #272A2F;

	border-top: 1px solid #CCC;

	border-left: 1px solid #CCC;

}

.gvBox { 

font-size: 14px; 

font-weight: bold; 

background-color: #ffb3b5; 

border: solid 1px 

}

.stockWarning { 

color: #cc0033; 

font-size: 10px;

}

.productsNotifications {

background-color: #f2fff7 

}

.orderEdit {

}



img { 

border: 0 

}

FORM {

}

TR.header { 

background-color: #ffffff 

}

TR.headerNavigation { 

background-image: none; 

background-repeat: repeat; 

background-attachment: scroll; 

background-position: 0 0 

}

TD.headerNavigation {

color: #f00; 

font-size: 10px;

font-weight: bold; 

border-style: none none solid; 

border-width: medium medium 1px; 

border-color: #b6b7cb 

}

A.headerNavigation { 

	color: #1B1F28; 

}

A.headerNavigation:hover { 

	color: #1B1F28; 

}

TD.conditions { 

background-color: #ffcccc 

}

A.confirmationEdit  { }

A.confirmationEdit:hover  { text-decoration: underline }

TR.headerError {

	color: #811E24;

	background-color: #D89397;

	padding: 6px;

	border-right: 1px solid #272A2F;

	border-bottom: 1px solid #272A2F;

	border-top: 1px solid #CCC;

	border-left: 1px solid #CCC;

}

TR.headerMessage { 

	color: #811E24;

	background-color: #D89397;

	padding: 6px;

	border-right: 1px solid #272A2F;

	border-bottom: 1px solid #272A2F;

	border-top: 1px solid #CCC;

	border-left: 1px solid #CCC;

}

.moduleHeading  { 

font-size: small;

font-weight: bold; 

padding-bottom: 10px 

}

TD.headerError {

color: #ffffff; 

font-size: 12px; 

font-family: Tahoma, Verdana, Arial, sans-serif; 

font-weight: bold; 

background: #ff0000; 

text-align: center 

}

TR.headerInfo {

background: #00ff00 

}

TD.headerInfo {

color: #ffffff; 

background: #00ff00; 

text-align: center

}

TR.footer { 

background: #bbc3d3 

}

TD.footer { 

}

.infoBox { 

}

.infoBoxContents { 

}

.infoBoxNotice { 

color: #f30; 

background-image: none; 

background-repeat: repeat; 

background-position: 0 0; 

border: dotted 1px 

}

.infoBoxNoticeContents { 

background: #ffe6e6

}

TD.infoBoxHeading { 

color: #383E4A; 

font-size: 12px; 

font-weight: bold 

}

TD.infoBoxHeading_right {

color: #383E4A; 

font-size: 12px; 

font-weight: bold 

}

TD.infoBox, SPAN.infoBox { 

font-size: 11px

}

TD.infoBox_right, SPAN.infoBox_right { 

font-size: 11px; 

}

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: solid 1px #b6b7cb; 

border-spacing: 1px 

}

.productListing-heading  { 

color: #ffffff; 

font-size: 10px;

font-weight: bold; 

background: #b6b7cb 

}

TD.productListing-data  { 

font-size: 10px; 

}

A.pageResults  { 

}

A.pageResults:hover  { 

}

TD.pageHeading, DIV.pageHeading  { 

color: #f00; 

font-size: 16px;

font-weight: bold

}

TR.subBar {

background: #f4f7fd 

}

TD.subBar { 

color: #f00; 

font-size: 10px;

}

TD.main, P.main {

font-size: 11px;

line-height: 1.5

}

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

font-size: 10px;  

}

TD.accountCategory  { 

color: #aabbdd; 

font-size: 13px;  

}

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; 

font-size: 10px;  

}

CHECKBOX, INPUT, RADIO, SELECT  { 

font-size: 11px;  

}

TEXTAREA  { 

font-size: 11px; 

width: 100% 

}

SPAN.greetUser  { 

color: #f0a480; 

font-size: 12px;

font-weight: bold 

}

SPAN.underline  { 

text-decoration: underline 

}

TABLE.formArea  { 

}

TD.formAreaTitle { 

font-size: 12px; 

font-family: Tahoma, Verdana, Arial, sans-serif; 

font-weight: bold 

}

TD.copyright  { 

font-size: 11px;

line-height: 1.5; 

text-align: center 

}

A.copyright  { 

color: #000000 

}

A.copyright:hover  { 

color: #0000ff; 

text-decoration: underline 

}

SPAN.markProductOutOfStock  { 

color: #c76170; 

font-size: 12px; 

font-family: Tahoma, Verdana, Arial, sans-serif; 

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 

}

.smallHeading  { 

color: black; 

font-size: x-small; 

font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 

font-weight: bold

}

/*.moduleRow {

	font-size: 12px;

	background-color: #DAA07C;

	border-right: 1px solid #8C6750;

	border-bottom: 1px solid #604738;

	border-top: 1px solid #E9C7B2;

	border-left: 1px solid #E2B598;	 

}

.moduleRowOver {

	text-decoration: none;

	font-size: 12px;

	background-color: #EE843F;

	border-right: 1px solid #8C6750;

	border-bottom: 1px solid #604738;

	border-top: 1px solid #E9C7B2;

	border-left: 1px solid #E2B598; 

}

.moduleRowSelected { 

}*/

.checkoutBarFrom, .checkoutBarTo  { 

	color: #969DA7; 

}

.checkoutBarCurrent { 

	color: #4A5565; 

}

/* sitewide font classes */

/* Note: heading<Number> equals <font size="Number"> */

.heading1  { 

font-size: 7pt; 

font-family: Verdana, Arial, Helvetica, sans-serif 

}

.heading2  { 

font-size: 9pt; 

font-family: Verdana, Arial, Helvetica, sans-serif 

}

.heading3  { 

font-size: 10pt; 

font-family: Verdana, Arial, Helvetica, sans-serif 

}

.heading4  { 

font-size: 12pt; 

font-family: Verdana, Arial, Helvetica, sans-serif 

}

.heading5  { 

font-size: 16pt; 

font-family: Verdana, Arial, Helvetica, sans-serif 

}



/* Sitemap Tables */

.sitemap_heading  { 

color: #ffffff; 

font-size: 10pt; 

font-family: Verdana, Arial, Helvetica, sans-serif; 

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  { 

color: #000000; 

font-size: 9pt; 

font-family: Verdana, Arial, Helvetica, sans-serif; 

background-color: #e6e6e6; 

padding: 2px 

}

.sitemap_sub a { 

color: #000000 

}

.sitemap_sub a:hover { 

color: #999999; 

text-decoration: none 

}

/* message box */

.messageBox  { 

font-size: 10px;  

}

.messageStackError, .messageStackWarning  { 

font-size: 10px;

background-color: #ffb3b5 

}

.messageStackSuccess  { 

font-size: 10px;

background-color: #99ff00 

}

/* input requirement */

.inputRequirement  { 

color: #ff0000; 

font-size: 10px;  

}

.tableShop  { 

background-color: #ffffff; 

border-top: #b6b7cb; 

border-right: 1px solid #b6b7cb; 

border-bottom: #b6b7cb; 

border-left: 1px solid #b6b7cb 

}

.navLeft { 

padding-left: 10px 

}

.navRight { 

background-color: #ffeaac !important; 

width: 185px; 

border-style: solid none none solid; 

border-width: 4px medium medium 4px; 

border-color: #f90 

}

.contentsTopics   { 

color: #383E4A; 

font-size: 14px; 

font-weight: bold;

padding-bottom: 10px;

}

.tableListingI   { 

background-color: #ccc 

}

.tableListingII  { 

background-color: #d0d0d0 

}

.tableBody  { 

padding: 5px 

}

.poweredby  { 

color: #000000; 

font-size: 10px;

font-weight: bold 

}

.onepxwidth  { 

width: 1px 

}

