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


a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:underline;cursor:pointer;font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:13px;} 
a:link {color:#9a5617;text-decoration:none; font-weight:bold;} 
a:visited {color:#9a5617;font-weight:bold;} 
a:hover,a:active {color:#9a5617;font-weight:bold;}
a img {border:none}


.clear {
	clear: both;
	background:none;
}

h1 {
font-size:17px;
}

h2 {
font-size:15px;
}

h3 {
font-size:13px;
}


/* HTML */
html {
	height:100%;  	
	padding:0px;
  	margin:0px;
}

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

.boxTextBG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fbedd6;
}
.boxTextBGII {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFEE9;
}
.boxTextBGII_I {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFEE9;
}

.boxTextBGIII {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFEE9;
	border:1px dashed #da8a00;
	padding:10px;
	background-image:url(images/pattern_stripes.gif);
}


.boxTextBG1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/pattern_stripes3.gif);
	border:1px dashed #edd3ab;
	padding:12px;
	margin:10px;
}

.boxTextBG2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/pattern_stripes2.gif);
	border-top:1px dashed #d8edab;
	border-bottom:1px dashed #d8edab;
	padding:12px;
}


.boxTextPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

.errorBox {
background-color:#fecbcb;
padding:10px;
margin-top:15px;
color:#d53c92;
font-weight:bold;
font-size:14px;
line-height:1.5em;
border:1px dashed #d53c92;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #fecbcb;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

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

/* BODY */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #006699;
	background-color:#fffee9;
	height:100%;
	padding:15px;
}

img{
	border:0;
}

A {
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;		   
}


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

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, 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:#fecbcb;
padding:10px;
margin-top:15px;
color:#d53c92;
font-weight:bold;
font-size:14px;
line-height:1.5em;
border:1px dashed #d53c92;
}

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

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

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

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #fecbcb;
  color: #d53c92;
  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;
}

.infoBox {
}

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

.infoBoxNotice {
  background: #fecbcb;
  border:1px dashed #d53c92;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;

  height:17px;
  color: #ffffff;
}

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

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

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, 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: 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 {
	padding:5px;
	background-color:#e1e8b6;
	border:2px solid #bac66e;
	color: #677331;
	text-decoration: none;
}

A.pageResults:hover {
	 color: #ffffff;
	 background: #677331;
}

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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

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;
  background-color: #fffffe;
}

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

SPAN.underline {
	text-decoration: underline;
}

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

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

.copyright {
  color:#677331;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  line-height: 1.5;
  text-align:right;
  padding-right:15px;
  background-color:#bac66e;
  padding-top:0px;
  padding-bottom:5px;
}
.copyright a:link, .copyright a:visited {
  font-size: 9px;
  color: #677331 !important;
  text-decoration:none;
}
.copyright a:hover, .copyright a:active {
  font-size: 9px;
  color: #333c1e !important;
  text-decoration: underline;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


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.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
	font-size:12px;
	
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

.smallHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#714c0c;
}

.moduleRow {
 /* font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6; */

}
.moduleRowOver { 
	/* background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;  */
	
	}
.moduleRowSelected { /*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: #05537E; 
	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: #fecbcb; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size: 12px; color: #d53c92; }

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

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/punkte.gif);
background-repeat:no-repeat;
padding-left:24px;
height:30px;
margin-bottom:5px;
color:#da8a00;
float:left;
 width:96%;
 border: 0px; /* Für Firefox und Opera */
 border-bottom:1px dashed #d6bb95;
 border-top: solid 1px #fffee9; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
 }
 
 .contentsTopics2 {
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
/* background-image:url(images/punkte.gif);
background-repeat:no-repeat; */
padding-left:0px;
height:30px;
margin-bottom:5px;
color:#da8a00;
float:left;
width:95%;
 /* border: 0px; /* Für Firefox und Opera */
 border-bottom:1px dashed #d6bb95;
 border-top: solid 1px #fffee9; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */ 
 }


.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

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

/* HEADER :: TEXT */
.header_msg {
	height: 95px;
	width: 944px;
	margin:auto;
	background-image:url(images/header_msg.jpg);
	background-repeat:no-repeat;
	}


/* HEADER :: LOGIN */
.header_login {
	margin: auto;
	width: 920px;
	background-image:url(images/login_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:58px;
	border:0;
	}

/* HEADER :: LOGIN :: BUTTONS */

#login_nav {
	font-size:14px;
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 100px;
}

#login_nav li {

	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	width: 142px; /* Abstand zwischen Boxen */
	height: 25px;
	float: left;
}

#login_nav a {
	color: #ffffff; 
	font-weight:bold; 
	float: left;
	padding-top: 25px;
	padding-bottom: 33px;
	padding-left:20px;
	padding-right:95px;
	overflow: hidden;
	height: 0px !important;
	background: url(images/but_hd.gif) 0px 0px no-repeat;
	width: 30px;
}

#login_nav a:link, #login_nav a:visited {
	font-size:14px;
	font-weight:bold;
	color: #ffffff; 
	text-decoration:none; 
}

#login_nav a:hover, #login_nav a:active {
	font-size:14px;
	font-weight:bold; 
	background-position: 0px -58px;
	color:#714c0c;
	text-decoration:none;
}

/* MAINMENUE :: BUTTONS */

#mainmenu_nav {
position: relative;
z-index:3333;
	font-size:16px;
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
	/* width: 100px; */
}

#mainmenu_nav li {

	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	/* width: 142px; */ /* Abstand zwischen Boxen */
	height: 25px;
	float: left;
}

#mainmenu_nav a {
	color: #6c9fb3; 
	font-weight:bold; 
	float: left;
	padding-top: 25px;
	padding-bottom: 33px;
	padding-left:20px;
	padding-right:0px;
	overflow: hidden;
	height: 0px !important;
	/* background: url(images/but_hd.gif) 0px 0px no-repeat; */
	/* width: 30px; */
}

#mainmenu_nav a:link, #mainmenu_nav a:visited {
	font-size:16px;
	font-weight:bold;
	color: #6c9fb3; 
	text-decoration:none; 
}

#mainmenu_nav a:hover, #mainmenu_nav a:active {
	font-size:16px;
	font-weight:bold; 
	/* background-position: 0px -58px; */
	color:#ffffff;
	text-decoration:none;
}


/* HEADER :: MAINMENU */
.mainmenu {
	width: 100%;
	background-image:url(images/mainmenu.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:201px;
	}

.contentcontainer2 {
}
/* LEFT MENU :: CONTENT :: 2SPALT ///// START */
/* Containerinhalt */
.contentcontainer {
	width: 944px;
	color:black;
	background-color:transparent;
	min-height:400px;
	margin:auto;
	margin-top: -20px;
	margin-bottom:20px;
	position: relative; 
	z-index: 100;
}


/* 1. LEFT MENU */
#leftmenu {
	color:#0066FF;
	background:transparent;
	margin-left:0px !important;
	margin-left:-3px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}

/* 1.1 LET MENU-INNER (INHALTE) */
#leftmenu-inner {
	width:166px;
	margin-left: 20px;
}

/* 2. CONTENT */
#maincontent {
	background-image:url(images/maincontent_bg.gif);
	background-repeat:repeat-y;
	/* margin:0 10px 0 157px; */
	margin-left: 187px !important;
	margin-left:186px;

	margin-right:0;
	margin-bottom:0;
	margin-top:0;

	padding:0;

	height:250px;
	height:auto !important;
    /* _height:450px; IE HACK */
	min-height: 450px;
	border-collapse: collapse;
	color:#6a5145;
	
}

/* 2.1 CONTENT-INNER (INHALTE) */
#maincontent-inner {
	width:705px;
	padding:10px;
	margin-left: 15px;


}
/* LEFT MENU :: CONTENT :: 2SPALT ///// ENDE */

.bb_footer {
	background-image:url(images/footer_bg.gif);
	height: 609px;
	width: 100%;
	margin-top: -130px !important;
}

.bb_footer-img {
	background-image:url(images/footer_img.gif);
	background-repeat: no-repeat;
	height: 609px;
	width: 100%;
	background-position: center;

}

/******** BOX KATEGORIE *****************************************************************************************************************/ 
.box_kat {
color:#FFFFFF;
width:166px;
}

.box_kat_header {
background-image:url(images/box_or_header.png);
background-repeat:no-repeat;
height:41px;
}

.box_kat_content {
background-color:#ea7e1d;
padding-left:10px;
padding-right:10px;
line-height:1.5em;
}

.box_kat_footer {
background-image:url(images/box_or_footer.png);
background-repeat:no-repeat;
height:11px;
}

.box_kat a:link, .box_kat a:visited {
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
color: #FFFFFF !important;

}

.box_kat a:hover {
color:#f4c9a3 !important;
font-weight:bold;
text-decoration: none;
}

.box_kat a:active {
font-weight:bold;
text-decoration:none;
color:#f4c9a3 !important;
}

/******** BOX HERSTELLER *****************************************************************************************************************/ 
.box_manuf {
color:#FFFFFF;
width:166px;
}

.box_manuf_header {
background-image:url(images/box_gl_header.png);
background-repeat:no-repeat;
height:41px;
}

.box_manuf_content {
background-color:#9f48a0;
padding-left:10px;
padding-right:10px;
line-height:1.5em;
}

.box_manuf_footer {
background-image:url(images/box_gl_footer.png);
background-repeat:no-repeat;
height:11px;
}

.box_manuf a:link, .box_manuf a:visited {
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
color: #FFFFFF !important;

}

.box_manuf a:hover {
color:#f4c9a3 !important;
font-weight:bold;
text-decoration: none;
}

.box_manuf a:active {
font-weight:bold;
text-decoration:none;
color:#f4c9a3 !important;
}

/******** BOX ÜBER UNS *****************************************************************************************************************/ 
.box_ueb {
color:#FFFFFF;
width:166px;
}

.box_ueb_header {
background-image:url(images/box_gr_header.png);
background-repeat:no-repeat;
height:41px;
}

.box_ueb_content {
background-color:#8daf45;
padding-left:10px;
padding-right:10px;
line-height:20px;
}

.box_ueb_footer {
background-image:url(images/box_gr_footer.png);
background-repeat:no-repeat;
height:11px;
}

.box_ueb a:link, .box_ueb a:visited {
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF !important;
text-decoration:none;
}

.box_ueb a:hover {
color: #bfda86 !important;
font-weight:bold;
text-decoration:none;
}

.box_ueb a:active {
color: #FFFFFF !important;
font-weight:bold;
text-decoration:none;
}

/******** BOX NEU *****************************************************************************************************************/ 
.box_neu {
color:#FFFFFF;
width:166px;
}

.box_neu_header {
background-image:url(images/box_li_header.png);
background-repeat:no-repeat;
height:41px;
}

.box_neu_content {
background-color:#a945af;
padding-left:10px;
padding-right:10px;
padding-top:7px;
line-height:1.8em;
}

.box_neu_footer {
background-image:url(images/box_li_footer.png);
background-repeat:no-repeat;
height:11px;
}

.box_neu a:link, .box_neu a:visited {
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF !important;
font-weight:bold;
text-decoration:none;
}

.box_neu a:hover {
color: #e4b2e7 !important;
font-weight:bold;
text-decoration:none;
}

.box_neu a:active {
color: #FFFFFF !important;
font-weight:bold;
text-decoration:none;
}

/******** BOX NEWSLETTER *****************************************************************************************************************/ 
.box_newsl {
color:#FFFFFF;
width:166px;
background:none;
}

.box_newsl_header {
background-image:url(images/box_bl_header.png);
background-repeat:no-repeat;
height:41px;
}

.box_newsl_content {
background:none;

background-color:#3679d5;
padding-left:10px;
padding-right:10px;
padding-top:7px;
padding-bottom:0px;
/* padding-bottom:-20px; */

line-height:1.8em;
}

.box_newsl_footer {
background-image:url(images/box_bl_footer.png);
background-repeat:no-repeat;
height:11px;
}

.box_newsl a:link, .box_newsl a:visited {
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF !important;
font-weight:bold;
text-decoration:none;
}

.box_newsl a:hover {
color: #e4b2e7 !important;
font-weight:bold;
text-decoration:none;
}

.box_newsl a:active {
color: #FFFFFF !important;
font-weight:bold;
text-decoration:none;
}

.box_newsl_inhalt {
overflow: hidden;
width:131px;

padding-left:1px;
padding-right:12px;
padding-top:0px;
margin-bottom:0px;
margin-top:-5px;
/* background-image:url(images/prodinfo_img_bg.jpg); */
background-repeat:no-repeat;
}

.box_newsl_eingabe INPUT {

width:98%;
border:2px solid #83ade6;
padding:5px;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
color:#1d4c8c;
}

.box_newsl_button {
margin-left:-6px;
}

.box_newsl_banner {
	position: relative;
	top: -56px; 
	left: 85px;
	z-index:2000;
}



/******** BOX PLATZHALTER *****************************************************************************************************************/ 

.box_platzhalter {
height:10px;
}

/******** PRODUKTE PRODCUT_LISTING *****************************************************************************************************************/ 



.bb_prod_container {
	padding-left: 1px;
	margin: 0px 0px 5px 0px;
}

.bb_prod_container_innen {
	
}

.bb_prod {

	width: 232px; 
	height: 321px;
	text-align: center;
	margin: 0px 0px;
	float:left;
	position: relative;
	display: inline;
	background-image:url(images/prod_img_bg.jpg);
	background-position:left;

}

.bb_prod a:link img, .bb_prod a:visited img {
	border: 1px dashed #d2cdc3;
	padding: 10px;
	background-color:#FFFFFF;
	margin: 0px 0px 9px 0px;
}

.bb_prod a:hover img {
	border: 1px dashed #a945af;
		background-color:#fef65a;

}

.bb_prod_absolute {
	position: absolute;
	top: 5px; 
	left: 5px;
	width: 70px; height: 70px;
}

#bb_prod_img {
	float:right;
	width:180px;
	}
	
.bb_prod_txt {
	text-align: left;
	font-size: 10px;
	line-height: 1.5em;
	margin-left: 24px;
	padding: 0px;
	margin-top:-4px;
	font-family:Arial, Helvetica, sans-serif;

}

.bb_prod_name {
	font-size: 14px;
	margin: 0px; padding: 0px;
	line-height: 15px;
	font-weight: bold;
}

.bb_prod_name a:link, .bb_prod_name a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.bb_prod_name a:hover, .bb_prod_name a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

.bb_prod_price {
	color:#f2ed7f;
	font-size: 11px;
	margin: 0px; padding: 0px;
	line-height: 15px;
	font-weight: normal;
}

.bb_prod_price a:link, .bb_prod_price a:visited {
	text-decoration:none;
	color:#f2ed7f;
}

.bb_prod_price a:hover, .bb_prod_price a:active {
	text-decoration:underline;
	color:#f2ed7f;
}

.bb_prodpreis {
position:absolute;
margin-top:190px;
margin-left:120px;
display:block;
padding-top:5px;
padding-bottom:5px;
padding-left:7px;
padding-right:7px;
background-color:#FFFF66;
border:1px dashed #FF9900;
}

.versandkosten {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:16px;
color:#FFFFFF;
white-space: nowrap;
}

.versandkosten a:link, .versandkosten a:visited {
text-decoration:none;
color:#FFFFFF;
font-size: 10px;

}

.versandkosten a:hover, .versandkosten a:active {
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 10px;

}

.bb_prod_kategorie {
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/punkte.gif);
background-repeat:no-repeat;
padding-left:24px;
height:30px;
margin-bottom:20px;
color:#da8a00;
float:left;
 width:96%;
 border: 0px; /* Für Firefox und Opera */
 border-bottom:1px dashed #d6bb95;
 border-top: solid 1px #fffee9; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

.bb_prod_navi {
font-size:13px;
margin-top:15px;
border:1px dashed #cccccc;
background-color:#FFFFFF;
width:678px;
padding:10px;
}

/* PRODUCT INFO */



.prod_hersteller {
font-weight:bold;
}

.prod_hersteller_logo {
padding-top:10px;
padding-bottom:30px;
}

.prod_info_bildlink {
padding-left:7px;
padding-right:7px;
padding-top:0px;
padding-bottom:10px;
width:256px !important;
width:256px;
background-image:url(images/prodinfo_img_bg.jpg);
background-repeat:no-repeat;
}

.prod_info_bildlink a:link img, .prod_info_bildlink a:visited img {
	border: 1px dashed #d2cdc3;
	padding: 10px;
	background-color:#FFFFFF;
	margin: 0px 0px 9px 0px;
}

.prod_info_bildlink a:hover img, .prod_info_bildlink a:active img {
	border: 1px dashed #a945af;
	background-color:#fef65a;
}


/* PRODUCT INFO CONTAINER */

.prod_info_komplett {
margin:auto;
}


.prod_info_container {
	width: 690px !important;
	width: 720px;
	color:black;
	min-height:400px;
	margin:auto;
	margin-top: 20px;
	margin-left:0px;

/*	margin-top: -20px;
	margin-bottom:20px; */
	/*position:fixed;  FEST */
	z-index: 100;
}

.prod_info_container_text {
	/* background-color: #00CCFF; */
	color:#593d2c; /*TEXTFARBE*/
	line-height:1.5em;
	font-size:12px;
	margin-left:0px !important;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	min-height: 320px;
		/*_height: 320px;  ie hack */

	height: 100%; /* ie hack */
	width:422px;
	float:left;
}

.prod_info_container_bild {
	/*background-color:#33FF00;  NEONGRÜN */
	margin-left: 434px !important;
	margin-left:424px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0;
	padding:0px;
	height:auto;
	min-height: 320px;
		/*_height: 320px;  ie hack */

	height: 100%; /* ie hack */
	border-collapse: collapse;
	color:#6a5145;
	width:270px !important;
	width:270px;

}

/* PRODUKTBILDER KLEIN */
.prod_info_small {
	width: 244px !important;
	width: 277px;
	color:black;
	min-height:170px;
	margin:auto;
	margin-top: 5px;
	margin-left:0px;
/*	margin-top: -20px;
	margin-bottom:20px; */
	/*position:fixed;  FEST */
	z-index: 100;

}

.prod_info_small_1 {
/*	background-color: #3399CC; */
	background-image:url(images/prod_info_bg_small.jpg);
	background-position:left;
	background-repeat:no-repeat;

	color:#0066FF;
	margin-left:0px !important;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	min-height: 170px;
		/*_height: 320px;  ie hack */

	height: 100%; /* ie hack */
	width:137px;
	float:left;
}

.prod_info_small_2 {
/*	background-color: #CCFF66; */
	background-image:url(images/prod_info_bg_small.jpg);
	background-position:left;
	background-repeat:no-repeat;

	margin-left: 137px !important;
	margin-left:137px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0;
	padding:0px;
	height:auto;
	min-height: 170px;
	/*_height: 170px;  ie hack */
	height:100%;
	border-collapse: collapse;
	color:#6a5145;
	width:137px;
	
}

.prod_info_small_img {
padding-left:7px;
padding-right:7px;
padding-top:0px;
padding-bottom:10px;
/* background-image:url(images/prodinfo_img_bg.jpg); */
background-repeat:no-repeat;
}

.prod_info_small_img a:link img, .prod_info_bildlink a:visited img {
	border: 1px dashed #d2cdc3;
	padding: 10px;
	background-color:#FFFFFF;
	margin: 0px 0px 9px 0px;
}

.prod_info_small_img a:hover img, .prod_info_bildlink a:active img {
	border: 1px dashed #a945af;
		background-color:#fef65a;
}

hr{
float:left;
 width:99%;
 border: 0px; /* Für Firefox und Opera */
 border-top: dashed 1px #d6bb95;
 border-bottom: solid 1px #fffee9; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

/* WHATS NEW PRODUKT BILD */

.prod_whatsnew {
padding-left:7px;
padding-right:7px;
padding-top:0px;
padding-bottom:10px;
margin-top:-55px;
background-image:url(images/prod_whatsnew_bg.jpg);
/* background-image:url(images/prodinfo_img_bg.jpg); */
background-repeat:no-repeat;
}

.prod_whatsnew a:link img, .prod_whatsnew a:visited img {
	border: 1px dashed #d2cdc3;
	padding: 7px;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
}

.prod_whatsnew a:hover img, .prod_whatsnew a:active img {
	border: 1px dashed #a945af;
	background-color:#fef65a;
}

.prod_whatsnew_name a:link, .prod_whatsnew_name a:visited {
font-size:11px;
}

.prod_whatsnew_name a:hover, .prod_whatsnew_name a:active {
font-size:11px;
}

.prod_whatsnews_banner {
	position: relative;
	top: -16px; 
	left: -55px;
	z-index:1000;
}



/* WARENKORB */
/* HEADER :: CART */
.header_cart {
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#d9e2bb;
	height: 65px;
	width: 944px;
	margin:auto;
	background-image:url(images/header_cart.jpg);
	background-repeat:no-repeat;
	z-index:1;
	}
	
.header_cart_content {
	z-index:101;
	}

.header_cart_price {
	margin-left:601px;
	margin-top:-10px;
	position:absolute;
	overflow: visible;
	z-index:3;
	}

.header_cart_price a:link,.header_cart_price a:visited {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

.header_cart_price a:hover,.header_cart_price a:active {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}

	




.header_msg_int {
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:1.6em;
font-weight:bold;
text-align:center;
width:255px;
padding-left:380px;
padding-top:17px;
}

.prod_info_name {
background-image:url(images/koepfe_sprechblase.gif);
background-repeat:no-repeat;
}

.prod_container_titel {
margin-top:-100px;
padding-left:160px;
height:133px;
background-color:transparent;
background-image:none;
}

.prod_name {
font-size:20px;
color: #D46D00;
font-weight:bold;
margin:0px;
padding:0px;
}

.prod_preis {
color:#d3a26e;
padding-top:10px;
font-weight:bold;
}

.prod_preis a:link, .prod_preis a:visited {
color:#d3a26e;
padding-top:10px;
font-weight:bold;
}

.prod_preis a:hover, .prod_preis a:active {
color: #993333;
text-decoration:underline;
padding-top:10px;
font-weight:bold;
}

.prod_info_kopf {
height:133px;
}

.prod_guenstiger {
font-weight:bold;
}

.newsletter_text {
font-weight:bold;
font-size:14px;
line-height:1.6em;
padding:10px;
background-color:#FFFFFF;
border:1px dashed #d6bb95;
}

.newsletter_text_aufzaehlung {
font-size:14px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#ca9e20;
}

.newsletter_error {
}

.newsletter_error_text {
width:254px;
background-color:#fecbcb;
padding:10px;
margin-top:15px;
color:#d53c92;
font-weight:bold;
font-size:14px;
line-height:1.5em;
border:1px dashed #d53c92;
}


.newsletter_esrror_code {
margin-top:-50px;
padding-left:276px;
z-index:1010;
position: absolute}

.newsletter_karte {
margin-top:-100px;
padding-left:276px;
z-index:1010;
position: absolute;}


.eingabefeld INPUT {
padding:5px;
border:2px solid #f3e6bb;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#553e34;
}

.eingabefeld SELECT {
padding:5px;
line-height:1.5em;
border:2px solid #f3e6bb;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#553e34;
width:162px;
}

.mainmenu_inhalt {
padding-left:30px;
width:944px;
margin:auto;
z-index:4444;
}

/* SOCIAL BOOKMARKS GLOBAL */

.social_bookmarks1,
.social_bookmarks2,
.social_bookmarks3,
.social_bookmarks4,
.social_bookmarks5,
.social_bookmarks6 {
display:block;
position: absolute;
margin-top:0px;
padding:2px;
width:20px;
height:20px;
margin-bottom:20px;
}

/* SOCIAL BOOKMARKS 1 */
.social_bookmarks1 {
margin-left:0px;
}

/* SOCIAL BOOKMARKS 2 */
.social_bookmarks2 {
margin-left:27px;
}

/* SOCIAL BOOKMARKS 3 */
.social_bookmarks3 {
margin-left:54px;
}

/* SOCIAL BOOKMARKS 4 */
.social_bookmarks4 {
margin-left:81px;
}

/* SOCIAL BOOKMARKS 5 */
.social_bookmarks5 {
margin-left:108px;
}

/* SOCIAL BOOKMARKS 6 */
.social_bookmarks6 {
margin-left:135px;
}

/* SOCIAL BOOKMARKS HOVER */
.social_bookmarks1 a:link, .social_bookmarks1 a:visited, 
.social_bookmarks2 a:link, .social_bookmarks2 a:visited,
.social_bookmarks3 a:link, .social_bookmarks3 a:visited,
.social_bookmarks4 a:link, .social_bookmarks4 a:visited,
.social_bookmarks5 a:link, .social_bookmarks5 a:visited,
.social_bookmarks6 a:link, .social_bookmarks6 a:visited {
background-color:#FFFFFF;
/* opacity: 0.5; */
border:1px solid #81b3c8;
position: absolute;
}

.social_bookmarks1 a:hover, .social_bookmarks1 a:active,
.social_bookmarks2 a:hover, .social_bookmarks2 a:active,
.social_bookmarks3 a:hover, .social_bookmarks3 a:active,
.social_bookmarks4 a:hover, .social_bookmarks4 a:active,
.social_bookmarks5 a:hover, .social_bookmarks5 a:active,
.social_bookmarks6 a:hover, .social_bookmarks6 a:active {
background-color: #FFFFFF;
/* opacity: 1.0; */
border:1px solid #003366;
}

/* Anmeldebox */

.loginbox {
padding:10px;
}

.loginbox_header {
font-size:14px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/punkte.gif);
background-repeat:no-repeat;
padding-left:24px;
height:20px;
color:#da8a00;
}

.loginbox_header {
font-size:14px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/punkte.gif);
background-repeat:no-repeat;
padding-left:24px;
height:20px;
color:#da8a00;
}

.loginbox_fett {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
line-height:1.6em;
}

.loginbox_buttonl {
padding-top:24px;
}

.loginbox_buttonr {
padding-top:18px !important;
padding-top:10px;
}

.loginbox_lost {
padding-left:135px;
}

.loginbox_error_text {
background-color:#fecbcb;
padding:10px;
margin-top:15px;
color:#d53c92;
font-weight:bold;
font-size:14px;
line-height:1.5em;
border:1px dashed #d53c92;
}

/* MANUFACTURERS FRONTEND */

/* MANUFACTURER 1 */
.manuf_small1,
.manuf_small2,
.manuf_small3,
.manuf_small4,
.manuf_small5,
.manuf_small6,
.manuf_small7 {
padding-top:15px;
width:84px;
float:left;
padding-right:4px !important;
padding-right:2px;

}

.manuf_small8 {
padding-top:15px;
width:84px;
float:left;
}

.manuf_small1 a:link, .manuf_small1 a:visited, 
.manuf_small2 a:link, .manuf_small2 a:visited,
.manuf_small3 a:link, .manuf_small3 a:visited,
.manuf_small4 a:link, .manuf_small4 a:visited,
.manuf_small5 a:link, .manuf_small5 a:visited,
.manuf_small6 a:link, .manuf_small6 a:visited,
.manuf_small7 a:link, .manuf_small7 a:visited,
.manuf_small8 a:link, .manuf_small8 a:visited {
	margin-top:10px;
/* opacity: 0.5; */
	padding-left:2px;
	padding-right:1px;
	padding-bottom:7px;
	padding-top:2px;
	border:0px solid #FFFFFF;
}

.manuf_small1 a:hover, .manuf_small1 a:active,
.manuf_small2 a:hover, .manuf_small2 a:active,
.manuf_small3 a:hover, .manuf_small3 a:active,
.manuf_small4 a:hover, .manuf_small4 a:active,
.manuf_small5 a:hover, .manuf_small5 a:active,
.manuf_small6 a:hover, .manuf_small6 a:active,
.manuf_small7 a:hover, .manuf_small7 a:active,
.manuf_small8 a:hover, .manuf_small8 a:active
 {
/* opacity: 1.0; */
	margin-top:10px;
	padding-left:2px;
	padding-right:1px;
	padding-bottom:7px;
	padding-top:2px;
	border:0px solid #81b3c8;
}

.whatsnew_header{
	margin-bottom:20px;
}

.bb_prod_manuf{
text-align:right;
padding-top:10px;
padding-bottom:10px;
padding-right:5px;
}

.bb_prod_manuf_inner {
}

.platzhalter2 {
	padding-top:15px;
	padding-bottom:15px;
}

.druckverfahren A:link, .druckverfahren A:Visited{
margin-right:10px;
float:left;
border:5px solid #FFFFFF;
width:190px;
height:138px;
}

.druckverfahren A:Hover, .druckverfahren A:Active{
margin-right:10px;
float:left;
border:5px solid #b9dce9;
width:190px;
height:138px;
}

.bb_hinweis_printenator {
font-size:13px;
font-weight:bold;
color:#9f48a0;
margin-top:15px;
border:1px dashed #cccccc;
background-color:#FFFFFF;
width:678px;
padding:10px;

}

.druckverfahren2 A:link, .druckverfahren2 A:Visited{
margin-right:10px;
float:left;
border:5px solid #FFFFFF;
width:64px;
height:46px;
}

.druckverfahren2 A:Hover, .druckverfahren2 A:Active{
margin-right:10px;
float:left;
border:5px solid #b9dce9;
width:64px;
height:46px;
}

.suchbox {
float:left;
position:relative;
margin-left:35px;
margin-top:14px;
width:220px;
height:70px;}

.suchbox_header {
color:#8b006e;
font-size:16px;
font-weight:bold;
padding-bottom:4px;}

.suchbox_eingabe {
float:left;
position:relative;
padding-right:5px;}

.suchbox_eingabe INPUT {
  background-color:#fff1dd;

border:2px solid #d87da1;
font-size:12px;
color:#8b006e;
padding:2px;

}

.suchbox_eingabe:hover INPUT,
.suchbox_eingabe INPUT:focus{
  color: #8b006e;
  background-color:#fff1dd;
  border: 2px solid #8b006e;
}

.suchbox_button {
 
}

.suchbox_erweitert {
margin-top:10px;
}

.suchbox_erweitert a:link, .suchbox_erweitert a:visited {
color:#ffd4e5;
font-size:12px;
text-decoration:none;
}

.suchbox_erweitert a:hover, .suchbox_erweitert a:active {
color:#ffffff;
}

.home {
padding-left:2px;
padding-bottom:10px;
}

.textiltext_box {
font-size:14px;
line-height:20px;
color:#006699;
background-image:url(Bilder/textiltext_box_bg.jpg);
background-repeat:no-repeat;
background-position:top right;
background-color:#D3EDF5;
padding:10px;
width:420px;
height:150px;
vertical-align:top;}

.textiltext_box_klein {
font-size:12px;
line-height:16px;
color:#006699;
background-image:url(Bilder/textiltext_box_bg.jpg);
background-repeat:no-repeat;
background-position:top right;
background-color:#D3EDF5;
padding:10px;
width:420px;
height:130px;
vertical-align:top;}

.box_hidden {
visibility:hidden;
width:1px;}

.willkommen_head {
color:#714c0c;
font-size:15px;
margin-bottom:-20px;
}

.willkommen_wrapper {
width:695px;}

	.willkommen_text {
	float:left;
	position:relative;
	padding-top:22px;
	width:400px;
	color:#714c0c;
	font-size:12px;
	}
	
		.willkommen_text_haken {
		float:left;
		width:24px;
		height:26px;
		background-repeat:no-repeat;
		background-image:url(Bilder/haken.gif);
		}
		
		.willkommen_text_info {
		color:#758f21;
		padding-top:4px;
		font-size:13px;
		padding-left:40px;
		margin-bottom:4px;
		}


	.willkommen_anmelden {
	margin-left:60px;
	float:left;
	position:relative;
	background-image:url(Bilder/willkommen_anmeldung_bg.gif);
	background-repeat:no-repeat;

	width:176px;
	font-size:14px;
	font-weight:bold;
	height:156px;
	padding-left:14px;
	padding-right:6px;
	padding-bottom:10px;

	color:#3a8eaa;
	padding-top:55px;
	}
	
		.willkommen_anmelden a:link, .willkommen_anmelden a:visited {
		font-size:14px;
		font-weight:bold;
		height:186px;
		color:#3a8eaa !important;
		text-decoration:none !important;
		}
		
		.willkommen_anmelden a:hover, .willkommen_anmelden a:active {
		font-size:14px;
		font-weight:bold;
		height:186px;
		color:#265f72 !important;
		text-decoration:none !important;	
		}
		
.druckvf_pfeil_kl {
width:22px;
height:130px;
	background-image:url(Bilder/textiltext_box_pfeil_klein.gif);
}
