/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
html
{
	overflow: -moz-scrollbars-vertical;
	overflow:scroll;
	overflow-x: hidden;
}
.boxText  { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.boxTextBG  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #eeecec;
}
.boxTextBGII  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.boxTextPrice  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.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  {
	color: #000000;
	margin: 5px 0 15px 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img  {
	border:0;
}

A  {
 font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #bf461b;
  text-decoration: none;
}

A:hover  {
  color: #bf461b;
  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: #FFCCCC;
}

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: #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: #ff0000;
  color: #ffffff;
  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: black;
  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: #FF8E90;
}

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

TD.infoBoxHeading  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #a19889;
  padding: 5px;
  color: black;
}

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: #f6f5f4; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f6f5f4; 

}

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: black;
  font-weight: bold;
}

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

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

A.pageResults:hover  {
  color: black;
  background: #a19889;
}

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: Verdana, Arial, sans-serif;
  font-size: 11px;
  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;
}

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

SPAN.underline  {
	text-decoration: underline;
}

TABLE.formArea  {
  background: #eeecec;
  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  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.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: #000000;
  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;
}
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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow  {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;

}
.moduleRowOver  { 
    line-height: 1.5; 
	
	}
.moduleRowSelected  { }

.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: black; 
	background-color: #a19889; 
	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: #f6f5f4; 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: #ffb3b5; }
.messageStackSuccess  { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement  { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.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: #a19889;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #f6f5f4;
	width: 185px;
}

.contentsTopics  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.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;
}

.lexikon_keyword  {font-family: Verdana, Arial, sans-serif;font-size: 11px;color: #CC0000;text-decoration: underline;}

.poll_question   {
  background-color:#dddddd; 
  padding:5px;
  margin-bottom:10px;
  font-family:Verdana, Arial, sans-serif; 
  font-size: 11px;
  color: #000000;
}



/*			Weitere Formatierungen 				*/

.clr  {clear: both; padding: 0; margin: 0; }
.clearing  {clear: both; padding: 0; margin: 0; }

.zero {
padding: 0; margin: 0;
	height:0px;
}

#imagetop  {
  width: 980px;
  height: 128px;
  background: url(img/grafictop.jpg) no-repeat right top;
  padding: 0 0 0 0;
  font-size: 12px;
  color: black;
  position:relative;
    margin: 0 auto 0 auto;
  top:0px;
  left:0px;

}

#imagetop a {color: #ffffff; text-decoration: none;}
#imagetop a:hover  {color: #ffffff; text-decoration: underline;}

#imagetop a.aquariumblog {color: #bf461b; text-decoration: underline; margin-left: 5px;}
#imagetop a.aquariumblog:hover {color: #bf461b; text-decoration: underline;}

#imagebot  {
  width: 980px;
  height: 52px;
  padding: 0;
 
  border:1px solid fuchsia;
  /*
  background-image: url(img/graficmid.jpg);
  */
  margin: 0 auto 0 auto;
  font-size: 16px;
}

#imagebot a  { color: #e8e4df; text-decoration: none;}
#imagebot a:hover  { color: #e8e4df; text-decoration: underline;}

#menutop  {
  width: 980px;
  height: 128px;
  padding: 0 0 0 0;
  margin: 0 auto 0 auto;
  /*
  background-image: url(img/graficbot.jpg);
  */
  text-align: right;
}

#mcontent  {
	position:relative;
	top:0px;
    width: 980px;
    background: #f6f5f4;
    /*
    background-image: url(img/mainbg.jpg);
    background-repeat: repeat-x;
    */
    margin: 0 auto 0 auto;
  
  	min-height:330px;
  	height:auto !important;
  	height:330px;
}


#content  {
  width: 980px;
  padding: 0;
  /*
  margin:0 auto 0 auto;
  
  float: left;
	*/
 position:relative;
 display:table;
 	min-height:500px;
  	height:auto !important;
  	height:500px;

}



#checkoutcontent  {
  width: 980px;
  padding: 0 8px;
}

.checkout_block {
	width:700px;
	margin:0 0 0 130px;
}

#rightmenu  {
  width: 191px;
  float: left;
  padding: 0 4px 0 0;  
}


#cbot  {
  width: 980px;
  height: 20px;
  padding: 8px 0 0 0; 
  background-image: url(img/cbot.jpg);
  margin: 0 auto 15px auto;
  text-align: right;
  font-size: 11px;
  color: #ffffff;
}

#cbot a  {color: #ffffff; text-decoration: none;}
#cbot a:hover  {color: #ffffff; text-decoration: underline;}

#navtrail  {
  border-bottom: 1px solid #cccccc;
  font-size: 10px;
  margin: 0 0 6px 0;
}


#searchbox  {
  width: 178px;
  float: right;
  padding: 8px 0 0 0;
}

#toplinks  {
  width: 479px;
  float: left;
}

#topcart  {
  width: 479px;
  float: left;
  text-align: right;
}




/*		########## login.php ##########		*/

.loginboxnew  {
  margin: 5px 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #000000;
}

/*		########## Newsmanager  ##########		*/

.newsdate  {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 11px;
}

.newsbox  {
  width: 549px;
  margin: 0 0 10px 0;
  border: 1px dashed #000000;
  padding: 4px;
}

.newspic  {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 8px 0;
  float: left;
}

.newstext  {
  width: 430px;
  float: left;
}

.topproducts_left  {
  float: left;
  width: 259px;
  /*
  height: 170px;
  */
  overflow: hidden;
  border-top: 0px dashed #bf461b;
  border-right: 1px dashed #bf461b;
   border-bottom: 1px dashed #bf461b;
  /*
  background-image: url(img/listingtemp.jpg); 
	*/
	position:relative;
	display:table;
}
.topproducts_left_inner {
	margin:8px;
	padding:0;
}

.topproducts_left p {
	margin:0;
	padding:0;
}

.product_heading  {
  padding: 0;
  /*
  background: #a19889;
  
  color: #ffffff;
  */
  font-weight: bold;
  margin:0 0 0 5px;
  line-height:25px;
}

.pprice  {font-weight: bold; font-size: 11px;}

.produktname  {
  font-size: 14px;
  margin: 0 0 15px 0;
  padding: 0;
}

.topproducts_left_topic  {
  font-weight: bold;
  
}
p.topproducts_left_topic  {
  font-weight: bold;
	margin:4px 0 5px 0;
	padding:0;
}

.leftsideproduct  {
  width: 230px;
  float: left;
  margin: 0;
}

.rightsideproduct  {
  width: 211px;
  height: 412px;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url(img/pdetails.jpg);
  background-repeat: no-repeat;
}

.rightsideproduct a  {color: #ffffff; text-decoration: none;}
.rightsideproduct a:hover  {color: #ffffff; text-decoration: underline;}


.productdesc  {
  width: 407px;
  float: left;
  padding: 0 5px 5px 5px;
}




/*		########## Ueberschriften ##########		*/

.hltopic_wrapper {
  margin:0;
  top:0px;
  position:relative;
  display:table;
  height: 54px;
  width:980px;
  border:0px solid maroon;	
  background: url(img/bgr_prod_detail_header.jpg) repeat-x left top;
} 

.h1topic  {
  font-size: 18px;
  margin: 10px 0 5px 20px;
  padding: 0;
  color: black;
}
h1.h1topic {
  font-size: 18px;
  margin: 10px 0 0px 20px;
  padding: 0;
  color: black;
}

.hltopic_wrapper p.header_short_desc {
	margin:0 0 0 0;
	padding:0 0 0 20px;
}

.h1topic2  {
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0;
  color: black;
}

.h2news  {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0;
}

.h1cattopic  {
  font-size: 14px;
  margin: 0 0 6px 0;
  padding: 0;
  color: #a19889;
}

.topcats  {
  width: 245px;
  height: 250px;
 	background: url(img/bgr_prod_detail_top_r.jpg) repeat-x left top;
  float: left;
  overflow: hidden;
  margin:0;
}

.mainctop  {
  width: 980px;
	min-height:20px;
  	height:auto !important;
  	height:20px;
  margin: 0;
  padding: 0;
  /*
  background-image: url(img/mainctop.jpg);
  background-repeat: no-repeat;
  */
  overflow: hidden;
  color: black;
  line-height:25px;
}

.contenttab  {
  background: #f6f6f4; 
  margin: 0 0 0 0;
  padding: 0;
  /*
  background: #e8e4df;
	*/
  display:table;
	border:0px solid fuchsia;

}
.contenttab_prod  {
  width: 750px;
  margin: 0 0 0 0;
  padding: 0;
  /*
  background: #e8e4df;
	*/

	border:0px solid fuchsia;

}







/*		########## Menu ##########		*/
ul.navilist  { list-style-type:none; margin:0; padding:0px; font-weight: bold;}
li.maincat  {padding:0px; margin: 0;}

/* ########### startmenu ######### */
.left_box_wrapper {
	position:relative;
	display:table;
	width:179px;
	top:400px;
	border:1px solid red;
}
.navi_headline { font-size: 18px; color:#fff; margin: 7px 0 0 15px;}
.navi_box_wrapper { 
	position:relative;
	display:table;
	width:179px;
	top:0px;
	left:0px;
	margin:0 0 0px 10px;
	border:0px solid #ff0000;
	background:url(img/bgr_navi.gif) no-repeat left top; 
} 
.navi_box {  
	background:url(img/bgr_navi_footer.gif) no-repeat left bottom; 
	width:179px; 
	position:relative;
	display:table;
	margin:0;
	left:0px;
	bottom:-10px;
	border:0px solid blue;
}
.navi_box_inner {
	position:relative;
	display:table;
	margin:10px 5px 25px 0px;
	left:0px;
}
/*.navi_box_footer { 
	background:url(img/bgr_navi_footer.gif) no-repeat 0px top; 
	width:179px; 
	position:relative;
	display:table;
	margin:0;
	left:0px;
	top:-10px;
}*/

.cat_box_start ul.navilist { margin-left: -5px;}
.cat_box_start .maincat a {font-size: 18px; color:#000000; line-height:20px; padding-left: 20px; background: url(img/pleil_black_sm.gif) no-repeat left 5px; width:12px;} 

 /*		##########Hauptkategorie ##########		*/
.maincat  { list-style-type:none; font-weight: normal;  margin: 0; padding: 15px 0 4px 0; }
.maincat a  { font-size: 18px; color:#000000; line-height:20px; padding-left: 15px; background: url(img/pleil_black_sm.gif) no-repeat left 5px;}
.maincat a:hover  {font-size: 18px;  color:#bf461b; text-decoration:underline; }
.maincat a.gewaehlt  {color:#bf461b;}
.maincat a.gewaehlt:hover  {color:#bf461b; text-decoration:underline;}


 /*		##########Unterkategorie 1 Eben  ##########		*/

.subcatlevel1  {padding:0 0 4px 0;}
.subcatlevel1 a  {font-size:14px; line-height:18px; font-weight: bold; color:black; padding-left:18px;}
.subcatlevel1 a:hover  {color:#bf461b; font-size:14px; }
.subcatlevel1 a.gewaehlt  {padding-left:16px; color:#bf461b; }
.subcatlevel1 a.gewaehlt:hover  {padding-left:18px; color:#bf461b; text-decoration:underline; }


/*		##########Unterkategorie 2 Eben  ##########		*/
.subcatlevel2  {padding-left:0px;l}
.subcatlevel2 a  {font-size:12px; color:black; padding-left:32px;}
.subcatlevel2 a:hover  { color:#000000; font-size:12px;}
.subcatlevel2 a.gewaehlt  {padding-left:32px; color:#bf461b; }
.subcatlevel2 a.gewaehlt:hover  {padding-left:32px; color:#bf461b; text-decoration:underline; }



.topmaincat a:hover  {color:#a19889;}

.inactiveTab  {float:left; height: 16px; background-image: url(img/menubut.jpg); background-repeat: no-repeat; margin:5px 0; font-size:14px; font-weight:bold; color:#a19889; padding: 0 8px 0 18px;}
.inactiveTab :hover  {color:a19889;}

.inactiveTabaktiv  {float:left; height: 16px; background-image: url(img/menubut.jpg); background-repeat: no-repeat; margin:5px 0; font-size:14px; font-weight:bold; color:#a19889; padding: 0 8px 0 18px; }
.inactiveTabaktiv :hover  {color:a19889;}

a.topsublink  {margin:7px 5px 4px 5px;font-size:16px; height:60px; font-weight:bold; text-transform:uppercase;color:#666666; font-family:verdana;}
a.topsublink:hover  {color:#a19889;}


/*		##########highslide ##########		*/

*  {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide  {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img  {
	visibility: hidden;
}
.highslide img  {
	border: 2px solid white;
}
.highslide:hover img  {
	border: 2px solid white;
}

.highslide-wrapper  {
	background: white;
}
.highslide-image  {
    border: 2px solid white;
}
.highslide-image-blur  {
}
.highslide-caption  {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading  {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i  {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i  {
    color: white;
    background-color: gray;
}

.highslide-move  {
    cursor: move;
}
a.highslide-full-expand  {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block  {
    display: block;
}
.highslide-display-none  {
    display: none;
}

/* These are not Highslide core CSS rules, but define the styles of the caption. */
.control  {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover  {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control *  {	color: #666;}




.infocenter_header  { 
	background-image:url(img/bg.gif);
	background-color:#f2f2f2;
	padding-left:10px; 
	padding-top:3px; 
	padding-bottom:3px; 
	font-size:12px; 
	text-transform:uppercase; 
	font-weight:bold; 
	color:#666666;
	margin-bottom:5px;}  
	
.infocenter_categories  { 
	background-image:url(img/bg.gif);
	background-color:#f2f2f2;
	padding:3px; 
	font-weight:bold; 
	color:#666666;
	margin-bottom:3px;}  	

.infocenter_items  { 
	padding-left:8px; 
	color:#666666;}  
	
.infocenter_items_hide  {display:none;}  
	
.infocenter_titel_bg  {
  background-image:url(img/infocenter_bg.gif);
  height:60px;
  margin-bottom:10px;  }
  
.infocenter  {
  background:url(img/infocenter.gif) top left no-repeat;
  height:60px;
  margin-bottom:10px;  }  
  
.infocenter_titel  {
  position:relative;
  top:15px;
  left:12px;
  text-transform:uppercase;
	font-style:italic;
  font-family:Arial,Verdana;
	font-weight:bold; 
	color:#999999;
  font-size:16px;}
  
.infocenter_name  {
  position:relative;
  text-transform:lowercase;
	font-style:italic;
  top:12px;
  left:70px;
  font-family:Arial,Verdana;
	font-weight:bold; 
	color:#bf461b;
  font-size:14px;}  
	
.infocenter_text  {
	padding:2px; 
	color:#333333;
	margin-bottom:3px;
	_border-left:1px solid #dddddd;
	_border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;}	
	
A.infocenter_items_links:link,A.infocenter_items_links:visited  {text-decoration:none; color:#FF6600;}  	
A.infocenter_items_links:hover  {text-decoration:none; color:#666666;}  	
	
.infocenter_border  {
	margin-bottom:5px;}
<style type="text/css">
*  {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html  {
    background-color: white;
}
.highslide-html-blur  {
}
.highslide-html-content  {
	position: absolute;
    display: none;
}
.highslide-loading  {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i  {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i  {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper  {
	background-color: white;
}
.highslide-wrapper .highslide-html-content  {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div  {
}
.highslide-wrapper .highslide-header ul  {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li  {
	display: inline;
	padding-left: 1em;
	
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next  {
	display: none;
}
.highslide-wrapper .highslide-header a  {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover  {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a  {
	cursor: move;
}
.highslide-wrapper .highslide-footer  {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize  {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body  {
}
.highslide-move  {
    cursor: move;
}
.highslide-resize  {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block  {
    display: block;
}
.highslide-display-none  {
    display: none;
}

a.highslide-body,
a.highslide-body i  {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-body:hover,
a.highslide-body:hover i  {
    color: silver;
 
}

/************************************************************/
/******************* ash 20 oct 2008 ************/

.menubg  {
	border:0px solid red;
}


#menu_top_div  {
	position:absolute;
	left:20px;
	top:101px;
	height:28px;
	width:800px;
	margin:0;
	z-index:10;
	border:0px solid lime;
	vertical-align: bottom;
}
#menu_top_ul  {
	margin:0;
	padding:0;
}
#menu_top_ul li  {
	display:inline;
	float:left;
	margin:0 0 0 0;
	width:100px;
	padding:0 5px 0 0;
	text-align: center;
	list-style: none;
	list-style-image: none;
}
#menu_top_ul li.first  {
	display:inline;
	float:left;
	margin:0 0 0 0;
	width:180px;
	padding:0 0 0 0;
	text-align: center;
	list-style: none;
	list-style-image: none;
}
#menu_top_ul li.middle  {
	display:inline;
	float:left;
	margin:0 0 0 0;
	width:155px;
	padding:0 0 0 0;
	text-align: center;
	list-style: none;
	list-style-image: none;
}
#menu_top_ul a,
#menu_top_ul a:hover  {
	color:#bf461b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#menu_top_ul li a,
#menu_top_ul li a:hover  {
	font-size:12px;
	text-transform: uppercase;
		display:block;
		line-height:27px;
		padding-top:3px;
		padding-right:5px;
	background: url(img/nav_oben_tab_small.png) no-repeat center 6px;
}
#menu_top_ul li.first a,
#menu_top_ul li.first a:hover  {
	font-size:16px;
	text-transform: uppercase;
	display:block;
	line-height:27px;
	padding-top:1px;
	background: url(img/nav_oben_tab_big.png) no-repeat center top;
}
#menu_top_ul li.middle a,
#menu_top_ul li.middle a:hover  {
	font-size:12px;
	text-transform: uppercase;
	display:block;
	line-height:27px;
	padding-top:3px;
	width: 144px;
	background: url(img/nav_oben_tab_middle.png) no-repeat center 6px;
}
/************ extra + xtc sys menu menu unter main navi ***********/

#extra_menu_wrapper  {

	position:relative;
	height:20px;
	top:0px;
	width:980px;
	/*
	background: url(img/bgr_extra_navi.png) no-repeat center top;
	*/
	background: #e2dca8;
	border-top:1px solid white;

	margin:0 auto 0 auto;
}
#left_menu  {
	position:absolute;
	left:45px;
	margin:0;
	height:20px;
	width:200px;
}
#left_menu h1  {
	padding:2px 0 0 0;
	margin:0;
	font-size:12px;
	font-weight:normal;
}
#sys_menu  {
	position:absolute;
	right:0px;
	margin:0;
	height:20px;
	background: #f5f5f4;
	text-align: right;
}
#sys_menu a  {
	margin:0;
	line-height:20px;
	padding:0 5px 0 5px;
	border-left:2px solid #e2dca8;
	color:black;

}
#sys_menu a:hover  {
	color:black;
}


/************ startseite *************************/

#start_inhalt_wrapper  {
	position:relative;
	top:-25px;
	width:980px;
	margin:0;
	border: 0px solid maroon;
	display:table;
}
#start_inhalt  {
	position:relative;
	width:980px;
	height:378px;
	left:0;
	top:0;
	display:table;
	margin:0;
	background: url(../../images/bgr_start2009.jpg) no-repeat left top;
	border-bottom: 1px solid #c5e6f0;
}
#start_title {
	position: absolute;
	left:28px;
	top:15px;
	height:25px;
	width:590px;
	margin:0;
}
#text_wandaquarium
{
	position: absolute;
	left: 43px;
	top: 45px;
	height: 130px;
	width: 540px;
	text-align: justify; 
}
/* Trusted Shop Siegel  */
#tsBox
{
	position: absolute;
	left: 48px;
	top: 150px;
}
#tsBox,
#tsBox a
{
	font-size: 10px;
	line-height: 13px;
}
#tsBox form#formSiegel
{
	margin: 0;
	padding: 0;
}
/* / Trusted Shop Siegel  */
#start_title h1  {
	font-size:18px;
	margin:0;
	padding:0;
	font-weight:bold;
}

#link_a  {
	border:0px solid blue; 	position:absolute;
	top: 158px; 	left: 257px;
	width: 105px; 	height: 18px;
}
#link_b  {
	border:0px solid blue; 	position:absolute;
	top: 158px; 	left: 369px;
	width: 105px; 	height: 18px;
}
#link_c  {
	border:0px solid blue; 	position:absolute;
	top: 158px; 	left: 479px;
	width: 105px; 	height: 18px;
}

#link_a_plus  {
	border: 0px solid blue; 	position:absolute;
	top: 150px; 	left: 255px;
	width: 105px; 	height: 124px;
}
#link_b_plus  {
	border: 0px solid green; 	position:absolute;
	top: 150px; 	left: 366px;
	width: 105px; 	height: 124px;
}
#link_c_plus  {
	border: 0px solid red; 	position:absolute;
	top: 150px; 	left: 476px;
	width: 105px; 	height: 124px;
}

#link_a_plus img,
#link_b_plus img,
#link_c_plus img  {
    width:105px;
	height:124px;
}

#link_a a,
#link_b a,
#link_c a  {
	font-weight:bold;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	display: block;
}
#link_a_plus a:hover,
#link_b_plus a:hover,
#link_c_plus a:hover  {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#text_start  {
	position:absolute;
	top:290px;
	left:30px;
	border:0px solid blue;
}
#text_start h2  {
	font-size:18px;
	margin:0;
	padding:0;
	font-weight:normal;
}
#text_start span  {
	font-size:18px;
}
#link_modelle  {
	position:absolute;
	top:330px;
	left:30px;
	width:300px;
	border:0px solid blue;
}

#link_modelle a  {
	background: url(img/pfeil_black.png) no-repeat left 3px;
	padding-left:20px;
	font-size:18px;
}

#suche_start  {
	position:relative;
	top:0px;
	left:0px;
	height:0px;
	width:980px;
	margin:0 auto 0 auto;
	padding:0;
	border:0px solid green;
	z-index:199;
}
#suche_start p.clr {
	display:none;
}
#suche_start div#searchbox  {
   float: none;
	margin:0;
	padding:0;
	position:absolute;
	top:330px;
	left:350px;
	height:25px;
	width:250px;
	z-index:300;
	border:0px solid green;

}

# input.input_norm, 
#loginbox input.input_norm,
#suche_start div#searchbox input.start_search_input  {
	height:18px;
	border-top:1px solid gray;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-left:1px solid gray;
	background:#f5f5f4; 
	margin:0 5px 0 0;
	padding:3px 0 0 3px;
	font-size:12px;
	line-height:15px;
	width:160px;
}
# input.input_norm, 
#loginbox input.input_norm {
	height:14px;
	padding:2px 0 0 3px;
	line-height:14px;
	width:200px;
}


#suche_start div#searchbox input.start_submit_button  {
	margin:0 0 0 3px;
}
#suche_start div#searchbox a.search_link_advanced  {
	display:none;
}
/*********** kategorien box - startseite usw... ************/
.menutopleft  {
  /*
  background-image: url(img/mtop.jpg);
  */
  height:25px;
  margin: 0;
  color: black;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 0px solid #ffffff;
  padding: 0;
  
}

.tiefen_content  {
	float:right; 
	width:760px;

	margin:0 10px 0 0;
	padding:0 0 10px 0;
   border:0px solid green;	
}
/** obiges in full width **/
.no_cat_box {
   float:none;
	width:960px;
	margin:0 auto 0 auto;
	padding:0 0 20px 0;
}


.tiefen_content_product_detail  {
	position:relative;
	display:table; 
	width:980px;
	top:-30px;

	margin:0;
   border:0px solid green;	
}
.cat_box_wrapper_start  {
   position:absolute;
	width:200px;
	height:250px; 
	top:390px; 
	left:0px; 
	margin:0;
	border:0px solid orange;
	z-index: 350;
}

.cat_box_start  {
	position:absolute; 
	left:0px; 
	top:400px; 
	width:200px; 
	border:0px solid orange; 
	z-index:250;
	margin:0;
}
.cat_box_product_detail  {
	position:absolute; 
	left:520px; 
	top:54px;
	height:200px; 
	width:300px; 
	border:0px solid orange; 
	z-index:250;
	margin:0;
}
.cat_box_product_detail div.cat_box_product_detail_header_wrapper {
	position:relative;
	left:-10px;
	width:470px;
	background:black;
	margin:0;
	padding:0;
	height:20px;
	border-top:4px solid #f6f6f4;
	border-bottom:4px solid #f6f6f4;
	overflow:hidden;
}
.cat_box_product_detail p.menutopleft {
	color:white;
	font-weight:bold;
	padding:3px 5px 3px 10px;
	margin:0;
	
}


.cat_box_wrapper  {
	float:left; 
	width:200px;
	margin:0;
}

.cat_box_start p.menutopleft,
.cat_box_wrapper p.menutopleft  {
	display:none;
}

.cat_box_start div.menucontent  {
  padding: 0;
  margin: 0 0 15px 20px;
  
}

.cat_box_wrapper div.menucontent  {
  padding: 0;
  margin: 0 0 15px 20px;
  
}
.start_content_wrapper {
	position:relative;
	margin:0;
	top:-25px;
	display:table;
	min-height:450px;
  	height:auto !important;
  	height:450px;
}

#start_table_index,
#start_table {
	 border-collapse:collapse; 
	 border:0px solid lime;
	 height:450px;
  	
}


.artikel_wrapper_start {
	margin:0;
	width:520px;
	border-top:0px dashed #bf461b;
	border-right:1px dashed #bf461b;
	border-bottom:0px dashed #bf461b;
	border-left:1px dashed #bf461b;
	float:left;
		min-height:450px;
  	height:auto !important;
  	height:450px;
	display:table;
}

.small, 
.small a,
.small a:hover {
	font-size:10px;
	line-height:11px;
}
a.details,
a:hover.details {
	padding-top:5px;
	line-height:15px;
}


/************************ boxes right **************************/
.box_login_style {
	width:220px; 
	margin-top:5px; 
	margin-right:0; 
	margin-bottom:-15px; 
	margin-left:0;
}
.box_newsletter_style {
	width:220px; 
	margin-top:5px; 
	margin-right:0; 
	margin-bottom:0px; 
	margin-left:0;
	text-align:right;
}


.cat_box_start div.boxes_seperator {
	height:10px;
	clear:both;
	position:relative;
	z-index:999;
}
.boxes_seperator {
	height:15px;
	clear:both;
	position:relative;
	z-index:999;
}
.boxes_seperator :after {
	content:".";
	visibility:hidden;
	clear:both;
	display:block;
	height:0;
}
.richter_belmontX {
	min-height:330px;
  	height:auto !important;
  	height:330px;
	margin:0;
}

.boxes_right_start {
	position:absolute;
	top:400px;
	border:0px solid fuchsia;
	left:725px;
	/*height:250px;*/
	width:250px;
	z-index:500;
	margin:0;
}
div.boxes_right_wrapper_box1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:0;
	width:250px;
	background: url(img/bgr_login.png) no-repeat left top;
	border:0px solid fuchsia;
}
div.boxes_right_wrapper_box2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:0px;
	width:250px;
	background: url(img/bgr_login.png) no-repeat left top;
	border:0px solid fuchsia;
}

div.boxes_right_wrapper_box1 :after,
div.boxes_right_wrapper_box2 :after,
.boxes_right_inner :after {
	content:".";
	visibility:hidden;
	clear:both;
	display:block;
	height:0;
	float:none;
}
.boxes_right {
	/*display:table;*/
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	width:250px;
	border:0px solid red;
   	/*background: url(img/bgr_login_footer.png) no-repeat left bottom;*/
}
.boxes_right_footer {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	width:250px;
	height:10px;
	border:0px solid blue;  	
}
.boxes_right_inner {
	position:relative;
	top:5px;
	left:0;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:15px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	background: url(img/bgr_login_footer.png) no-repeat left bottom;
}

.boxes_right_inner p.menutopleft {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

/****************** FAQ Teaser Box right ***********/
.teaserbox_right_wrapper {
	position:relative;
	display:table;
	width:250px;
	left:4px;
	top:0px;
	background: url(img/bgr_themenbox.gif) no-repeat left top;
	border:0px solid fuchsia;
}
.teaserbox_right {
	position:relative;
	display:table;
	margin:0;
	left:0px;
	top:0;
	width:250px;
	border:0px solid red;
   	/*background: url(img/bgr_login_footer.png) no-repeat left bottom;*/
}
.teaserbox_right_footer {
	position:relative;
	display:table;
	margin:0;
	left:0px;
	bottom:-5px;
	width:250px;
	height:10px;
	border:0px solid blue;
	background: url(img/bgr_themenbox_footer.gif) no-repeat left bottom;
   	
}
.teaser_right_inner {
	position:relative;
	/*display:table;*/
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:15px;
	left:0px;
	margin:0;
}
/****************** Symbole SSL Paypal usw. Box left ***********/
.teaserbox_left_wrapper {
	position:relative;
	width:179px;
	left:10px;
	top:0px;
	background: url(img/bgr_teaserbox.gif) no-repeat left top;
	border:0px solid fuchsia;
}
.teaserbox_left_wrapper :after {
	content:".";
	visibility:hidden;
	clear:both;
	display:block;
	height:0;
	float:none;
}
.teaserbox_left {
	margin:0;
	width:179px;
	border:0px solid red;
   	/*background: url(img/bgr_login_footer.png) no-repeat left bottom;*/
}
.teaserbox_left_footer {
	margin:0;
	width:179px;
	height:10px;
	border:0px solid blue;
	
}
.boxes_left_inner {
	margin:0;
	margin-bottom:-15px;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:15px;
	text-align:center;
	background: url(img/bgr_teaserbox_footer.gif) no-repeat left bottom;
}
/****************** produkt detail ****************/
.desc_image_am img { width: 450px;};
.product_detail_wrapper {
	position:relative;
	display:table;
	left:0px;
	width:980px;
	border:0px solid fuchsia;
	margin:0;
}

.product_detail {
	position:relative;
	display:table;
	left:0px;
	width:980px;
	border:0px solid green;
	margin:0px;
}
.product_detail_left {
	position:relative;
	display:table;
	float:left;
	width:480px;
	margin:0;
	border:0px solid maroon;
}
.product_detail_left_inner {
	margin:10px;
}
.product_detail_right {
	position:relative;
	display:table;
	float:right;
	width:460px;
	margin:0;
	border:0px solid black;
		background: url(img/bgr_prod_detail_top_r.jpg) repeat-x left top;
}
.product_detail_right_inner {
	position:relative;
	display:table;
	margin:10px;
}

.product_cat_navi_placeholder {
	height:200px;
	width:450px;
	margin:0;

}
.product_price_etc {
	position:relative;
	display:table;
	margin:0;
	z-index:510;
}

/*********** footer bereich *********************/

.betw_footer {
	position:relative;
	display:table;
   width:980px;
	margin:0 auto 0 auto;
	height:20px;
	background:#e2dca8;
	border-bottom:1px solid #c5e6f0;
}

.footer_wrapper {
	position:relative;
	display:table;
   width:980px;
	margin:0 auto 0 auto;
	height:100px;
	background: url(img/bgr_footer.jpg) repeat-x left top #eeebd4;
	
}
.footer_holder {
	margin:10px 10px 10px 30px;
	width:940px;
}
.footer_col {
	float:left;
	width:190px;
	margin-right:10px;
	border:0px solid #990033;
}
.last {
	clear:both;
}
.nope {
	display:none;
}

/*************** Warenkorb unter Navi ************/
.basket_wrapper {
	position:absolute;
	top:0px;
	right:0px;
	width:269px;
	height:54px;
	background:url(img/bgr_warenkorb.jpg) no-repeat top left;
	border:0px solid #990033;
	z-index:999;
}
.basket_overview {
	margin:0px;
	padding:0px;
	border:0px solid #00FFFF
}

/*************** FAQ **************************/
a.faq_link, a:link.faq_link, a:visited.faq_link
{
	text-decoration: none;
	outline: none;
	font-weight: bold;
	font-size: 12px;
}
a:hover.faq_link
{
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}
#faq1, #faq2, #faq3, #faq4, #faq5, #faq6, #faq7, #faq8, #faq9, #faq10, #faq11, #faq12
{
	width: 550px;
	display: none;
	font-size: 11px;
}
#faq2 ol li
{
	font-size: 11px;
}

#cust_content
{
  margin-left: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
}