/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
/* Template Anpassung Oliver Stiegler aka 8works.de */ 
@import url(blog.css);

html, body{
	margin:0;
	padding:0;
	font-family :   Arial, Verdana, sans-serif;
	font-size : 86%;
	color: #505357;
	background:url(img/mainback.gif) repeat-x 0 0;
	background-color: #E3E3E3;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	border: 0;
	border-color: #C0C0C2;
	border-style: solid;

}

h1{
	margin:0; 
	padding:0; 
	font-size : 1.8em;
	color: #33552D;
	text-shadow:1px 1px 1px #DDDDDD;
}

h2{
	margin:0;
	margin-top:18px;
	margin-bottom:10px;
	font-size : 1.2em;
	color: #7E9676;
	text-shadow:1px 1px 1px #DDDDDD;
}

h3{
	margin:0;
	margin-top:25px;
	padding:0; 
	font-size : 1.1em;
	color: #33552D;
}

h4{
	margin:0;
	margin-top:0;
	padding:0; 
	font-size : 1.1em;
	color: #33552D;
}

h5{
	margin:0;
	margin-top:0;
	padding:3px 0;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

#maincol .clerfix p{
	padding-left:10px;
}

#SucheMainStyle h3{
	margin:0;
	padding-top:2px; 
	font-size : 13px;
}

.ConRahmen{
	padding:0 10px 10px 10px;
}

.ConRahmenNewProdsDefault{
	border-left:1px solid #7D5079;
	border-right:1px solid #7D5079;
}

.ConRahmenBottom{
	width:751px;
	height:6px;
	background:url(img/CobRahmenBack.gif) no-repeat 0 0;
}

#LoginBoxCenter{
	margin-left:10px;
	margin-top:10px;
}

#LoginBoxCenter fieldset{
	border:1px solid #235A99;
	padding:5px 0 10px 10px;
	margin:0;
}

#LoginBoxCenter fieldset legend{
	font-weight:bold;
	font-size:1.2em;
	color: #235A99;
	background:none;
}


#LoginBoxCenter .LoginBoxCenterPart{
	margin-right:10px;
	clear:both;
}

#LoginBoxCenter form input{
	padding:0;
	margin:0;
	border:0;
}

#LoginBoxCenter .LoginBoxCenterSnip{
	margin-right:5px;
	margin-bottom:2px;
	font-weight:normal;
	float:left;
}

#LoginBoxCenter .LoginBoxCenterForgetPW{
	margin-right:5px;
	font-weight:normal;
}

#WarenKorb{
	float:right;
	position:relative;
	width:184px;
}
#Linktop{
	float:left;
	position:arelative;
	width:250px;
	z-index: 0;
}
#header .LogIn2{
	color:#fff;
	text-align: right;
	float: right;
}

#header .LogIn2 a{
	font-size:12px;
	color:#FFFFFF;
	padding:6px 15px 5px 15px;
	background:url(img/topnavarrow.gif) no-repeat 0px 0px;
}
#header .LogIn2 a:hover{
	background-color: #9E6998;
}
.HeadAbstand{
	width:100%;
	height:35px;
}

#NewTop{
	width:100px;
	text-align:left;
}

#Shaddow{
	width:950px;
	text-align:left;
	border-left:8px solid #fff;
	border-right:8px solid #fff;
	border-bottom:8px solid #fff;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	margin-top: 10px;
}

#pagewidth{
	width:950px;
	margin:0;
	background-color: #fff;
	border:0;
	padding-top: 10px;
} 
 
#header{
	position:relative;
	height:102px;
	width:950px;
	background:url(img/header.png) no-repeat 0 0;
	z-index: 2;
} 

#HeadLeft{
	width:316px;
	float:left;
	z-index: 1;
}

#HeadMiddle{
	width:316px;
	float:left;
}

#HeadRight{
	width:316px;
	float:right;
	text-align:right;
	padding-top:4px;
	vertical-align: top;
	height:62px;
}
#warenkges{
	height:62px;
	background-image:url("img/warenkorb.gif");
	background-repeat:no-repeat;
	background-position: 85px 5px;
	color:#DADADA
}

#HeadRight a{
	color:#666666;
	text-decoration:none;
	font-size:small;
}

#HeadRight a:hover{
	text-decoration:none;
	color: #7D5079;
}

#warenkl{
	width:255px;
	float:left;
	vertical-align: middle;
	max-width: 250px;
}
#warenkr{
	width:50px;
	float:left;
}

#leftcol{
	margin-top:10px;
	width:184px;
	float:left;
	position:relative;
}
 
#twocols{
	width:766px; 
	float:left; 
	position:relative; 
}
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:751px;
	padding-left:15px;
	padding-top:15px;
}
#maincolcheckout{
	float: left;
	display:inline;
	position: relative;
	width:750px;
	padding-top:15px;
	padding-left: 130px;
	margin-top: 15px;
	margin-bottom: 100px;
} 
#footer{
	height:2px; 
	clear:both;
	background-color: #fff;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


   

.boxText {
	margin:0;
	padding:0;
}

.boxTextBG {
	background-color: #ffffff;
}
.boxTextBGII {
	background-color: #FFCC99;
}
.boxTextPrice {
	color: #FF0000;
}

.errorBox {
	font-weight: bold;
	color:#bf0000;
	background-color: #f9f9f9;
	border:1px solid #bf0000;
	padding-top:15px;
	padding-bottom:15px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

a {
  color: #33380B;
  text-decoration: underline;
}

a:hover {
	color:#7D5079;
	text-decoration: underline;
}

FORM {
	display: inline;
	margin:0;
	padding:0;
 
}


TR.header {
	background-color: #ffffff;
	color: #FFFFFF;
}

TR.headerNavigation {
	background: #F6F6F6;

}

TD.headerNavigation {
	font-weight : bold;	
}

A.headerNavigation {
	padding: 5px;
	text-decoration: none;
}

A.headerNavigation:hover {
	color: #E0E0E0;
	background-color: #7D5079;
}

TD.conditions {
  background-color: #f9f9f9;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #f9f9f9;
	padding:5px;
	border:3px solid #bf0000;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #fff;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
	margin:0;
	padding:0;
}

.infoBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

.BoxHead{
	color:#fff;
	font-size:13px;
	padding-top:4px;
	padding-left:10px;
}
.BoxHeadCats{
	font-size:13px;
	color:#fff;
	padding-top:4px;
	padding-left:10px;
}

.infoBoxHeading {
  height:23px;
  width:184px;
  color: #fff;
  background-image:url(img/back_info.gif);
  background-repeat: no-repeat;
  margin-top:5px;
}

.infoBoxHeadingCart {
  height:23px;
  width:184px;
  color: #fff;
  background-image:url(img/back_info.gif);
  background-repeat: no-repeat;
  margin-top:5px;
}

.infoBoxHeadingCartFull {
  font-weight: bold;
  height:23px;
  width:184px;
  color: #fff;
  background-image:url(img/back_info.gif);
  background-repeat: no-repeat;
  margin-top:5px;
}

.infoBoxHeadingCartFull a{
  color: #fff;
  text-decoration:none;
}

.infoBoxHeadingCats {
  height:23px;
  width:184px;
  color: #092D56;
  margin-top:5px;
  background-image:url(img/back_info.gif);
  background-repeat: no-repeat;
  border-bottom:1px solid #7D5079;
}

.infoBoxBottom {
  margin-bottom:15px;
}


.infoBox, SPAN.infoBox {
	border:1px solid #7D5079;
	margin-bottom:15px;
	background-color: #F3F7E8;
	background: url("img/boxback.gif") repeat-x scroll 0 0 transparent;
}


.infoBoxAdmin {
  background: #fff;
  border:1px solid #7D5079;
  margin-bottom:15px;
}

.infoBoxCartFull {
  background: #F9FCF8;
  border:1px solid #7D5079;
  margin-bottom:15px;
}

.infoBox_right, SPAN.infoBox_right {
  background: #fff;
  border:1px solid #7D5079;
  margin-bottom:15px;

}

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 {
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults {
	color: #0B325F;
	text-decoration: none;
}

A.pageResults:hover {
  color: #fff;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  padding-left:0;
  padding-right:15px;
}

TD.NewProdDefault, P.main {
  padding-left:8px;
  padding-right:7px;
}

TD.smallText, SPAN.smallText, P.smallText {
	color:#808080;
	font-size:0.9em;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  color: #303030;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #F5F7EB;
  border-color: #7D5079;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #bf0000;
	font-size:8px;
	text-decoration: line-through;
}

SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-weight: bold;
	color: Black;
}

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* 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: #7D5079; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#fff;text-decoration:none;}
.sitemap_heading a:hover {color:#c0c0c0; text-decoration:none;}

.sitemap_sub {font-size: 9pt; color: #000000; background-color: #f9f9f9; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#fff; text-decoration:none;}


/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: #f9f9f9; color:#bf0000;border-bottom:2px solid #fff;}
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #bf0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	width: 184px;
}
.navRight {
	width: 184px;
}

.contentsTopics {
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #f1f1f1;
}

.tableListingII {
	background-color: #f9f9f9;
}

.tableBody {
padding: 5px;
}

.poweredby {
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
.eightpxtop{
	padding-top:6px;
}
p{
	color:#333333;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
}

p.box{
	font-size:0.95em;
	padding-left:5px;
	color:#333333;
	margin-top:5px;
	margin-bottom:5px;
}

p.box img.pic {
	border:1px solid #7D5079;
}

ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#maincol ul{
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
}
#maincol li{
	background-image:url(img/navpoint.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	padding:0 0 5px 15px;
}

ul.CatNavi{
	margin:0;
	padding:0;
	list-style-type:none;
	border-left:1px solid #7D5079;
	border-right:1px solid #7D5079;
}

/* EBENE 1    start*/
ul.CatNavi li{
	padding-left:0;
	margin:0;
	padding:0;
	width:182px;
	display:inline-block;
	background:url(img/navbackeb1.gif) repeat-x 0 0;
	font-weight: normal;
	color: #000000;
}

ul.CatNavi li.CatLevel a{
	display:block;
	height:19px;
	/*background-color:#fff;*/
	color:#000000;
	border-bottom:1px solid #7D5079;
	padding:5px 0 0 10px;
	font-weight:normal;
	text-decoration:none;
}

ul.CatNavi li.CatLevel a:hover{
	text-decoration:none;
	background:url(img/navbackeb2.gif) repeat-x 0 0;
	/*background-color:#f3f3f3;*/
	color:#FFFFFF;
}
ul.CatNavi li.CatLevel a.aktiv{
	text-decoration:none;
	background:url(img/navbackeb2.gif) repeat-x 0 0;
	color:#FFFFFF;
}

/* EBENE 2    start*/

ul.SubCatLevel_1 li.SubCat_01 a{
	display:block;
	height:19px;
	color:#33552D;
	border-bottom:1px solid #7D5079;
	padding:5px 0 0 20px;
	font-weight:normal;
	background-color:#FFFFFF;
	text-decoration:none;
}

ul.SubCatLevel_1 li.SubCat_01 a:hover{
	text-decoration:none;
	color:#7D5079;
	background-color: #E5EAE4;
}

/* EBENE 3    start*/
ul.SubCatLevel_2 li.SubCat_01{
	padding-left:0;
}

ul.SubCatLevel_2 li.SubCat_01 a{
	display:block;
	height:19px;
	background-color:#fff;
	color:#33552D;
	border-bottom:1px solid #7D5079;
	padding:5px 0 0 30px;
	font-weight:normal;
	text-decoration:none;
}

ul.SubCatLevel_2 li.SubCat_01 a:hover{
	color:#7D5079;
	background-color: #E5EAE4;
}


/* EBENE 4    start*/
ul.SubCatLevel_3 li.SubCat_01{
	padding-left:0;
}

ul.SubCatLevel_3 li.SubCat_01 a{
	display:block;
	height:19px;
	background-color:#fff;
	color:#33552D;
	border-bottom:1px solid #7D5079;
	padding:5px 0 0 35px;
	font-weight:normal;
	text-decoration:none;
}

ul.SubCatLevel_3 li.SubCat_01 a:hover{
	color:#7D5079;
}



li.unterebene{
	padding-left:10px;
}


#maincol form input, select{
	background-color:#f9f9f9;
}

table#Bestellung input{
	background-color:transparent;
}


#leftcol form image {
	border:none;
}

#Breadcrump{
	width:940px;
	margin-left:10px;
	position:relative;
	top:2px;
	font-size:11px;
	clear:both;
}

#Breadcrump a{
	color:#33552D;
	text-decoration:none;
}

#Breadcrump a:hover{
	color:#fff;
	text-decoration:none;
}

#BreadLeft{
	float:left;
	width:606px;
	text-align: left;
	margin-top: 10px;
	margin-left: 104px;
}

#BreadRight{
	float:left;
	width:500px;
}

#MoreAbout{
	width:950px;
	padding:10px 0 10px 0;
	text-align:center;
	background-color:#DBE1D8;
	border:1px solid #7D5079;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#Copyright{
	text-align:center;
	color:#A0A0A4;
	padding:0 0 5px 0;
	margin-left:auto;
	margin-right:auto;
}

#Copyright a{
	color:#A0A0A4;
	text-decoration:none;
}

#Copyright a:hover{
	color:#A0A0A4;
}

.copyright a{
	color:#505357;
	text-decoration:none;
}

.copyright{
	padding:0;
	width:948px;
	text-align:center;
	color:#505357;
	margin-left:8px;
	padding:0 0 10px 0;
	margin-left:auto; 
	margin-right:auto;
}


#MoreAbout a{
	text-decoration:none;
	color:#404040;
}

#MoreAbout a:hover{
	text-decoration:none;
	color:#33380B;
}

#MoreAbout a span{
	padding:0 20px 0 0;
}

/* Startseite NewProducts */
.Aufreissen{
	width:100%
}

.WeiteFloat{
	width:180px;
	
}

.WeiteFloatMargin{
	width:180px;
	margin-right:7px;
}

.Aufreissen table {
	border:1px solid #7D5079;
	margin-bottom:10px;
	width:180px;
}

.Aufreissen .NoTableBorder{
	border:none;
	padding:0;
	margin:0;
}

.NoTableBorder{
	border:none;
	padding:0;
	margin:0;
	wi dth:751px;
	
}

table .TDHeadline{
	width:751px;
	height:25px;
	padding-left:10px;
	background-color: #7D5079;
}

.Aufreissen table .TDBeschreibung{
	border-left:1px dotted #7D5079;
	padding-left:10px;
}

.Aufreissen table .TDProduktbildStartseite{
	vertical-align:top;
	padding-top:7px;
}
/* Neue Produkte NewProducts */
.BuyNowButton{
	float:right;
	padding:0 5px 5px 0;
}

.NewProductsOverview {
	border:1px solid #7D5079;
	margin-bottom:10px;
	width:100%;
	height: 150px;
}
.NewProductsList {
	border:1px solid #7D5079;
	margin-bottom:10px;
	width:47%;
	height: 150px;
	float: left;
	margin-right: 20px;

}
.NewProductsListtitel {

}
.NewProductsListtitel a{
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
}
}
.UpcomingProds {
	width:100%;
}

.UpcomingProds td {
	padding:3px 10px 3px 10px;
	
}

.TDHeadline{
	height:30px;
	padding-left:10px;
}

.TDHeadline h1{
	margin:0; 
	padding:0 0 2px 0; 
	font-size : 1.2em;
}

.TDHeadline a{
	margin:0; 
	padding:10px 0 2px 0;
	font-size : 1.2em;
}

#SucheMainStyle #Position{
	padding:25px 0 0 0;
	float:right;
}


.inputRequirement select{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:176px;
}

form select{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
}

.KontaktForm input, .inputRequirement input, .Produktmenge input, #LoginBoxCenter .PWSuchfeld, #LoginBoxCenter .Suchfeld,#SucheMainStyle #Position .Suchfeld,#leftcol form .FormularSchmal .Suchfeld,#leftcol form .Suchfeld,#leftcol form .PWSuchfeld,#txtSearch{
	border:1px solid #c0c0c0;
	width:174px;
	background-image:url(img/form-back.jpg);
}
.Produktmenge input{
	width:30px;
}
#leftcol form .FormularSchmal .Suchfeld{
	width:140px;
}
#txtSearch{
	width:150px;
}
.KontaktForm textarea{
	border:1px solid #c0c0c0;
	width:500px;
	background-color:#f9f9f9;
}

textarea#comments, textarea{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	font-family :   Arial, Verdana, sans-serif;
	font-size : 11px;
	color: #505357;
}

#Warenkorb{
	width:750px;
	padding:0;
	margin:0;
}

#Warenkorb th{
	color:#fff;
	padding-left:5px;
	height:30px;
	background-color:#7D5079;
}

#Warenkorb th.NachMitteLoesch{
	height:30px;
	background:url(img/basket_red.gif) repeat-x 0 0;
	padding-left:5px;
	text-align:center;
	width:20px;
}

#Warenkorb td{
	border-bottom:1px solid #c0c0c0;
	vertical-align:top;
	background-color:#f9f9f9;
}

#Warenkorb .WarenkorbGesamt{
	vertical-align:top;
	background-color:#fff;
	text-align:right;
	padding-bottom:25px;
	border-bottom:none;
}

#Warenkorb .BeschreibungBild{
	float:left;
	width: 180px;
}

#Warenkorb .BeschreibungBild img{
	padding-right:5px;
}

.NachRechts{
	text-align:right;
}

.NachMitte{
	text-align:center;
}

#Warenkorb .NachMitteLoesch{
	text-align:center;
	background-color:#c0c0c0;
}

#Warenkorb .NachMitteLoesch input {
	background-color:#c0c0c0;
	border:1px solid #c0c0c0;
}

#maincol #checkout textarea{
	width:740px;
}


#TopNewsHeadline{
	padding:0;
	width:751px;
	margin-bottom:15px;
}

#TopNewsHeadline h1{
	font-size : 1.7em;
	color:#7D5079;
	border-bottom:1px solid #7D5079;
}

#TopNewsHeadline h2{
	margin:0;
	padding:10px 0 0 10px;
	font-size : 1.5em;
	color:#7E9676;
	border-bottom:1px solid #7D5079;
	
}

#TopNewsContent{
	padding:0 10px 0 0;
}

.RedText{
	color:#bf0000;
}

.RedTextBold{
	color:#bf0000;
	font-weight:bold;
}

.NoBreakInMySite{
	width:540px; 
	position:realtive;
	overflow:hidden;
}

.NoBreakInMySiteReviews{
	width:751px; 
	position:realtive;
	overflow:hidden;
}

#ReviewMe {
	padding-top:10px;
	padding-left:10px;
	font-size:0.95em;
	position:realtive;
	overflow:hidden;
}

#ReviewMe img {
	border:1px solid #7D5079;
}

.BoxBorderTop {
	border-top:1px solid #7D5079;
}

.NaviAuntereEbene{
	color:#505050;
	font-size:11px;
}

.prodprice{
	font-weight:bold;
	color:#7E9676;
	font-size:1.3em;
	padding:6px 0 10px 0;
}

.prodpriceEvil{
	height:21px;
	font-weight:bold;
	font-size:1.2em;
	color:#4C9809;
	padding:6px 0 3px 7px;
	margin:0 10px 0 0;
}

.HomeProd{
	background:url(img/prodboxhead.gif) no-repeat 0 0; 
	width:180px;
	height:30px;
	border-bottom:1px dashed #ccc;
	color:#0B325F;
}

.HomeProdFoot{
	background:url(img/prodboxfoot.gif) no-repeat 0 0; 
	width:180px;
	height:11px;
	position:relative;
	overflow:hidden;
}

.HomeProd a{
	color:#0B325F;
	text-decoration:none;
}

.HomeProd a span{
	padding:8px 0 0 10px;
	display:block;
}
	
.ProdHeadline{
	float:left;
	padding-top:0px;
}
.ProdHeadline a{
	color:#fff;
}

.ProdHeadline a:hover{
	background-color:transparent;
}


.ButtonHome{
	padding-bottom:10px;
	padding-right:10px;
	text-align:right;
	float:left;
}

.TabelleDetails td{

}

.TabelleDetails {
	width:440px;
	border:1px solid #7D5079;
	margin-right:10px;
	margin-bottom:10px;
	background:url("img/boxback.gif");
}
#Warenkorb table.AttributesBasket {
	margin-top:15px;
}
#Warenkorb table.AttributesBasket td.basket{
	text-align:left;
	border-bottom:none;
}

#BestellStatus{
	padding-top:20px;
	padding-left:30px;
	text-align:center;
	
}

#BestellStatus .InAktivVersand{
	float:left;
	background:url(img/1_no.gif) no-repeat 0 0;
	width:135px; height:30px;
	padding:7px 0 5px 35px;
	color:#c0c0c0;
	text-align:left;
}

#BestellStatus .AktivVersand{
	float:left;
	background:url(img/1_act.gif) no-repeat 0 0;
	width:135px; height:30px;
	padding:7px 0 5px 35px;
	color:#092D56;
	text-align:left;
}

#BestellStatus .InAktivZahlung{
	float:left;
	background:url(img/2_no.gif) no-repeat 0 0;
	width:135px; height:30px;
	padding:7px 0 5px 35px;
	color:#c0c0c0;
	text-align:left;
}

#BestellStatus .AktivZahlung{
	float:left;
	background:url(img/2_act.gif) no-repeat 0 0;
	width:135px; height:30px;
	padding:7px 0 5px 35px;
	color:#092D56;
	text-align:left;
}

#BestellStatus .InAktivBest{
	float:left;
	background:url(img/3_no.gif) no-repeat 0 0;
	width:135px; height:30px;
	padding:7px 0 5px 35px;
	color:#c0c0c0;
	text-align:left;
}

#BestellStatus .AktivBest{
	float:left;
	background:url(img/3_act.gif) no-repeat 0 0;
	width:135px; height:30px;
	padding:7px 0 5px 35px;
	color:#092D56;
	text-align:left;
}

#BestellStatus .InAktivFertig{
	float:left;
	background:url(img/4_no.gif) no-repeat 0 0;
	width:135px; height:30px;
	padding:7px 0 5px 35px;
	color:#c0c0c0;
	text-align:left;
}

#BestellStatus .AktivFertig{
	float:left;
	background:url(img/4_act.gif) no-repeat 0 0;
	width:135px; height:30px;
	padding:7px 0 5px 35px;
	color:#092D56;
	text-align:left;
}

#Versandstatus{
	margin:0 0 15px 0;
	padding:0;
	width:740px;
	text-align:center;
	clear:both;
}

textarea#review{
	width:730px;
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
}

.GreyLineUnder{
	border-bottom: 1px solid #7D5079;
}

.GreyBorder{
	border: 1px solid #7D5079;
	margin-bottom:10px;
}

table.Bestellungen{
	border:1px solid #7D5079; 
	background-color:#fff;
}

table.Bestellungen td, th{
	background-color:#f9f9f9;
}

.BorderTOP{	
	border-top: 1px solid #7D5079;
}

.BorderBOTTOM{	
	border-top: 1px solid #7D5079;
}

.BorderGREY{	
	border: 1px solid #7D5079;
}

/*
	NEWPRODS NEW!!!
*/

.NewProdsWidth{width:751px}
.NewProdsHeadline{width:749px;padding-bottom:10px;}
.NewProdsHeadline h2{color:#33552D;font-size:1.5em;margin:0;padding-left:10px;}
.NewProdsPos{float:left;padding:0 0 0 6px;margin-bottom:10px;}
.NewProdsPosBack{
	background:url(img/boxback.gif) repeat-x 0 0;
	width:365px;
	border:1px solid #7D5079;
	height:149px;
	margin-left: 2px;
} 
.NewProdsPosDesc{
	height:50px
}/* FIXE HOEHE */
.NewProdsPosBackImgPos{
	text-align:center;
	padding:5px 0 5px 0;
	height:120px;
	padding-top: 15%;
}/* FIXE HOEHE */
.NewProdsPosBuyNow{
	text-align:left;
	margin:5px 0 5px 0;
}

.AbstandundFarbe{
	padding:10px;
}

.AbstandundFarbe a{
}

span.ProdsNameBox{
	display:block;
	font-size:12px;
	color: #550055;
	text-decoration: none;
	height: 25px;
}

a span.ProdsNameBox{
	font-weight:bold;
}
a:hover span.ProdsNameBox{
	text-decoration:underline;
}
ul.footertext a{
	color: #FFFFFF;
}

ul.footertext a:hover{
	color: #FFFFFF;
}
.suggest_link {
	background-color: #D6D6D6;
	padding: 2px 6px 2px 6px;
	color: #550055;
	font-size: x-small;
	visibility: visible;
	z-index: 1;
	width: 400px;
}
.suggest_link_over {
	background-color: #7D5079;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
	font-size: x-small;
	color: #FFFBF0;
	z-index: 1;
}
#search_suggest {
	position: absolute;
	visibility: hidden;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
	font-size: x-small;
	z-index: 1;
}  
#popCart {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 670px;
	margin-left: -250px;
	background: #ffffff;
	border: 5px solid #7D5079;
	color: #000;
	z-index: 100000;
	display: none;
	padding: 10px 10px 25px 10px;
	z-index:1;
	;
}

.popup_header {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: large;
	text-align: center;
	vertical-align:bottom;
	padding: 3px 10px;
	border: 1px solid #ccc;
	margin: 0px auto;
	width: 380px;
	background-color: #7D5079;
	color: #FFFFFF;
}

.popup_image {
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 0.9em;

	text-align: center;

	color: #000;
	margin: 10px auto;

	padding: 5px;
}

#mycart {
	margin: 0px auto;
	height: 42px;
	width: 320px;
}

.cart_symbol {
	height: 42px;
	width: 48px;
	float: left;
	background-image: url(img/shopping_cart.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.cart_contents {
	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 0.9em;

	text-align: left;
	color: #000;
	height: 42px;
	float: right;
}

.Kategorielink {
	color:#666666;
	font-size: small;
	text-decoration: none;
}

.Kategorielink a:hover{
	text-decoration:underline;
	color: #7D5079;
}
.plus {
display: block;
background-image: url(img/plus.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}
.minus {
display: block;
background-image: url(img/minus.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}
.alter {
display: block;
background-image: url(img/alter.gif);
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px;
font-size: 0px;
cursor: pointer;
}
.delete {
display: block;
background-image: url(img/delete.gif);
background-repeat: no-repeat;
width: 19px;
height: 22px;
border: 0px;
font-size: 0px;
background-color: #FFCC99;
cursor: pointer;
}
.categdesc {
	background:url(img/boxback.gif) repeat-x 0 0;
	background-color: #ff;
	border:1px solid #7D5079;
	padding: 10px;
	text-align: justify;
} 
DIV.shadow, DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
   padding: 1px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   }
DIV.shadow5:hover DIV.shadow,
DIV.shadow5:hover DIV.shadow2,
DIV.shadow5:hover DIV.shadow3,
DIV.shadow5:hover DIV.shadow4,
DIV.shadow5:hover {
   padding: 0;
   border-radius: 5px;
   -moz-border-radius: 5px;
   }

DIV.shadow2 {
   background-color: #aaa;
   border: 1px solid #bebebe;
   margin: 0;
   }
DIV.shadow3 {
   background-color: #d1d1d1;
   border: 1px solid #e1e1e1;
   margin: 0;
   }
DIV.shadow4 {
   background-color: #ededed;
   border: 1px solid #f6f6f6;
   margin: 0;
   }
DIV.shadow5 {
   float: left;
   background-color: #fcfcfc;
   border: 1px solid transparent;
   }
DIV.shadow5:hover {
   border-width: 5px;
   }

DIV.shadow5 IMG {
   border: 0px solid #666;
   margin: -2px;
   display:block;
   position: relative;
   top: -3px;
   left: -3px;
   -moz-opacity:0.67;
   }
DIV.shadow5:hover IMG {
   margin: -1px;
   top: -1px;
   left: -1px;
   -moz-opacity:1;

   }

