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

.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	background-color: #3399FF;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	background-color: #0066FF;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffd634;
	border: 1px dashed #ff6300;
}
.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: #565656;
	margin: 0px;
	background-image:url(img/bg_sprites.gif);
	/*background-repeat:repeat-x float:left; 2010-04-22 FR: rausgenommen */
	background-repeat:repeat-x;
	font-family:verdana, arial;
	font-size:12px;

	
	}


img{
	border:0;
}

A {
  color: #111111;
  text-decoration: none;
}

A:hover {
  color: #000000;
  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: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

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

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

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

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

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

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

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

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.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: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

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

.copyright {
	display:none;
  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: #0000ff;
  text-decoration: underline;
}


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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
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;
 background-color: #99CCFF;
 border: 1px solid;
 border-color: #99CCFF;

}
.moduleRowOver { 
	background-color: #66CC66; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #66CC66; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #cccccc; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

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

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #f8a100; 
	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: #f5f5f5; 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: 8px; }
.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; }

* {
    font-family: Verdana, Helvetica;
    font-size: 8pt ;
}


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

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

/* haarmarkt-online */
.clr { clear:both; margin:0; padding:0;}
.outer { margin: 0 auto 0 auto; padding:0px; width:991px;}
.outer2left { float:left; width:592px; height:232px; margin:0px; padding:0px;}
.outer2right { float:left; width:398px; height:232px; margin:0px; padding:0px; }
.toplogo { height:194px; background-image:url(./img/top_logo.gif); background-repeat:no-repeat; width:592px;}
.searchbg { height:38px; background-image:url(./img/left_bg2.gif); background-repeat:repeat-y; }
.cartbg { height:135px; background-image: url(./img/top_hotline.gif); background-repeat:no-repeat; }
.topmenubg { height:97px; background-image:url(./img/top_menu.gif);}

.outer3 {width:990px; background-image:url(./img/outer3_bg.gif); background-repeat:repeat-y; background-position:left top;}
.outerbottom {width:990px; background-image:url(./img/outer3_bg.gif); background-repeat:repeat-y; background-position:left top;  margin:0 auto 0 auto; padding: 3px 1px 5px 0;}
.left { width:190px;  float:left; }
.middle { width:800px; float:left;}
.navtrailbg { width:800px; height:40px; background-image:url(./img/navtrail_bg.jpg); background-position: top right; }
.navtrail { font-size:11px; text-transform:uppercase; padding:0; font-family:Geneva, Arial, Helvetica, sans-serif; color:#FFFFFF; }
.navtrail a,.navtrail a:hover {color:#666666;}
.maincontent { width:611px; float:left; }
.content {padding:0px 2px 0 8px;}
.right { width:189px; float:left;}
.main { font-size:11px; font-family:Verdana, Arial;}
.cartouter { padding: 62px 0 0 5px; }
.cartinner { font-size:16px; font-weight:bold; color:#f87e00; font-family:verdana, arial;}
.cartinner a,.cartinner a:hover { color:#ffc700; text-decoration:none;}
/*.search { padding:0 0 0 10px;}

/*		########## Boxen ##########		*/
.spacer {margin: 0 0 15px 0;}
.spacer2 {margin: 0 0 20px 0;}
.spacer3 {margin: 0 0 8px 0;}
.box_header_left { color:#000000; text-align:right; padding:1px 3px 0 0; height:23px; background-image:url(./img/box_header_left.gif); font-size:12px; font-weight:bold;  font-family:verdana,arial;color:#ff6800;}

.box_content_left {padding:0 0 0 15px;}
.info_content_left {padding:0 0 0 0px;}
/*.infomanager_content_left {padding:0 0 0 1px; text-align:left; size:10px;} CHANGE 2010-04-22 FR*/ 
.infomanager_content_left {padding:0 0 0 1px; text-align:left; font-size:10px;}
.infomenu { font-size:12px; background-image: url(img/button_bg.gif); margin:0px; padding:4px 0 4px 25px;}
.infomenu a{color:#ffffff;} 


.box_header_right {color:#000000; text-align:right; padding:10px 7px 0 0; height:23px; background-image:url(./img/right_box_header.gif); font-size:12px; font-weight:bold;  font-family:verdana,arial;color:#ff6800;}
.box_content_right {padding:0 4px 0 5px; font-size:11px; color:#FFFFFF;}
.boxmanager_content_right {padding:0 14px 0 2px;}

.newstitel { font-size:13px; font-weight:bold;  padding:0 0 1px 15px; margin:0px; text-align:left;}
.newsouter { width:599px; height:205px; background-image:url(./img/news_bg.jpg); background-position:left top; background-repeat:no-repeat;}
.newspic {float:left; width:155px; text-align:center; vertical-align:top; }
.newsspacer {width:40px;  }

.newsinfo {width:404px; height:205px;   font-size:12px; text-align:left; vertical-align:top; overflow:hidden;}
.newstext {color:#FFFFFF; padding: 8px 6px 0 12px;}


.product_HO { width:584px; height:137px; background-image:url(./img/artikel_bg.jpg);}
.producttitel { text-indent:15px; margin:0; padding:6px 0 0 0; font-size:12px; text-align:left; line-height:11px;}


.topmenulink { width:93px; height:14px;  display:block; text-align:center; padding:80px 0 0 0; float:left; color:#333333; font-size:11px;}

.cat_HO { margin:0; padding:1px; font-size:12px; font-weight:bold; background-color:#3399FF; color:#ffffff; width:595px; }
.cattitle { margin:5px 0 0 0;}




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


.producttafel_HO { width:260px;  background-color:#f5f5f5; float:right; margin:0 6px 0 0; border-left:1px solid #cccccc;border-top:1px solid #cccccc;}

.pprice { text-align:right; font-size:25px; padding: 10px 10px 0 0; font-weight:bold;border-right:1px solid #cccccc;}
.ptax { text-align:right; font-size:10px; padding: 10px 10px 10px 0; border-right:1px solid #cccccc;}
.atttitle { height:10px; font-size:9px; text-align:left; color:#666666; margin:0 0 0 0; padding:0 0 0 3px; background-color:#e6e5e5;font-weight:bold;border-right:1px solid #cccccc;}
.shippingtitle { height:10px; font-size:9px; text-align:left; color:#666666; margin:0 0 0 0; padding:0 0 0 3px; background-color:#e6e5e5; font-weight:bold;}
.att { text-align:left; padding:15px 0 15px 3px; background-color:#FFFFFF;border-right:1px solid #cccccc;}
.attpic { height:100px; text-align:center; background-color:#ffffff; padding:0 10px 10px 10px;border-right:1px solid #cccccc;}
.shipping { text-align:right;font-size:12px; padding: 12px 10px 0 0; font-weight:bold;}

.pictext {height:12px; background:#CCCCCC; font-size:10px; margin:0 0 5px 0;}
.ship {float:left; width:129px; border-right:1px solid #cccccc; height:50px; border-bottom:1px solid #cccccc;}
.print {float:left; width:129px;  height:50px;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;}
.productinfotitle { font-size:18px; text-align:left; margin:0 0 10px 0; padding:0; }
.spacer9 { height:20px;border-right:1px solid #cccccc;}
.menge { width: 79px; height:30px; float:left; border-bottom:1px solid #cccccc; margin: 0 0 0 0;}
.order {  width:179px; height:30px; float:left; border-top:1px solid #cccccc; border-left:1px solid #cccccc; background-color:#FFFFFF;margin: 0 0 0 0;}
.description { padding-top:30px;}
.catlink {color:#0a0a82;}


.staff { text-align:left; padding:8px 8px 8px 3px; background-color:#f5f5f5;border-right:1px solid #cccccc;font-size:12px; text-align:left;}
.stafftitle { height:10px; font-size:9px; text-align:left; color:#666666; margin:0 0 0 0; padding:0 0 0 3px; background-color:#e6e5e5;font-weight:bold;border-right:1px solid #cccccc;}

.crazyheader {font-size:12px; color:#666666; line-height:normal; }
.crazyfooter {font-size:12px; color:#666666; line-height:normal; margin: 30px 0 10px 0; }
.crazyh1{font-size:13px; color:#666666; line-height:normal;margin:0 0 10px 0; padding:0;  font-weight:bold;}
.crazyh2{font-size:13px; color:#666666; line-height:normal; margin:0; padding:0;  font-weight:bold;}
.cath1{font-size:12px;  line-height:14px; margin:4px 0 0 0; padding:0; float:left; font-weight:bold;color:#FFFFFF;}
.cath1r{font-size:12px;  line-height:14px; margin:4px 0 0 0; padding:0; float:left; font-weight:bold;color:#FFFFFF;text-align:right;}

.frontcatnamel { background:url(./img/topcatheaderleft.jpg) no-repeat top left; height:19px; text-indent:40px;  }

.frontcatnamer { background:url(./img/topcatheaderright.jpg) no-repeat top left; height:19px; text-indent:120px; text-align:right; }
.frontcatnamer2 { background:url(./img/topcatheaderright.jpg) no-repeat top left; height:19px; text-indent:145px; text-align:right; }
.frontleft { width:278px; float:left;}
.frontright{ width:278px; float:right;}
.clr {clear:both;}





/*		########## Menu ##########		*/
ul.navilist { list-style-type:none; margin:0px;padding:0px; font-family:Verdana, Arial;}
li.maincat {padding:0px; margin-top:2px; padding-top:3px;}

.topnav {  background:url(./img/topnavbg.jpg) repeat-x; text-align:left; padding: 3px 0 5px 20px; color:#666666; font-size:10px; height:10px;}
a.topnav:link { color:#666666;}
a.topnav:hover { color:#666666;}
.box_bottom {height:0; background-image:url(./img/button_bg_bottom.jpg); background-repeat:no-repeat; background-position:left top; margin:0; padding:0;}

 /*		##########Hauptkategorie ##########		*/
.maincat { font-size:11px; height: 15px;  padding: 5px 5px 5px 0; list-style-type:none; background-image: url(img/button_bg2.gif); font-weight: bold; color: #ffc700; margin: 0;   line-height: 1.0; margin-bottom:-1px;}
.maincat a{ padding-left:22px;color: #111111;}
.maincat a:hover{padding-left:22px;color:#ff5600;}
.maincat a.gewaehlt{padding-left:23px; color:#0066CC;}
.maincat a.gewaehlt:hover{padding-left:23px;color:#0066CC;}


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

.subcatlevel1 {  font-size:10px; height: 15px;   padding-top:5px; padding-left:5px; padding-bottom:4px;}
.subcatlevel1 a{ padding-left:15px; padding-bottom:4px;color:#0a0a82;}
.subcatlevel1 a:hover {padding-left:15px;padding-bottom:4px; font-weight:normal;}
.subcatlevel1 a.gewaehlt{padding-left:15px; padding-bottom:4px; color:#FFFFFF; font-weight:bold;}
.subcatlevel1 a.gewaehlt:hover{padding-left:15px;padding-bottom:4px;color:#FFFFFF; font-weight:bold;}


/*		##########Unterkategorie 2 Eben  ##########		*/
.subcatlevel2 {padding-left:25px; padding-bottom:4px;font-size:10px;}
 * html .subcatlevel2 {padding-left:3px;padding-bottom:4px;}
.subcatlevel2 a{padding-left:3px;padding-bottom:4px;font-weight:700;color:#0a0a82;}
.subcatlevel2 a:hover {padding-left:3px;padding-bottom:4px;font-weight:700;}
.subcatlevel2 a.gewaehlt{padding-left:3px; font-size:bold;padding-bottom:4px;font-weight:700; color:#FFFFFF;}
.subcatlevel2 a.gewaehlt:hover{padding-left:3px;padding-bottom:4px;font-weight:700;color:#FF0000;}


/*		##########Unterkategorie 3 Eben  ##########		*/
.subcatlevel3 {padding-left:3px; padding-bottom:4px;font-size:10px;}
 * html .subcatlevel3 {padding-left:3px;padding-bottom:4px;}
.subcatlevel3 a{padding-left:3px;padding-bottom:4px;font-weight:700;color:#0a0a82;}
.subcatlevel3 a:hover {padding-left:3px;padding-bottom:4px;font-weight:700;}
.subcatlevel3 a.gewaehlt{padding-left:3px; font-size:bold;padding-bottom:4px;font-weight:700; color:#FF0000;}
.subcatlevel3 a.gewaehlt:hover{padding-left:3px;padding-bottom:4px;font-weight:700;color:#FF0000;}

/*		##########Unterkategorie 4 Eben  ##########		*/
.subcatlevel4 {padding-left:0px; padding-bottom:4px;font-size:10px;}
 * html .subcatlevel4 {padding-left:0px;padding-bottom:4px;}
.subcatlevel4 a{padding-left:0px;padding-bottom:4px;font-weight:700;}
.subcatlevel4 a:hover {padding-left:0px;padding-bottom:4px;font-weight:700;}
.subcatlevel4 a.gewaehlt{padding-left:0px; font-size:bold;padding-bottom:4px;font-weight:700; color:#FF0000;}
.subcatlevel4 a.gewaehlt:hover{padding-left:0px;padding-bottom:4px;font-weight:700;color:#FF0000;}





.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:#003399;
	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-image:url(img/infocenter.gif);
  height:150px;
  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:#FF6600;
  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:#FFFFFF;}  	
A.infocenter_items_links:hover {text-decoration:none; color:#666666;}  	
	
.infocenter_border {
	margin-bottom:5px;}
	
/*##########################################
/haarmarkt-online
##########################################*/

#mainxx {
	height:auto;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}
	
#logo_main {
	float:left;
	width:400px;
	height:auto;
	}
#menu_main {
	width:575px;
	float:left;
	font:Arial, Helvetica, sans-serif
	font-size:12px;
	font-weight:bold ;
	color:#FFFFFF;
	text-align:right;
	margin:40px 0 0 0;
	}
#logo_main2 {
	width:998px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-15px;
	}
#stern100 {
	width:180px;
	height:120px;
	margin-left:525px;
	margin-top:-255px;
	}
#garantie {
	width:150px;
	height:180px;
	margin-left:845px;
	margin-top:-53px;
	}
#protected {
	width:80px;
	height:80px;
	margin-left:760px;
	margin-top:-78px;
}
#search {
	width:200px;
	height:25px;
	margin-left:355px;
	margin-top:-222px;
	}
#trailer {
	width:995px;
	height:13px;
	margin-top:-1px;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 4px;
	background-color:#3399FF;
	/*background-image:url(img/hg_trailer.jpg);*/
	overflow:hidden;
	}
#content_main {
	width:999px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:1px;
	}
#categorie_li {
	float:left;
	width:190px;
	height:1650px;
	padding:0 5px 0 3px;
	background-color:#3399FF;
	}
#content_center {
	float:left;
	margin:0 0 0 3px;
	width:585px;
	height:auto;
	padding:0 5px 0 4px;
	}
#spalte_rechts {
	float:left;
	margin:0 0 0 2px;
	width:192px;
	height:1650px;
	padding:0 5px 0 4px;
	background-color:#3399FF;
	}
#box_head {
	padding:1px 3px 0 0;
	height:28px;
	background-image:url(./img/box_header_left.gif);
	}
#logout {
	position:static;
	margin-left:810px;
	margin-top:-14px;
	width:175px;
	height:16px;
	text-align:left;
	}
#information_links {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px 0 2px 0;
	}
#copy {
	text-align:center;
	font-size:9px;
	color:#CCC;
	}

/************************************************************/
/*                  Haarmarkt-Online Styles                 */

.hoWrapperLayer {
    padding: 0px;
    margin: 0px;
}
.hoWrapperLayer h1 {
    font-size:1.3em;
    font-weight: bold;
}
.hoWrapperLayer h2 {
    font-size:1.2em;
    font-weight: bold;
}
.hoWrapperLayer h3 {
    font-size:1.1em;
    font-weight: bold;
}
.hoWrapperLayer img {
    border: none;
}
.hoWrapperLayer table {
    width: 100%;
}
.hoWrapperLayer th {
    width: 33%;
}
.hoWrapperLayer td {
    vertical-align:top;
}
.hoTDAlignCenter {
    text-align:center;
}

.hoImageRight {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.hoImageLeft {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.hoFloatStopBoth {
    clear:both;
}
