/* -----------------------------------------------------------------------------------------
   $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:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-image:url(img/bg_site.jpg);
	background-color:#ECECEE;
	background-repeat: repeat-x;
	font-size: 14px;
}

/* Header-Klassen
----------------------------------------------- */
h1 {
	color:#196DA9;
	font-weight:bold;
	font-size:22px;
	padding:0px;
	width:auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD000C;
	border-right-color: #CD000C;
	border-bottom-color: #CD000C;
	border-left-color: #CD000C;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1 a {
	color:#196DA9;
	font-weight:bold;
	font-size:22px;
	height:30px;
	margin:20px 0px 10px 0px;
	padding:0px;
	width:auto;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CD000C;
	text-decoration:none;
}

h2 {
	color:#196DA9;
	font-weight:bold;
	font-size:17px;
	margin:15px 0px 4px 0px;
	padding:0px;
}

/* Paragraph
----------------------------------------------- */
p {
	line-height:18px;
	padding:0px;
	margin:15px 0px 15px 0px;
}

/* Links im Text
----------------------------------------------- */
a {
	color:#0B9AE0
}

/* Horizontale Linie
----------------------------------------------- */
hr { 
	width:100%;
	border:none;
	color:#949494;
	background:#949494; 
	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, Helvetica, sans-serif;
	font-size:14px;
}

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

/* Select Global
----------------------------------------------- */
select {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* loginBox Input Textfield Email
----------------------------------------------- */
input#loginBoxInputEmail {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:11px;
	width:100px;
	font-weight:normal;
}

input#loginBoxInputPassword {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:11px;
	width:100px;
	font-weight:normal;
}

/* Suchfeld
----------------------------------------------- */
input#searchInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:170px;
	font-weight:normal;
	padding-left:2px;
	height: 23px;
}

/* Newsletter Signup
----------------------------------------------- */
input#newsletterInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:160px;
	font-weight:normal;
	padding-left:2px;
}

/* Add a Quickie (Art. Nr. Suchbox)
----------------------------------------------- */
input#addaquickieInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* LoginBox 
----------------------------------------------- */
div#loginBox {
	font-size:11px;
	float:left;
	text-align:left; 
	width:600px; 
	color:#000000;
	font-weight:bold;
	padding:6px 0px 5px 0px;
}

div#loginBox a {
	font-size:11px;
	color:#585858;
	font-weight:normal;
}

/* 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;
}

/* Main Container (ber gesamte Seite)
----------------------------------------------- */
div#mainContainer {
	margin-left:auto;
	margin-right:auto;
	width:957px;
	background-color:#FFFFFF;
	padding:0px 15px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Container fr linke Spalte
----------------------------------------------- */
div#leftColContainer {
	float:left;
	width:300px;
	padding:10px 0px 0px;
	margin:0px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #CCCCCC;
}

/* Container fr mittleren Bereich
----------------------------------------------- */
div#middleColContainer {
	width:100%;
	padding:0px;
	_padding:0px 10px 0px 15px;
	margin:0px;
	vertical-align: top;
}

/* Header mit Logo
----------------------------------------------- */
div#logoHeader {
	padding:0px;
	margin:0px;
	width:957px;
	height:68px;
	background-color: #CBCBCB;
   background-image:url(img/bg_header_left.jpg);
}

/* Header-Linie
----------------------------------------------- */
div#headerRuler {
	background-color:#A6A6A6;
	height:5px;
	line-height:5px;
	font-size:0px;
	margin:5px 0px 5px 0px;
}

/* Suchbox im Header
----------------------------------------------- */
div#searchBox {
	color:#FFFFFF;
	font-size:11px;
	width: 290px;	
	}

div#searchBox input.text {
	border-style:solid;
	border-width:1px;
	border-top-color:#2F2F2F;
	border-left-color:#2F2F2F;
	border-bottom-color:#575757;
	border-right-color:#575757;
}

/* Header mit Logo
----------------------------------------------- */
div#languageSelection {
	float:right;
	text-align:right; 
	width:150px; 
	color:#000000;
	font-weight:bold;
	padding:10px 5px 5px 0px;
}

/* Horizontales Men
----------------------------------------------- */
ul#horizontalmenu {
	list-style-type:none;
	width:770px;
	height:31px;
	margin:0px;
	padding:0px;
	background-color:#666666;
	background-image:url(img/horMenuBg.gif);
}

ul#horizontalmenu li {
	float:left;
	padding:6px 20px 0px 20px;
	margin:0px;
	height:25px;
	background-color:#999999;
	background-repeat:repeat-x;
	background-image:url(img/horMenuItemBg.gif);
}

ul#horizontalmenu li a {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;	
	text-decoration:none;
}

/* Breadcrumb Pfad
----------------------------------------------- */
div#breadcrumb {
	background-color:#FFFFFF;
	margin:0px;
	color:#999999;
	font-size:11px;
	text-align:left;
	border-top: 0px none #D1D1D1;
	border-right: 0px none #D1D1D1;
	border-bottom: 1px none #D1D1D1;
	border-left: 0px none #D1D1D1;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
}

div#breadcrumb a {
	color:#585858;
	text-decoration:none;
}

/* Linkes Menu
----------------------------------------------- */
ul#submenu {
	font-size:11px;
	width:190px;
	margin:0px;
	padding:0px;
	background-color:#CD000C;
	list-style-type:none;
	display:block;
}

ul#submenu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

ul#submenu li.submenuspacer {
	height:3px;
	line-height:3px;
	font-size:1px;
	margin:0px;
	padding:0px;
	width:190px;
	background-image:url(img/submenuSpacer.gif);
	display:block;
}

ul#submenu li.level1 {
	list-style:none;
	width:190px;
	_width:180px; /* IE6 Boxmodel Fix */
	padding:6px 0px 6px 10px;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
}

ul#submenu li.level2 {
	font-weight:normal;
	font-size:11px;
	width:170px;
	padding:2px 0px 2px 20px;
	margin:0px;
	background-color:#AD000A;
}

ul#submenu li.level3 {
	font-weight:normal;
	font-size:11px;
	width:140px;
	padding:1px 0px 1px 50px;
	margin:0px;
	background-color:#AD000A;
}

/* Layout der Box Elemente
----------------------------------------------- */
h1.boxHeader {
	font-size:11px;
	background-image:url(img/box1bg.gif);
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	border:none;
	margin:0px;
}

h1.boxHeader a {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

div.boxBody {
	font-size:11px;
	color:#000000;
	padding:8px 10px 8px 10px;
}

div.boxBody a {
	color:#0B9AE0;
	text-decoration:none;
}

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

/* Layout der Cart Box
----------------------------------------------- */
div.boxCart {
	font-size:11px;
	background-color:#2A2A2A;
	padding:6px 10px 2px;
	color:#FFFFFF;
	width: 290px;
}

div.boxCart a {
	color:#FFFFFF;
	text-decoration:underline;
}

div.boxCart p {
	line-height:normal;
	margin:0px;
	padding:0px;
	background-color: #2A2A2A;
}

div.boxCartBody {
	font-size:11px;
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	background-color: #2A2A2A;
}

div.boxCartBreakLine {
	height:2px;
	background-image:url(img/boxCartBreakLine.gif);
	margin:5px 0px 5px 0px;
	font-size:0px;
	padding:0px;
	line-height:0px;
}

div.boxCart_kasse {
	font-size:11px;
	background-color:#2A2A2A;
	padding:6px 10px 2px;
	color:#FFFFFF;
	width:623px;
	height: 100%;
}


/* Floatbox (Inhalte)
----------------------------------------------- */
div.floatBox {
	background-color:#F7F7F7;
	padding:0px 20px 10px;
	margin:0px;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:1px;
	line-height:normal;
}

div.floatBox h1 {
	color:#0B9AE0;
	font-size:17px;
	font-weight:bold;
	border:none;
	text-decoration:none;
	margin:10px 0px 6px 0px;
	background-image:none;
	line-height:normal;
}

div.floatBox h2 {
	color:#196DA9;
	font-weight:bold;
	font-size:14px;
	margin:15px 0px 4px 0px;
	padding:0px;;
}

div.floatBox ul {
	line-height:22px;
}

/* Product Category Listing
----------------------------------------------- */
div.productListingContainer {
	background-color:#FFFFFF;
	padding-top:4px;
}

div.productListingContainer a.productHeader {
	padding:6px 0px 0px 0px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	color:#0B9AE0;
	border:none;
	text-decoration:underline;
	font-weight:bold;
}

div.productListingContainer p.productDescription {
	font-size:12px;
	margin:0px;
	padding:8px 0px 6px 0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails {
	padding:0px;
	margin:0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails span.productPrice {
	font-size:17px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	color: #0B9AE0;
}

div.productListingContainer p.additionalDetails span.shippingCosts {
	font-size:11px;
	padding:0px;
	margin:0px;
	color:#999999;
}

div.productListingContainer p.additionalDetails span.shippingCosts a {
	color:#999999;
}

div.productListingContainer p.detailButtons {
	padding:0px;
	margin:0px;
	line-height:normal;
}

/* Checkout Payment Block
----------------------------------------------- */
h1.paymentBlockHeader {
	background-color:#196DA9;
	background-image:url(img/paymentBlocktHeaderBg.gif);
	margin:0px;
	padding:5px 0px 0px 0px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
}

h1.paymentBlockHeader input {
	margin:2px 5px 0px 5px;
	_margin:-2px 0px 0px 2px;
	padding:0px 0px 0px 0px;
}

div.paymentBlockContainer {
	margin:0px;
	padding:10px;
	background-color:#F7F7F7;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

div.paymentBlockContainer table td {
	padding:2px;
}

/* Checkout Shipping Block
----------------------------------------------- */
h1.shippingBlockHeader {
	background-image:url(img/shippingBlockHeaderBg.gif);
	margin:0px;
	padding:5px 0px 0px 8px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
}

div.shippingBlockContainer {
	margin:0px 0px 15px 0px;
	padding:6px;
	background-color:#F7F7F7;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

div.shippingBlockContainer table td {
	padding:2px;
}

/* Product Image Box
----------------------------------------------- */
div.productImagesBox {
	float:left;
	width:280px;
	padding-top: 8px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/* Box mit Attributen und Preis bei Produktdetails
----------------------------------------------- */
div.productPriceAttributes {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:11px;
	color:#000000;
	padding:5px 15px 20px;
	width: 175px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 8px;
}

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

/* Box mit Downloads
----------------------------------------------- */
div.electronicDownloadsBox {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:14px;
	color:#000000;
	padding:5px;
}

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

div.detailedSearchBox td.inputText input {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#585858;
	border-left-color:#585858;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:160px;
	font-weight:normal;
	padding-left:2px;
}

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

/* Trennlinie fr Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
div.productPreviewSplitLine {
	height:26px;
	background-image:url(img/productSplitLine.gif);
	clear: left;
}

/* Trennlinie fr Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
img.productImageBorder {
	padding-right: 10px;
}

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

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

.tableListingII {
	background-color: #F3F3F3;
}

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

.cartTableListingII {
	background-color: #F3F3F3;
}

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

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

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

/* Hintergrund fr 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 Shipping Typen
----------------------------------------------- */
td.shippingTypeHeader {
	background-color:#FF9900;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66;
	padding:4px;
	color:#FFFFFF;
}

/* Block mit Warenkorbinhalt
----------------------------------------------- */
td.basketHeader {
	background-image:url(img/ass_headerbg.jpg);
	padding:4px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	background-repeat: repeat-x;
	height: 22px;
}

/* Block mit Reviews
----------------------------------------------- */
td.reviewListHeader {
	background-color:#666666;
	background-image:url(img/reviewListHeaderBg.gif);
	border:none;
	padding:4px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

/* Sitemap Blcke
----------------------------------------------- */

div.sitemapHeader {
	background-color:#666666;
	background-image:url(img/paymentBlocktHeaderBg.gif);
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
	padding:3px 0px 0px 6px;
}

div.sitemapHeader a {
	color:#FFFFFF;
	text-decoration:none;
}

div.sitemapContent {
	margin:0px 0px 15px 0px;
	padding:10px;
	background-color:#F7F7F7;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

div.sitemapContent a {
	text-decoration:none;
}


/* Errormessage
----------------------------------------------- */
div.errorMessage {
	padding:10px;
	margin:10px 0px 10px 0px;
	background-color:#FFFFFF;
	font-size:14px;
	border: 5px solid #CD000C;
}

/* Successmessage
----------------------------------------------- */
.messageStackSuccess {
	font-size: 14px; 
	background-color: #ADDA9D;
	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;
}

/* AGB Besttigung
----------------------------------------------- */
div.agbConfirmation {
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFB3B7;
	padding:10px;
}

/* Footer
----------------------------------------------- */
div#footer {
	width:100%;
	font-size:11px;
	color:#666666;
	padding:5px 0px 4px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
}

/* Copyright
----------------------------------------------- */
div.copyright {
	width:957px;
	text-align:center;
	color:#666666;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	padding:15px 15px 10px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	visibility: hidden;
}

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

div.clearleft {
	clear:left;
}

div.clearright {
	clear:right;
}

/* main Zelle (Versandkosten)
----------------------------------------------- */
td.contentsTopics {
	padding:15px;
	background-color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
}

td.main {
	padding:5px;
	font-size:14px;
}div#topnav {
	font-size:11px;
	float:right;
	text-align:right; 
	width:600px; 
	color:#000000;
	font-weight:bold;
	padding:10px 0px 8px;
}
div.boxCartEmpty {
	font-size:11px;
	background-color:#585858;
	color:#FFFFFF;
	visibility: hidden;
	height: 1px;
}
div.cart {
	font-size:11px;
	background-color:#1876B4;
	padding:0px 10px;
	color:#FFFFFF;
	width: 100px;
}
.navigation {
	font-size:11px;
	background-color:#CCCCCC;
	height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.teaser {
	font-size:13px;
	padding:5px 15px;
	height: 62px;
	color: #000000;
	background-image: url(img/teaser_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.teaser a {
	font-size:13px;
	color: #000000;
	text-decoration: underline;
}


.introtxt {
	font-size:14px;
	color: #000000;
	line-height: 16px;
	width: 680px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.banner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.bannerleiste {
	padding-bottom: 5px;
	padding-top: 5px;
}
.smallfooter {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.smallfooter a:link {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.smallfooter a:visited {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

div.footerbar {
	align: center;
}
.ass_header {
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #196DA9;
	background-image: url(img/ass_headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	padding-left: 5px;
}
.ass_table {
	float: left;
	padding-top: 10px;
}
li {
	font-size:14px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	height: 22px;
	line-height: 16px;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(img/bullet_li.png);
}ul {
	padding-left: 15px;
	padding-top: 0px;
}


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	padding-top: 10px;
}
.tabberlive {
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 4px 0;
 border-bottom: 1px solid #778;
 font: bold 13px Arial, Helvetica, sans-serif;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;
	color: #196DA9;
	background-color: #FFFFFF;
}

ul.tabbernav li a
{
	padding: 4px 0.5em 4px 4px;
	margin-left: 0px;
	border-bottom: 1px none #AAAAAA;
	background: #FFFFFF url(img/tab_bga.gif) repeat-x;
	text-decoration: none;
	color: #000000;
	margin-right: 8px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

ul.tabbernav li a:link {
	color: #FFFFFF;
	background-image: url(img/tab_bg.gif);
	background-repeat: repeat-x;
}
ul.tabbernav li a:visited {
	color: #FFFFFF;
	background-image: url(img/tab_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

ul.tabbernav li a:hover
{
	color: #000;
	background: #196DA9 url(img/tab_bg.gif) repeat-x;
	border: AAAAAA;
}

ul.tabbernav li.tabberactive a
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #fff;
	color: #000000;
	background-image: url(img/tab_bga.gif);
	background-repeat: repeat-x;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:10px;
	border-top:0 solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/* End Tabber */


.header_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
	line-height: 30px;
}
.main_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	word-spacing: 1px;
}
.footer {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.productprice {
	font-size:17px;
	color:#1876B4;
	font-weight:bold;
}
div#datenblatt {
	background-color:#FFFFFF;
	float: left;
	padding-top: 0px;
	width: 175px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 80px;
	margin-left: 20px;
	font-size: 11px;
	line-height: 14px;
	clear: left;
	padding-right: 15px;
}
div#datenblatt_print {
	background-color:#FFFFFF;
	float: left;
	width: 175px;
	padding-left: 15px;
	margin-top: 0px;
	margin-left: 20px;
	font-size: 11px;
	line-height: 14px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 2px;
	clear: left;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-right: 68px;
}
.cart_table {
	padding-left: 15px;
	width: 100%;
	padding-top: 5px;
}
.ass_header_grey {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #999999;
	background-image: url(img/ass_headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	padding-left: 5px;
}
.presseimg {
	padding-right: 45px;
	padding-bottom: 25px;
	padding-top: 3px;
}
.tinytxt {
	font-size: 11px;
	color: #666666;
}












h5 {
	color:#196DA9;
	font-weight:bold;
	font-size:24px;
	padding:0px;
	width:auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD000C;
	border-right-color: #CD000C;
	border-bottom-color: #CD000C;
	border-left-color: #CD000C;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ass_header_grey01 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #999999;
	background-image: url(img/ass_headerbg01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	padding-left: 5px;
}

.ass_header_grey02 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #999999;
	background-image: url(img/ass_headerbg02.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	padding-left: 5px;
}

.ass_header_grey03 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #999999;
	background-image: url(img/ass_headerbg03.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	padding-left: 5px;
}

.ass_header_grey04 {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #999999;
	background-image: url(img/ass_headerbg04.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	padding-left: 5px;
}

.rezension {
	background-image: url(img/bg_reviews.png);
	background-repeat: repeat-y;
}
.alignright {
	align: right;
}
ebook_info {
	padding-left: 3px;
	font-size: 10px;
}
ebook_info_li {
	font-size:11px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height: normal;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(img/bullet_li.png);
}
.header_box_right {
	background-image:url(img/bg_header_right.jpg);
}


.sichereinkaufen {
	background-image:url(img/sichereinkaufen.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 88px;
	width: 293px;
}


div.btn_crosslink {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 8px;
}


.detail_mod{
	background-image: url(img/bg_contentmodule.jpg);
	background-repeat: repeat-x;
}

.ass_table_newsletter {
	float: left;
	padding-top: 10px;
	background-image: url(img/bg_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

 
/* The Nivo Slider styles */


#slider {
	position:relative;
	background: url(img/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}



/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	background-color: #FFF;
	padding: 10px;
}
.nivo-nextNav {
	right:0px;
	background-color: #FFF;
	padding: 10px;
}



/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-18px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}




/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}


/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}


/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

