/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
   
.boxText { font-family:  Arial, sans-serif; font-size: 10px; }
.errorBox {
	font-family :  Arial, sans-serif;
	background: #FFFFFF;
	font-weight: bold;
	color: #E3307B;
	border: 1px solid #E3307B;
	padding: 4px;
}
.stockWarning { font-family :  Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	background: #ffffff url(img/bodykachel.gif) repeat-y 50% 0%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;

}

A {
	color: #669300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

A:hover {
	color: #334A00;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

FORM {
	margin: 0px;
	padding: 0px;
	display: inline;
}

TR.header {
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

A.headerNavigation {
	color: #507300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

A.headerNavigation:hover {
	color: #334A00;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family:  Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family:  Arial, Helvetica, sans-serif;
	height:30px;
	color: #CA608D;
	text-decoration: none;
	font-size: 14px;
}

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

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

TD.infoBox_right, SPAN.infoBox_right {
  font-family:  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:  Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family:  Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #669300;
}

A.pageResults:hover {
  color: #334A00;

}

TD.pageHeading, DIV.pageHeading {
  font-family:  Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:  Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family:  Arial, sans-serif;
  font-size: 12px;

}

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

TD.fieldValue {
  font-family:  Arial, sans-serif;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family:  Arial, sans-serif;
  font-size: 10px;
  color: #CA608D;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family:  Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	line-height: normal;
	height: auto;
	width: auto;
	color: #7B816C;
}

TEXTAREA {
  width: 100%;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

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

TABLE.formArea {
	border: 1px solid #FFFFFF;
	padding: 5px;
}

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

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

SPAN.productSpecialPrice {
  font-family:  Arial, sans-serif;
  color: #CA608D;
}

SPAN.errorText {
  font-family:  Arial, sans-serif;
  color: #E3307B;
}

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

.checkoutBarFrom, .checkoutBarTo {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #E3307B;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #FCCEE1;
}
.checkoutBarCurrent {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #E3307B;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

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

/* Sitemap Tables */
.sitemap_heading {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
.sitemap_heading a {color:#993366;}
.sitemap_heading a:hover {color:#CF72A0; text-decoration:none;}

.sitemap_sub {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BF4080;
	background-color: #F5E2EC;
	padding: 2px 2px;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.sitemap_sub a {color:#BF4080;}
.sitemap_sub a:hover {color:#CF72A0; text-decoration:none;}


/* message box */

.messageBox { font-family:  Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning {
	font-family:  Arial, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #E3307B;
	border: 1px solid #E3307B;
}
.messageStackSuccess {
	font-family:  Arial, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #E3307B;
	border: 1px solid #E3307B;
}

/* input requirement */

.inputRequirement { font-family:  Arial, sans-serif; font-size: 11px; color: #E3307B; }

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

.navLeft {
border-right: 1px solid;
border-color: #b6b7cb;
}
.navRight {
border-left: 1px solid;
border-color: #b6b7cb;
}
.tableBody {
padding: 5px;
}

.poweredby {
  font-family:  Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.rosenheader {
	background-image: url(img/rosenheader.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width: 980px;
}
.rosenheader2 {
	background-image: url(img/rosenheader2.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 980px;
	text-align: right;
	padding-right: 20px;
}
.rosenheader3 {
	background-image: url(img/rosenheader3.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 980px;
	padding-right: 20px;
}
.toprosen {
	background-image: url(img/toprosen.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 980px;
}
.breadcrumbs {
	text-align: left;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #517207;
	text-decoration: none;
}
#box_kat {
	height: auto;
	width: 185px;
	display: block;
}
.boxlinkshead {
	background-image: url(img/infoboxheading.gif);
	background-repeat: no-repeat;
	width: 257px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #CA608D;
	text-indent: 26px;
	display: block;
	height: auto;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 3px;
	background-position: 0% 100%;
	position: relative;
}
.boxlinkscontentkategorie {
}

.boxlinkscontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #336600;
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 35px;
	position: relative;
	background-image: url(img/boxlinieunten.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

.boxbereich {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border: 0px solid;
}

/***********************************
FRAME
************************************/
#frame {
	width: 980px;
	padding: 0px;
	height: 100%;
	margin-left: -490px;
	left: 50%;
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
}



/***********************************
TOP
************************************/
#top0 {
	width: 980px;
	height: 23px;
	background-image: url(img/toprosen.gif);
	position: relative;
}

#top01 {
	float: left;
	width: 260px;
	margin: 0px;
	height: auto;
	font-size: 11px;
	color: #8F7A5A;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: 30px;
	top: 4px;
}

#top02 {
	float: right;
	width: auto;
	height: 20px;
	padding-top: 2px;
	padding-right: 27px;
	}

#top {
	height: 156px;
	width: 980px;
	background-image: url(img/rosenheader.jpg);
}

#top1 {
	float: left;
	width: 637px;
	margin: 0px;
	height: 185px;
	overflow: hidden;
}

#top2 {
	float: right;
	width: 233px;
	height: 110px;
	background-image: url(../images/newsback.gif);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
	}

#top3 {
	float: right;
	width: 223px;
	height: 40px;
	background-image: url(../images/sucheback.gif);
	padding-top: 20px;
	padding-left: 40px;
	}


#mitte {
	width: 980px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/schatten.gif);
	background-repeat: no-repeat;
	height: auto;
	position: relative;
}
#mittecheckout {
	width: 980px;
	margin: 0px;
	padding: 0px;
	height: auto;
	position: relative;
	background-image: url(img/checkoutbackground.gif);
}

/***********************************
main content
************************************/
#leftmitte {
	float: left;
	width: 260px;
	margin: 0px;
	position: relative;
}



#suchetop {
	margin: 0px;
	width: 980px;
	height: 36px;
	background-image: url(img/rosenheader2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
	position: relative;
}

#topmenue {
	margin: 0px;
	width: 980px;
	border: 0px none;
	height: 20px;
	background-image: url(img/rosenheader3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
}
#topmenuelinks {
	position: relative;
	height: auto;
	width: auto;
	top: 2px;
	float: left;
	left: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #517207;
	text-decoration: none;
}
#topmenuemitte {
	position: relative;
	height: auto;
	width: auto;
	top: 2px;
	float: left;
	left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #517207;
	text-decoration: none;
}
#topmenuerechts {
	position: relative;
	height: auto;
	width: auto;
	top: 2px;
	right: 30px;
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #517207;
	text-decoration: none;
}


#Content {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #993366;
	margin: 0px;
	width: 700px;
	font-size: 11px;
	line-height: 120%;
	position: relative;
	top: 10px;
	right: 14px;
	display: block;
}
#Contentcheckout {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	color: #993366;
	margin: 0px;
	width: 950px;
	font-size: 11px;
	line-height: 120%;
	position: relative;
	top: 10px;
	right: 14px;
	display: block;
}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	}


/***********************************
footer
************************************/

#footer {
	width: 980px;
	height: 30px;
	color: #669900;
	background-color: #FF0000;
	display: block;
}
.parseTime {
	width: 240px;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 12px;
	color: #535744;
	padding: 0px;
	position: relative;
	top: auto;
}
.copyright {
	width: 220px;
	text-align: center;
	font-size: 9px;
	height: auto;
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	color: #507300;

}

.ueberschrift {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: oblique;
	font-weight: normal;
	color: #C44D80;
	text-decoration: none;
	height: auto;
	width: auto;
	background-image: url(img/titelback.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 8px;
	padding-bottom: 3px;
	background-position: -5px 0%;
	margin-top: 5px;
	line-height: normal;
	padding-left: 35px;
}

.contentueberschrift {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: oblique;
	font-weight: normal;
	color: #C44D80;
	text-decoration: none;
	height: auto;
	width: auto;
	background-image: url(img/catehead.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 7px;
	padding-bottom: 3px;
	background-position: 0% 0%;
	line-height: normal;
	padding-left: 32px;
	margin: 2px 0px 3px;
}
.preis {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	color: #CA608D;
	text-decoration: none;
	height: auto;
	width: auto;
	display: block;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: normal;
	text-align: right;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#suche {
	position: relative;
	height: 20px;
	width: 200px;
	top: 8px;
	right: 20px;
	float: right;
}
#pdetailsfoto {
	position: relative;
	height: auto;
	width: 358px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#contentfoto {
	position: relative;
	width: 340px;
	top: 0px;
	border: 5px solid #FFFFFF;
	left: 0px;
	overflow: hidden;
}


#pdetailsrechts {
	position: absolute;
	height: auto;
	width: 334px;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #993366;
	background-image: url(img/grosse_rose_back.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;

}
#pdetailslinks {
	position: relative;
	width: 360px;
	top: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993366;
	left: auto;
	display: block;
	clear: left;
	float: left;
	line-height: normal;

}


.boxlinksaussteller {
	width: 252px;
	display: block;
	height: auto;
	margin-right: 3px;
	margin-left: 5px;
	background-color: #FFFFFF;
}


.ausstellerliste {
	border: 1px solid #FFFFFF;
	background-image: url(img/lupe.gif);
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: auto;
	width: auto;
}
.artikelnummer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: block;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.ausrichten {
	width: 200px;
	margin: 0;
	line-height: normal;
	display: block;
	padding: 0px;
	height: 20px;
}
.ausrichtenlinks {
	float: left;
	clear: left;
	width: 100px;
	margin: 0;
}
.ausrichtenrechts {
	float: right;
	clear: right;
	width: 60px;
	margin: 0;
}
.pointer {
	cursor: pointer;
}
.indenwarenkorbback {
	background-image: url(img/in_den_warenkorb_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 217px;
}


.texteklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.boxlinkscontentkategorie {

	display: block;
	padding: 0px;
	height: auto;
	width: 251px;
	margin-right: 3px;
	margin-left: 6px;

}

.boxlinkscontentkategorie ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

.boxlinkscontentkategorie li {
	margin: 0px;
	padding: 0px;

}

.boxlinkscontentkategorie ul li a {
	text-decoration: none;
	outline-width:0px;
	height: auto;
	width: 216px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	display: block;

	

}
.boxlinkscontentkategorie ul li a:hover {
		color: #669300;
		font-weight: bold;
}
.Current {
	cursor: default;
	color: #669300;
	text-decoration: none;
	outline-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
		
}
.CurrentParent {
	margin: 0px;
	padding: 0px;

}

.CatLevel1 {
	background-image: url(img/menueback.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-indent: 25px;

}
.CatLevel1kat {
	background-image: url(img/menueback.gif);
	background-repeat: no-repeat;
	background-position: 0px -22px;
	margin: 0px;
	padding: 0px;
	text-indent: 25px;
}
.CatLevel1katParent {
	background-image: url(img/menueback.gif);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	margin: 0px;
	padding: 0px;
	text-indent: 25px;
}
.CatLevel2 {
	background-image: url(img/menueback.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	margin: 0px;
	padding: 0px;
	text-indent: 30px;
}
.CatLevel2kat {
	background-image: url(img/menueback.gif);
	background-repeat: no-repeat;
	background-position: 0px -88px;
	margin: 0px;
	padding: 0px;
	text-indent: 30px;
}
.CatLevel2katParent {
	background-image: url(img/menueback.gif);
	background-repeat: no-repeat;
	background-position: 0px -110px;
	margin: 0px;
	padding: 0px;
	text-indent: 30px;
}
.CatLevel3 {
	background-image: url(img/menueback.gif);
	background-repeat: no-repeat;
	background-position: 0px -132px;
	margin: 0px;
	padding: 0px;
	text-indent: 35px;
}
.CatLevel3kat {
	background-image: url(img/menueback.gif);
	background-repeat: no-repeat;
	background-position: 0px -154px;
	margin: 0px;
	padding: 0px;
	text-indent: 35px;
}
.CatLevel3katParent {
	background-image: url(img/menueback.gif);
	background-repeat: no-repeat;
	background-position: 0px -176px;
	margin: 0px;
	padding: 0px;
	text-indent: 35px;
}


.ausrichtungrechts {
	display: block;
	height: auto;
	width: auto;
	padding: 0px;
	float: right;
	margin: 0px;
}

.links {
	display: block;
	height: auto;
	width: auto;
	padding: 0px;
	float: left;
	margin: 0px;
}

.rechts {
	display: block;
	height: auto;
	width: auto;
	padding: 0px;
	float: right;
	margin: 0px;
}


.smallHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #993366;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}
hr {
	margin: 4px 0px;
	padding: 0px;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.boxTextBG {
	border-bottom: 1px solid #FFFFFF;
}
.boxTextBG2 {
	border-bottom: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.boxTextBG3 {
	border-bottom: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 5px;
}

.trenner {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
}
.katbild {
	border: 5px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	
	width: 690px;
	display: block;
	overflow: hidden;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: oblique;
	font-weight: normal;
	color: #C44D80;
	text-decoration: none;
	height: auto;
	width: auto;
	background-image: url(img/catehead.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 7px;
	padding-bottom: 3px;
	background-position: 0% 0%;
	line-height: normal;
	padding-left: 32px;
	margin: 2px 0px 3px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: oblique;
	font-weight: normal;
	color: #C44D80;
	text-decoration: none;
	height: auto;
	width: auto;
	background-image: url(img/catehead.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 7px;
	padding-bottom: 3px;
	background-position: 0% 0%;
	line-height: normal;
	padding-left: 32px;
	margin: 2px 0px 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #C44D80;
	text-decoration: none;
	height: auto;
	width: auto;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: normal;
	padding-left: 4px;
	margin: 0px;
}

.thumprahmen {
	border: 1px solid #C0A45B;
	margin: 3px 0px 0px;
	padding: 0px;
	width: 170px;
}
.zweiteheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 6px;
}
.voting {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E3307B;
	display: inline-table;
	height: 22px;
	padding: 4px;

}
.warekorbrahm {
	height: 20px;
	width: 156px;
	border: 1px solid #CA608D;
	display: block;
}

.thumprahmenlinks {
	width: 170px;
	border: 1px solid #C0A45B;
	display: block;
}

.font12pxbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


#idwrahmen {
	height: 27px;
	width: 217px;
	background-image: url(img/in_den_warenkorb_back.gif);
	background-repeat: no-repeat;
	padding: 2px;
	margin: 0px;
}
#idwlinks {
	float: left;
	height: 21px;
	width: 50px;

}
#idwrechts {
	float: left;
	height: 21px;
	width: 165px;
}
.zurueck {
	background-image: url(img/button_back.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 89px;
}
.textvierzbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #993366;
	padding-left: 10px;
	line-height: 130%;
	text-decoration: none;
}
.faqhead {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #CA608D;
	text-indent: 5px;
	display: block;
	height: auto;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 3px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
}

.textabstand {
	width: 670px;
	color: #993366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	padding: 10px;
	display: block;
}

.conmenue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 10px;
	line-height: normal;
}.weisrahmendreipx {
	border: 3px solid #FFFFFF;
}
.newsletterbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5E8A00;
}
.optionheader {
	background-image: url(img/optionheader.gif);
	background-repeat: no-repeat;
}
.topcart {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px 18px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #517207;
	text-decoration: none;
	background-image: url(img/topcart.gif);
	background-repeat: no-repeat;
	background-position: 100% 1px;

}
.ausstellercontent {
	margin: 5px 0px;
	width: 679px;
	border: 1px solid #C0A45B;
	padding: 8px;
}
