/* -----------------------------------------------------------------------------------------   
$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    
-----------------------------------------------------------------------------------------      
XTC5 Template & Stylesheets   
-----------------------------------------------------------------------------------------   
(c) 2007 Ing. Michael Fuerst       bluegate communications   http://www.bluegate.at
----------------------------------------------------------------------------------------
2010/11  modified for stein-dinse - terrenal - http://terrenal.de
---------------------------------------------------------------------------------------*/

/* css neu strukturiert nach:
1. Rahmenlayoutstruktur und allgemeine Elemente
2. Content im mittleren Bereich in verschiedenen Produktansichten
3. Inhalte der Seitenspalten / Boxen
4. header und footer
5. anmeldung, checkout usw.  
6. Sonstiges */


/* ################## 1. Rahmenlayoutstruktur und allgemeine Elemente ######################### */
* {
  margin: 0;
  padding: 0
}
html, body {
	width: 100%;
	height: 100%;
}
/* ============================== STRUKTUR ======================= */
body {
  /* color: #333; */
  font-size: 12px;
  text-align: center;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  background: url(img/bg.gif) repeat-x #eee;
  line-height: 16px;
}
body * {
  font-family: Helvetica, Arial, sans-serif
}
/* Unterdrücke die Layout zerstörenden Positionierungen */
sub {
	line-height: 0;
	vertical-align: baseline;
	font-size: 60%;
}
sup {
	line-height: 4px;
	vertical-align: top;
	margin-top: 2px;
	font-size: 60%;
}
#rechtespalte .price sup {
	line-height: 16px;
	vertical-align: top;
	margin-top: 2px;
	font-size: 60%;
}
#wrap {
  background-color: #fff;
  text-align: left;
  margin: 0 auto 10px;
  position: relative;
  min-width: 995px;
  max-width: 1300px;
  float: none;
  clear: both;
  overflow: visible ;
  border: 0;
}

.grundpreis {
	font-size: 7pt;
}
.produkttext .grundpreis {
	font-size: 8pt;
}

.produkttext h3 {
    font-size: 15px;
}

/*  ============== grundboxen struktur ================= */
#mittelspalte, #linkespalte, #rechtespalte, #vollebreite {
  margin: 265px 0 10px;
  position: relative;
  overflow: hidden;
}
#mittelspalte {
  position: relative;
  left: 18.5%;
  width: 63.3%;
  float: left;
}
#vollebreite { 
  position: relative;
  left: 0.5%;
  width: 99%;
  float: left;
  background: #ffffff; /* #eee */
  padding-top: 10px;
}
#linkespalte {
  left: -62.7%;
  float: left;
  width: 17.2%;
}
#rechtespalte {
  right: 0.6%;
  float: right;
  width: 17%;
  padding-top: 0;
}
#seoheader {
  background: none repeat scroll 0 0 #ffffff;
  height: 174px;
  left: 0.5%;
  position: absolute;
  top: 5px;
  width: 99%;
}



/* Grüne Modellauswahl unter dem Top Menü */
#filter_modellsuche {
  margin: 179px 0 10px 1px;
  position: relative;
	top: 5px;
  height: 59px;
  /* overflow: hidden; */
	float: none;
	clear: both;

  background-color: #E8FFE8;
  border: 1px solid #CCCCCC;
  padding: 0 8px 2px;
}
#filter_modellsuche table {
	width: 100%;
}
#filter_modellsuche td.filter_titel {
	width: 1%;
	white-space: nowrap;
	vertical-align: top;
	padding: 18px 20px 0 0;
	color: #222;
	font-size: 20px;
	font-weight: bold;
}
#filter_modellsuche td.filter_eingabe {
	/* width: 50%; */
	white-space: nowrap;
	vertical-align: top;
	padding: 10px 20px 0 0;
}
#filter_modellsuche td.filter_text {
	width: 25%;
	vertical-align: middle;
  padding-top: 5px;
}
#filter_modellsuche td.filter_text div {
	height: 50px;
	overflow: hidden;
}
	
.selectize-input,
#modell_multiselect {
	border: 1px solid #d0d0d0;
	padding: 8px 8px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #111;
}
#filter_motorrad .selectize-dropdown-content div {
	border-bottom: 1px dotted grey;
	padding: 5px 10px;
	color: #111;
}

/* Pfeil für auf- und zuklappen verbergen */
#filter_motorrad .selectize-control.single .selectize-input:after {
	visibility:hidden;
} 

/* Rotes Löschkreuz nach links verschieben und aufhübschen */
#filter_motorrad .selectize-control.plugin-remove_button [data-value] { 
	padding-right: 0px;
	padding-left: 24px !important;
}
#filter_motorrad .selectize-control.plugin-remove_button .remove-single {
	color: #C5121B;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	left: 0px;
	right: unset;
}
#filter_motorrad .selectize-control.plugin-remove_button .remove-single:hover {
	color: #FF121B;
	text-shadow: 0px 0px 4px #ff8888;
}




/*  ============= layout hilfen ==================== */
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
  height: 1px;
  overflow: hidden;
  border: 0;
	border-top: 1px solid #4E4E4F;
  margin: 4px 0;
	padding: 0;
  line-height: 0;
}
div.hrlightgrey {
  height: 1px;
  overflow: hidden;
  border: 0;
	border-top: 1px solid #999;
  margin: 4px 0;
	padding: 0;
  line-height: 0;
}
div.hrlightred {
  height: 1px;
  overflow: hidden;
  border: 0;
	border-top: 1px solid #e30613; /* #c03 */
  margin: 4px 0;
	padding: 0;
  line-height: 0;
}
div.hrproductpreview {
  padding-top: 1px;
  height: 0;
  overflow: hidden;
  margin: 12px 0;
  height: 0;
  line-height: 0;
  display: block;
  background-image: url(img/hr_productpreview.gif);
}
hr {
  display: none
}
hr.break {
  display: block;
  visibility: hidden;
}
.break {
  float: none;
  clear: both;
}
.clear_b {
	clear: both;
}
.clear_l {
	clear: left;
}
.clear_r {
	clear: right;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* =================================== Elemente ======================= */
h1 {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 15px 0;
  padding: 0;
  width: auto;
  border: #ccc solid;
  border-width: 0 0 1px 0;
  padding-bottom: 8px;
}
h2 {
  color: #000000;
  font-weight:  normal;
  font-size: 18px;
  line-height: 20px;
  margin: 8px 0 8px 0;
  padding: 0;
}
h2 span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
#vollebreite h2 {
  margin: 5px 0 2px 0;
  font-size: 18px
}
h3 {
  color: #222;
  font-weight: bold;
  font-size: 12px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:link {
  color: #000080;
  outline: none;
}
a:visited {
  color: #000080;
  outline: none;
}
a:hover, a:active {
  color: #000080;
  outline: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
  outline: none;
}
a img {
  border: 0;
  outline: none;
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #666;
  padding: 10px;
  background: url(img/input_bg.gif) no-repeat;
}
select {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: 1px solid #666;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password], input[type=tel], select {
  border: 1px solid #666;
  padding: 3px 5px; /* 2px */
  background: url(img/input_bg.gif) no-repeat;
	border-radius: 3px;
}
/* PARAGRAPH GLOBAL */
p {
  margin: 8px 0;
}
/* TABLE GLOBAL */
table td {
  padding: 2px;
}
.inputRequirement{
  display: inline;
  font-weight: bolder;
  color: #C64934;
  font-size: 160%;
  vertical-align: bottom;
}
/* ########### 2. Content im mittleren Bereich in verschiedenen Produktansichten ############### */
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
  background: url(img/streifen.png) repeat-x 0 1px transparent;
	height: 29px;
	overflow: hidden;
  padding: 8px 0 0 0;
  clear: both;
  color: #888;
  font-size: 12px;
  list-style-type: none;
  outline: medium none;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
  line-height: 23px;
  text-decoration: none;
  outline: none;
  font-weight: normal;
  cursor: pointer;
  color: #111;
  margin: 0;
  padding: 0;
}
#breadcrumb a:hover {
  line-height: 23px;
  text-decoration: underline;
  outline: none;
  font-weight: normal;
  cursor: pointer;
  color: #333;
  margin: 0;
  padding: 0;
}
.breadcrumb_sep {
  font-size: 12px;
  line-height: 23px;
	color: #C64934;
}
/*  =============== mitte =============== */
#content {
  background: url(img/grauecke_re.gif) no-repeat scroll 0 0 #fbfbfb;
  background-position: top right;
	margin-top: 2px;
  padding: 10px;
  position: relative;
  background: -moz-linear-gradient(right top 245deg, #fbfbfb, #ffffff 35%);
  background: -webkit-gradient(linear, right top, left bottom, from(#fbfbfb), to(#ffffff), color-stop(60%, #fdfdfd));
  border: 1px solid #CCC;
}
/* Kategorienliste */
#categorielist {
  margin: 10px 0 0;
  clear: both;
}
#categorielist .catbox {
  position: relative;
  width: 16.6%;
  float: left;
  height: 130px;
}
#categorielist .catpic {
  height: 90px;
  border: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  border-spacing: 0;
  border-radius: 2px;
  padding: 0;
  margin: 0 5px 2px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
	overflow: hidden;
}
#categorielist  .catpic a {
  height: 80px;
  display: block;
  text-decoration: none;
}
#categorielist .categorietext {
  height: 33px;
  overflow: hidden;
  text-align: center
}
#categorielist .categorietext a {
  font-weight: bold;
  color: #222;
  position: relative;
  display: block;
  margin: 2px 5px;
}
#categorielist .categorietext a span {
  display: none;
}
#categorielist .categorietext a:hover {
  color: #e30613; /* #C5121B */
  text-decoration: none;
}
#categorielist .categorietext a:hover span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.catspalte {
  float: left;
	margin-right: 2%;
  text-align: left;
  width: 48.2%;
}
.catspalte a {
	color: rgb(0, 0, 255); 
	text-decoration: none;
}
.catspalte1 {
  float: left;
	margin-right: 2%;
  text-align: left;
  width: 48.2%;
}
.catspalte1 h4 {
	font-size: 14px;
}
.catspalte1 a {
	color: rgb(0, 0, 255); 
	text-decoration: none;
}
.catspalte2 {
  float: left;
  text-align: left;
  width: 48.2%;
}
.catspalte2 h4 {
	font-size: 14px;
}
.catspalte2 a {
	color: rgb(0, 0, 255); 
	text-decoration: none;
}
.catspalte12 {
  text-align: left;
  width: 100%;
}
.catspalte12 h4 {
	font-size: 14px;
}
.catspalte12 a {
	color: rgb(0, 0, 255); 
	text-decoration: none;
}

/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
  float: left;
  margin: 2px 10px 2px 0;
  position: relative;
}
img.prli_catimg {
  float: left;
  margin: 2px 10px 10px 0;
  position: relative;
}

/* ---------------- PRODUCT PREVIEW tabellenliste ----------------------- */
.productPreview {
  padding: 0;
  margin: 0;
}
.productPreviewContent {
  vertical-align: top;
}
.productPreviewContent .infoblock {
	float: left;
	height: 10px;
  padding: 0 0 0 10px;
	margin: 6px 0 10px 0;
}
.productPreviewContent h2 {
  padding: 0;
  margin: 0 0 5px 0;
}
.productPreviewContent h2 a {
  font-size: 14px;
  font-weight: bold;
  outline: none;
}
.productPreviewImage {
  vertical-align: middle;
}
.productPreviewImage img {
  border: solid 0 #999;
  width: 130px
}
.productPreviewContent .price {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 3px 0;
  margin: 0;
}
.productPreviewContent .taxandshippinginfo {
  font-size: 11px;
  font-weight: normal;
  color: #666;
  padding: 0;
  margin: 0;
}
.productPreviewContent .vpe {
  font-size: 11px;
  font-weight: normal;
  color: #666;
  padding: 0;
  margin: 0;
}
.productPreviewContent .shippingtime {
  font-size: 11px;
  font-weight: normal;
  color: #666;
  padding: 0;
  margin: 0;
}
.productPreviewContent .stockimage {
  margin: 0;
  padding: 0;
}
.productPreviewContent .stockimagetext {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  color: #666;
}
.productPreviewContent .productOldPrice {
  font-size: 12px;
  font-weight: bold;
  color: #e30613; /* #ff0000 */
}
.productPreviewContent .productOldPrice small,
.productPreviewContent .productOldPrice dell {
	font-size: 75%;
}
.productPreviewContent .taxandshippinginfo a {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-decoration: underline;
  outline: none;
}


/* =============== PRODUCT PREVIEW floatboxen ===================== */
/* -------------- 1 Box hoch -------------------- */
/* (Zuletzt angesehen + Angebotsbox) */
.produktEinzeln .product {
  /* 
	float: none;
  height: 255px;
	*/
  margin: 5px 0 5px 0;
  padding: 5px;
  position: relative;  
	overflow: hidden;
}
.produktEinzeln .productImage {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  background-position: center;
  background-repeat: no-repeat;
}
.produktEinzeln .productImage img {
  width: 150px;
  height: 150px;
}
.produktEinzeln .productContent {
  vertical-align: top;
	padding: 5px 5px 0 5px;
}
.produktEinzeln .name {
	width: 100%;
	height: 33px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.produktEinzeln  .name h3 {
  display: inline;
}
.produktEinzeln  .name h3 a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  outline: medium none;
}
.produktEinzeln .model {
  color: #222;
  font-weight: normal; 
  font-size: 11px;
	padding: 2px 0 0 0;
	margin: 0;
}
.produktEinzeln .infoblock {
	float: left;
	height: 10px;
	margin: 8px 0 0 0;
}
.produktEinzeln .infoblock img {
  border: 0;
  width: 10px;
  height: 10px;
	margin: 0 3px 0 0;
}
.produktEinzeln .price {
	text-align: right;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
  padding: 0;
	margin: 3px 0 0 0;
}
.produktEinzeln .grundpreis {
	position: absolute; 
	top: 233px; 
	right: 7px; 
}
.produktEinzeln span.productNewPrice{
	font-size: 20px !important;
}
.produktEinzeln .infobutton {
	float: left;
	margin: 10px 0 0 3px;
}
.produktEinzeln .buybutton {
	float: right;
	margin: 10px 3px 0 0;
}
.produktEinzeln  .taxandshippinginfo {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0.5% 0.5%;
  padding: 5px 0 0 0;
}
.produktEinzeln .taxandshippinginfo a {
  font-size: 11px;
  font-weight: normal;
  color: #666;
  text-decoration: underline;
  outline: none;
}






/* -------------- 1 Box quer -------------------- */
#produktliste1 .product {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  height: 155px;
  margin: 0 5px 5px 0;
  padding: 5px;
  position: relative;  
	min-width: 137px;
  overflow: hidden;
}
#produktliste1 .productImage {
  width: 150px;
  float: left;
	background-position: center;
  background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#produktliste1 .productImage img {
  width: 150px;
  height: 150px;
}
#produktliste1 .productContent {
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
}
#produktliste1 .name {
	height: 33px;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-align: left;
}
#produktliste1  .name h3 {
  display: inline;
}
#produktliste1  .name h3 a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  outline: medium none;
}
#produktliste1 .model {
  color: #222;
  font-weight: normal; 
  font-size: 11px;
	padding: 2px 0 0 20px;
	margin: 0;
}
#produktliste1 .infoblock {
	float: left;
	height: 10px;
  padding: 0 0 0 10px;
	margin: 6px 0 10px 0;
}
#produktliste1 .infoblock img {
  border: 0;
  width: 10px;
  height: 10px;
	margin: 0 3px 0 0;
}
#produktliste1 .price {
	text-align: right;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
  padding: 0;
	margin: 5px 0 0 0;
}
#produktliste1 .grundpreis {
	float: right;
	position: absolute;
	font-size: 8pt;
	top: 75px;
	right: 17px;
}
#produktliste1 .infobutton {
	float: left;
	margin: 5px 0 0 3px;
}
#produktliste1 .buybutton {
	float: right;
	margin: 5px 3px 0 0;
}
#produktliste1  .taxandshippinginfo {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0.5% 0.5%;
  padding: 5px 0 0 0;
}
#produktliste1 .taxandshippinginfo a {
  font-size: 11px;
  font-weight: normal;
  color: #666;
  text-decoration: underline;
  outline: none;
}


/* -------------- drei Boxen nebeneinander -------------------- */
#produktliste3 .product {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  float: left;
  height: 255px;
  margin: 0 5px 5px 0;
  padding: 5px;
  position: relative;  
  width: 30%;
	min-width: 137px;
  overflow: hidden;
}
#produktliste3 .productImage {
  background-position: center;
  background-repeat: no-repeat;
  border: solid 0 #999;
}
#produktliste3 .productImage img {
  width: 150px;
  height: 150px;
}
#produktliste3 .productContent {
  vertical-align: top;
	padding: 5px 5px 0 5px;
}
#produktliste3 .name {
	width: 100%;
	height: 33px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
#produktliste3  .name h3 {
  display: inline;
}
#produktliste3  .name h3 a {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  outline: medium none;
}
#produktliste3 .model {
  color: #222;
  font-weight: normal; 
  font-size: 11px;
	padding: 2px 0 0 0;
	margin: 0;
}
#produktliste3 .infoblock {
	float: left;
	height: 10px;
	margin: 6px 0 0 0;
}
#produktliste3 .infoblock img {
  border: 0;
  width: 10px;
  height: 10px;
	margin: 0 3px 0 0;
}
#produktliste3 .price {
	text-align: right;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
  padding: 0;
	margin: 5px 0 0 0;
}
#produktliste3 .infobutton {
	float: left;
	margin: 5px 0 0 3px;
}
#produktliste3 .buybutton {
	float: right;
	margin: 5px 3px 0 0;
}
#produktliste3  .taxandshippinginfo {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0.5% 0.5%;
  padding: 5px 0 0 0;
}
#produktliste3 .taxandshippinginfo a {
  font-size: 11px;
  font-weight: normal;
  color: #666;
  text-decoration: underline;
  outline: none;
}


/* ------------------- vier nebeneinander ------------------------ */
.listnew {
/*  startseitenliste  */
	width: 100%;
  border-top: 0 solid #FFFFFF;
  margin-top: 15px;
}
.listnew  h2 {
  margin: 10px 0 5px 0;
}
/* ======================= PRODUCT INFO / PRODUCT DETAILS ========================= */
.produktliste4 {
	width: 100%;
  margin-top: 5px;  
}
.produktliste4 .products_tab {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0;
	padding: 0;	
}
.produktliste4 .pr_1 {
	padding: 0 4px 6px 0;
}
.produktliste4 .pr_2 {
	padding: 0 4px 6px 4px;
}
.produktliste4 .pr_3 {
	padding: 0 4px 6px 4px;
}
.produktliste4 .pr_4 {
	padding: 0 0 6px 4px;
}

.produktliste4 .product {
  background: #fff;
  border: 1px solid #ddd;
  border-width: 1%;
  float: left;
  /* height: 235px; */
  margin: 0 0 1% 0;
  padding: 5px 0.38% 8px 0.38%;
  width: 23%;
	min-width: 133px;
  /* overflow: hidden; */
}
.produktliste4 .products_tab  .product {
  position: relative;
  float: none;
	width: 100%;
  height: 295px;
	margin: 0;
	border: 1px solid #ddd;
  padding: 0;
}
.produktliste4 .product_1 {
  float: left;
  margin: 0 1.3% 1% 0;
}
.produktliste4 .product_2 {
  float: left;
  margin: 0 0% 1% 0%;
}

.produktliste4 .product_3 {
    float: right;
    margin: 0 0 1% 1.3%;
}
.produktliste4 .product_4 {
  float: right;
  margin: 0 0 1% 0;
}

.produktliste4 .productImage {
  background-position: center;
  background-repeat: no-repeat;
  border: solid 0 #999;
}
.produktliste4 .productImage img {
  width: 130px;
  height: 145px;
}
.produktliste4 .productContent {
  vertical-align: top;
	padding: 5px 5px 0 5px;
}
.produktliste4 .name {
	width: 100%;
	height: 31px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.produktliste4  .name h3 {
  display: inline;
	height: 35px;
}
.produktliste4  .name h3 a {
  color: #000;
  font-size: 12px;
	line-height: 15px;
  font-weight: bold;
  outline: medium none;
}
.produktliste4 .model {
  color: #222;
  font-weight: normal; 
  font-size: 11px;
	padding: 2px 0 0 0;
	margin: 0;
}
.produktliste4 .infoblock {
	float: left;
	height: 10px;
	margin: 8px 0 0 0;
}
.produktliste4 .infoblock img {
  border: 0;
  width: 10px;
  height: 10px;
	margin: 0 3px 0 0;
}
.produktliste4 .price {
	text-align: right;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	/* letter-spacing: -1px; */
	white-space: nowrap;
	line-height: 20px;
  padding: 0;
	margin: 4px 0 0 0;
}
.produktliste4 .alt {
	position: absolute;
	bottom: 35px;
	font-size: 90%;
}
.produktliste4 .infobutton {
	position: absolute; 
	bottom: 4px;
	left: 5px;
	/* float: left; */
	margin: 11px 0 2px 2px;
}
.produktliste4 .buybutton {
	position: absolute; 
	bottom: 4px;
	right: 5px;
	/* float: right; */
	margin: 11px 2px 2px 0;
}
.produktliste4 .grundpreis {
	position: absolute; 
	top: 243px; 
	right: 7px; 
}
.produktliste4  .taxandshippinginfo {
  color: #666;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0.5% 0.5%;
  padding: 5px 0 0 0;
}
.produktliste4 .taxandshippinginfo a {
  font-size: 11px;
  font-weight: normal;
  color: #666;
  text-decoration: underline;
  outline: none;
}

#product_icon_new {
  position: absolute;
  left: -13px; 
  top: -10px; 
  border: none; 
  background: none;
}
#product_icon_new img {
  width: 61px; 
  height: 47px;
}

.grossbild #product_icon_new {
  position: absolute;
  left: -20px; 
  top: -15px; 
  border: none; 
  background: none;
}
.grossbild #product_icon_new img {
  width: 86px; 
  height: 66px;
}

 

/* ======================= PRODUCT INFO / PRODUCT DETAILS ========================= */


#productinfowrap {
  /* display: table;
  width: 100%;
	*/
}
#productinfowrap table tr td {
  margin: 0;
	padding: 0;
	font-size: 12px;
}
#productinfowrap .hrlightred {
  margin: 10px 0;
}

.modul {
	margin: 0;
  padding: 0;
  position: relative;
}
#artikelbilder {
  margin: 0 20px 3px 0;
  text-align: left;
  width: 310px;
}

#productinfowrap .infoblock {
	width: 25%;
	height: 100px;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: left;
	vertical-align: bottom;
	line-height: 175%;
}
#productinfowrap .infoblock img {
  border: 0;
  width: 10px;
  height: 10px;
	margin: 0 3px 0 0;
}

#productinfowrap .priceblock {
	width: 250px;
}
.grossbild {
  /*
	box-shadow: 3px 3px 15px #818181;
  -moz-box-shadow: 3px 3px 10px #818181;
  -webkit-box-shadow: 3px 3px 10px #818181;
  */
	position: relative;
  border: 1px solid #ccc;
  display: block;
  padding: 5px;
  background: #fff;
  z-index: 5;
}
.bild_groesser_text {
	text-align: center;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.grossbild table {
	width: 270px; 
	height: 270px;
	margin: auto auto;
	border: 0;
}
.grossbild td {
	text-align: center; 
	vertical-align: middle; 
}

#productinfoimages {
  float: left;
  background-color: #EDEDED;
  text-align: center;
  width: 140px;
  padding: 10px;
  margin: 0 10px 10px 0;
  border: solid 1px #999;
}
#productinfoimages .productimage {
  border: solid 1px #999;
}
img.productimage {
	cursor: url(img/lupeplus.gif), pointer;
	border-radius: 3px;
}
.morepics {
  height: 98px;
  margin-bottom: 2px;
  overflow: auto;
  padding: 0;
  white-space: nowrap;
}
.morepics img {
  background: #FFFFFF;
  border: 1px solid #999999;
  height: 66px;
  margin: 4px 2px 0;
  padding: 1px;
  width: auto;
}

#productinfoprice {
  padding: 0;
  text-align: right;
}
#productinfoprice img {
  cursor: pointer;
}
#productinfoprice .productprice {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding: 0;
	line-height: 1.3; 
	white-space: nowrap;
}
#productinfoprice span.productPricePre,
.price span.productPricePre {
  font-size: 60%;
}
#price_customer,
#price_customer small {
  font-size: 60% !important;
	font-weight: normal;
	color: #666;
}
#mittelspalte #content #price_customer,
#mittelspalte #content #price_customer_br {
	display: none;
}
#mittelspalte #content #productinfowrap #price_customer,
#mittelspalte #content #productinfowrap #price_customer_br {
	display: unset !important;
}
#productinfoprice .productprice  span.productNewPrice {
	color: #009640; /* #12681F */
}
#productinfoprice .productprice small {
  font-size: 14px;
  color: #666
}
p.price .product_discount, 
#productinfoprice .product_discount {
	font-size: 14px;
  font-weight: normal;
}
#productinfowrap #productinfoprice .product_discount {
	font-size: 13px;
}
.product .product_discount {
	display: none;
	font-size: 10px !important;
  font-weight: normal;
}
p.price .productOldPrice, 
#productinfoprice .productOldPrice, 
#productinfoprice .productOldPrice small {
  color: #e30613; /* #ff0000 */
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
#productinfowrap #productinfoprice .productOldPrice {
	font-size: 13px;
}

#rechtespalte .productOldPrice small {
	display: none;
}

#productinfoprice .taxandshippinginfo {
  margin: 0;
  padding: 3px 0 0;
  font-size: 11px;
  font-weight: normal;
  color: #666;
	line-height: 175%;
}
#productinfoprice .taxandshippinginfo a {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-decoration: underline;
  outline: none;
}

.addtobasket {
  padding: 10px 0 0 0;
	text-align: right;
}
.addtobasket input {
  vertical-align: middle;
}

#productinfoprice .shippingtime {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  color: #666;
}
#productinfoprice .stockimage {
  margin: 0;
  padding: 0;
}
#productinfoprice .stockimagetext {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  color: #666;
}

p.productinfoproductadded {
  font-size: 11px;
}
.productoptions {
  background-color: #f8f8f8;
  padding: 6px;
  border: solid #ccc;
  border-width: 1px 0 0 0;
}

/* POPUPS PRODUCTINFO */
body.popupproductinfo {
  padding: 15px;
  background: #fff none;
}
/* --- fix für TABS/ACCORDION in product_info -- */
#tabbed_product_info ul {
  margin: 0 0 0 0;
}
#tabbed_product_info, #accordion_product_info {
  margin-top: 10px;
}
#tabbed_product_info .morepics {
  background-color: transparent;
  border-width: 0 0 0 0;
  width: 506px;
}
#accordion_product_info .morepics {
  background-color: transparent;
  border-width: 0 0 0 0;
  width: 460px;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
  background-color: #EDEDED;
  padding: 8px;
  border: #999 1px solid;
}
/* ########### 3. Inhalte der Seitenspalten / Boxen ######################## */
/* BOXES GLOBAL DEFINITION */
h2.boxheader, h2.categoryheader, h2.boxcartheader {
  background: url("img/boxheader5.png") repeat scroll left bottom transparent;
  margin: 0 0 5px 0;
  padding: 2px 8px 0 30px;
  height: 31px;
  vertical-align: middle;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  white-space: nowrap;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
  text-decoration: none;
  outline: none;
  color: #000;
}
.boxbody {
  background-color: #FBFBFB;
  border: 1px solid #CCCCCC;
  margin: 4px 0 15px 0;
  padding: 0 8px 2px;
}
.boxbody h3, .boxbody h3 a {
  font-size: 12px
}
.boxbody h3.center, .boxbody h3.center a {
  font-size: 12px;
  text-align: center;
  outline: none;
}
.boxbody p {
  color: #000000;
  font-size: 12px; 
  margin: 6px 0;
}
.boxbody p.center {
  color: #000000;
  font-size: 12px;
  text-align: center;
  margin: 6px 0;
}
.boxbody td {
  color: #000000;
  font-size: 12px;
  margin: 6px 0;
}
.price .productNewPrice {
	color: #009640; /* #12681F */
	/* font-size: 12px; */
	font-weight: bold;
	white-space: unwrap;
}
.productNewPrice sub {
	padding-right: 2px;
	white-space: unset;
}
.boxbody div.hr {
  margin: 5px 0;
}
.boxbody div.hrlightgrey {
  margin: 5px 0;
}
.boxbody a {
  font-size: 12px;
  outline: none;
}
.boxbody .productboximage {
  border: solid 1px #999;
  padding: 5px;
  background: #fff;
}
.boxbody ul.contentlist {
  margin-left: 5px;
  margin-right: 0;
  padding: 0;
}
.boxbody ul.contentlist li {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}
.contentlist a {
  border-top: 1px solid #ccc;
  display: block;
  padding: 5px 0;
  outline: none;
}
.contentlist li:first-child a {
  border: 0;
}
/* ========== seiten ==============  */
/* .box {
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: #F0F0F0;
}
.box h4 {
  padding: 0;
  border-bottom: 0 solid #fff;
}
.box h4 span {
  line-height: 40px;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  height: 40px
}
.box .boxinnen {
  padding-right: 10px;
  padding-left: 10px;
  border: 0 solid #fff;
}
*/
/* warenkorbbox */
h2.boxcartheader a {
  text-decoration: none;
  color: #222;
  outline: none;
}
.boxcartbody {
  padding: 4px 8px 4px 8px;
  margin: 4px 0 15px;
  background-color: #EDEDED;
  border: solid #ccc;
  border-width: 1px 1px 1px 1px;
}
.boxcartbody p {
	margin: 0;
	padding: 2px;
}

/* Forumsliste */
#forumliste {
  margin-left: 5px;
  margin-right: 0;
  padding: 0;
}
#forumliste li {
  margin-left: 0;
  list-style-type: none;
  border-top: 1px solid #ccc;
  display: block;
  padding: 5px 0;
  outline: none;
}
#forumliste li:first-child {
  border: 0;
}
#forumliste small {
  color: #888888;
  font-size: 10px;
  line-height: 10px !important;
}
/* ==================== neue gunnart Listennavigation linke Spalte ========================= */
ul#CatNavi {
  margin-bottom: 15px
}
#CatNavi li {
	white-space: nowrap;
}
#CatNavi li .Current {
	min-height: 20px;
}
#CatNavi li .CurrentParent {
	min-height: 20px;
}
/* --------------------------------------- */
li.CatLevel1 {
  border: 1px solid #CCCCCC;
  list-style-type: none;
  margin: 3px 0;
}
li.CatLevel2 { 
	min-height: 20px;
	list-style-type: none;
  border: solid #fff;
  border-width: 1px 0 0 0;
  background: #EEE;
  background: -moz-linear-gradient(left, #EEEEEE 0%, #FFF 50%, #EEEEEE 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#EEEEEE), color-stop(50%, #FFF), color-stop(100%,#EEEEEE));
}
li.CatLevel2 .Current {
  background: #fff;
}
li.CatLevel3 {
	background: #fff;
	min-height: 20px;
  overflow: hidden;
  padding-top: 2px;
  list-style-type: none;
  border: solid #eee;
  border-width: 1px 0 0 0;
}
li.CatLevel4 {
	background: #fff;
	min-height: 20px;
  overflow: hidden;
  list-style-type: none;
  border: solid #eee;
  border-width: 1px 0 0 0;
  margin-left: 13px;
}
li.CatLevel5 {
	min-height: 20px;
  overflow: hidden;
  list-style-type: none;
  border: solid #eee;
  border-width: 1px 0 0 0;
}
/* ------------------------------------- */
li.CatLevel1 ul, li.CatLevel2 ul {
  border: 0;
  margin: 0;
}
li.CatLevel3 ul {
  background:  #fff;
  margin: 3px 0 0 0;
  padding: 0;
}
li.CatLevel4 ul {
  background: #fff;
  margin: 0;
  padding: 0;
}
/* -------------------------------------------- */
li.CatLevel1 a {
  text-decoration: none;
  outline: none;
  color: #222;
  font-weight: bold;
  padding: 4px 0 3px 6px;
  display: block;
  background: #EDEDED;
  background-image: -moz-linear-gradient(left top 30deg, #EDEDED 40%, #FFFFFF 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%,#EDEDED), color-stop(100%,#FFFFFF));
}
li.CatLevel1 a.currpa, li.CatLevel1 a.curr {
  color: #FFFFFF;
  background: #009640; /* #12681F */
  background-image: -moz-linear-gradient(left top 30deg, #009640 40%, #CCEECC 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%,#009640), color-stop(100%,#CCEECC));
}

li.CatLevel2 a, li.CatLevel2 a.currpa {
  text-decoration: none;
  outline: none;
  color: #222;
  background: url(img/dotted1.gif) no-repeat 6px 4px transparent;
  font-weight: bold;
  padding: 2px 0 2px 15px;
  display: block; 
}

li.CatLevel3 a, li.CatLevel3 a.currpa {
  background: url("img/grayBullet.gif") no-repeat scroll 30px center #FFFFFF;
  color: #222;
  display: block;
  font-size: 12px;
  line-height: 16px;
  outline: medium none;
  padding: 0 0 0 23px;
  text-decoration: none;
  overflow: hidden;
	white-space: nowrap;
  padding-left: 45px;
  margin-left: -17px;
}

li.CatLevel4 a, li.CatLevel4 a.currpa {
  background: url("img/grayBullet.gif") no-repeat scroll 30px center #FFFFFF;
  color: #222;
  display: block;
  font-size: 12px;
  line-height: 16px;
  outline: medium none;
  padding: 0 0 0 45px;
  text-decoration: none;
}

li.CatLevel5 a {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #222;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  outline: medium none;
  padding: 0 0 0 52px;
  text-decoration: none;
}
/* -------------------------------------- */
li.CatLevel2 a.currpa, li.CatLevel3 a.currpa, li.CatLevel4 a.currpa {
  color: #e30613; /* #c03 */
}
/* ---------------------------------- */
li.CatLevel2 a.curr {
  color: #e30613; /* #c03 */
  background: url(img/solid1.gif) no-repeat 6px 4px;
  font-weight: bold;
  padding: 2px 0 2px 15px;
  display: block;
}
li.CatLevel3 a.curr {
  background: url("img/redBullet.gif") no-repeat scroll 30px center #fff;
  color: #e30613; /* #c03 */
  padding: 0 0 0 45px;
}
li.CatLevel4 a.curr {
  background: url("img/redBullet.gif") no-repeat scroll 35px center #FFFFFF;
  color: #e30613; /* #c03 */
  padding: 0 0 0 50px;
  margin-left: -22px;  
}
li.CatLevel5 a.curr {
background: none  #FFFFFF;
  color: #e30613; /* #c03 */
  font-weight: normal;
  padding: 0 0 0 57px;
}
/* ---------------------------------------- */
li.CatLevel1 a:hover {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  background: #e30613; /* #C5121B */
  background-image: -moz-linear-gradient(left top 30deg, #e30613 40%, #EECCCC 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%,#e30613), color-stop(100%,#EECCCC));
}
li.CatLevel2 a:hover, li.CatLevel3 a:hover, li.CatLevel4 a:hover {
  text-decoration: none;
  color: #fff;
}
li.CatLevel4 a:hover {
  font-weight: normal;
}
#CatNavi .SubMenue a { 
}
/* --------------------------------------- */
/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
.bestseller dl {
	border-bottom:1px solid #ccc
}
dt {
  float: left;
  width: 46px;
  margin: 3px 5px 1px 2px;
}
dt img {
  border: 1px solid #ccc;
  padding: 2px 2px 2px 2px;
  margin: 3px 10px 3px 0;
  background: #fff;
  width: 40px;
}
dd {
  text-align: left;
  padding: 5px 0 0 0;
}
/* ############################### 4. header und footer ######################################## */
/*  ========== header =============== */
#logo {
  float: left;
	margin: 10px;
  border: 0;
  padding: 0;
}
#logo td {
	white-space: nowrap;
}
#logo img {
	border: 0;
	margin: 0 10px 0 0;
}
#logo a img {
	width: 193px;
	height: 93px;
}
/*
#logo > div > div > img {
	width: 20px;
	height: 20px;;
}
*/
#logo h1
, #logo h2 {
	margin: 0;
  padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
  border: none;
}

#search {
  position: absolute;
  right: 83px;
  top: 40px;
}
#search_keywords {
  width: 185px;
}

/* Sprachauswahl */
#languages {
  width: 55px;
  position: absolute;
  top: 35px;
  right: 15px;
}
#languages a {
  display: block;
  margin: 0;
}
#languages a img {
  padding-bottom: 3px;
}
#languages table {
  border: 0;
  padding: none;
  margin: none;
  border-spacing: 0;
}

#mittelspalte #content div.highlightbox h2 img {
	width: 30px;
	vertical-align: middle;
}


/* TOPMENU AS LIST */
#topmenu {
  float: right;
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
  height: 24px;
  font-size: 13px;
  background: url(img/bg_topmenu.gif) repeat-x;
}
#topmenu li {
  float: left;
  padding: 0 8px;
  margin: 0;
  margin-right: 1px;
  background-position: right;
  background: url(img/bg_topmenu_breakline.gif) no-repeat;  
}
#topmenu li:first-child {
  height: 24px;
  background: -moz-linear-gradient(0% 100% 0deg,#EEEEEE, #333333);
  background: -webkit-gradient(linear, 0% 100%, 100% 100%, from(#EEEEEE), to(#333333));
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
  line-height: 24px;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  margin: 0;
  padding: 0;
}
#topmenu a:hover {
  color: #ccc;
}
#topcats {
  background: url("img/bg_boxheader_cart.gif") repeat scroll 0 -2px transparent;
  top: 125px;
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  left: 0;
	line-height: 18px;
}
.topcats_1_3 {
  font-size: 12px;
	line-height: 16px;
	padding-left: 5px;
}
.topcats_images table {
	width: 1%;
}
.topcats_images td {
	vertical-align: top;
	text-align: left;
}
.topcats_images td p {
	margin: 0 !important;
	padding: 0 !important;
} 
.topcats_images img {
	background-color: #FFFFFF;
	width: 75px;
	padding: 6px 10px;
	margin: 2px 3px;
  border: solid #d9d9d9 1px;
}
.topcats_images td[colspan="2"] img {
  width: 180px;
}
.topcats_images a {
	padding: 0 !important;
	margin: 0 !important; 
}

h1 {
  font-size: 24px;
  font-weight: normal;
	line-height: 26px;
}
/*  =========== footer =================== */
/* XTC COPYRIGHT */
.copyright {
  text-align: center;
  font-size: 9px;
  line-height: 12px;
  color: #666;
  padding: 0 10px 0 0;
  margin: none;
}
.copyright a {
  color: #669;
  text-decoration: underline;
  outline: none;
}
/* XTC ParseTime */
.parseTime {
  margin: 0 auto;
  width: 970px;
  text-align: center;
  color: #666;
  font-size: 10px;
  padding: 0 0 10px 0;
}
/* FOOTER */
.footer {
  clear: both;
  text-align: center;
  font-size: 11px;
  color: #666;
  /* background-color: #E2E2E2;
*/
  padding: 8px;
  margin-bottom: 5px;
}
.footer a {
  color: #666;
  text-decoration: underline;
  outline: none;
}
#footer {
  color: #888;
  font-size: 9px;
  text-align: center;
  line-height: 12px;
  margin: none;
  padding: 5px 10px 0 0;
  float: none;
  clear: both
}
#footer a {
  color: #669;
  text-decoration: underline;
  outline: none;
}
/* ########### 5. anmeldung, checkout usw. ################################# */
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
  padding: 15px;
  background-color: #fff;
  border: solid #d9d9d9 1px;
  overflow: hidden;
}
div.highlightbox ul {
  margin-left: 15px;
  padding: 0;
  display: block;
  list-style-type: square;
  line-height: 20px;
}
div.highlightbox h1 {
  color: #000080;
  padding: 0 0 10px 0;
  margin: 0;
  border: 0;
  font-size: 16px;
}
div.highlightbox div.hr {
  height: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: solid 1px #eee;
}
/* ---------- checkout ----------------- */
/* ORDER DETAILS - Warenkorb  */
table.orderdetails {
  font-size: 12px;
  background-color: #f8f8f8;
  border: #ccc solid;
  border-width: 0 1px 1px 1px;
}
table.orderdetails tr td {
  padding: 4px;
}
table.orderdetails tr.headerrow td {
  background: url("img/input_bg.gif") no-repeat scroll -8px top #CCCCCC;
  border-bottom: 1px solid #EEEEEE;
  font-weight: bold;
}
table.orderdetails tr.headerrow td.left {
  text-align: left;
}
table.orderdetails tr.headerrow td.center {
  text-align: center;
}
table.orderdetails tr.headerrow td.right {
  text-align: right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
  background-color: #f8f8f8;
  vertical-align: middle;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
  background-color: #fff;
  vertical-align: middle;
}

/* ORDER DETAILS CONTENT ALL ROW */
table.orderdetails td.quantity {
  text-align: center;
	white-space: nowrap;
}
table.orderdetails td.quantity input {
	width: 28px;
  margin: 0 3px;
	padding: 2px;
  border: solid #ccc 1px;
  font-size: 12px;
	text-align: center;
}
table.orderdetails td.quantity .pl_button {
	vertical-align: middle;
	padding-bottom: 3px;
}
table.orderdetails td.quantity .mi_button {
	vertical-align: middle;
	padding-bottom: 3px;
}

table.orderdetails td.productname {
  text-align: left;
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
  text-align: right;
  white-space: nowrap;
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
  text-align: right;
  white-space: nowrap;
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
  width: 7%;
	text-align: center;
  white-space: nowrap;
}
/* ORDER DETAILS IMAGE */
table.orderdetails tr td.image {
	width: 10%;
	text-align: center;
}
table.orderdetails tr td.image div {
  margin: 0 0;
	border: 1px solid #ccc;
	background: #fff;
}
table.orderdetails tr td.image img {
	max-width: 60px;
	max-height: 70px;
  border: none;
	margin: 1px;
}

/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
  margin-top: 3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
  padding: 0;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
  padding-right: 4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
  width: 100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
  background-color: #fff;
  text-align: right;
  border: #ccc solid;
  border-width: 1px 0 0 0;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
  font-size: 11px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
}
table.graduatedprice tr td.header {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
  background-color: #FFFFFF;
  border-color: #EEEEEE;
  border-style: solid;
  border-width: 0 1px 1px;
  float: right;
  margin-bottom: 15px;
  width: 65%;
}
table.paymentblock tr td.header {
  background-color: #ccc;
  padding: 2px;
  padding-left: 5px;
  color: #fff;
  font-weight: bold;
}
/* ------------ shipping -------------- */
#checkout_address .shippingblock {
  width:100%;
}
#checkout_address td.price_raw {
	padding: 10px 20px 10px 5px;
	text-align: center;	
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#checkout_address .price_raw {
	font-size: 24px;
	font-weight: bold;
  white-space: nowrap;
	color: #000;
}
#checkout_address .shippingblock h2.header {
  background: none repeat scroll 0 0 #E4E4E4;
  border: 1px solid #CCCCCC;
  line-height: 24px;
  margin-top: 5px;
  padding-left: 10px;
	clear: both
}
#checkout_address .shippingblock h2.header:hover {
	background: #880000; /* old browsers */
	background: -moz-linear-gradient(left, #008800 0%, #40AA40 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008800), color-stop(100%,#40AA40)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF008800', endColorstr='#FF40AA40',GradientType=1 ); /* ie */
	color: #FFFFFF;
}
#checkout_address .shippingblock h2.checked {
	background: #009640; /* #12681F */ /* old browsers */
	background: -moz-linear-gradient(left, #009640 0%, #CFE5CC 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009640), color-stop(100%,#CFE5CC)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF12681F', endColorstr='#FFCFE5CC',GradientType=1 ); /* ie */
	color: #FFFFFF;
}
#checkout_address .shippingblock h2.checked a {
  color: #FFFFFF;
} 


div.label {
  clear: both;
  float: left;
  margin: 0 0 10px;
  padding: 8px 2% 0;
  text-align: right;
  width: 28%;
}
div.label_kl {
  clear: both;
  float: left;
  margin: 0 0 10px;
  padding: 0 2% 0;
  text-align: right;
  width: 13%;
}
td.label {
  border-bottom: 1px solid #CCCCCC;
  padding: 2px 8px 0;
  vertical-align: top;
  width: 25%;
  text-align: right;
}
td.label a {
  color: #009933
}
div.adressbox {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0 10px 5px 0;
  padding: 8px 8px 0;
	font-size: 12px;
}
div.adressbox h3 {
  color: #000; /* #e30613 */ /* #c00 */
}
/* SHIPPING TYPE SELECTION */
/*
table.shippingblock {
  background-color: #FFFFFF;
  border-color: #EEEEEE;
  border-style: solid;
  border-width: 0 1px 1px;
  margin: 10px 0;
}
table.shippingblock tr td.header {
  background-color: #ccc;
  padding: 2px 2px 2px 5px;
  color: #fff;
  font-weight: bold;
}
table.shippingblock tr td {
  vertical-align: top;
}
table.shippingblock tr td.description {
  width: 100%;
  vertical-align: top;
  padding-left: 6px;
}
table.shippingblock tr td.radiobutton {
  vertical-align: top;
  white-space: nowrap;
  padding: 4px;
}
table.shippingblock tr td.radiobutton input {
  margin: 0;
  padding: 0;
}
table.shippingblock tr td.price {
  vertical-align: top;
  white-space: nowrap;
}
*/

.adr_table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0;
	padding: 0;	
}
.adr_table td {
	width: 350px;
  white-space: nowrap;
	vertical-align: top;
}
.adr_table h2 span {
	display: inline;
}

#agb_ok {
  white-space: nowrap;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
  line-height: 20px;
}
#agb_ok input {
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

#ch_navi{
	float: left;
	width: 17%;
}
#ch_inhalt {
	margin-left: 20%;
	width: 79%;
}
#ch_inhalt .label {
	clear: none;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
#ch_inhalt h2 {
	font-size: 16px;
	font-weight: bold;
}
#ch_inhalt .tb100pr td {
	vertical-align: top;
	padding: 0;
}
#ch_inhalt .tb100pr td  div{
	height: 125px;
}
#ch_inhalt table .shippingblock {
	margin: 10px 0;
}

/* -------------- payment -------------------- */
#checkout_payment .paymentblock {
  width:100%;
}
#checkout_payment .paymentblock td {
  vertical-align: top;
}
#checkout_payment td.price_raw {
	padding: 15px 20px 10px 5px;
	text-align: center;	
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#checkout_payment .price_raw {
	font-size: 24px;
	font-weight: bold;
  white-space: nowrap;
	color: #000;
}
#checkout_payment .paymentblock h2.header {
  background: none repeat scroll 0 0 #E8E8E8;
  border: 1px solid #CCCCCC;
  line-height: 24px;
  margin-top: 5px;
  padding-left: 10px;
  clear: both
}
#checkout_payment .paymentblock h2.header:hover {
	background: #880000; /* old browsers */
	background: -moz-linear-gradient(left, #008800 0%, #40AA40 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#008800), color-stop(100%,#40AA40)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF008800', endColorstr='#FF40AA40',GradientType=1 ); /* ie */
	color: #FFFFFF;
}
#checkout_payment .paymentblock h2.checked {
	background: #009640; /* #12681F */ /* old browsers */
	background: -moz-linear-gradient(left, #009640 0%, #CFE5CC 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009640), color-stop(100%,#CFE5CC)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF12681F', endColorstr='#FFCFE5CC',GradientType=1 ); /* ie */
	color: #FFFFFF;
}
#checkout_payment .paymentblock h2.checked a {
  color: #FFFFFF;
} 
#checkout_payment .paymentblock .paybox {
  margin-bottom: 20px
}
#checkout_payment .paymentblock div ul {
  margin: 8px 0;
  padding: 0;
}
#checkout_payment .paymentblock div ul li {
  float: left;
  list-style-type: none;
  line-height: 3em;
  padding: 0 10px 0 0;
}
#checkout_payment .paymentblock div ul li img {
  vertical-align: middle;
  margin: 0 2px
}
#checkout_payment .paymentblock div ul li label {
  padding: 0 5px 0 0;
}
/* ----------------- confirmation  -------------- */
table.conf {
  margin-right: 15px
}
table.conf td.recht {
  background-color: #FCFCFC;
  border: 1px solid #D9D9D9;
  overflow: auto;
  padding: 15px;
	font-size: 12px;
	text-align: left;
}
table.conf td.recht p {
  margin: 0;
  line-height: 1.2em
}
table.conf td.text {
	font-size: 12px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px
}
table.conf td.text .adressbox a {
	color: #000080; /* #009933 */
}
table.conf .label h2 span {
  display: inline
}
table.conf  td.otsummen {
width:15%
}
p.checkoutcomment {
  margin-right: 23px;
}
p.checkoutcomment textarea {
  height: 40px;
  width: 100%;
  background: none #fff;
}
td.confirm {
  background: #FFFFF0;
  border-color: #009640; /* #008640 */
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  vertical-align: middle;
}
td.confirm  strong {
  line-height: 30px;
}
td.confirm form#checkout_confirmation {
  display: inline;
}
p.checkoutagb textarea {
  width: 100%;
}
#ch_inhalt #checkout_confirmation {
	clear: none;
}

/* --------------- CHECKOUT NAVIGATION --------- */
#checkout_confirmation {
  width: 100%;
}
#content ul#checkoutnavigation {
  padding: 0;
  margin: 0;
}
ul#checkoutnavigation li {
  float: left;
  width: 90%;
  height: 60px;
  margin: 0 0 30px 0;
  padding: 10px;
  border: 1px solid;
  list-style-type: none;
}
ul#checkoutnavigation li.active {
  background-color: rgb(200, 240, 200); /* #F4FFF4 */
  border: 1px solid #009640; /* #006600 */
}
ul#checkoutnavigation li.active .number {
  font-size: 20px;
  font-weight: bold;
}
ul#checkoutnavigation li.active .title {
  font-size: 14px;
  font-weight: bold;
  /* color: #e30613; */ /* #c00 */ 
}
ul#checkoutnavigation li.active .description {
  font-size: 11px;
}
ul#checkoutnavigation li.inactive {
  color: #666;
  background-color: #EDEDED; 
  border-color: #999;
}
ul#checkoutnavigation li.inactive .number {
  font-size: 20px;
  font-weight: bold;
}
ul#checkoutnavigation li.inactive .title {
  font-size: 14px;
  font-weight: bold;
}
ul#checkoutnavigation li.inactive .description {
  font-size: 11px;
}

p.continue {
  clear: both;
  float: right;
  text-align: right;
  width: 100%;
}
p.continue span.back {
  float: left
}
p.continue input {
	margin: 3px;
	padding: 0;
}

p.continue_top {
  text-align: right;
  width: 100%;
}
p.continue_top span.back {
  float: left
}
p.continue_top input {
	margin: 3px;
	padding: 0;
}

/* ------------------account ---------------- */
#account_edit td:nth-child(1) {
	max-width: 150px;
}
#account_edit td:nth-child(2) {
	white-space: nowrap;
}

/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
  vertical-align: top;
}
table.accounthistoryinfoorderdetails tr.header td {
  font-weight: bold;
}
/* ############ 6. Sonstiges  ############################################### */
/* POPUP print_order.html */
body.popupprintorder {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 15px;
  background: #fff none;
}
body.popupprintorder .products tr.header td {
  font-weight: bold;
  background-color: #EDEDED;
}
body.popupprintorder .products .total {
  text-align: right;
}
body.popupprintorder .products .quantity {
  vertical-align: top;
}
body.popupprintorder .productname {
  vertical-align: top;
}
body.popupprintorder .model {
  vertical-align: top;
}
body.popupprintorder .singleprice {
  vertical-align: top;
}
body.popupprintorder .totalprice {
  vertical-align: top;
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
  width: 130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
  padding: 5px;
  background-color: #f8f8f8;
  border: solid #d9d9d9 1px;
  margin-bottom: 8px;
}
table.downloadbox tr td.icon {
  padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
  width: 100%;
}
/* REVIEW LIST */
table.reviewlist {
  background-color: #f8f8f8;
  border: #ccc solid;
  border-width: 0 1px 1px 1px;
}
table.reviewlist tr td {
  padding: 4px;
  white-space: nowrap;
}
table.reviewlist tr.header td {
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
}
table.reviewlist tr.contentrow1 td {
  background-color: #f8f8f8;
}
table.reviewlist tr.contentrow2 td {
  background-color: #f8f8f8;
}
textarea#review {
  width: 95%;
}
/* MEDIA LIST */
.medialist {  
}
.medialist div {
  padding: 6px;
  white-space: nowrap;
  vertical-align: top;
}
.medialist .contentrow1 td {
  background-color: #f8f8f8;
}
.medialist .contentrow2 td {
  background-color: #f8f8f8;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
  background-color: #f8f8f8;
  border: #ccc 1px solid;
  display: table;
  float: left;
  width: 235px;
  margin-bottom: 15px;
}
.sitemapwrap .sitemapright {
  background-color: #f8f8f8;
  border: #ccc 1px solid;
  display: table;
  float: right;
  width: 235px;
  margin-bottom: 15px;
}
.sitemapheader {
  padding: 3px;
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.sitemapcontent {
  padding: 6px;
}
.sitemapcontent li {
  list-style-type: none;
}
/* ERROR MESSAGES */
.errormessage {
  background-color: #FDFCCF;
  border: 1px solid #CC0000;
  margin: 10px 15px 10px 0;
  padding: 10px;
	font-weight: bold;
}
.infomessage {
  background-color: rgb(200, 240, 200); /* #d8ffd8 */
  /* background-color: #CFFFCF; */
  border: 1px solid #009640; /* #008b36 */
  margin: 10px 0 15px 0;
  padding: 10px;
	font-weight: bold;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
  background-color: #FDFCE9;
  border: 1px solid #333;
  padding: 4px;
}
#template-switcher {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
/* ############################## Reste ##########################*/
td.productPreviewImage {
  width: 130px;
  padding: 3px;
  height: 130px;
  text-align: center;
  vertical-align: middle;
  background: #FFFFFF;
  border: 1px solid #ccc;
}
/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */
td.productPreviewContent {
  /* width: 400px;
*/
  text-align: left;
  padding-left: 30px;
}
/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */
#content ol, #content ul {
  margin: 10px 0 10px 14px;
}
/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */
/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */
.popupproductinfo #productinfowrap ol, .popupproductinfo #productinfowrap ul {
  margin: 10px 0 10px 186px;
}
/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */
/* SEARCHBOX */
.search_header {
  line-height: normal;
}
.search_header img {
	margin-right: 10px;
}
#searchheader_select_categories {
  width: 215px;
  padding-left: 5px;
  margin-left: 0;
}
/* BOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */
ol#address_block {
  margin-left: 30px;
}
/* EOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */
/* BOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
td.main_row {
  border-top: 1px solid #ccc;
}
/* EOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
/* BOF - Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */
div.agbframe {
  border: 1px solid #EEEEEE;
  height: 200px;
  margin: 0;
  overflow: auto;
  padding: 10px;
  width: 98%;
}
/* EOF - Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */
/* BOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */
div.agbframe ol, div.agbframe ul {
  margin-left: 30px;
}
/* EOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */
/* Template Wechsler */


/* advanced_search manufactor td */
#adv_srch_cat  {
	padding-top: 5px;
	padding-bottom: 5px;
}
#adv_srch_cat select {
	margin-bottom: 5px;
}
#adv_srch_cat input {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
#error_text_1 {
	margin: 0;
	padding: 10px 0 0 0;
}
#error_text_2 {
	margin: 0;
	padding: 10px 0 0 0;
}
#error_text_3 {
	margin: 0;
	padding: 10px 0 0 0;
}

.tb100pr {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0;
	padding: 0;	
}

.headline12 {
	font-size: 14px;
	font-weight: bold;
}
.headline14 {
	font-size: 14px;
	font-weight: bold;
}
.headline16 {
	font-size: 14px;
	font-weight: bold;
}
.headline18 {
	font-size: 14px;
	font-weight: bold;
}
.white {
	color: white;
}
a.white {
	color: white;
}
.red {
	color: #e30613; /* red */
}
a.red {
	color: #e30613; /* red */
}
.underline {
	text-decoration: underline;
}
a.underline {
	text-decoration: underline;
}
.b {
	font-weight: bold;
}
a.b {
	font-weight: bold;
}
.px11 {
	font-size: 11px;
}
a.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
a.px12 {
	font-size: 12px;
}
.px14 {
	font-size: 14px;
}
a.px14 {
	font-size: 14px;
}
.px16 {
	font-size: 16px;
}
a.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
a.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
a.px20 {
	font-size: 20px;
}

.pr110 {
	font-size: 110%;
	line-height: 110%;
}
a.pr110 {
	font-size: 110%;
	line-height: 110%;
}
.pr120 {
	font-size: 120%;
	line-height: 120%;
}
a.pr120 {
	font-size: 120%;
	line-height: 120%;
}

.linethrough { 
	text-decoration:line-through; 
}

.nopad {
	padding: 0;
}
.nomarg {
	margin: 0;
}
.nopadmarg{
	padding: 0;
	margin: 0;
}


.wd50 {
	width: 50px;
}
.wd100 {
	width: 100px;
}
.wd150 {
	width: 150px;
}
.wd200 {
	width: 200px;
}
.wd250 {
	width: 150px;
}
.wd300 {
	width: 300px;
}
.wd350 {
	width: 350px;
}
.wd400 {
	width: 400px;
}
.wd450 {
	width: 450px;
}


.fl_l {
	float: left;
}
.fl_r {
	float: right;
}


.pd_2 {
	padding: 2px;
}
.pd_5 {
	padding: 5px;
}
.pd_10 {
	padding: 10px;
}
.pd_b5 {
	padding-bottom: 5px;
}
.pd_t5 {
	padding-top: 5px;
}
.pd_t10 {
	padding-top: 10px;
}
.pd_l5 {
	padding-left: 5px;
}
.pd_l10 {
	padding-left: 10px;
}
.pd_r5 {
	padding-right: 5px;
}
.pd_r10{
	padding-right: 10px;
}

.mg_5 {
	margin: 5px;
}
.mg_10 {
	margin: 10px;
}
.mg_t5 {
	margin-top: 5px;
}
.mg_b5 {
	margin-bottom: 5px;
}
.mg_l5 {
	margin-left: 5px;
}
.mg_l10 {
	margin-left: 10px;
}
.mg_r5 {
	margin-right: 5px;
} 
.mg_r10 {
	margin-right: 10px;
}

.sb_klein {
	border: 1px solid #666;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.pr_verb_an {
	background-color: #fff;
	max-height: 150px; 
	overflow: auto;
}
.pr_verb_an table {
	width: 95%;
}
.pr_verb_an td {
	width: 48%;
	vertical-align: top;
}
.pr_verb_an .trenner {
	width: 2%;
	border: 0 solid #ccc;
	border-left-width: 1px;
}

#nnr_hinweis {
  background-color: #FBFBFB;
  border: 1px solid #CCCCCC;
  margin: 5px 0;
	padding: 10px 0;
	text-align: center;
	line-height: 150%;
}
#nnr_hinweis img {
	cursor: default;
	vertical-align: middle;
	padding: 0 5px 4px 0;
}

#pop_body {
	background: #fff;
}
#pop_body table {
	margin: auto auto;
}
#pop_head {
	text-align: center;
}
#pop_cont {
	text-align: left;
}


.bt3 {
	border: 1px solid #00a;
	margin: 1px;
	padding: 1px;
	border: 0;
}
.bt3:hover {
	margin: 0;
	padding: 1px;
	border: 1px solid #009640; /* #333 */
	background-color: rgb(200, 240, 200); /* #ddd */
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
	border-radius: 3px; /* CSS3 */	
}
.bt3_hover {
	margin: 0;
	padding: 1px;
	border: 1px solid #009640; /* #333 */
	background-color: rgb(200, 240, 200); /* #ddd */
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
	border-radius: 3px; /* CSS3 */	
}
.bt5 {
	border: 1px solid #00a;
	margin: 1px;
	padding: 2px;
	border: 0;
}
.bt5:hover {
	height: 28px;
	margin: 0;
	padding: 2px;
	border: 1px solid #333;
	background-color: #ddd;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */	
}
.bt5_hover {
	height: 28px;
	margin: 0;
	padding: 2px;
	border: 1px solid #333;
	background-color: #ddd;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius: 5px; /* CSS3 */	
}


.text_start {
	font-size: 12px;
	font-weight: bold;
}


.agb_wrb {
	padding: 5px;
	background: #ffd;
	border: 1px solid #000;
}

.blck_grau {
	padding: 5px;
	background: #e4e4e4;
	border: 1px solid #000;
}

.start_text {
	width: 100%; 
	background: #800000; 
	background-image: -webkit-gradient(
			linear,
			left bottom,
			right top,
			color-stop(0.13, #a00000),
			color-stop(0.9, #800000)
	);
	background-image: -moz-linear-gradient(
			left bottom,
			#a00000 13%,
			#800000 90%
	);
	border-spacing: 10px;
	margin-bottom: 5px;
}



#content a.adm_M {
	position: absolute;
	width: 10px;
  height: 16px;
	margin: 0;
	padding: 2px;
	background: #666;
	color: #fff;
	font-weight: bold;	
	text-align: center;
	z-index: 999;
  right: 75px;
}

#content a.adm_P {
	position: absolute;
	width: 10px;
	height: 16px;
	margin: 0;
	padding: 2px;
	background: #00a;
	color: #fff;
	font-weight: bold;	
	text-align: center;
	z-index: 999;
  right: 50px;
}

#content a.adm_B {
	position: absolute;
	width: 10px;
	height: 16px;
	margin: 0;
	padding: 2px;
	background: #a00;
	color: #fff;
	font-weight: bold;	
	text-align: center;
	z-index: 999;
  right: 25px;
}

#content a.adm_E {
	position: absolute;
	width: 10px;
	height: 16px;
	margin: 0;
	padding: 2px;
	background: #0a0;
	color: #fff;
	font-weight: bold;	
	text-align: center;
	z-index: 999;
  right: 0px;
}

#content a.adm_X {
	position: absolute;
	width: 10px;
	height: 16px;
	margin: 0;
	padding: 2px;
	background: #a80;
	color: #fff;
	font-weight: bold;	
	text-align: center;
	z-index: 999;
  right: 25px;
}


#categorielist  .catpic a.adm_B {
	float: none;
	width: 10px;
	height: 16px;
	margin: 0;
	padding: 2px;
	background: #a00;
	color: #fff;
	font-weight: bold;	
	text-align: center;
	z-index: 999;
}

#categorielist  .catpic a.adm_E {
	float: right;
	width: 10px;
	height: 16px;
	margin: 0;
	padding: 2px;
	background: #0a0;
	color: #fff;
	font-weight: bold;	
	text-align: center;
	z-index: 999;
}


/* Adressauswahl für Packstationversand */
#adresswahl ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

#adresswahl li {
	float: left;
	border: 1px solid #bbb;
	margin: 0;
}

#adresswahl a {
	text-decoration: none;
	display: block;
	background: #eee;
	padding: 0.24em 1em;
	color: black;
	width: 8em;
	text-align: center;
}

#adresswahl a:hover {
	background: #fff;
}

#adresswahl #selected {
	border-color: black;
}

#adresswahl #selected a {
	position: relative;
	top: 1px;
	background: white;
	color: black;
	font-weight: bold;
}

#quick1 .q_t_anz {
	float: right;
	padding-right: 5px;
}
#quick1 .q_fld {
	width: 66%; /* 75% */
	border-radius: 3px;
}
#quick1 .q_anz {
	margin-left: 5%;
	width: 12%;
	border-radius: 3px;
}


#bubble1 {
	position: absolute;
	z-index: 999;
	left: 40%;
	top: 8px;
}

#filter_motorrad_hinweis {
	background-color: rgb(200, 240, 200);
	border: 1px solid #009640;
}
#filter_motorrad_hinweis img {
	float: left;
	width: 30%; 
	padding: 15px 30px 15px 5px;
}
#filter_motorrad_hinweis_text {
	padding-top: 5%;
	font-size: 15px;
	font-weight: bold;
	line-height: 125%;
}


#filter_motorrad {
	/* background-color: rgba(0, 150, 64, 0.2); */ /* #d8ffd8 */
	background-color: #E8FFE8; /* rgb(200, 240, 200); */
	/* border-color: #009640; */
	/* padding-bottom: 8px; */
}
#filter_motorrad select {
	background-color: #FFFFFF;
	width: 100%;
	/* padding: 3px 5px; */
}
#filter_motorrad .del {
	float: left;
	margin-top: 10px;
}
#filter_motorrad .del2 {
	float: left;
	width: 110px;
	height: 25px;
	margin-top: 2px;
}
#filter_motorrad .sub {
	float: right;
}


#info_online_etlisten {
	height: 70px; 
}

.info_filter_motorrad img {
	margin-bottom: 10px;
}

#info_filter_motorrad img {
	float: left;
	margin-right: 15px;
}
#info_filter_motorrad h4 {
	margin-top: 10px;
}


/* Modellfilter Anzeige auswählt */
#modell_multiselect_filter_aktiv {
  position: absolute; 
  top: 1px; 
  left: 1px; 
  width: 98%; 
  padding: 7px 9px; 
  background-color: #ffffff; 
  color: #000;  
  z-index: 999999;  
}
#modell_multiselect_filter_aktiv img {
  float: left;
  margin: 1px 15px 0 0;
}


/* prettyPhoto Titel ausblenden */
div.ppt {
	display: none !important;
}


/* searchbox autocomplete */ 
.ui-widget {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
}
.ui-widget {
	text-align: left; 
	padding-left: 15px;
}

/* taxinfo inkl./exkl./zzgl. */
.tax_incl {
	color: #800;
	font-weight: bold;
}
.tax_incl_grey {
	color: #333;
	font-weight: bold;
}

/* Text an Icon Anpassung */
.va1 {
		vertical-align: 1px;
}
.va2 {
		vertical-align: 2px;
}
.va-1 {
		vertical-align: -1px;
}
.va-2 {
		vertical-align: -2px;
}

.pageSubHeading {
	line-height: normal;
}

/* Verschleissteillisten Linktabelle */
table.movegr {
	border: #666666 solid 1px;
}

table.movegr table {
 border-collapse: collapse;
 border: none;
}

table.movegr td {
	vertical-align: top;
	padding: 3px 4px;
}

table.movegr table tr:nth-of-type(2n) {
	background-color: #dddddd; 
}

table.movegr table tr:hover {
	background-color: #009640; /* #4F955B */
}

table.movegr table td:nth-child(2) {
	white-space: nowrap;
	padding-right: 5px;
}

table.movegr .movegr_sp_beg,
table.movegr .movegr_sp {
	padding-right: 15px;
	margin-right: 10px;
}


/* Gelbe Ersatzteilbox */
#et_box {
	background-color: #fcf178 !important; /* #FFEE40; */
	padding: 5px 8px 10px 8px !important;
}
#et_box_sub {
	width: 180px !important; 
	margin: 0 auto !important;
}
#et_box_sub div {
	padding-top: 5px !important;
	font-size: 12px !important;
}
#et_box_sub div a {	
	vertical-align: 2px !important;
	font-weight: bold !important;
}	
#et_box_sub div.pd_t10 {	
	padding-top: 10px !important;
}	


/* Kategorie Eingangstexte formatieren */
div.cat_text_unter_logo {
  clear: both;
  height: 10px;
}
div.cat_bilder {
  float: right;
  margin: 0 0 20px 30px;
}
div.cat_bilder img {
  max-width: 125px;
  margin: 0 0 10px 0;
  display: block;
  border: 1px;
  border-style: solid;
  border-color: #aaaaaa;
  border-spacing: 0;
  border-radius: 2px;  
}
div.cat_bilder img.nb {
  border: none;
}
div.cat_text {
}
div.cat_filterbox {
}
div.cat_filterbox img.infobild {
  float: left; 
  margin: 0 10px 10px 0;
  width: 100px;
}
div.cat_filterbox .info_filter_motorrad {
  float: left; 
  margin-left: 10px;
}
.accordion_liste h3 {
    margin: 5px 0 5px 0;
    padding: 5px;
    font-weight: bold;
	color: black;
}
.ui-accordion .ui-accordion-content {
    margin-top: -6px !important;
    margin-bottom: 5px !important;;
}
.accordion_liste h3:before {
    content: "\25BC ";
	zoom:64%;
	margin:5px;
	margin-right: 10px;
}
.accordion_liste h3.ui-state-active:before {
    content: "\25B2 ";
	zoom:64%;
	margin:5px;
	margin-right: 10px;
}

/* Kattegorie 100 Jahre Moto Guzzi */
.cat_tab img {
width: 100%;
}
.cat_tab td {
border:2px solid #b79361;
border-radius: 5px;
}
.cat_tab{
text-align:center;
}
.cat_tab tr:nth-child(even) {
    background-color: #eee7dd;
}
.cat_img {
	margin-top:10px;
	border: 2px solid #b79361;
	border-radius: 10px;
	padding: 10px 15px;
	width: calc(99% - 30px);
	margin: 10px 0 20px 0;
}

/* CSS für Kategorie Beschreibungen */
.kat_text_text {
	grid-area: kat_text_text;
}

.kat_text_bild {
	grid-area: kat_text_bild;
} 

.kat_logo {
	grid-area: kat_logo;
}

.kat_text {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: auto 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 5px;
	grid-template-areas:
		"kat_logo kat_logo"
		"kat_text_text kat_text_bild";	
	}
.kat_text_bild img {
		width:300px;
	}

.kat_logo {
	margin:0;
}