/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 2005-10-14 

   Copyright (c) 2005 forty-four Multimedia GmbH 
   -----------------------------------------------------------------------------------------
   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
   (c) 2004 XT-Commerce 

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/*------------------ Kategoriemenü */
#menu-kategorie {
	margin-bottom: 20px;
	font-size: 11px;
}
	#menu-kategorie h1 {
		display: block;
		color: #FFF;
		font-size: 11px;
		padding: 5px 5px 5px 10px;
		background-color: #CC0000;
	}
	#menu-kategorie ul {
		list-style: none;
	}
	#menu-kategorie ul a{
		padding-left: 10px;
		text-decoration: none;
		border-bottom: 1px solid #00528A;
		display: block;
		color: #000;
		height: 20px;
		padding-top: 5px;
		font-weight: bold;
		font-size: 11px;
	}
		#menu-kategorie ul ul a{
		padding-left: 20px;
		height: 20px;
		font-weight: normal;
		background-image: url(img/bullet_blue.gif);
		background-repeat: no-repeat;
		background-position: 5px 5px;
	}
	#menu-kategorie a:hover {
		/*background-color: #FFF;*/
		text-decoration: underline;
	}
	#menu-kategorie ul a.on{
		padding-left: 10px;
		text-decoration: none;
		border-bottom: 1px solid #00528A;
		display: block;
		color: #000;
		height: 20px;
		padding-top: 5px;
		font-weight: bold;
		font-size: 13px;
	}
	#menu-kategorie ul ul a.on {
		padding-left: 20px;
		height: 20px;
		font-weight: normal;
		background-color: #FFF;
	}
/*------------------ CSS für product_info_v1.html */
table .produkt-info {
	/*background-color: #F6F6F6;*/
}
	table .produkt-info th {
		background-color: #FEC629;
		text-align: left;
		border-bottom: 2px solid #FFF;
		padding: 2px 10px;
	}
	table .produkt-info h1 {
		font-size: 16px;
		color: #000000;
	}
	table .produkt-info td.padding {
		padding: 5px 10px;
	}
	table .produkt-price {
		background-color: #FEC629;
		border-top: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		padding: 5px 10px;
		text-align: right;
		color: #000;
	}
	.produkt-price a {
		color: #000!important;
	}
	table .produkt-rzcard {
		background-color: #ECECEC;
		border-top: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
		padding: 5px 10px;
		text-align: left;
	}
	.price {
		font-size: 16px;
	}
table.product-info-image {
		margin: 10px;
}
	table.product-info-image img {
		margin-bottom: 2px;
	}
.product-info-description {
	padding: 10px 10px 10px 0;
}
	.product-info-description ul, .product-info-description ol {
		margin-left: 1.5em;
		padding-bottom: 5px;
	}
	.product-info-description p {
		padding-bottom: 5px;
	}
	.product-info-description a {
		color: #000;
	}
	.product-info-description h4 {
		font-size: 15px;
		padding-bottom: 3px;
	}
	.product-info-description h5 {
		font-size: 14px;
		padding-bottom: 3px;
	}
	.product-info-description table {
		border-collapse: collapse;
		
	}
		.product-info-description table td {
			border: 1px solid #ECECEC;
			font-size: 11px;
			padding: 2px;
		}
/*------------------ CSS für product_listing_v1.html */
table.productListingV1intro {
	background-color: #FEC629;
	border-bottom: 10px solid #00528A;
}
	table.productListingV1intro .categoryimage {
		padding: 10px;
		vertical-align: top;
		width: 255px;
	}
	table.productListingV1intro h1 {
		color: #000;
		font-size: 16px;
		padding-bottom: 5px;
	}
	table.productListingV1intro p {
		color: #FFF;
		padding-bottom: 5px;
	}
	table.productListingV1intro .categorydescription {
		padding: 10px 10px 0px 10px;
		vertical-align: top;
	}
TABLE.productListingV1 {
	border-top: 1px solid #000;
}
	TABLE.productListingV1 TD.productimage {
		padding: 10px;
		width: 130px;
		border-bottom: 1px solid #000000;
	}
		TABLE.productListingV1 TD.productimage img {
			/*border: 2px solid #ECECEC;*/
		}
	TABLE.productListingV1 TR.productRow {

	}
	TABLE.productListingV1 TD.productHeadline {
		padding-right: 5px;
		font-weight: bold;
		background-color: #FEC629;
		border-bottom: 2px solid #FFF;
	}
	TABLE.productListingV1 TD.productHeadline h1 {
		font-size: 14px;
	}
	html>body TABLE.productListingV1 TD.productHeadline A {
		min-height: 18px;
		height: auto;
	}
	TABLE.productListingV1 TD.productHeadline A {
		text-decoration: none;
		padding: 1px 5px;
		height: 18px;
		display: block;
		color: #000000;
		background-image: url(img/picto_weiter.gif);
		background-repeat: no-repeat;
		background-position: right;
	}
	TABLE.productListingV1 TD.productHeadline A:hover {
		height: 18px;
		color: #000;
	}
	html>body TABLE.productListingV1 TD.productHeadline A:hover {
		min-height: 21px;
		height: auto;
	}
	TABLE.productListingV1 TD.productDescription {
		border-bottom: 1px solid #000;
		padding: 10px 5px;
		font-size: 12px;
		
	}
		TABLE.productListingV1 TD.productDescription A img{
			border: 0px solid;
			margin-top: 5px;
		}
		TABLE.productListingV1 .small {
			font-size: 11px;
			color: 000;
		}
			TABLE.productListingV1 .small a {
				color: #FFF;
				font-size: 11px;
			}
td.subcategory {
	background-color: #D87B5B;
	border: 2px solid #FFF;
	padding: 5px;
}
#mittlereSpalte {
	width: 495px;
	vertical-align: top;
	padding: 0 5px;
}
/* ----------------- TOPFRAME --------------------------------- */
/*------------------------------------- Logopositionierung */
#logo {
	margin-top: 25px;
	width: 170px;
	background-color: #FFF;
}
	#logo img {
	margin-left: 25px;
}
/*------------------------------------- Suchenfeld */
#suchenebene {
	background-color: #FEC629;
	padding: 1px 10px 1px 10px;
}
/*------------------------------------- Inhaltspositionierung */
td.inhaltsebene {
	background-image: url(global_gfx/seiten_bg.gif);
	background-repeat: repeat-y;
}
td.left {
	width: 390px;
	vertical-align: top;
	padding: 20px;
	color: #FFF;
}
	td.left a {
	color: #FFF;
}
td.right {
	width: 250px;
	vertical-align: top;
}
td.menu {
	width: 170px;
	vertical-align: top;
}
/*------------------------------------- Umfassender Block */
#ebene0 {
	background-color: #FFF;
	width: 850px;
	margin-left: 30px;
}
/*------------------------------------- Topimage */
#Topimage {
	font-size: 1px;
}

/* ----------------- TOPFRAME - ENDE ---------------------------- */

/* --- Allgemeine Definitionen -----------------------------------------------------------*/ 
BODY {
	color: #000000;
	background-color: #F4E5BA;
	margin: 0px;
	padding: 0px;
}

TABLE.layouttable {
	width: 850px;
	margin-left: 30px;
	background-color: #F4E5BA;
}

img{
	border:0;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
	display: inline;		   
}

TR.header {
	background-color: #ffffff;
}

TD.conditions {
  background-color: #FFCCCC;
  color: #000000;
}

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;
}

.error {
	border: 1px solid; 
	border-color: #FF0000;
	background-color: #FF8C8C;
	color: #000000;
	font-weight: bold;
	height: 25px;
}



/* --- Kopfnavigation --------------------------------------------------------------------*/
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: #FFFFFF;
	background-color: #F6F6F6;
}

TD.navtop {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background-color: #77A2C8;
	border-top: 1px solid; 
	border-bottom: 1px solid; 
	border-color: #FFFFFF;
	padding: 2px 5px;
}


/* --- LINKE SPALTE ----------------------------------------------------------------------*/
.navLeft {
	width: 170px;
	background-color: #FFFFFF;
}

.navLeft INPUT.field {
	width: 130px;
}

	/* --- Box Definitionen --------------------------------------------------------------*/
	TD.infoBoxHeading {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #000000;
		background: #FEC629;
		height:17px;
		padding: 1px;
	}
	
	TD.infoBox, SPAN.infoBox {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		background: #FFFFFF; 
		padding-top: 0px;
		padding-left: 1px;
		padding-right: 1px;
		padding-bottom: 15px;
		border-bottom: solid 1px;
		border-bottom-color: #FEC629;
	}
	

/* ---------------------------------------------------------------------------------------*/


/* --- MITTLERE Spalte -------------------------------------------------------------------*/
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 1.5;
  background-color: #00528A;
  padding: 4px;
}

TD.main A {
	color: #FFFFFF;
	text-decoration: none;
}

TD.main A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

TABLE.product_info {
	margin-top: 15px;
}

	TABLE.product_info TD.product_info_image {
		width: 200px;
	}

	TABLE.product_info IMG{
		padding-top: 2px;
	}

	TABLE.product_info TD.product_info_description {
		padding-left: 8px;
	}


.checkoutBarFrom, .checkoutBarTo { 
	font-size: 10px; 
	color: #CCCCCC; 
}

.checkoutBarCurrent { 
	font-size: 10px; 
	color: #FEC629; 
	font-weight: bold;
}

/* ---------------------------------------------------------------------------------------*/


/* --- RECHTE Spalte ---------------------------------------------------------------------*/
.navRight {
	background-color: #FFFFFF;
	width: 185px;
}
	/* --- Box Definitionen --------------------------------------------------------------*/
	TD.infoBoxHeading_right {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		background: #FEC629;
		height:17px;
		color: #000000;
		height:17px;
		padding: 1px;
	}

	TD.infoBox_right, SPAN.infoBox_right {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		background: #FFFFFF; 
		padding-top: 0px;
		padding-left: 1px;
		padding-right: 1px;
		padding-bottom: 15px;
		border-bottom: solid 1px;
		border-bottom-color: #FEC629;
	}
	
/* ---------------------------------------------------------------------------------------*/


/* --- Content Definitionen --------------------------------------------------------------*/

.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 3px;
}

.cartBoxText {
	border-bottom: 1px solid; border-color: #cccccc;
	padding: 4px;
}

.boxlink {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00528A;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 2px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #77A2C8;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFCC99;
}
.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;
	color: #000000;
	padding: 5px;
	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;
}


.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: 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-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: #FFFFFF;
}

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: #f1f1f1;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  color: #000000;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  line-height: 1.5;
}
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: FFFFFF;
}





/* 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: #666666; 
	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: #E6E6E6; 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;
}






.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;
}

/* --- Footer ------------------------------------------------------*/
TABLE.shopfooter {
	background-color: #FEC629;
	width: 880px;
}
/*------------------ Startseite */
table.startseite div.intro {
	color: #000;
	width:495px;
}
table.startseite td {
	padding: 5px;
}
table.startseite p {
}
table.startseite td.intro {
	background-image: url(/shop/images/content/apr2006/start.jpg);
	background-repeat: no-repeat;
	height: 221px;
	vertical-align: top;
}
table.startseite div.headline {
	margin-bottom: 5px;
}
table.startseite div.headline a {
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: #FEC629;
	line-height: normal;
}
table.startseite div.copytext, table.startseite div.copytext p, table.startseite div.copytext p strong {
	line-height: 17px;
	font-size: 12px;
	color: #FFF;
}
table.startseite .euro {
	font-weight: bold;
	font-size: 14px;
	color: #FEC629;
}
table.startseite .preis {
	font-weight: bold;
	font-size: 20px;
	padding-top: 5px;
	color: #FEC629;
}
.BGfarbe1 {
	background-color: #F8F9D1;
}
.BGfarbe2 {
	background-color: #F2D7C2;
}
.BGfarbe3 {
	background-color: #D1DF99;
}


.main ul{
margin-left:10px;
}









