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

/* Zentrale Formate definieren
----------------------------------------------- */
body {
	font-family:Verdana,Arial,Sans-serif;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
/*	background-image:url(img/bg.gif);*/
	background-color:#FFFFFF;
}

/* Header-Klassen
----------------------------------------------- */
h1 {
	color:#33cc33;
	font-weight:bold;
	font-size:14px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#cccccc;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
}

h1 a {
	color:#33cc33;
	font-weight:bold;
	font-size:inherit;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#33cc33;
	margin:15px 0px 5px 0px;
	padding:0px;
	text-decoration:none;
	width:auto;
}

h2 {
	color:#33cc33;
	font-weight:bold;
	font-size:12px;
	margin:15px 0px 4px 0px;
	padding:0px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#cccccc;
}

/* Paragraph
----------------------------------------------- */
p {
	line-height:16px;
	padding:0px;
	margin:03px 0px 03px 0px;
}

/* Links im Text
----------------------------------------------- */
a {
	color:#33cc33;
}

/* Horizontale Linie
----------------------------------------------- */
hr { 
	width:100%;
	border:none;
	color:#cccccc;
	background:#cccccc; 
	height: 1px; 
	margin: 7px 0px 7px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Textarea
----------------------------------------------- */
textarea {
	font-family:Verdana,Arial,Sans-serif;
	font-size:13px;
}

/* Input
----------------------------------------------- */
input {
	font-family:Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* Input
----------------------------------------------- */
select {
	font-family:Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* Image mit link
----------------------------------------------- */
img {
	border:0;
}

/* Formular
----------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}

/* Horizontale Linie hellgrau 
----------------------------------------------- */
hr.lightGrey {
	width:100%;
	border:none;
	color:#D9D9D9;
	background:#D9D9D9; 
	height: 1px; 
	margin: 7px 0px 7px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}


greetUser {
	color:#33cc33;
	} 
	
/* Main Container (über gesamte Seite)
----------------------------------------------- */
div#mainContainer {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:0px 10px 0px 10px;
}

/* Container für linke Spalte
----------------------------------------------- */
div#leftColContainer {
	float:left; 
	width:190px; 
	padding:15px 0px 0px 0px;
}

/* Container für mittleren Bereich
----------------------------------------------- */
div#middleColContainer {
	float:left; 
	width:540px;
	_width:540px; 
	padding:15px 25px 0px 25px;
	_padding:15px 10px 0px 10px;
}

/* Container für rechten Bereich
----------------------------------------------- */
div#rightColContainer {
	float:right; 
	width:180px; 
	padding:15px 0px 0px 0px;
}

/* Header mit Logo
----------------------------------------------- */
div#logoHeader {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:960px;
	background-image:url(img/toprowbg.gif);
	height:87px;
}

/* Horizontales Men
----------------------------------------------- */
ul#horizontalmenu {
	
	list-style-type:none;
	
	height:30px;
	margin:1px 0px 0px 0px;
	padding:0px;
	
}

ul#horizontalmenu li {
	float: left;
	padding:0px;
	margin:0px;
	height:36px;
}

ul#horizontalmenu li.link {
	margin:0px;
	padding:8px 40px 0px 7px;
	[if IE]>
	padding:8px 40px 0px 7px;
	<![endif]
	vertical-align:middle;
	line-height:12px;
	height:16px;
}

ul#horizontalmenu li img {
	margin:0px;
	padding:0px;
	height:36px;
}

ul#horizontalmenu * a {
	font-size:14px;
	color:#33cc33;
	font-weight:bold;	
	text-transform:uppercase;
	text-decoration:none;
	padding:0px;
	margin:0px;
	height:36px;
}


ul#horizontalmenu * a.cash {
	font-size:14px;
	color:#666;
	font-weight:bold;	
	text-transform:uppercase;
	text-decoration:none;
	padding:0px;
	margin:0px;
	height:36px;
}

/* Breadcrumb Pfad
----------------------------------------------- */
div#breadcrumb {
	background-color:#666666;
	margin:1px 0px 0px 0px;
	_margin:1px 0px 0px 0px; /*IE Bugfix*/
	padding:6px 10px 2px 10px;
	_padding:5px 10px 0px 10px; /*IE Bugfix*/
	color:#CCCCCC;
	font-size:11px;
	border:none;
	background-image:url(img/breadcrumbbg.gif);
	height:19px;
	text-align:left;
}

div#breadcrumb a {
	color:#FFFFFF;
}

/* Linkes Menu
----------------------------------------------- */
div#submenu {
	display:block;
	font-size:11px;
	width:140px;
	margin:0px 0px 0px 35px;
	padding:5px 0px 0px 0px;
}

div#submenu a.header {
	font-weight:bold;
	display:block;
	color:#666666;
	font-size:11px;
	background-color:#FF9900;
	width:130px;
	margin:0px;
	padding:4px 0px 4px 10px;
	vertical-align:middle;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66;
	background-image:url(img/submenuheaderbg.gif);
	text-decoration:none;
}

div#submenu .spacer {
	height:10px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#ffffff;
}

div#submenu a.level1 {
	font-weight:bold;
	font-size:14px;
	display:block;
	width:130px;
	padding:2px 0px 2px 8px;
	margin:0px;
	text-decoration:none;
	color:#666666;
}

div#submenu a.level1:hover {
	background-color:#33cc33;
}

div#submenu a.level1 img {
	border:none;
}

div#submenu a.level2 {
	font-weight:normal;
	font-size:11px;
	display:block;
	width:130px;
	margin:0px;
	padding:2px 0px 2px 15px;
	text-decoration:none;
	color:#666666;
}

div#submenu a.level2:hover {
	background-color:#33cc33;
}

div#submenu a.level3 {
	font-weight:normal;
	font-size:10px;
	display:block;
	width:113px;
	margin:0px;
	padding:3px 0px 3px 35px;
	text-decoration:none;
	color:#666666;
}

div#submenu a.level3:hover {
	background-color:#33cc33;
}

/* Imagesprite YouTube Button
----------------------------------------------- */
#youtube {
		margin-left:60px;
}

#youtube-link {
    width: 100px;
    height: 37px;
    text-decoration: none;
    display: block;
    background: url(img/youtube-button.jpg) 0 37px;
}
#youtube-link:hover, #youtube-link:active {
    background-position: 0 0;
}

/* Layout der zweiten Box
----------------------------------------------- */
div.boxVarianteZweiHeader {
	font-size:14px;
	color:#33cc33;
	font-weight:bold;
	padding-left: 35px;

}

div.boxVarianteZweiHeaderCats {
	font-size:16px;
	color:#33cc33;
	font-weight:bold;
	padding-left: 0px;

}

div.boxVarianteZweiHeader a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

div.boxVarianteZweiBody {
	font-size:11px;
	color:#666666;
	padding:2px 10px 8px 35px;
}

div.boxVarianteZweiHeaderRechts {
	font-size:14px;
	color:#33cc33;
	font-weight:bold;
	padding-left: 27px;

}

div.boxVarianteZweiBodyRechts {
	font-size:11px;
	width:130px;
	color:#666666;
	padding:5px 10px 15px 30px;
}

div.boxVarianteZweiBody a {
	color:#666666;
	text-decoration:none;
}

div.boxVarianteZweiBody p {
	line-height:15px;
	margin:5px 0px 5px 0px;
}

/* Floatbox (Inhalte)
----------------------------------------------- */
div.floatBox {
	margin-top:20px;
	border: 2px solid #cccccc;
	padding:10px 20px 10px 20px;
}

div.floatBox h1 {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	border:none;
	text-decoration:none;
	margin:10px 0px 10px 0px;
}

div.floatBox ul {
	margin-top:10px;
	line-height:22px;
	list-style-type:square;
	color:#666666;
}

div.floatBox a {
	
	color:#666666;
}

/* Product Image Box
----------------------------------------------- */
div.productImagesBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:11px;
	color:#333333;
}

/* Box mit Attributen und Preis bei Produktdetails
----------------------------------------------- */
div.productPriceAttributes {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:12px;
	color:#666666;
	padding:10px 15px 10px 15px;
}

/* Statt-Preisanzeige
----------------------------------------------- */
span.productOldPrice {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}

/* Box mit Downloads
----------------------------------------------- */
div.electronicDownloadsBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#FF6600;
	font-size:12px;
	color:#000000;
	padding:10px 15px 10px 15px;
}

/* Box mit Sucheingabefeld
----------------------------------------------- */
div.detailedSearchBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:12px;
	color:#666666;
	padding:10px 15px 10px 15px;
	text-align:center;
}

/* Box Eingabefeld für Gutscheincode
----------------------------------------------- */
div.voucherBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:13px;
	color:#000000;
	padding:10px 15px 10px 15px;
	text-align:center;
}

/* Trennlinie für Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
div.productPreviewSplitLine {
	height:18px;
	background-image:url(img/productSplitLine.gif);
}

/* Productname für Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
h2.productPreviewFloatBox {
	font-size:14px;
	color:#666666;
}

/* Trennlinie Kategoriebeschreibung / Inhalt
-----------------------------------------------*/
div.SplitLine {
	height:10px;
	border-bottom:1px solid #cccccc;
	
}

/* Trennlinie für Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
img.productImageBorder {
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
}

/* Box für "Weitere Unterkategorien"
----------------------------------------------- */
div.moreCategoriesBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	padding:15px;
}

/* Tabellenlisten
----------------------------------------------- */
.tableListingI {
	background-color: #F6FCAE;
}

.tableListingII {
	background-color: #F9FDCB;
}

/* Warenkorbliste
----------------------------------------------- */
.cartTableListingI {
	background-color: #FFFFFF;
}

.cartTableListingII {
	background-color: #FFFFFF;
}

.cartTabelCell {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	padding:7px 4px 7px 4px;
	background-color:#F5F5F5;
}

/* Hintergrund für Popups
----------------------------------------------- */
div.popupContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Hintergrund für Bestellungsdruck
----------------------------------------------- */
div.printOrderContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Hintergrund für Artikeldruck
----------------------------------------------- */
div.printProductInfoContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Artikelliste Bestellungsdruck
----------------------------------------------- */
td.productListHeaderPrintOrder {
	padding:5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#000000;
	font-weight:bold;
	white-space:nowrap;
}

td.productListItemPrintOrder {
	padding:5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#999999;
	vertical-align:top;
}

/* Block mit Paymenttypen
----------------------------------------------- */
td.paymentTypeHeader {
	background-color:#cccccc;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#666666;
	padding:4px;
	color:#666666;
}

/* Block mit Shipping Typen
----------------------------------------------- */
td.shippingTypeHeader {
	background-color:#cccccc;
	border-style:solid;
	border-width:3px 0px 3px 0px;
	border-color:#666666;
	padding:4px;
	color:#666666;
}

/* Block mit Warenkorbinhalt
----------------------------------------------- */
td.basketHeader {
	
	border-style:solid;
	border-width:0px 0px 4px 0px;
	border-color:#cccccc;
	padding:4px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

/* Block mit Reviews
----------------------------------------------- */
td.reviewListHeader {
	background-color:#FF9900;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66;
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* Sitemap Blöcke
----------------------------------------------- */
div.sitemapHeader {
	
	border-style:solid;
	border-width:4px 1px 4px 1px;
	border-color:#cccccc;
	padding:6px 8px 6px 8px;
	color:#666666;
	font-size:14px;
	font-weight:bold;
}

div.sitemapHeader a {
	color:#666666;
}

div.sitemapContent {
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#cccccc;
	padding:5px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}

div.sitemapContent a {
	font-size:12px;
	text-decoration:none;
	color:#666666;
}


/* Errormessage
----------------------------------------------- */
div.errorMessage {
	padding:10px;
	margin:10px 0px 10px 0px;
	border-style:solid;
	border-color:#FF0000;
	border-width:2px;
	background-color:#cccccc;
	font-size:13px;
}

/* Successmessage
----------------------------------------------- */
.messageStackSuccess {
	font-size: 12px; 
	background-color: #cccccc;
	padding:8px;
}

/* Produktnavigator (unter jedem Produkt)
----------------------------------------------- */
div.productNavigator {
	margin: 10px 0px 10px 0px;
	padding:10px;
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
}

/* TABLE CATEGORY LISTING (SHOW SUBCATEGORIES) */
table.categoryListing {width:100%}
table.categoryListing td.categoryLabel{width:100%}
table.categoryListing td.categoryImage{padding:0px 15px 0px 0px}

/* AGB Bestätigung
----------------------------------------------- */
div.agbConfirmation {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#cccccc;
	padding:10px;
}

/* Footer
----------------------------------------------- */
div#footer {
	/*width:960px;
	border-style:solid;
	border-color:#666666;
	border-width:1px 0px 0px 0px; */
	font-size:14px;
	font-weight:bold;
	color:#33cc33;
	padding:4px 0px 4px 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#FFFFFF;
	*/
}

/* Google +1
----------------------------------------------- */

div#plusone {
	width: 60px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:center;
	
}


/* Copyright
----------------------------------------------- */
div.copyright {
	width:960px;
	text-align:center;
	color:#666666;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	padding:0px 0px 10px 0px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:0px 10px 0px 10px;
}

/* Float-Clearing div
----------------------------------------------- */
div.clearboth {
	clear:both;
}

div.clearleft {
	clear:left;
}

div.clearright {
	clear:right;
}

#afmmain {
	background-image: url(img/afm_bg_top.jpg);
	background-repeat: repeat-x;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#afmxmas {
	background-image: url(img/left-Santaclaus.jpg);
	background-repeat: no-repeat;
	float: left;
	height:108px;
	width:288px;
	}

/* XMAS SANTA OBEN LINKS
#afmtopleft {
    background-image: url(img/left-santa.jpg);
	background-repeat: no-repeat; 
	width:200px;
	height:110px;
	float:left;
}
*/

/* OBEN LINKS NORMAL */

#afmtopleft {
 
	width:200px;
	height:90px;
	float:left;
	margin-top: 15px;
}

#afmtopcenter {
	text-align: center;
	width: 590px;
	height: 110px;
	position: relative;
	margin-right: 25px;
	background-image: url(img/afm_top_bg.jpg);
	float:left;
}

#afmtopright {
	width:150px;
	height: 90px;
	float:left;
	margin-top:2px;
}


#afmcontainer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#afmtopcontainer {
	width: 990px;
	height:110px
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#afmmainunten {
	color: #666666;
	text-align: center;
	width: 1020px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/* XMAS DEKO BOXEN 
#leistelinks {
	float: left;
	width: 230px;
	margin-top: 20px;
	padding: 60px 0px 0px 00px;
	background-image: url(img/box_oben_230_2_XMAS.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}

#afmleistelinksunten {
	
	width: 230px;
	height: 80px;
	background-image: url(img/box_unten_230_XMAS.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 10px;
	
	
}
#leisterechts {
	float: left;
	width: 200px;
	margin-top: 20px;
	padding: 60px 0px 0px 0px;
	background-image: url(img/box_oben2_XMAS.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	
}

#afmleisterechtsunten {
	width: 200px;
	height: 85px;
	background-image: url(img/box_unten_200_XMAS.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
*/

/* BOXEN LINKS UND RECHTS NORMAL */ 

#leistelinks {
	float: left;
	width: 230px;
	margin-top: 20px;
	padding: 60px 0px 0px 00px;
	background-image: url(img/box_oben_230_2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}

#afmleistelinksunten {
	
	width: 230px;
	height: 80px;
	background-image: url(img/box_unten_230.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 10px;
	
	
}
#leisterechts {
	float: left;
	width: 200px;
	margin-top: 20px;
	padding: 60px 0px 0px 0px;
	background-image: url(img/box_oben2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	
}

#afmleisterechtsunten {
	width: 200px;
	height: 85px;
	background-image: url(img/box_unten_200.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#hauptfenster {
	float: left;
	width: 530px;
	margin-top: 55px;
	padding: 0px 25px 0px 20px;
	text-align: left;
		
}

#afmtopnavi {
	width: 700px;
	margin-left:auto;	
	margin-right:auto;
	padding-left:200px;
	}

#afmuntenlinie {
	border-top:2px solid #666666;
	background-image:url(img/afm_bg_bottom2.jpg);
	background-repeat:repeat-x;
	height:44px;
	width:100%;
	padding-top:5px;
	text-align:center;
	margin-top: 20px;
}

#bookmarks a {
	text-decoration:none;
	font-size: 12px;
	
	}
	
a {
	color:#666666;
	
}

td.ordermail {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
