/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
/* Template Anpassung Oliver Stiegler aka 8works.de */ 

html, body{ 
	margin:0; 
	padding:0;
	text-align:center;
	font-family : Arial, Verdana, sans-serif;
	font-size : 87%;
	color: #000000;
	background-color: #fff;
} 
h1{
	margin:0; 
	padding:0; 
	font-size : 1.5em;
	color: #149FD3;
}

h2{
	margin:0;
	margin-top:18px;
	padding:0; 
	font-size : 13px;
	color: #149FD3;
}

h3{
	margin:0;
	margin-top:25px;
	padding:0; 
	font-size : 13px;
	color: #149FD3;
}

#Suchfeld h3{
	margin:0;
	padding-top:2px; 
	font-size : 13px;
	color: #149FD3;
}


#NebenBreadcrump{
	float:right;
	padding-right:1px;
}

#NebenBreadcrump .LogIn{
	background-image:url(img/navbackoben.gif);
	float:left;
	height:34px;
}

#NebenBreadcrump .LogIn2{
	background-image:url(img/navbackoben2.gif);
	float:left;
	height:34px;
}

#NebenBreadcrump .LogIn a{
	height:34px;
	disply:block;
	color:#fff;
	font-weight:bold;
	padding:0 15px 0 15px;
}

#NebenBreadcrump .LogIn2 a{
	height:34px;
	disply:block;
	color:#fff;
	font-weight:bold;
	padding:0 15px 0 15px;
}

.KontoOben{
	position:relative;	
	top:11px;
}

.HeadAbstand{
	width:100%;
	height:35px;
}

.HeadAbstand2{
	float:right;
	width:100%;
	height:49px;
}


#pagewidth{ 
	width:950px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-color: #fff;
	border:10px solid #fff; 
} 
 
#header{
	position:relative; 
	height:129px; 
	width:950px;;
	background-image:url(img/top_bg.gif);
	background-repeat: no-repeat;
} 
 
#leftcol{
	width:184px; 
	float:left; 
	position:relative; 
}
 
#twocols{
	width:766px; 
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:184px; 
	float:right; 
	position:relative; 
}
 
#maincol{
	background-color: #FFFFFF;  
	float: left; 
	display:inline; 
	position: relative; 
	width:552px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
}
 
#footer{
	border-top:1px solid #949494;
	height:20px; 
	clear:both;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


   

.boxText { 
}

.boxTextBG {
	background-color: #ffffff;
}
.boxTextBGII {
	background-color: #FFCC99;
}
.boxTextPrice {
	color: #FF0000;
}

.errorBox {
	font-weight: bold;
	color:#bf0000;
	background-color: #f9f9f9;
	border:1px solid #bf0000;
	padding-top:15px;
	padding-bottom:15px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

a {
  color: #0C4C64;
  text-decoration: none;
}

a:hover {
  color: #177BA1;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #69C0E0; 
}

A.headerNavigation:hover {
  color: #F49F56;
}

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-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #fff;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
	margin:0;
	padding:0;
}

.infoBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

.BoxHead{
	color:#fff;
	padding-top:6px;
	padding-left:10px;
}

.infoBoxHeading {
  font-weight: bold;
  height:25px;
  width:184px;
  color: #fff;
  background-image:url(img/back_info.gif);
  background-repeat: no-repeat;
  margin-top:5px;
}

.infoBoxHeading_right {
  font-weight: bold;
  height:25px;
  width:184px;
  color: #fff;
  background-image:url(img/back_info.gif);
  background-repeat: no-repeat;
}

.infoBox, SPAN.infoBox {
  background: #fff;
  border:1px solid #959595;
  margin-bottom:15px;
}

.infoBox_right, SPAN.infoBox_right {
  background: #fff;
  border:1px solid #959595;
  margin-bottom:15px;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
  padding-left:15px;
  padding-right:15px;
}

TD.smallText, SPAN.smallText, P.smallText {
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #fff;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}

TD.copyright {
  line-height: 1.5;
  text-align:center;
}

A.copyright {
  color: #c0c0c0;
}

A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-weight: bold;
	color: Black;
}

.moduleRow {
	width:172px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	line-height: 1.4;
	border-bottom:1px solid #949494;
}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
    line-height: 1.5; 
	}

.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 { font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading { font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; 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 {
	width: 184px;
}
.navRight {
	width: 184px;
}

.contentsTopics {
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
.eightpxtop{
	padding-top:6px;
}
p{
	color:#333333;
	padding-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

p.box{
	font-size:0.95em;
	padding-left:10px;
	color:#333333;
	margin-top:5px;
	margin-bottom:5px;
}

ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
li{
	background-image:url(img/icon_arrow.jpg);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:12px;
}

li.unterebene{
	background-image:url(img/icon_arrow.jpg);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:12px;
}

li.unterebene2{
	background-image:url(img/icon_arrow_sub.gif);
	background-position:10px 4px;
	background-repeat:no-repeat;
	padding-left:22px;
}

li.unterebene3{
	background-image:url(img/icon_arrow_sub.gif);
	background-position:20px 4px;
	background-repeat:no-repeat;
	padding-left:32px;
}

li.unterebene4{
	background-image:url(img/icon_arrow_sub.gif);
	background-position:30px 4px;
	background-repeat:no-repeat;
	padding-left:42px;
}

#maincol form input, select{
	background-color:#f9f9f9;
}


#leftcol form .Suchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:135px;
	background-image:url(img/form-back.jpg);
}

#rightcol form .Suchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:150px;
	background-image:url(img/form-back.jpg);
}

#rightcol form .PWSuchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:60px;
	background-image:url(img/form-back.jpg);
}

#leftcol form image {
	border:none;
}

#Breadcrump{
	float:left;
	padding-top:10px;
	padding-left:10px;
	color:#69C0E0;
}

/* Startseite NewProducts */
.Aufreissen{
	width:100%
}

.WeiteFloat{
	width:270px;
	float:left;
}

.WeiteFloatMargin{
	width:270px;
	float:left;
	margin-right:7px;
}

.Aufreissen table {
	border:1px solid #949494;
	margin-bottom:10px;
	width:270px;
	height:250px;
}
.Aufreissen table .TDHeadline{
	border-bottom:1px solid #949494;
	background-color:#f9f9f9;
	height:20px;
	padding-left:10px;
	background-image:url(img/form-back.jpg);
}

.Aufreissen table .TDBeschreibung{
	border-left:1px dotted #949494;
	padding-left:10px;
}

.Aufreissen table .TDProduktbildStartseite{
	vertical-align:top;
	padding-top:7px;
}
/* Neue Produkte NewProducts */
.BuyNowButton{
	float:right;
	padding:0 5px 5px 0;
}

.NewProductsOverview {
	border:1px solid #949494;
	margin-bottom:10px;
	width:100%;
}

.TDHeadline{
	border-bottom:1px solid #949494;
	background-color:#f9f9f9;
	height:20px;
	padding-left:10px;
	background-image:url(img/form-back.jpg);
}

.TDHeadline h1{
	margin:0; 
	padding:2px 0 2px 0; 
	font-size : 1.3em;
	text-transform:uppercase;
	color: #149FD3;
}

#Suchfeld #Position{
	float:right;
	padding:5px;
	background-color:#fff;
	border-left:1px solid #159FD3;
	border-bottom:1px solid #159FD3
}

#Suchfeld #Position .Suchfeld{
	border:1px solid #c0c0c0;
	background-color:#f9f9f9;
	width:154px;
	background-image:url(img/form-back.jpg);
}

