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

/*
Farben:

hellbraun: #f9f2e5
dunkelbraun (LOGO): #9f7f66
Grau (Symbol): #6a6a6a

*/

/* globale Elements zur Wiederverwendung */
@import url("global.css");

/* Div Classes / ID`s */

#SITE{
	margin: 20px auto;
	padding: 20px 50px;
	width: 815px;
	background: #fff;
	border: 1px solid #ccc;
}

#Header{
	overflow: hidden;
}

#Header a#logo{
	display: block;
	width: 236px;
	height: 50px;
	margin-top: 10px;
	background: url(templateImg/global/logoTop.gif) no-repeat;
	text-indent: -5000px;
	float: left;
	position: absolute;
	margin-top: 0px;
}

#Header .rightCol{
	float: right;
	width: 200px;
	margin-top: 10px;
}

/* Box Warenkorb */
#Header div#boxCart{
	display: block;
	width: 200px;
	height: 35px;
	margin-bottom: 10px;
}
#Header div#boxCart a.buttonCart{
	float:left;
	display: block;
	width: 35px;
	height: 35px;
	background: url(templateImg/global/buttonWarenkorb.gif) no-repeat left center;
	text-indent: -5000px;
}
#Header div#boxCart a.buttonCartFull{
	float:left;
	display: block;
	width: 35px;
	height: 35px;
	background: url(templateImg/global/buttonWarenkorbFull.gif) no-repeat left center;
	text-indent: -5000px;
}
#Header div#boxCart p{
	margin: 5px 5px 5px 10px;
	text-align: left;
	line-height: 15px;
}
#Header div#boxCart strong{
	color: #c00;
	position: absolute;
	margin-left: 55px;
}


/* Box Suche */
#Header #searchBar{
	height: 35px;
}
#Header #searchBar input#quickSearch{
	border: 0 none;
	background: #333;
	color: #666;
	letter-spacing: 5px;
	padding: 5px;
	width: 190px;
	font-weight: bold;
	text-transform: lowercase;
}

/* Haupt Navigation */
ul.topMenu{
	vertical-align: middle;
	width: 600px;
	margin: 55px 0 0 0;
	position: absolute;
	z-index: 1000;
}

/* top >list */
ul.topMenu li{
	display: block;
	float: left;
	padding: 7px 8px;
	margin-right: 2px;
}
/* top >link */
.topMenu li a{
	display: block;
	font-size: 14px;
	color: #666;
}
	/* top >list over */
	ul.topMenu li:hover{
		border-bottom: 3px solid #c00;
	}
	/* top >list over link */
	ul.topMenu li:hover a{
		color: #c00;
	}
	/* top >list aktiv */
	ul.topMenu li.aktiv{
		border-bottom: 3px solid #c00;
	}
	/* top >list aktiv link */
	ul.topMenu li.aktiv a{
		color: #c00;
	}

/* level 1 >list */
ul.topMenu li ul li{
	overflow: hidden;
	width: 200px;
	border-bottom: 1px solid #222;
	background: #333;
	color: #fff;
}
/* level 1  >link */
ul.topMenu li ul li a.sub{
	color: #fff;
	font-size: 12px;
}
	/* level 1 >list over */
	ul.topMenu li ul li:hover{
		background: #444;
	}
	/* top >list over */
	ul.topMenu li:hover li{
		border-bottom: 1px solid #222;
	}
	/* level 1 > link over */
	ul.topMenu li ul li:hover a{
		color: #fff;
	}
	/* level 1 > link unterkategorie */
	ul.topMenu li ul li.unterkategorie{
		text-indent: 10px;
	}
	/* level 1 > link unterkategorie */
	ul.topMenu li ul li.aktive_unterkategorie{
		text-indent: 10px;
		background: #444;
	}
	/* level 1 > link unterkategorie link */
	ul.topMenu li ul li.aktive_unterkategorie a{
		color: #fff;
	}

/* Breadcrumb Navigation */
.navtrail{color: #6a6a6a; margin-bottom: 10px;}
.navtrail a{color: #6a6a6a !important;}

/* SLIDER */
.cSlider{
	margin-top: 20px;
}
.cSlider li a,
.ContentBox a{
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #c00;
}
.cSlider li .additional,
.ContentBox .additional{
	border-top: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	height: auto;
	min-height: 65px;
	padding: 5px;
	line-height: 18px;
	background: #333;
}
.cSlider li .price,
.ContentBox .price{
	color: #c00;
	font-weight: bold;
	font-size: 13px;
	height: auto;
	display: block;
	margin-top: 5px;
}

/* Box Login */
.boxLogin{
	width: 51%;
	float: right;
	text-align: left;
	color: #6a6a6a;
	border-left: 1px dotted #6a6a6a;
	padding-left: 10px;
}

.boxLogin .infoBoxHeading_right{
	display: none;
}

.boxLogin .fieldEmail{
	width: 40%;
	float: left;
	text-align: left;
	margin-right: 10px;
	font-weight: normal;
}

.boxLogin .fieldPassword{
	width: 35%;
	float: left;
	text-align: left;
	margin-right: 10px;
	font-weight: normal;
}

.boxLogin .button{
	float:left; 
	width: 90px;
}

a.linkLogoff{
	position: absolute;
	display: block;
	width: 106px;
	height: 25px;
	margin: 10px 0 0 280px;
	background: url(buttons/german/button_logout.gif) no-repeat;
	text-indent: -5000px;
}

#ContentBody{
	margin-top: 10px;
	border: 1px solid #000;
	padding: 10px;
	min-height: 400px;
}

/* Gerüst */
#NaviLeft{
	width: 170px;
	float: left;
	padding: 0;
}

#NaviLeft a{color: #6a6a6a;}

#NaviRight{
	width: 170px;
	float: right;
	display:none;
}

#MainContent{
	margin: 0;
	overflow: hidden;
}

div.frontPageBanner{
	float:right;
	padding-left: 11px;
	border-left: 1px dotted #a6a6a6;
}

#MainContent .leftContent{
	width: 750px;
	float:left;
	padding: 5px;
	margin-top: 10px;
}

#MainContent .leftContent img{
	display: block;
}

#MainContent .rightContent{
	margin: 0 0 0 240px;
	overflow:hidden; 
	width: 340px;
}

#MainContent .rightContent h1{
	font-size: 14px;
	font-weight: bold;
}

.boxNewsletter{margin-top:10px;}
.boxNewsletter a h3{
	width: 220px;
	height: 130px;
	background: transparent url(templateImg/teaser/teaserBoxNewsletter.gif) no-repeat bottom;
	cursor: pointer;
	margin:0;
	padding:0;
}

.boxNewsletter h3.infoBoxHeading_right span{
	display:none;
}

.shoppingBar{
	background: #586d82;
	padding: 9px;
	margin-bottom: 5px;
	color: #fff;
}

.shoppingBar a, .shoppingBar a:hover{
	color: #fff;
}

#Footer{
	margin-Bottom: 5px;
	padding: 15px 0px 5px 0px;
	clear:both;
	color: #fff;
	overflow: hidden;
}
#Footer a{
	color: #666;
}
#Footer a.aktiv{
	color: #c00;
}
#Footer img{
	float: right;
}

#subFooter{
	color: #ccc;
}

.ContentBox{
	margin: 0px;
	padding: 0 10px 0;
	width: 140px;
	height: auto;
	float:left;
}
.ContentBoxLeft{
}
.ContentBoxRight{
}

.ContentBox a.nopic{
	display: block;
	height: 125px;
	background: url(img/global/pic_nopic.gif) no-repeat center center;
}



.infoProductContainer{
	padding-bottom: 25px;
	padding-top: 5px;
	/*background: #f9f5ea;*/
}

.infoLeftContent{
	float:left;
	width: 350px; /* Bildbreite!! */
	margin:0; 
	padding:0;
}
.infoRightContent{
	margin:0 0 0 430px; 
	padding:0;
}


.infoLeftContent .imageContainer{
	margin: 0 10px;
}
.infoLeftContent .imageContainer .infoImageOverlay{
	display: block;
	position: absolute;
	margin-top: -80px;
	color: #fff;
	background: #000;
	padding: 10px;
	
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
	width: 310px;
	height: 20px;
	overflow: hidden;
}
.infoLeftContent .imageContainer:hover .infoImageOverlay{
	height: auto;
	overflow: hidden;
}

.infoMoreImages{
}
.infoMoreImages img{
	float: left;
	margin: 0; 
	padding: 5px;
	border: 1px solid transparent;
	margin-right: 5px;
}
.infoMoreImages img:hover{
	border: 1px solid #f00;
}

.infoModules{
	text-align: left;
	margin: 10px 0px;
	padding: 0px 0px 5px 0px;
	border-top: 1px solid #e8d8b6;
}

.infoModules h1.contentsTopics{
	color: #000;
	font-size: 10pt;
}

.infoProductsPrice{
	font-size: 15pt;
	font-weight: bold;
	color: #000;
	padding: 10px 0px;
	text-align: left;
}

.infoImage{
	font-weight: bold;
	color: #333;
	background: #fff;
	padding: 10px;
}

h1.ContentBoxHeading{
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
}

.ContentBoxContents{
	padding: 5px;
}

ul.ContentBoxBar{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.ContentBoxBar li{
	display: block;
}
	ul.ContentBoxBar li.price{
		color: #6a6a6a;
		font-size:13px;
		font-weight: bold;
	}
	ul.ContentBoxBar li.ShippingLink{
		padding-top: 3px;
	}
	ul.ContentBoxBar li.buttonBuyNow{
		float: right;
	}
	ul.ContentBoxBar li.details{
		float: right;
	}

.shippingAndPrint{
	margin-bottom: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	line-height: 20px;
}
.shippingAndPrint img{
	float: left;
	margin-right: 15px;
}
.shippingAndPrint .clear{
	margin: 4px 0;
}

.optionsContainer{
	padding: 5px 0px;
}

.optionsContainer h3.moduleHeading{
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #666666;
	font-weight: normal;
}

.optionsContainer label {
  float:left;
  clear:both;
  display:block;
  width: 65px;
  margin-bottom:10px;
	color: #666;
}

.optionsContainer input {
  float:left;
  display:block;
  margin-right:10px;
  margin-top:3px !important;
  margin-top:0px; /*to fix IE6 position*/
	min-width: 10px;
}

.optionsContainer input, .optionsContainer textarea, .optionsContainer select {
  float:left;
  display:block;
	min-width: 10px;
	max-width: 250px;
  border: 1px solid #ccc;
  background:#fff;
  margin-bottom:10px;
  padding:1px;
}

.infoBuyNowArea{
	margin-top: 10px;
	width: 350px;
}

.infoBuyNowArea .qty input{
	padding: 3px;
	background: #000;
	color: #fff;
	font-weight: bold;
	border: 0;
	text-align: center;
	margin-right:20px;
}

.ShippingLink, .ShippingLink a{
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}
.innerMenu .ShippingLink a,
.ContentBox .ShippingLink a{
	display: inline;
	padding: 0;
	border-bottom: 0;
	line-height: normal;
	float: left;
}

h1.ProductPrice{
	color: #000;
	font-weight: bold;
}

/* Boxen Styles */

.infoBoxHeading, .infoBoxHeading_right{
	font-size: 15px;
	color: #999;
	font-weight: normal;
	padding: 5px;
	border-bottom: 2px solid #ddd;
}

.infoBoxHeading a, .infoBoxHeading_right a{
	padding: 2px;
	font-weight: normal;
}

.infoBoxHeading_content {
	font-size: 12px;
	color: #000;
	padding: 5px;
	background: #f8f2e5 url(templateImg/global/bgBoxHeader.gif);
}

.infoBoxHeading_active {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 5px;
	background: #f8f2e5 url(templateImg/global/bgBoxHeader.gif);
}

.infoBoxHeading strong{
	color: #666;
	font-weight: normal;
}

div.infoBox, 
span.infoBox 
{
	margin-bottom: 5px;
}

div.infoBox_right, 
SPAN.infoBox_right 
{
}

.boxText{ 
  color: #000;
}

#NaviLeft .boxText { 
	padding: 3px 0px;
}

#NaviRight .boxText { 
	padding: 3px 0px;
}

.boxBestsellers a, .boxBestsellers a:hover{
	display: block;
	color: #6a6a6a;
	border: 0px;
	padding: 0;
	margin: 3px 0px 0px 0px;
}

.boxBestSellers_count{
	display: block;
	width: 13px;
	text-align: center;
	background: #2984d7;
	color: #fff;
	/*
	border: 1px solid #9f7f66;
	color: #9f7f66;
	*/
	float: left;
	margin-left: 5px;
}

#Footer a, #Footer a:hover{
	display: block;
	float: left;
	padding: 3px 15px 3px 0px;
}

.boxLanguages a img{
	background: none;
	display:inline;
}

.boxInformation a
{
	display: block;
	padding: 6px 0px 6px 5px;
	color: #666;
}


/* Module Styles */




/* Global Elements */
.leftFloater{
	float:left;
}

.rightFloater{
	float:right;
}

.leftAligner{
	text-align:left;
}

.rightAligner{
	text-align:right;
}

.highlight{
	color: #666;
	font-weight:bold;
}

ul.hoizontalItemLister{
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 10px 0px;
}

ul.hoizontalItemLister li.category{width: 20%; text-align:center;}


ul.hoizontalItemLister li{
	display:block;
	float:left;
	padding: 5px;
}

ul.hoizontalItemLister li a h1{
	font-size: 14x;
	font-weight: bold;
}

.buttonDelete input{
	border: 1px solid #CC0000;
	color:#FF0000;
	margin:0;
}

.toolBar{
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #eee;
}

.toolBar hr,  hr, div.hrDiv{
	text-align: center;
	height: 1px;
	margin: 5px 0;
	color: #eee;
	background: #eee;
}

.toolBarTrans{
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #fff;
}

.toolBarTrans img{
	margin-right: 10px;
}







/* Stndard HTML Tags */

BODY{

/* Margins */
	margin: 0;
	padding: 0;

/* Font */
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}

img{
	border:0;
}

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

A:hover {
  color: #333;
  text-decoration: none;
}

FORM {
	display: inline;	
}

P{
	display: block;
	margin: 10px 0;		   
}

ul{
	display: block;
	margin: 0 30px;
}

.contentsTopics, 
.pageHeading, 
.moduleHeading,

h1.contentsTopics, 
h1.pageHeading, 
h1.moduleHeading
{
	color: #c00;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
}

.infoModuleHeader
{
	color: #666;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #ddd;
}

.subTitle{
	color: #000;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


h3.moduleHeading
{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
	background: none;
}

.section{
	margin: 10px 0px;
}

.checkout-leiste{margin: 20px 0;}


.boxTextBG {
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

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

TR.headerNavigation {
  background: #F6F6F6;
}


.headerNavigation {
}

A.headerNavigation {
	color: #a6a6a6;
}

A.headerNavigation:hover {
}


.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-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}


.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}


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


.footer {
  font-size: 10px;
	background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox{
	padding-bottom:10px;
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}


.productListing-data {
  font-size: 10px;
}


TR.subBar {
  background: #f4f7fd;
}


.subBar {
  font-size: 10px;
  color: #000000;
}

.main, P.main {
}


.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
	color: #666666;
}
.smallText a.pageResults{
	color: #ff6600;
	padding: 3px;
}

A.pageResults:hover {
  font-weight: bold;
}



.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}


.fieldKey {
  font-size: 12px;
  font-weight: bold;
}


.fieldValue {
  font-size: 12px;
}


.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT, OPTION{
	font-size: 11px;
	color: #666;
}

TEXTAREA {
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

/* Advanced Search Form */
.formArea {
  background: #fff;
	padding: 1%;
	float:left;
	width: 98%;
	overflow: hidden;
}

.formArea h3{
	padding: 5px 0px;
	margin: 10px 0px;
	color: #666;
	border-bottom: 1px solid #e7e0ce;
}

.formArea label {
  float:left;
  clear:both;
  display:block;
  width:200px;
  margin-bottom:10px;
	color: #666;
	font-weight: bold;
}

.formArea input.text,
.formArea input.password,
#message_body {
  float:left;
  display:block;
  margin-right:10px;
  margin-top:3px !important;
  margin-top:0px; /*to fix IE6 position*/
	min-width: 10px;
	background: #666;
	color: #fff;
	padding: 3px;
}

.formArea input, .formArea textarea, .formArea select {
  float:left;
  display:block;
	min-width: 10px;
  border: 1px solid #ccc;
  background:#fff;
  margin-bottom:10px;
  padding:1px;
}

.formArea .inputKeywords{margin-bottom:10px; width: 95%;}
.formArea .inputKeywords label{
}
.formArea .inputKeywords input{
	border: 3px solid #cc9900;
  margin:0px; /*to fix IE6 position*/
	width: 475px;
	padding: 5px 10px;
	font-weight: bold;
}

.formArea .searchButton  input{
	border: none;
}
/* // Advanced Search Form */


.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  text-align:center;
	color: #ccc;
	margin-top: 10px;
}
.parseTime {
  text-align:center;
	color: #ccc;
}
.copyright A{
  color: #ccc;
}
.copyright:hover A{
  color: #ccc;
  text-decoration: none;
}


SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #999;
	font-size: 80%;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
	background-color: #f5f5f5;
	padding: 3px;
	margin: 3px;
}
.moduleRowOver { 
	background-color: #f1f1f1;
	padding: 3px;
	margin: 3px;
}
.moduleRowSelected {
	background: #666;

	color: #fff;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
}

.moduleRowSelected .ShippingLink{
	background: #666;

	color: #fff;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
}

.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 10px;
	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: #666;
	border-bottom: 1px solid #c00;
	padding-top: 2px; 
	padding-bottom: 2px;
	text-align: left;
}

.sitemap_heading a {
	color: #666;
}

.sitemap_heading a:hover {
	color: #666;
	text-decoration:none;
}

.sitemap_sub {
	font-size: 9pt; 
	color: #fff; 
	background-color: #c00; 
	padding: 3px 10px;
}

.sitemap_sub a {
	color: #fff; 
}
.sitemap_sub a:hover {
	color: #fff; 
	text-decoration:none;
}


/* message box */

.messageBox { 
	font-size: 10px; 
}

.messageStackError, .messageStackWarning { 

	font-size: 10px; 
	background-color: #ffb3b5; 
}
.messageStackSuccess { 

	font-size: 10px; 
	background-color: #99ff00; 
}

/* input requirement */

.inputRequirement { 

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

.tableListingI {
	background-color: #f7f6f6;
}

.tableListingII {
	background-color: #f8efef;
}

.tableBody {
	padding: 5px;
}

.poweredby {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}


/* nur für <= IE6 */
* html #Header .leftCol, * html #NaviLeft{
  float:left;
	margin: 0 auto;
}
* html #MainContent{
	margin: 0px;
}
* html #Header h1{
	width: 315px;
}


/* / nur für <= IE6 */


/* Hacks & Standard HTML Tags */
* { margin:0; padding:0; font-size: 100%; }

html { height: 100% }

fieldset, img { border:0; }

textarea { font-size: 99%; display:inline }

.clear{
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.ie6Fix{
    width:99%;
}

#review{background: #666; color: #fff; padding: 5px; width: 98%;}
#error_search input[type='text']{background: #666; color: #fff; padding: 5px; width: 300px; margin: 10px;}

