/* -----------------------------------------------------------------------------------------
   $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
   ---------------------------------------------------------------------------------------*/
/* A. Tar Responsive sites */

/* AT Kontakt Formular ausgeblendet */
#contact_us
{
	display: none;
}
/* AT Password INPUTS */
.btn_eye
{
	border:	none;
	height: 21px;
	background-color: #000;
	color: #FFF;
	width: 21px;
	position: relative;
	top: 4px;
	line-height: 21px;
	cursor: pointer;
}
.spn_eye
{
	line-height: 21px;
	font-size: 15pt;
	position: relative;
	top: -2px;
}
.hidden_eye::before
{
	content: " ";
	width: 21px;
	height: 2px;
	background-color: #FFF;
	z-index: 5;
	position: absolute;
	top: 10px;
	left: 0px;
	transform: rotate(-45deg);
}
/************** GLOBAL ******************/

#contentfull 
{
	width:100%;
}

#contentfull div.div_table
{
	width: 100%;
}
#contentfull h1
{
	margin: 30px 0px 10px 0px;
}

/***************************************/
/* THE BIG GUYS */
* {
margin:0;
padding:0
}
body {
font-family:Arial, Sans-serif;
font-size:12px;
margin:0px 0;
padding:0;
/*background:url(img/bg.gif) repeat-x #eee;*/
color:#555;
line-height:18px;
}
/* HEADINGS */
h1 {
color:#333;
font-weight:bold;
font-size:18px;
padding:0px 0 15px 0px;
width:auto;
}

#cart_quantity h1 {
	margin-top:16px;
}

h2 {
color:#666;
font-weight:bold;
font-size:14px;
margin:0;
padding:0;
margin-top:10px;
}
h3 {
color:#555;
font-weight:bold;
font-size:12px;
}
/* LINKS GLOBAL */
a, a:link, a:visited, a:active, a:hover {
background:transparent;
text-decoration:none;
outline:none;
cursor:pointer;
}
a:link {
color:#893769;
outline:none;
}
a:visited {
color:#893769;
outline:none;
}
a:hover, a:active {
color:#893769;
outline:none;
}
a:hover {
color:#555;
text-decoration:underline;
outline:none;
}
a img {
border:none;
outline:none;
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
font-family:Arial, Sans-serif;
font-size:12px;
}
textarea {
font-family:Arial, Sans-serif;
font-size:12px;
border:1px solid #666;
padding:10px;
background:url(img/input_bg.gif) no-repeat;
}
select {
font-family: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] {
border:1px solid #666;
padding:2px;
background:url(img/input_bg.gif) no-repeat;
}
/* PARAGRAPH GLOBAL */
p {
margin:0px 0;
padding:0;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#4E4E4F;
}
div.hrlightgrey {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#999;
}
div.hrproductpreview {
padding-top:1px;
height:0;
overflow:hidden;
margin:12px 0;
display:inline;
height:0;
line-height:0;
display:block;
background-image:url(img/hr_productpreview.gif);
}
/* TABLE GLOBAL */
table td {
padding:2px;
}
/* WHOLE SITE WRAPPER */

#wrap 
{
	background-color:#fff;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
/* height:237px;
background:#fff url(img/banner.jpg) 0 40px no-repeat;*/
height:100px;

border-top:10px solid #fff;
border-bottom:1px solid #fff;
}

#header #20jahre {
	
}

#header #search 
{
	color:#fff;
}

#header #search a {
color:#fff;
font-size:11px;
outline:none;
}

#header #header-links {
color:#333;
font-size:8pt;
}

#header-links a:link, #header-links a:active, #header-links a:visited, #header-links a:hover  {
	font-size:8pt; 
	margin-left:5px; margin-right:5px;
	color:#333;
}



#header td {
padding-top:1px;
padding-right:4px;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
clear:both;
color:#c64934;
padding:1px 0 10px 15px;
list-style-type:none;
outline:none;
height:22px;
background:#fff url(img/bg_breadcrumb.gif) repeat-x;
font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
line-height:23px;
text-decoration:none;
outline:none;
font-weight:normal;
cursor:pointer;
color:#333;
margin:0;
padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
background:#333 url(img/bg_topmenu.gif) repeat-x;
}
#topmenu {
float:left;
padding:0;
margin:0;
list-style-type:none;
height:36px;
font-size:13px;
background:url(img/bg_topmenu.gif) repeat-x;
}
#topmenu li {
height:36px;
float:left;
padding:0 25px;
margin:0;
background:url(img/bg_topmenu_breakline.gif) no-repeat;
background-position:right;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
line-height:36px;
vertical-align:middle;
text-decoration:none;
outline:none;
font-weight:bold;
cursor:pointer;
color:#fff;
margin:0;
padding:0;
}
#topmenu a:hover {
color:#ccc;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
text-align:right;
height:26px;
font-size:13px;
background:url(img/bg_topmenu.gif) repeat-x;
padding:10px 10px 0 0;
margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
clear:both;
width: 100%;
padding:0;

}
/* LEFT COLUMN */
#leftcol {
float:left;
width:185px;
padding:0 0 10px 0;
margin-top:5px;
}
/* RIGHT COLUMN */
#rightcol {
float:right;
width:120px;
padding:0 0 15px 0;
}
/* MAIN CONTENT */
#content {
float:left;
width:980px;
padding:0;
margin-top:5px;
margin-bottom:30px;
}

#contentfull 
{
padding:0 10px 10px 0;
margin-top:5px;
margin-bottom:30px;
}


.box {
	
	border:#ccc dotted 1px;
	padding:8px;
	width:310px;
	margin:0 0px 10px 0;
}

.box p {
	width:140px;
}


.box_left,
.box_middle,
.box_right
{
	margin:0px 10px 10px 0px;
	height: 350px;
	padding:8px;
	box-sizing: border-box;
}

.box_left 
{
	border:#ccc dotted 1px;
	width:280px;
}

.box_left  p {
	width:140px;
}

.box_middle {
	width:444px;
	border:#ccc dotted 1px;
}
.box_middle_inner
{
	max-width:700px;
	width: 100%;
   
	
}

.box_right {
	border:#ccc dotted 1px;
	width:280px;
	margin:0px 0px 10px 0px;
}

.box_left a:link, .box_left a:visited, .box_left a:active .box_left a:hover {
	color:#df1f79;
}

.box_middle a:link, .box_middle a:visited, .box_middle a:active .box_middle a:hover {
	color:#118fcc;
}

.box_right a:link, .box_right a:visited, .box_right a:active .box_right a:hover {
	color:#df1f79;
}

.box_right  p {
	width:140px;
}

/* CATEGORY MENU */
ul#top_categorymenu {
	
	height:25px;
	border-bottom:1px dotted #ccc;
	
	
}

ul#top_categorymenu li {
	list-style-type:none;
	margin-right:20px;
	text-align:center;
	text-transform:uppercase;
	
	
}

ul#top_categorymenu li a:link, ul#top_categorymenu li a:visited {
	color:#333;
	font-weight:normal;
	text-decoration:none;
	
}

ul#top_categorymenu li a:active, ul#top_categorymenu li a:hover {
	color:#C06;
	font-weight:normal;
	text-decoration:none;
}

ul#top_categorymenu li.level1 a.selected { background:#fff; color:#C06; font-weight:bold; }
	
	
h2.categoryheader {
background:#868686 url(img/bg_boxheader.gif);
height:28px;
font-size:12px;
color:#fff;
padding:2px 8px 0 8px;
margin:0;
line-height:28px;
vertical-align:middle;
}
h2.categoryheader a {
text-decoration:none;
outline:none;
color:#fff;
}

#categorymenu h2 {
	color:#C06;
	margin-bottom:5px;
	text-transform:uppercase;
}

ul#categorymenu {
background-color:#fff;
margin-bottom:15px;
border:solid #ccc;
border-width:0 0px 0px 0px;
margin-top:15px;
}
ul#categorymenu li a.actparentlink { font-style:italic; }
ul#categorymenu li a.actlink { font-style:italic; text-decoration:underline; }
/* 1st TIER */
ul#categorymenu li.level1 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level1 a {
text-decoration:none;
outline:none;
color:#333;
background:#fff;
font-weight:normal;
padding:4px 0 4px 0px;
display:block;
}
ul#categorymenu li.level1 a:hover {
text-decoration:none;
color:#C06;
background-color:#e1e1e1;
font-weight:bold;
}
ul#categorymenu li.level1 a.selected { background:#fff; color:#C06; font-weight:bold; }
/* 2nd TIER */
ul#categorymenu li.level2 {
list-style-type:none;

}
ul#categorymenu li.level2 a {
text-decoration:none;
outline:none;
color:#333;
background:url(img/dotted1.gif) no-repeat 0px 9px #fff;
font-weight:normal;
padding:4px 0 4px 8px;
display:block;
}
ul#categorymenu li.level2 a:hover {
text-decoration:none;
color:#C06;
font-weight:bold;
}
ul#categorymenu li.level2 a.selected {  color:#C06; font-weight:bold; }
/* 3rd TIER */
ul#categorymenu li.level3 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level3 a {
text-decoration:none;
outline:none;
color:#333;

font-weight:normal;
padding:4px 0 4px 20px;
display:block;
}
ul#categorymenu li.level3 a:hover {
text-decoration:none;
color:#C06;
font-weight:bold;
}
ul#categorymenu li.level3 a.selected { color:#C06; font-weight:bold; }
/* 4th TIER */
ul#categorymenu li.level4 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level4 a {
text-decoration:none;
outline:none;
color:#333;

font-weight:normal;
padding:4px 0 4px 34px;
display:block;
}
ul#categorymenu li.level4 a:hover {
text-decoration:none;
color:#333;

font-weight:bold;
}
ul#categorymenu li.level4 a.actlink { background:url(img/dotted1.gif) no-repeat 24px 9px #fff; }
/* 5th TIER */
ul#categorymenu li.level5 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level5 a {
text-decoration:none;
outline:none;
color:#333;
background:url(img/dotted1.gif) no-repeat 32px 9px #a2a2a2;
font-weight:bold;
padding:4px 0 4px 42px;
display:block;
}
ul#categorymenu li.level5 a:hover {
text-decoration:none;
color:#333;
background-color:#7e7e7e;
font-weight:bold;
}
ul#categorymenu li.level5 a.actlink { background:url(img/dotted1.gif) no-repeat 32px 9px #fff; }
/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
float:left;
margin:2px 10px 2px 0;
position:relative;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
background:#868686 url(img/bg_boxheader.gif);
height:28px;
font-size:12px;
color:#fff;
padding:2px 8px 0 8px;
margin:0;
line-height:28px;
vertical-align:middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
text-decoration:none;
outline:none;
color:#fff;
}
.boxbody {
background-color:#ededed;
border:solid #ccc;
border-width:0 1px 1px 1px;
padding:8px;
margin-bottom:15px
}
.boxbody h3, .boxbody h3 a {
font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
font-size:11px;
text-align:center;
outline:none;
}
.boxbody p {
color:#000;
font-size:11px;
margin:6px 0;
}
.boxbody p.center {
color:#000;
font-size:11px;
text-align:center;
margin:6px 0;
}
.boxbody td {
color:#000;
font-size:11px;
margin:6px 0;
}
.boxbody .productOldPrice {
font-size:11px;
color:#666;
}
.boxbody div.hr {
margin:5px 0;
}
.boxbody div.hrlightgrey {
margin:5px 0;
}
.boxbody a {
font-size:11px;
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-bottom:1px solid #ccc;
display:block;
padding:5px 0;
outline:none;
}
/* CART BOX */
#header .boxcart {
width:160px;
margin-right:90px;
float:right;
color:#333;
background:#fff;
opacity:0.5; 
filter: alpha(opacity = 50);


}

h2.boxcartheader {
background:#893769 url(img/bg_boxheader_cart.gif);
height:28px;
font-size:12px;
color:#fff;
padding:2px 8px 0 8px;
margin:0;
line-height:28px;
vertical-align:middle;
}
h2.boxcartheader a {
text-decoration:none;
color:#fff;
outline:none;
}
.boxcartbody {
padding:0px 0px 0px 0px;
margin-bottom:5px;

}
.boxcartbody p {
font-size:11px;

}
/* PRODUCT PREVIEW */


.productPreview 
{
margin-left: 10px;
width: calc(20% - 12px);
float:left;
cursor: pointer;
text-align:left;
vertical-align: bottom;
}
.productPreview .product_avail_msg
{
	font-size: 10pt;
	color: red;
	font-weight: bold;
	background-color: #f7f5f5;
	padding: 5px;
	height: 36px;
	vertical-align: bottom;
}
#contentfull .productPreview,
.productPreview.one_category
{
	margin-bottom: 120px;
}


.table_4
{
	clear: right;
}

.table_0
{
	clear: left;
}

.category_title
{
	margin: 17px 19px 0px;
	color: #df5d99;
}
.sub_cat_title
{
	clear: both;
	padding: 5px 10px;
	margin: 0px 9px;
	font-size: 16px;
}

.productPreviewContent 
{
	vertical-align:top;
	text-align:left;
	padding:0px;
}

.productPreviewContent h3 {
padding:5px;
margin:0px 0px 1px 0px;
background:#f7f5f5;
max-height: 50px;
overflow: hidden;
}
.productPreviewContent h3 a {
font-size:13px;
font-weight:bold;
outline:none;
}

.misc_data
{
	background-color:#f7f5f5;
	height: 128px;
}

.misc_data h3
{
	margin-bottom: 0px;
	box-sizing: border-box;
	max-height: 64px;
}

.misc_data p
{
	padding:0px 5px;
	max-height: 21px;
	overflow: hidden;
}
.misc_data p.subname
{
	background-color: #f7f5f5;
	box-sizing: border-box;
	max-height: 64px;
	overflow: hidden;
}


td.product_weight
{
	background-color: #d7d8dd;
	display: none;
}

.misc_data p.subname
{
	padding-top: 5px;
}

td.product_weight
{
	padding: 5px;
	height: 28px;
	box-sizing: border-box;
}

.productPreviewImage {
vertical-align:middle;
height:200px;
padding:3px 1px;
}
.productPreviewImage img 
{
	max-width: 100%;
	max-height: 190px;
}

.productPreviewContentDetails {
    background:#d7d8dd;
    height:72px;
    margin-bottom:80px;
    color:white;
}

.art_nr
{
	padding: 5px 2px 5px 5px;
	height: 36px;
}
.price
{
	padding: 5px 5px 5px 2px;
	height: 36px;
}

.details,
.tax_and_shipping_info
{
	padding: 0px 5px;
}

.art_nr,
.price,
.details,
.tax_and_shipping_info
{
	background-color: #d7d8dd;
}

.price,
.tax_and_shipping_info
{
	text-align: right;
}

.details,
.tax_and_shipping_info
{
	width: 50%;
	height: 43px;
	background-color: #9c9c9c;
	color: #FFF;
	box-sizing: border-box;
}

.details
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #d7d8dd;
}

.tax_and_shipping_info
{
	border-left-width: 2px;
	font-size: 10px;
	vertical-align: top;
	padding-top: 8px;
	line-height: 14px;
}
	
.details a
{
	color: inherit;
}

.link_more
{
	margin: 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #666 !important;
	text-decoration: underline !important;
	font-size: 16px;
}

p.terminator
{
	clear: both;
	text-align: right;
	padding: 13px 10px;
	margin-bottom: 50px;
}

.productPreviewContent .productweight {
font-size:12px;
font-weight:normal;
padding:0;
margin-top:0px;
}

.productPreviewContent .art_nr
{
	font-size:12px;
    float: left;
    padding:5px;
}

.productPreviewContent .price 
{
font-size:14px;
font-weight:bold;
float: right;
padding:5px;


}

.productPreviewContent .productNewPrice
{
font-size:10px;
font-weight:bold;


}

.productPreviewContent .details  {
font-size:14px;
font-weight:bold;
padding:11px;
background:#9c9c9c;
color:white;
float:left;

width:41%;
height:21px;


}

.productPreviewContent .details a:link, .productPreviewContent .details a:active, .productPreviewContent .details a:hover,  .productPreviewContent .details a:visited  {
color:white;



}
.productPreviewContent .taxandshippinginfo {
font-size:10px;
font-weight:normal;
margin-top:0px;
padding:5px;
text-align:right;
float:right;
    background:#9c9c9c;
width:44%;
    height:33px;

}
.productPreviewContent .vpe {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .shippingtime {
font-size:11px;
font-weight:normal;
color:#999;
padding:0;
margin:0;
}
.productPreviewContent .stockimage {
margin:0;
padding:0;
}
.productPreviewContent .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
.productPreviewContent .productOldPrice {
font-size:12px;
font-weight:bold;
color:#666;
}
.productPreviewContent .taxandshippinginfo a {
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}

.productPreview .button,
.xtc_button
{
	box-sizing: border-box;
	height: 24px;
	line-height: 0px;
	padding: 0px 12px;
	background-color: #4d4d4d;
	color: #FFF;
/*	border-top: 12px solid #838383;
	border-right: 1px solid #838383;
	border-bottom: 12px solid #4d4d4d;
	border-left: 1px solid #4d4d4d;*/
	font-weight: bold;
	cursor: pointer;
    border: none;
    background-image: linear-gradient(180deg, #838383 50%, #4d4d4d 51%);
}

.productPreview .button
{
	margin-bottom: 20px;
}


/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
display:table;
width:100%;
}
#productinfowrap.printversion
{
    display: block;
}
#productinfodescription.printversion
{
    margin-left: 288px;
}

#productinfoimages {
float:left;
background-color:#ededed;
text-align:center;
width:250px;
padding:10px;
margin:0 15px 15px 0;
border:solid 1px #999;
}

#productinfoimages img
{
	max-width: 100%;
}

#productinfoimages .productimage {
border:solid 1px #999;
}
#productinfoimages .hrlightgrey {
margin:6px 0;
}
#productinfoprice {
padding:5px;
}
#productinfoprice img {
cursor:pointer;
}
#productinfoprice .hrlightgrey {
margin:6px 0;
}
#productinfoprice .productprice {
margin-top:5px;
padding:0;
font-size:20px;
font-weight:bold;
}

#productinfoprice .productweight {
margin-top:0px;
padding:0;
font-size:14px;
font-weight:normal;
}

#productinfoprice .productOldPrice {
color:red;
margin:0;
padding:0;
font-size:12px;
font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
#productinfoprice .taxandshippinginfo a {
margin:0;
padding:0;
font-size:11px;
font-weight:bold;
color:#999;
text-decoration:underline;
outline:none;
}
#productinfoprice .shippingtime {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
#productinfoprice .stockimage {
margin:0;
padding:0;
}
#productinfoprice .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
p.productinfoproductadded {
font-size:11px;
}
.productoptions {
background-color:#f8f8f8;
padding:6px;
border:solid #ccc;
border-width:1px 0 0 0;
}
.addtobasket {
background-color:#ededed;
padding:6px;
text-align:right;
border:#999 solid;
border-width:1px 0 0 0;
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
/*padding:15px;*/
background:#fff none;
}
html
{
	background-color: #8d8d8b;
}
body.page_A4
{
	width: 210mm;
	min-height: 297mm;
}

@media only screen
{
	body.page_A4
	{
		padding: 20mm;
		margin:30px auto;
	}
}


/* POPUP print_order.html */
body.popupprintorder {
font-family: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;
text-align: right;
}
body.popupprintorder .discount {
vertical-align:top;
text-align: right;
white-space: nowrap;
}
body.popupprintorder .totalprice {
vertical-align:top;
text-align: right;
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
padding:15px;
overflow:auto;
}

div.highlightbox:not(.no_bg_color)
{
background-color:#f8f8f8;
border:solid #d9d9d9 1px;
}

div.highlightbox ul {
margin-left:15px;
padding:0;
display:block;
list-style-type:square;
line-height:20px;
}
div.highlightbox h1 {
color:#893769;
padding:0 0 10px 0;
margin:0;
border:none;
font-size:16px;
}
div.highlightbox div.hr {
height:1px;
line-height:1px;
margin:0;
padding:0;
display:block;
border-bottom:solid 1px #eee;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
background-color:#f8f8f8;
border:#eee solid;
border-width:0 1px 1px 1px;
margin-bottom:15px;
}
table.paymentblock tr td.header {
background-color:#808080;
padding:2px;
padding-left:5px;
color:#fff;
font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
background-color:#f8f8f8;
border:#eee solid;
border-width:0 1px 1px 1px;
margin-bottom:15px;
}
table.shippingblock tr td.header {
background-color:#808080;
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;
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
vertical-align:top;
}
table.accounthistoryinfoorderdetails tr.header td {
font-weight:bold;
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
width:130px;
}

/* CONTACT SITE*/
#contact_us .highlightbox
{
	max-width: 500px;
}

#contact_us .highlightbox table tr td textarea
{
	width: 300px;
}
.shopping_cart_buttons a,
.shopping_cart_buttons input[type=image]
{
	display: inline-block;
	width: 125px;
	margin: 15px 15px 0px 0px;
}
.shopping_cart_buttons a
{
	line-height: 0px;
}

/* 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%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
font-size:11px;
text-align:left;
margin-top:5px;
}
table.graduatedprice tr td.header {
font-size:12px;
font-weight:bold;
text-align:left;
}
/* ORDER DETAILS */
table.orderdetails {
font-size:11px;
background-color:#f8f8f8;
border:#ccc solid;
border-width:0 1px 1px 1px;
}
table.orderdetails tr td {
padding:4px;
}
table.orderdetails tr.headerrow td {
background-color:#ccc;
color:#555;
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:top;
}
table.orderdetails tr.contentrow1 td.quantity {
text-align:center;
}
table.orderdetails tr.contentrow1 td.quantity input {
font-size:11px;
padding:2px;
border:solid #ccc 1px;
}
table.orderdetails tr.contentrow1 td.productname {
text-align:left;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
background-color:#f8f8f8;
vertical-align:top;
}
table.orderdetails tr.contentrow2 td.quantity {
text-align:center;
}
table.orderdetails tr.contentrow2 td.quantity input {
font-size:11px;
padding:2px;
border:solid #ccc 1px;
}
table.orderdetails tr.contentrow2 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 {
text-align:center;
white-space:nowrap;
}
/* 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:#f8f8f8;
text-align:right;
border:#ccc solid;
border-width:1px 0 0 0;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
background-color:#ededed;
padding:8px;
border:#999 1px solid;
}
/* 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 */
table.medialist {
background-color:#f8f8f8;
border:#ccc 1px solid;
}
table.medialist tr td {
padding:6px;
vertical-align:top;
}
table.medialist tr.contentrow1 td {
background-color:#f8f8f8;
}
table.medialist tr.contentrow2 td {
background-color:#f8f8f8;
}
/* SITEMAP */
.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;
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea 
{
	width: calc(100% - 25px) ;
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
padding:0;
margin:0 0 10px 0;
border:none;
}
table.checkoutconfirmationorderdetails tr td.productname {
width:100%;
font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
white-space:nowrap;
}
table.checkoutconfirmationorderdetails tr td.productattributes {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
white-space:nowrap;
text-align:right;
}
table.checkoutconfirmationorderdetailstotal {
padding:0;
margin:10px 0 0 0;
border:none;
}
table.checkoutconfirmationorderdetailstotal tr td.name {
width:100%;
text-align:right;
}
table.checkoutconfirmationorderdetailstotal tr td.value {
white-space:nowrap;
text-align:right;
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
width:100%;
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
margin:0;
padding:0;
margin-top:15px;
}
ul#checkoutnavigation li {
list-style-type:none;
box-sizing: border-box;
}
ul#checkoutnavigation li.active {
background-color:#f8f8f8;
}
ul#checkoutnavigation li.active .number {
font-size:20px;
font-weight:bold;
}
ul#checkoutnavigation li.active .title {
font-size:14px;
font-weight:bold;

}
ul#checkoutnavigation li.active .description {
font-size:11px;
}
ul#checkoutnavigation li.inactive {
color:#999;
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;
}
/* ERROR MESSAGES */
.errormessage {
border:solid red 2px;
padding:15px;
background-color:#FFD6D6;
margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.successmessage {
border:solid green 2px;
padding:15px;
background-color:#D6FFD6;
margin-bottom:10px;
}
.messageStackSuccess {
padding:4px;
background-color:#6f6;
}
/* FOOTER */
.footer {
clear:both;
width: 100%;
margin-left:-10px;
font-size:11px;
color:#666;
background-color:#E2E2E2;
padding:20px 10px;
border-top:20px solid #fff;
border-bottom:1px dotted #ccc;
height:160px;
}

.footer a {
color:#666;
text-decoration:none;
outline:none;
}
/* XTC COPYRIGHT */
.copyright {
margin:0 auto;
width:100%;
text-align:center;
color:#666;
font-size:11px;
padding:0 10px 10px 10px;
box-sizing: border-box;
}
/* XTC ParseTime */
.parseTime {
margin:0 auto;
width:970px;
text-align:center;
color:#666;
font-size:11px;
padding:0 0 10px 0;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
background-color:#ededed;
padding:6px;
text-align:right;
border:#999 solid;
border-width:1px 0 0 0;
display:block;
height:auto;
width:512px;
float:left;
margin-bottom:2px;
}
.morepics img {
border:#999 1px solid;
padding:4px;
margin-right:8px;
background:#fff;
height:100px;
width:auto;
float:left;
margin-bottom:8px;
}
/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
dt {
float:left;
width:40px;
}
dt img {
border:1px solid #ccc;
padding:2px;
background:#fff;
max-width:40px;
}
dd {
float:right;
width:125px
}
/* Vorschaubilder TD mit gleichem Abstand */
/* BOF - dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */
/*.productPreviewImage { width:100px; display:block } */
.productPreviewImage {
/*width:120px;*/
/*display:block;*/
}
/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */
/*td.productPreviewContent {
width:400px;
text-align:left;
}*/
/* 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;
}
/* 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 {
width: calc(100% - 25px) ;
height:200px;
overflow:auto;
padding:10px;
background:url(img/input_bg.gif) no-repeat;
border:1px solid #666;
}
/* 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 */
ol#address_block, div.agbframe ol, div.agbframe ul  {
margin-left:30px;
}
/* EOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */

/* BOF - web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK f�r TABS/ACCORDION in product_info */
#tabbed_product_info ul,#accordion_product_info h3 a {
display:none;
}

#tabbed_product_info .morepics {
background-color:#ededed;
padding:6px;
border-width:1px 0 0 0;
width:512px;
margin-bottom:17px;
}
/* EOF - web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK f�r TABS/ACCORDION in product_info */

/* BOF - web28 - 2010-07-25 - FIX DER AUFZ�HLUNGEN IM CONTENT  f�r TABS/ACCORDION in product_info */
#tab_description ol, #tab_description ul, #accordion_product_info ol, #accordion_product_info ul{
margin:10px 0 10px 22px;
display:block;
}
/* EOF - web28 - 2010-07-25 - FIX DER AUFZ�HLUNGEN IM CONTENT  f�r TABS/ACCORDION in product_info */

#galleria{ 
	
	clear: both;
	width: 100%;
	
	margin: 10px 0px 0px;
	text-align: center;
	
    overflow: visible;
}

#galleria img
{
	width: 100%;
}

.banner_cat {
	-moz-box-shadow: 2px 2px 5px 5px #CCC;
    -webkit-box-shadow: 2px 2px 5px 5px #CCC;
    box-shadow: 2px 2px 5px 5px #CCC;
	border:5px solid #fff;
	margin-bottom:20px;
	margin-top:10px;
    width:980px;
}

.products_model {
	font-size:20px;
}

#cart_quantity h2 {
	margin-top:-10px;
}

.fb-like-box {
	margin-left:-12px;
}
/*********** RESPONSIVE *************/

.angebotsbox1 img
{
	/*margin-top: 22px;
	margin-bottom: 10px;*/
    margin: 22px auto 14px auto !important;
	display: block;
}
.box_left .angebotsbox1 img,
.box_right .angebotsbox1 img
{
    width: auto;
	box-shadow: 3px 5px 3px 1px #DDD;
    max-height: 260px;
    margin-bottom: 27px !important;
}

@media screen and (min-width: 1240px)
{
	#wrap 
	{
		width:1200px;
		border:#fff solid;
		border-width:0 10px 0px 10px;
		margin:0 auto 10px;
		-moz-box-shadow: 0px 10px 10px #9d9d9d;
		-webkit-box-shadow: 0px 10px 10px #9d9d9d;
		box-shadow: 0px 10px 10px #9d9d9d;
	}

	#service_navi_button
	{
		display: none;
	}

	#header #logo 
	{
		float:left;
	}
	#content_welcome
	{
		display: flex;
	}
	.box_left,
	.box_middle,
	.box_right
	{
		float: left;
		height: auto;
	}

	.box_left,
	.box_middle
	{
		margin-right: 1%;
	}

	.box_left,
	.box_right
	{
		width: 24%;
	}

	.box_right
	{
		margin-right: 0px;
	}

	.box_middle
	{
		width: 50%;
        padding: 10px 5%;
	}

	.box_left img,
	.box_right img
	{
		width: 100%;
		margin-left: 3%;
	}
	
	.box_left .content_title,
	.box_left .content_subtitle
	{
        margin-left: 35px;
	}
    .box_right .content_title,
	.box_right .content_subtitle
	{
		margin-left: 42px;
	}
	.box_left .content_subtitle,
	.box_right .content_subtitle
	{
		margin-bottom: 15px;
	}

	#header #search 
	{
		width:255px;
		height:30px;
		float:right;
		padding:0px 0 0 10px;
		margin-top:-40px;
	}

	#header #header-links 
	{
		width:260px;
		height:30px;
		float:right;
		color:#333;
		padding:0px 0 0 0px;
		font-size:8pt;
	}

	ul#top_categorymenu li
	{
		display:inline;
		float:left;
	}
	
	ul#top_categorymenu li#top_inserted,
	ul#categorymenu li#site_inserted,
	#previous_page
	{
		display: none;
	}

	ul#checkoutnavigation li 
	{
		height:70px;
		list-style-type:none;
		float:left;
		width:195px;
		border:solid 1px;
		padding:8px;
	}

	ul#checkoutnavigation li:not(:first-of-type)
	{
		margin-left:15px;
	}

#content .productPreview 
{
	width: calc(25% - 12px);
}


	.footer
	{
		height: 170px;
	}
	
	.footer_menu
	{
		float: left;
		margin-right: 80px;
	}
	
	.footer_facebook
	{
		float: left;
		margin-right: 80px;
	}


}

@media screen and  (max-width: 1239px)
{
	#wrap
	{
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px 0px 10px;
	}

	#header
	{
		height: 90px;
	}
	#logo
	{
		position: absolute;
		left: 0px;
		top: 21px;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 10px 10px 80px;
		background-color: #FFF;
	}
	
	#logo a img
	{
		position:relative;
		z-index: 10;
	}

	#content
	{
	}
	
	#cart_quantity h1,
	#contentfull h1
	{
		margin-top: 0px;
		padding-top: 25px;
	}
/*********** HEADER LINKS & SEARCH ************/

	#service_navi_button
	{
		font-size: 40px;
		margin: 0px;
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 10;
		line-height: 30px;
		width: 30px;
		text-align: center;
	}

	#header #header-links 
	{
		background-color: #FFF;
		position: absolute;
		z-index: 8;
		box-sizing: border-box;
		padding: 5px 10px;
		width: 320px;
		top: 5px;
	}
	
	#header #header-links div:first-of-type
	{
		position: absolute;
		right: 11px;
		display: none;
	}
	
	#header-links a:first-of-type
	{
		margin-left: 0px;	
	}
	#header #search
	{
		display: block;
		height: auto;
		margin-top: 0px;
		padding: 0px 10px;
		width: 230px;
		top: -100px;
		right: 0px;
		position: absolute;
		z-index: 4;
		box-sizing: border-box;
		background-color: rgb(255, 255, 255);
	}
	
	.search_header
	{
		line-height: 3em;
	}

	#header #search input[type=image]
	{
		display: block;
	}

	#quick_find
	{
		padding: 110px 10px 10px 10px;
		box-sizing: border-box;
		width: 100%;
	}

/******** TOP CATEGORY MENU ***********/	
	ul#top_categorymenu
	{
		text-align: left;
		position:absolute;
		z-index: 9;
		margin-top: -16px;
		width: 263px;
		min-height: 50px;
		border: none;
		left: 10px;
	}

	ul#top_categorymenu::before
	{
		content: '≡';
		font-size: 46px;
		position: absolute;
		top: -40px;
		left: 15px;
		transform: scale(1.7,1);
		cursor: pointer;
	}



	ul#top_categorymenu li
	{
		text-align: left;
		position: relative;
		z-index: 1;
		background-color: #FFF;
		width: 263px;
		box-sizing: border-box;
		margin: 0px;
		display: block;
	}

	ul#top_categorymenu li#top_inserted
	{
		width: 55px;
		height: 47px;
		display: block;
		position: absolute;
		margin-top: -55px;
		margin-left: 10px;
		content: ' ';
		background-size: 100% auto;
		box-sizing: content-box;
		cursor: pointer;
		padding-bottom: 20px;
	}

	ul#top_categorymenu li#top_inserted img
	{
		height: 100%;
		border: 1px dotted #CCC;
		box-sizing: border-box;
	}

	ul#top_categorymenu li a
	{
		display: none;
	}
	ul#top_categorymenu.menu_selected li a
	{
		display: inline-block;
		height: 47px;
		line-height: 47px;
		padding: 0px 10px;
		background-color: #FFFFFF;
		border-bottom: 1px dotted #CCC;
		width: 263px;
	}

	ul#top_categorymenu.menu_selected li a
	{
/*		display: block;*/
		border-bottom: 1px dotted #CCC;
	}
	
/*********** CATEGORY MENU ************/	
	#leftcol
	{
		position: absolute;
		width: 263px;
		padding: 0px 0px 10px;
		margin-top: -46px;
		z-index: 10;
	}
	
	ul#categorymenu
	{
		background-color: transparent;
		margin-top: 41px;
		margin-left: 10px;
		width: 55px;
	}

	#categorymenu h2#cat_title
	{
		padding: 15px 10px 15px 10px;
		margin: 0px;
		text-align: right;
		display: none;
		background-color: #FFF;
		border-bottom :1px dotted #CCC;
		width: 263px;
		box-sizing: border-box;
	}

	#previous_page
	{
		width: 100px;
		height: 30px;
		display: none;
		position: absolute;
		text-align: left;
		cursor: pointer;
		padding: 5px 0px 0px 10px;
	}

	#categorymenu li
	{
		z-index: 1;
		color: #FFF;
		width: 263px;
		box-sizing: border-box;
		margin: 0px;
		display: none;
		background-color: #FFF;
	}

	#categorymenu li#site_inserted
	{
		width: 55px;
		height: 47px;
		display: block;
		position: relative;
		margin-top: -70px;
		border: 1px dotted #CCC;
		content: ' ';
		background-image: url(/images/mobile_menu_start.svg);
		background-size: 100% auto;
		height: 47px;
		box-sizing: border-box;
		cursor: pointer;
	}

	#categorymenu li#site_inserted img
	{
		height: 100%;
	}

	ul#categorymenu li.level1 a,
	ul#categorymenu li.level2 a,
	ul#categorymenu li.level3 a
	{
		height: 47px;
		line-height: 47px;
		padding: 0px 7px;
		background-color: #FFFFFF;
		background-image: none;
		border-bottom :1px dotted #CCC;
	}


	#categorymenu:hover h2#previous_page,
	#categorymenu:hover h2#cat_title,
	#categorymenu:hover li
	{
/*		display: block;*/
	}
	
	ul#categorymenu li.level2 a
	{
		padding-left: 20px;
	}

	ul#categorymenu li.level3 a
	{
		padding-left: 34px;
	}
	
/********************** PRODUCTS ********************/
	
	#content
	{
		width: 100%;
		float: none;
	}

	.banner_cat
	{
		width: 100%;
		box-sizing: border-box;
	}
	
	.productPreview
	{
		width: 185px;
	}
	
	.productPreviewImage 
	{
		height:150px;
	}
	
	.productImageBorder
	{
/*		width: 100%;*/
	}

	#productinfowrap
	{
		display: block;
	}

	#productinfowrap table
	{
		width: 100%;
	}
	
	#productinfowrap table
	{
	}
/**************** CASSA *****************/

	ul#checkoutnavigation li 
	{
		width: 100%;
		height:auto;
		padding:8px;
	}
	ul#checkoutnavigation li.inactive
	{
		display: none;
	}

	.new_product_container
	{
		text-align: center;
	}

/*********** FOOTER ****************/
	.footer
	{
		min-height: 380px;
        background-color: #E2E2E2;
        margin-left: -10px;
	}

	.footer_facebook
	{
		position: absolute;
		right: 10px;
	}
	
	.footer_menu,
	.footer_menu_selected
	{
		
		position: relative;
		box-sizing: border-box;
		padding: 15px 0px 0px 0px;
		
		background-color: #E2E2E2;
		z-index: 1;
        float: left;
        width: 100%;
        
	}

	.footer_menu_selected
	{
		position:fixed;
		bottom: 46px;
		padding: 10px;
		z-index: 2;
	}

	.footer_menu:nth-of-type(2)
	{
		display: none;
	}

	.footer_menu strong
	{
		position: relative;
		margin-top: -20px;
        background-color: #E2E2E2;
	}

	
	
	.footer_menu_selected a,
	.footer_menu_selected strong
	{
		line-height: 3em;
	}

	
	.footer_menu img
	{
    }

}

@media screen and (min-width: 800px) and (max-width: 1239px)
{
	#content_welcome
	{
		display: flex;
	}
	.box_left,
	.box_middle,
	.box_right
	{
		float: left;
		height: auto;
	}

	.box_left,
	.box_middle
	{
		margin-right: 1%;
	}

	.box_left,
	.box_right
	{
		width: 24%;
		padding-bottom: 10px;
	}

	.box_right
	{
		margin-right: 0px;
	}

	.box_middle
	{
		width: 50%;
		padding-bottom: 20px;
	}

	.box_left img,
	.box_right img
	{
		width: 100%;
		margin-left: 3%;
	}
	.box_left .content_title,
	.box_right .content_title,
	.box_left .content_subtitle,
	.box_right .content_subtitle
	{
		margin-left: 14%;
	}
	.box_left .content_subtitle,
	.box_right .content_subtitle
	{
		margin-bottom: 15px;
	}

	.productPreview 
	{
		float:none;
		display: inline-block;
		margin-left: 10px;
	}

	.footer_facebook span
	{
		float: left;
		display: inline-block;
		padding: 10px 10px 0px 0px;
	}

	.footer_menu,
	.footer_menu_selected
	{
		width: 200px;
	}


}

@media screen and (min-width: 600px) and (max-width: 799px)
{

	#content_welcome
	{
		display: flex;
		flex-wrap: wrap;
	}
	.box_middle
	{
		width: 100%;
		padding: 10px calc(50% - 250px);
		order: 1;
		height: auto;
		margin: 0px 0px 10px 0px;
	}

	.box_middle_inner
	{
		margin: 0px auto;
		max-width: 500px;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}

	.box_left
	{
/*		position: absolute;
		margin-top: 393px;*/
		order: 2;
		text-align: center;
		width: calc(50% - 5px);
		height: auto;
		margin: 0px 10px 10px 0px;
		box-sizing: border-box;
	}

	.box_right
	{
/*		float: right;
		margin-top: 3px;*/
		order: 3;
		text-align: center;
		width: calc(50% - 5px);
		height: auto;
		margin: 0px 0px 10px 0px;
		box-sizing: border-box;
	}

	.box_left img,
	.box_right img
	{
		margin-left: 3%;
	}

	.productPreview 
	{
		float:none;
		display: inline-block;
		margin-left: 10px;
	}
	

	.footer_facebook span
	{
		float: left;
		display: inline-block;
		padding: 10px 10px 0px 0px;
	}
	
	.footer_menu,
	.footer_menu_selected
	{
		width: 180px;
	}

}


@media screen and (max-width: 599px)
{
	#header
	{
		height: 188px;
	}
	#header #search
	{
		position: relative;
		z-index: 9;
		right: auto;
		top: 0px;
		margin-left: calc(100% - 213px);
	}
	
	#quick_find
	{
		padding-top: 0PX;
		margin-top: 85px;
	}
	
	ul#top_categorymenu
	{
		margin-top: -37px;
	}
	
	.menu_selected
	{
		z-index: 11;
	}
	#content_welcome
	{
		display: flex;
		flex-wrap: wrap;
	}
	.box_middle
	{
		width: 100%;
		padding: 10px;
/*		height: 460px;*/
		height: auto;
		order: 1;
		margin: 0px 0px 10px 0px;
	}

	.box_middle_inner
	{
		margin: 0px auto;
		max-width: 500px;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}

	.box_left
	{
/*		position: absolute;
		margin-top: 473px;*/
		order: 2;
		text-align: center;
		width: calc(50% - 5px);
		height: auto;
		margin: 0px 10px 0px 0px;
	}

	.box_right
	{
/*		float: right;
		margin-top: 3px;*/
		order: 3;
		text-align: center;
		width: calc(50% - 5px);
		height: auto;
		margin: 0px;
	}
	.angebotsbox1 div
	{
		margin: 0px !important;
	}

	#productinfowrap table tbody tr td
	{
		display: block;
	}


	.box_left img,
	.box_right img
	{
		margin-left: 3%;
		width: 100%;
	}
    .box_right .angebotsbox1 img
    {
        width: 80% !important;        
    }

	.productPreview 
	{
		float:none;
		display: inline-block;
		margin-left: 10px;
	}

	.footer_facebook
	{
	}
	
	.footer_facebook span
	{
		display: none;
	}

	.footer_facebook img
	{
		display: block;
		position: absolute;
		margin-top: 5px;
		right: 0px;
	}

	.footer_menu,
	.footer_menu_selected
	{
		width: 100%;
	}
	
}

@media screen and (max-width: 410px)
{
	#contentfull .productPreview,
	.productPreview.one_category
	{
		margin-bottom: 40px;
	}
}


.more_information_button {
	font-size: 14px;
	font-weight: bold;
	border:1px solid #ccc;
	padding: 8px;
	width: 235px;
	background-color: #EFEFEF;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px;
}

#more_information_details {
	display: none;
	
	margin-top:10px;
	
}

/* styles for popup content */
.popup-cont {
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	margin:0px;
}

/* AT PAYENGINE EXTENSION */
form#checkout_confirmation,
form#payengine3cw-confirmation-ajax-authorization-form
{
    display: block !important;
    margin: 0px !important;
    width: 100% !important;
}
#payengine3cw-confirmation-form
{
}
#payengine3cw-confirmation-form iframe
{
    display: block !important;
}

.payengine3cw-confirmation-form .payengine3cw-control-group > .payengine3cw-controls
{
    margin: auto !important;
    max-width: 500px !important;
}
.payengine3cw-confirmation-form .payengine3cw-control-group > .payengine3cw-controls #payengine3_creditcard_widget-container
{
    width: 100% !important;
}

@media (max-width: 480px)
{
    .coupon_main_table .xtc_button
    {
        height: auto;
        line-height: 13px;
        border: 0px;
        padding: 5px 13px 6px;
    }
}