
/* HTML5 Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
b, strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

html { overflow-y: scroll }
::-moz-selection{ background: #F17A12; color:#fff; text-shadow: none; }
::selection { background:#F17A12; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #DA5210; }
a:hover { color: #036; }

::-webkit-input-placeholder  { color:#AEB0B0; }
input:-moz-placeholder { color:#AEB0B0; }

hr{ border: 0px; /* Für Firefox und Opera */
 border-top: 1px dotted #ABABAB;
 border-bottom: transparent; }

/**
 * Primary styles
 *
 * Author: Simon Wölfl
 */
BODY{
	background-color: #fff;
	background-image: url(/images/bg_oben.jpg), url(/images/bg_unten.jpg);
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.ie7 BODY, 
.ie8 BODY {
	background: #ffffff url(/images/bg_oben.jpg) left top repeat-x;
}

#lrn-pagecontent{
	margin: 0 auto;
	width: 1020px;
}

HEADER{
	position: relative;
	height: 300px;
	padding: 12px 12px 0 12px;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#B3BFC8));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #B3BFC8);
	background-image:    -moz-linear-gradient(top, #FFFFFF, #B3BFC8);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #B3BFC8);
	background-image:      -o-linear-gradient(top, #FFFFFF, #B3BFC8);
	background-image:         linear-gradient(top, #FFFFFF, #B3BFC8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#B3BFC8');	
	-moz-box-shadow: 0px 0px 1px #505050;
	-webkit-box-shadow: 0px 0px 1px #505050; 
	box-shadow: 0px 0px 1px #505050;
}

HEADER .stimmungsbild{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 312px;
	background: transparent url(/images/stimmungsbild_cardio.png) left top no-repeat;
}

HEADER .top{
	position: relative;
	height: 177px;
}

HEADER .hersteller{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
}

HEADER .hersteller A:link,
HEADER .hersteller A:visited,
HEADER .hersteller A:active{
	text-decoration: none;
	font-weight: bold;
	color: #676767;
}

HEADER .hersteller A:hover{
	text-decoration: underline;
}

HEADER .freecall{
	position: absolute;
	right: 10px;
	top: 45px;
}

HEADER .filialen{
	position: absolute;
	top: 3px;
	left: 0;
}

HEADER .facebooklink{
	position: absolute;
	top: 0;
	left: 310px;	
	margin: 0;
	padding: 0;
}

HEADER .filialen A:link,
HEADER .filialen A:visited,
HEADER .filialen A:active{
	display: block;
	padding: 0 18px;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 1px;
	background-color: #B4B6B5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#B4B6B5));
	background-image: -webkit-linear-gradient(top, #E5E5E5, #B4B6B5);
	background-image:    -moz-linear-gradient(top, #E5E5E5, #B4B6B5);
	background-image:     -ms-linear-gradient(top, #E5E5E5, #B4B6B5);
	background-image:      -o-linear-gradient(top, #E5E5E5, #B4B6B5);
	background-image:         linear-gradient(top, #E5E5E5, #B4B6B5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E5E5E5', EndColorStr='#B4B6B5');
	color: #2C2C2C;
	text-decoration: none;
	font-size: 11px;
}

HEADER .filialen A.home{
	padding: 0;
}

HEADER .filialen A:hover{
	background-color: #B0B3B3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#B0B3B3));
	background-image: -webkit-linear-gradient(top, #E0E0E0, #B0B3B3);
	background-image:    -moz-linear-gradient(top, #E0E0E0, #B0B3B3);
	background-image:     -ms-linear-gradient(top, #E0E0E0, #B0B3B3);
	background-image:      -o-linear-gradient(top, #E0E0E0, #B0B3B3);
	background-image:         linear-gradient(top, #E0E0E0, #B0B3B3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E0E0E0', EndColorStr='#B0B3B3');
	color: #FFFFFF;
}

HEADER .bottom{
	position: relative;
	height: 123px;
	background: transparent url(/images/bg_nav_top.png) center top no-repeat;
}

HEADER .logo{
	position: absolute;
	left: 0px;
	bottom: 22px;	
}

DIV.left-content{
	float: left;
	width: 200px;
	margin-right: 20px;
}

#content{
	position: relative;
	padding: 12px;
	background-color: #F0F5FA;
	-moz-box-shadow: 0px 0px 1px #505050; 
	-webkit-box-shadow: 0px 0px 1px #505050; 
	box-shadow: 0px 0px 1px #505050;
}

ASIDE{
	position: absolute;
	width: 252px;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 12px;
	right: 12px;
}

/* Auf der Startseite etwas nach unten rücken, 
 * damit die Headline mehr Platz hat. */
#lrn-bi-1 ASIDE{
	position: absolute;
	top: 48px;
	right: 12px;
}

.main{
	margin-left: 220px;
}

.wide{
	margin-left: 0;
}

FOOTER{
	padding: 0 0 30px;
	-moz-box-shadow: 0px 0px 1px #505050; 
	-webkit-box-shadow: 0px 0px 1px #505050; 
	box-shadow: 0px 0px 1px #505050;
	margin: 15px 0;
	background: #FFF url(/images/bg_footer.png) left top repeat-x;
}

FOOTER .lrn-richtext{
	text-align: center;
}

FOOTER .lrn-sitemap{
	margin-top: 15px;
}

FOOTER UL{
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}

FOOTER UL LI{
	display: block;
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}

FOOTER UL LI A:link,
FOOTER UL LI A:active,
FOOTER UL LI A:visited{
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	border-bottom: 1px solid #cdcdcd;
	text-decoration: none;
	color: #303030;
}

FOOTER UL LI UL{
	margin-left: 0;
}

FOOTER UL LI UL LI{
	float: none;
	width: 100%;
}

FOOTER UL UL LI A:link,
FOOTER UL UL LI A:active,
FOOTER UL UL LI A:visited{
	font-size: 12px;
	font-weight: normal;
}

/* Allgemein */
DIV.errormessage {
	background: #F00;
	border: 1px solid #900;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
}
DIV.infomessage {
	background: #777;
	border: 1px dashed #ccc;
	color: #FFF;
	margin-bottom: 5px;
	padding: 7px;
}
DIV.markierung {
	background: #84AA18;
  -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
          border-radius: 4px; 
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
}
#content .line {
	display: block;
}

.lrn-web th,
.lrn-web td {
	padding: 4px;
}

.highlight{
	color: #e76600;
}

.animate{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#content H1{
	font-size: 20px;
	color: #e76600;
	margin-bottom: 12px;
}

#content H2{
	font-size: 17px;
	color: #e76600;
	margin-bottom: 12px;
}

#content H4 {
	color: #E37506;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#content P{
	margin-bottom: 10px;
}

/* Forms */
#content textarea{
	border: 1px solid #F5C793;
	padding: 4px;
	-moz-box-shadow: inset 1px 1px 2px #AAAAAA; 
	-webkit-box-shadow: inset 1px 1px 2px #AAAAAA; 
	box-shadow: inset 1px 1px 2px #AAAAAA;
}

#content .line{
	display: block;
	padding: 2px 0px;
	clear: both;
}

#content .line .label,
#content .line LABEL{
	font-weight: bold;
	text-align: right;
	width: 140px;
	dipslay: block;
	float: left;
	line-height: 23px;
	padding: 0px 10px;
	font-size: 12px;
}

#content .line DIV.input,
#content .line DIV.select{
	padding-right: 10px;
	margin-left: 160px;
}

#content .line .hinweis{
	display: block;
	margin: 10px;
	margin-left: 160px;
	color: #000;
	font-size: 11px;
}

#content .line DIV.select{
	padding-right: 0;	
}

#content .radio INPUT{
	width: auto;
	border: 0px;
	display: block;
	float: left;
}

#content .radio LABEL{
	display: block;
	float: left;
	font-weight: normal;
	text-align: left;
	width: 50px;
}

#content .select SELECT{
	width: 100%;
	padding: 2px 0;
}

/* Boxen */
ASIDE .box{
	height: 285px;
	margin-bottom: 25px;
	padding: 15px;
}

ASIDE .box .header{
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	color: #FFFFFF;
	position: relative;
	left: -15px;
	top: -15px;
	width: 222px;
}

/* In der linken Sidebar ist weniger Platz */
.left-content .box {
	font-size: 11px;
}
.left-content .box .header {
	width: 170px;
}

#content .orange{
	background-color: #FFFFFF;
}

#payment UL.preview LI.active,
#content .slideShow .orange,
#content .orange .header{
	background-color: #D24E12;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7D33), to(#D24E12));
	background-image: -webkit-linear-gradient(top, #FF7D33, #D24E12);
	background-image:    -moz-linear-gradient(top, #FF7D33, #D24E12);
	background-image:     -ms-linear-gradient(top, #FF7D33, #D24E12);
	background-image:      -o-linear-gradient(top, #FF7D33, #D24E12);
	background-image:         linear-gradient(top, #FF7D33, #D24E12);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF7D33', EndColorStr='#D24E12');
}

#content .blue{
	background-color: #D7E1EB;
}

#content .blue .header{
	background-color: #9aaec3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9aaec3), to(#557899)); 
	background-image: -webkit-linear-gradient(top, #9aaec3, #557899); 
	background-image:    -moz-linear-gradient(top, #9aaec3, #557899); 
	background-image:     -ms-linear-gradient(top, #9aaec3, #557899); 
	background-image:      -o-linear-gradient(top, #9aaec3, #557899); 
	background-image:         linear-gradient(top, #9aaec3, #557899);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9aaec3', EndColorStr='#557899'); 
}

#content .blue .slideShow_headline,
#content .slideShow .blue{
	background-color: #01A8DF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#01A8DF), to(#017FB9)); 
	background-image: -webkit-linear-gradient(top, #01A8DF, #017FB9); 
	background-image:    -moz-linear-gradient(top, #01A8DF, #017FB9); 
	background-image:     -ms-linear-gradient(top, #01A8DF, #017FB9); 
	background-image:      -o-linear-gradient(top, #01A8DF, #017FB9); 
	background-image:         linear-gradient(top, #01A8DF, #017FB9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#01A8DF', EndColorStr='#017FB9'); 
}

#content .box{
	margin-bottom: 25px;
	padding: 10px;
	position: relative;
}

#content .box .header{
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	color: #FFFFFF;
	position: relative;
	left: -10px;
	top: -10px;
}

#content .grey{
	background-color: #FFFFFF;
}

#content .slideShow .grey,
#content .grey .header{
	background-color: #9E9E9E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9E9E9E), to(#7A7B7D)); 
	background-image: -webkit-linear-gradient(top, #9E9E9E, #7A7B7D); 
	background-image:    -moz-linear-gradient(top, #9E9E9E, #7A7B7D); 
	background-image:     -ms-linear-gradient(top, #9E9E9E, #7A7B7D); 
	background-image:      -o-linear-gradient(top, #9E9E9E, #7A7B7D); 
	background-image:         linear-gradient(top, #9E9E9E, #7A7B7D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9E9E9E', EndColorStr='#7A7B7D'); 
}

#content .green {
	background-color: #84AA18;
}

#content .slideShow .green,
#content .green .header {
	background-color: #84AA18;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AED453), to(#84AA18));
	background-image: -webkit-linear-gradient(top, #AED453, #84AA18);
	background-image:    -moz-linear-gradient(top, #AED453, #84AA18);
	background-image:     -ms-linear-gradient(top, #AED453, #84AA18);
	background-image:      -o-linear-gradient(top, #AED453, #84AA18);
	background-image:         linear-gradient(top, #AED453, #84AA18);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AED453', EndColorStr='#84AA18');
}

/* Größere Schrift in der Hauptspalte */
.slideShow_headline,
#content .main .blue .header,
#content .main .green .header,
#content .main .grey .header,
#content .main .orange .header {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 13px;
	text-shadow: 0px 1px 3px #555;
}

/* Boxen auf der Startseite nebeneinander darstellen */
#content .main .box {
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C8DAE6)); 
	background-image: -webkit-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:     -ms-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:      -o-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:         linear-gradient(top, #FFFFFF, #C8DAE6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#C8DAE6'); 
	float: left;
	height: 300px;
	margin-right: 12px;
	width: 230px;
}
#lrn-bi-1 #content .main .box .header {
	width: 237px;
}
/* News-Box */
#lrn-bi-1 #content .main .box.lrn-listtype-datapool {
	background: #FFF;
	filter: none;
	margin-right: 0;
}

/* Sonderangebote, Neue Produkte auf der Home */
#lrn-bi-1 .clearfix:after {
	clear: none;
}
#lrn-bi-1 hr {
	clear: both;
}

.blue A B{
	text-decoration: none;
	color: #184265;	
}

/* News */
#content .lrn-news-entry { border-top: 1px dotted #ABABAB; padding: 20px 0; }
#content .box .lrn-news-entry { border-bottom: 1px dotted #bababa; border-top: 0; padding: 4px 0; margin-bottom: 5px;}
#content .lrn-news-image { float: right; }
#content .lrn-news-datetime { font-size: 11px; margin-bottom: 0 }
#content .lrn-news-link { text-decoration: none; }
#content .lrn-news-title { font-weight: bold; margin: 4px 0 2px; }
#content .lrn-news-teaser { margin-bottom: 0; }
#content .lrn-news-mainpagelink a { 
	background: transparent url("/images/but_details.png") no-repeat;
	background-position: top right;
	display: block;
	font-size: 11px; 
	padding: 3px 20px;
	text-align: right;
	text-decoration: none;
}

#content .feedback_confirm{
	font-size: 14px;
	font-weight: bold;
	
}

/* Kaufberatung */

ASIDE .kaufberatung{
	background: #FFFFFF url(/images/bg_kaufberatung.jpg) right bottom no-repeat;
	height: 207px;
	padding-right: 125px;
}

ASIDE .kaufberatung .highlight{
	font-size: 16px;
	font-weight: bold;
	width: 220px;
	line-height: 18px;
	margin-bottom: 5px;
}

ASIDE .kaufberatung A{
	color: #e76600;
}

ASIDE .kaufberatung .button{
	width: 80px;
}

ASIDE .headset{
	background: #FFF url(/images/headset.jpg) right bottom no-repeat;
}

/* Zahlungsmoeglichkeiten */

.zahlungsmoeglichkeiten{
	margin: 0;	
}

.zahlungsmoeglichkeiten LI{
	list-style: none;
	float: left;
	width: 63px;
	height: 41px;
	margin: 0 5px;
	margin-bottom: 6px;
	text-align: center;
     -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
          border-radius: 3px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out; 
	cursor: pointer;
}


.zahlungsmoeglichkeiten LI:hover{
     -moz-box-shadow: 0px 0px 4px #3D6A8E; 
  -webkit-box-shadow: 0px 0px 4px #3D6A8E; 
          box-shadow: 0px 0px 4px #3D6A8E; 
}


/* Direkt Link Landing Page */

ASIDE .direkt-link{
	height: 150px;
	padding: 0;
	position: relative;
	background: transparent url(/images/lucy.png) left 20px no-repeat;
}

ASIDE .direkt-link P{
	padding: 0;
	margin: 0;
}

ASIDE .direkt-link P A{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 23px;
	line-height: 23px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: #81CD11 url(/images/lucy.png) left -127px no-repeat;
}

ASIDE .direkt-link P A:hover{
	background-color:  #E76600;
}

/* Filter */

.filter_box{
	float: left;
	
	padding: 10px;
	margin-right: 262px;
	min-height: 155px;
	width: 494px;
	margin-bottom: 26px;
	background-color: #C0D2DF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C0D2DF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #C0D2DF);
	background-image:    -moz-linear-gradient(top, #FFFFFF, #C0D2DF);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #C0D2DF);
	background-image:      -o-linear-gradient(top, #FFFFFF, #C0D2DF);
	background-image:         linear-gradient(top, #FFFFFF, #C0D2DF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#C0D2DF');
}

.filter_box .submit{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #e76600;
	border: 0;
	background: none;
	padding: 0;
	font-weight: bold;
}

.filter_box .filter_headline{
	margin-bottom: 10px;
	font-size: 15px;
}

.filter_box .preisspanne_headline{
	float: left;
	margin-top: 10px;
}

.reset-filter:link,
.reset-filter:visited{
	line-height: 14px;
	text-decoration: none;
	color: #444444;
}

/* Darstellung */

.darstellung-box{
	float: left;
	height: 27px;
	margin-right: 262px;
	width: 514px;
	margin-bottom: 24px;
}

.darstellung-box .left{
	float:  left;
	width: 180px;
}

.darstellung-box .middle{
	float:  left;
	width: 140px;
}

.darstellung-box .right{
	float:  left;
	width: 194px;
}

.darstellung-box .list-filter{
	margin-left: 5px;
	float: right;
	display: block;
	border-width: 8px 0 8px 0;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 1px 0;
	width: 44px;
}

.darstellung-box .list-filter .inner{
	display: block;
	height: 8px;
	width: 44px;
	background-color: #FFFFFF;
}

.darstellung-box .galerie-filter{
	float: right;
	display: block;
	border-width: 0 14px 0 14px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 0 1px;
	height: 26px;
}

.darstellung-box .galerie-filter .inner{
	display: block;
	height: 26px;
	width: 14px;
	background-color: #FFFFFF;
}

.darstellung-box .darstellung:hover,
.galerie .darstellung-box .galerie-filter,
.liste .darstellung-box .list-filter{
	border-color: #e76600;
}

.darstellung-box .darstellung:hover .inner,
.galerie .darstellung-box .galerie-filter .inner,
.liste .darstellung-box .list-filter .inner{
	background-color: #e76600;
}

.darstellung-box .darstellung-text{
	float: right;
	line-height: 27px;
	height: 27px;
}

/* Produkt liste */

.product{
	display: block;
	background-color: #FFF;
	margin-bottom: 10px;
	height: 191px;
	position: relative;
	width: 100%;
	float: left;
	z-index: 450;
}

.hover{
	cursor: pointer;
}

.product .inner{
	padding: 15px;
}

.product .infos,
.product .vorschau,
.product .lieferzeit_container,
.product .rate_container,
.product .price_container{
	position: absolute;
}

.product .rate_count {
	color: #e76600;	
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

.product .rating {
	margin-left: 100px;
	padding-top: 2px;
	width: 100px;
}

.product .rating IMG{
	padding-top: 2px;
	display: inline;
}

.product .vorschau{
	width: 240px;
	height: 159px;
	text-align: center;
	overflow: hidden;
}

.product .infos{
	height: 100px;
}

.product .title{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

/* listen Ansicht */

.liste .product .inner{
	height: 159px;
}

.liste .product .vorschau{
	margin-right: 15px;
	border-right: 1px dotted #BABABA;
}

.liste .product .infos{
	right: 15px;
	width: 490px;
}

.liste .product .container{
	height: 50px;
}

.liste .product .lieferzeit_container{
	bottom: 15px;
	right: 403px;
	border-right: 1px dotted #bababa;
	width: 86px;
	padding-right: 15px;
}

.liste .product .rate_container{
	bottom: 15px;
	right: 170px;
	border-right: 1px dotted #bababa;
	width: 200px;
	padding-right: 15px;
}

.liste .product .price_container{
	right: 15px;
	bottom: 15px;
	width: 157px;
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
	text-align: right;
}

.product-details .price, /* Detail-Seite */
.product .price /* Liste */ {
	font-size: 30px;
	color: #DA5210;
	font-weight: bold;
}

.product-details .price-before,
.product .price-before{
	font-weight: bold;
	font-size: 14px;
}

.product-details .price-before .old,
.product .price-before .old{
	color: #000;
	text-decoration: line-through;
}

/* Galerie Ansicht */

.galerie .product{
	width: 252px;
	height: 458px;
	margin-right: 10px;
}

.galerie .third{
	margin-right: 0;
}

.galerie .product .inner{
	height: 428px;
}

.galerie .product .infos{
	top: 15px;
}

.galerie .product .vorschau{
	top: 120px;
	left: 12px;
	width: 228px;
	border-top: 1px dotted #bababa;
	border-bottom: 1px dotted #bababa;
}

.galerie .lieferzeit_container{
	bottom: 130px;
}

.galerie .rate_container{
	bottom: 80px;
}

.galerie .price_container{
	bottom: 12px;
}

/* slider + cross produktliste */

.cross .product{
	margin: 10px;
	width: 299px;
	height: 458px;
	border-bottom: 1px solid #666666;
}

.slideShow .product {
	width: 249px; /* Wichtig! Überschreibt vorherigen Selektor */
	float: none;
}

.cross .inner{
	padding: 0;
}

.cross .product .vorschau{
	top: 120px;
	left: 0;
	border-top: 1px dotted #bababa;
	border-bottom: 1px dotted #bababa;
}

.cross .container{
	position: absolute;
	left: 0px;
}

.cross .lieferzeit_container{
	bottom: 140px;
}

.cross .rate_container{
	bottom: 90px;
}

.cross .price_container{
	bottom: 15px;
	right: 15px;
	text-align: right;
}

.slideShow .product {
 	border-bottom: 0;
}

/* Erstes Produkt - produktliste */

.produktliste .first{
	height: 305px;
	margin-right: 262px;
	width: 514px;
}

/* Floating auf der Startseite unterbinden */
#lrn-bi-1 .produktliste .first{
	float: none;
}

/* keine Filter- & Darstellungsbox auf der Startseite */
#lrn-bi-1 .filter_box{
	display: none;
}

#lrn-bi-1 .darstellung-box{
	display: none;
}

.produktliste .first .inner{
	height: 273px;
}

.produktliste .first .vorschau{
	left: 15px;
	top: 15px;
	height: 275px;
	margin-right: 15px;
	border-right: 1px dotted #BABABA;
	border-top: 0;
	border-bottom: 0;
}

.produktliste .first .infos{
	top: 15px;
	right: 15px;
	width: 229px;
}

.produktliste .first .container{
	border: 0;
	right: 15px;
	width: 214px;
	height: auto;
}

.produktliste .first .lieferzeit_container{
	top: 130px;
}

.produktliste .first .rate_container{
	top: 180px;
}

.produktliste .first .price_container{
	bottom: 15px;
}

.anlese { padding-right: 5px; }

/* Topseller / Sonderangebote */

.topseller .inner,
.special .inner,
.first .inner{
	border: 1px solid #D75D1E;
}

.slideShow .inner,
.cross .first .inner {
	border: none;
}

.produktliste .special:before {
	content: "SONDERANGEBOT";
}
.produktliste .topseller:before {
	content: "TOP-SELLER";
}

.produktliste .topseller:before,
.produktliste .special:before,
.product-details .images:before /* ..% sparen, Inhalt wird in product_details.tpl generiert */ {
	background-color: #D24E12;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7D33), to(#D24E12));
	background-image: -webkit-linear-gradient(top, #FF7D33, #D24E12);
	background-image:    -moz-linear-gradient(top, #FF7D33, #D24E12);
	background-image:     -ms-linear-gradient(top, #FF7D33, #D24E12);
	background-image:      -o-linear-gradient(top, #FF7D33, #D24E12);
	background-image:         linear-gradient(top, #FF7D33, #D24E12);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF7D33', EndColorStr='#D24E12');
  -webkit-border-radius: 0 0 5px 0; 
     -moz-border-radius: 0 0 5px 0; 
          border-radius: 0 0 5px 0;
	color: #FFF;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 451;
}
/* IE8 bug, z-index funktioniert nicht bei generated content */
/* Vorschaubild, Bild auf der Detailseite herunterschieben */
.ie8 .produktliste .topseller .vorschau,
.ie8 .produktliste .special .vorschau {
	top: 30px;
}
.ie8 .product-details .image {
	padding-top: 30px;
}
/* Topseller-Label auf Höhe des Produktbildes */
.galerie .topseller:before,
.galerie .special:before {
  -webkit-border-radius: 5px 0 0 0; 
     -moz-border-radius: 5px 0 0 0; 
          border-radius: 5px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 5px;
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
}

.galerie .first:before,
.galerie .first:before {
  -webkit-border-radius: 0 0 5px 0; 
     -moz-border-radius: 0 0 5px 0; 
          border-radius: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	bottom: auto;
	top: 0;
	right: auto;
	left: 0;
}

/* Produkt Slider */

.slideShow{
	width: 100%;
	height: 505px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.slideShow .controls{
	bottom: 0px;
	left: 0px;
	height: 25px;
	background-color: #BABFC5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DDE4E8), to(#BABFC5));
	background-image: -webkit-linear-gradient(top, #DDE4E8, #BABFC5);
	background-image:    -moz-linear-gradient(top, #DDE4E8, #BABFC5);
	background-image:     -ms-linear-gradient(top, #DDE4E8, #BABFC5);
	background-image:      -o-linear-gradient(top, #DDE4E8, #BABFC5);
	background-image:         linear-gradient(top, #DDE4E8, #BABFC5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DDE4E8', EndColorStr='#BABFC5');
	z-index: 1;
}

.slideShow .controls SPAN{
	cursor: pointer;
}

.slideShow .controls SPAN .inner{
	height: 25px;
	width: 25px;
	background: transparent url(/images/btn_pfeile.png) left top no-repeat;
}

.slideShow .controls SPAN.prev{
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 25px;
}

.slideShow .controls SPAN.next{
	position: absolute;
	right: 0;
	top: 0;
	height: 25px;
	width: 25px;
}

.slideShow .controls SPAN.next .inner{
	background-position: -25px 0;
}

/* Produkt */

.product-details{
	background-color: #FFFFFF;
	padding: 30px 15px 15px;
	margin-bottom: 15px;
	position: relative;
}

.product-navigation {
	position: absolute;
	top: -12px;
	width: 100%;
}

.product-navigation .button-top {
	position: absolute;
}
.product-navigation .back {
	left: 0;
}
.product-navigation .prev {
	right: 150px;
}
.product-navigation .next {
	right: 30px;
}

#content .product-details H1 {
	color: #000;
}

.product-details .images{
	float: left;
	width: 474px;
	overflow: hidden;
	position: relative;
}

.product-details .image{
	width: 454px;
	height: 490px;
	text-align: center;
	padding: 10px;
}

.product-details .zusatzbilder{
	margin: 0;
	padding: 0;
}

.product-details .zusatzbilder LI{
	list-style: none;
	float: left;
	margin-right: 2px;
}

.product-details .zusatzbilder LI A{
	display: block;
	width: 64px;
	height: 64px;
	border: 1px solid #C2C2C2;
	text-align: center;
}

.functions .inner{
	margin: 15px 0;
}

#content .product-details input.count {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	height: 44px;
	padding: 0;
	text-align: center;
	width: 40px;
	line-height: 44px;
}

.product-details .functions{
	margin-left: 474px;
}

.servicebuttons{
	position: relative;
}

.servicebuttons div {
	width: 105px;
}

#rueckruf{
	position: absolute;
	right: 0px;
	top: 0px;
}

#sparhinweis{
	font-weight: bold;
	color: #CC6600;
}

/* nur height und width angepasst */

#anzahl{
	clear: both;
	padding-left: 4px;
}

.tocart .inner {
	position: relative;
}


#finanzierung{
	position: absolute;
	top: 7px;
	right: 90px;
	height: 48px;
}

#finanzierung A:link,
#finanzierung A:visited{
	text-decoration: none;
}

#finanzierungsbox A{
	text-decoration: none;
}

#pageprint {
	height: 30px;
}

#pageprint A {
	text-decoration: none;
	color: #000000;
}

/* Zwischenüberschriften über den Funktionen */
#content .product-details .functionname,
#content .product-details .payment .header{
	background: transparent;
	color: #2D5A6D;
	font-weight: bold;
	margin-bottom: 5px;
}

#content .product-details .payment .header A{
	color: #2D5A6D;
}

.product-details .functions .float{
	float: left;	
}

.product-details .price{
	width: 100%;
}

.product-details .tocart{
	width: 100%;
}

.product-details .lieferzeit,
.product-details .bestell-nr,
.product-details .lieferkosten{
	width: 33%;
}

.product-details .lieferzeit .inner,
.product-details .lieferkosten .inner,
.product-details .bestell-nr .inner {
	border-right: 1px dotted #ABABAB;
	font-size: 11px;
	height: 42px;
	padding: 0 5px;
}
.product-details .bestell-nr .inner {
	border-right: none;
}

.product-details .service{
	width: 221px;
	height: 280px;
	background-color: #EDF3F9;
	padding: 10px;
	margin-right: 10px;
}

.product-details .payment{
	width: 221px;
	height: 280px;
	background-color: #EDF3F9;
	padding: 10px;
}

.product-tabs{
}

.product-tabs .preview{
	position: static;
	height: auto;
}

.product-tabs .scene{
	position: static;
	height: auto;
}

/* Alle Produkte dieser Art vom Hersteller anzeigen */
.more_products {
	background: transparent url("/images/but_details.png") no-repeat;
	background-position: top left;
	display: block;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 20px;
	text-decoration: none;
	outline: none;
}

/* Pagination */

#content .listnavi {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    position: relative;
}
#content .listnavi .right {
    height: 20px;
    position: absolute;
    right: 0;
    width: 250px;
}

#content .listnavi .right A,
#content .listnavi .right .pagenumber,
#content .listnavi .right .placeholder{
	background-color: #909090;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 0 2px;
    padding: 0 3px;
    text-decoration: none;
}

#content .listnavi .right .pagenumber{
	background-color: #F76B14; 
}

#content .listnavi .right A:hover{
	background-color: #636363;
}

#content .listnavi .right .info{
	position: absolute;
	right: 0;
}

#content .listnavi .left {
    height: 20px;
    margin-right: 15px;
    width: 250px;
    position: absolute;
}
#content .listnavi .left A {
    background-color: #909090;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 0 2px;
    padding: 0 3px;
    text-decoration: none;
}
#content .listnavi .left A:hover {
    background-color: #636363;
}
#content .listnavi .left A.first {
    margin-left: 4px;
    padding: 0 7px;
}
#content .listnavi .left .active, #content .listnavi .left A.active:hover {
    background-color: #F76B14;
}

/* Buttons */

.buttonset{
	margin: 0;
	list-style: none;
}

.buttonset LI{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.button,
.button:visited,
.button:link,
.kaufberatung-link LI A{
	display: block;
	padding: 0 5px;
	line-height: 25px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	color: #242424;
	border: 1px solid #A8ADB0;
	text-shadow: 0 1px 0 #F2F2F2;
	background-color: #B8BCC0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#B8BCC0));
	background-image: -webkit-linear-gradient(top, #FDFDFD, #B8BCC0);
	background-image:    -moz-linear-gradient(top, #FDFDFD, #B8BCC0);
	background-image:     -ms-linear-gradient(top, #FDFDFD, #B8BCC0);
	background-image:      -o-linear-gradient(top, #FDFDFD, #B8BCC0);
	background-image:         linear-gradient(top, #FDFDFD, #B8BCC0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FDFDFD', EndColorStr='#B8BCC0');
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	cursor: pointer;
}

.kaufberatung-link{
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}

.kaufberatung-link LI{
	float: left;
	width:246px;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 15px
}

.kaufberatung-link LI A{
	width: 234px;
}

.dropdown{
	float: left;
}

.dropdown{
	position: relative;
	height: 27px;
	margin: 0 5px 5px 0;
	z-index: 501;
}

.active_dropdown{
	z-index: 502;
}

.dropdown .button{
}

.slected-dropdown A.button{

  background-color: #B8BCC0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B8BCC0), to(#F0F0F0)); 
  background-image: -webkit-linear-gradient(top, #B8BCC0, #F0F0F0); 
  background-image:    -moz-linear-gradient(top, #B8BCC0, #F0F0F0); 
  background-image:     -ms-linear-gradient(top, #B8BCC0, #F0F0F0); 
  background-image:      -o-linear-gradient(top, #B8BCC0, #F0F0F0); 
  background-image:         linear-gradient(top, #B8BCC0, #F0F0F0);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B8BCC0', EndColorStr='#F0F0F0'); 
	border-color: #8F8F8F;
	text-shadow: 0 1px 0 #EBEBEB;
	z-index: 502;
}

.slected-dropdown A:hover.button{
	background-color: #B4B7BB;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B4B7BB), to(#E2E2E2)); 
	background-image: -webkit-linear-gradient(top, #B4B7BB, #E2E2E2); 
	background-image:    -moz-linear-gradient(top, #B4B7BB, #E2E2E2); 
	background-image:     -ms-linear-gradient(top, #B4B7BB, #E2E2E2); 
	background-image:      -o-linear-gradient(top, #B4B7BB, #E2E2E2); 
	background-image:         linear-gradient(top, #B4B7BB, #E2E2E2);
	          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B4B7BB', EndColorStr='#E2E2E2'); 
}

.dropdown .active,
.slected-dropdown A.active{
	height: 32px;
	border: 1px solid #898989;
	border-bottom: 0;
	background: #FFFFFF none;
	-moz-border-radius: 2px 2px 0 0; 
	-webkit-border-radius: 2px 2px 0 0; 
	border-radius: 2px 2px 0 0;
	z-index: 504;
	position: relative; 
}

.dropdown .active:hover,
.slected-dropdown A:hover.active{
	background: #FFFFFF none;
}

.used .button,
.used .dropdown_box{
	border-color: #44445C;
}

.dropdown .inner{
	text-align: left;
	padding-right: 15px;
	background: transparent url(/images/btn_dropdown.png) right center no-repeat;
}

.dropdown_box{
	display: none;
	position: absolute;
	top: 32px;
	width: 200px;
	padding: 10px;
	background-color: #FFFFFF;
	z-index: 10;
	border: 1px solid #898989;
	-moz-border-radius: 0 2px 2px 2px; 
	-webkit-border-radius: 0 2px 2px 2px; 
	border-radius: 0 2px 2px 2px;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.dropdown_box .close{
	position: absolute;
	right: 10px;
	top: 10px;
}

.dropdown_box LABEL{
	margin: 5px 0;
	line-height: 11px;
	display: block;
}

.dropdown .active_box{
	z-index: 503;
}

.button:hover{
	color: #242424;
	background-color: #A9ADB2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#A9ADB2));
	background-image: -webkit-linear-gradient(top, #F2F2F2, #A9ADB2);
	background-image:    -moz-linear-gradient(top, #F2F2F2, #A9ADB2);
	background-image:     -ms-linear-gradient(top, #F2F2F2, #A9ADB2);
	background-image:      -o-linear-gradient(top, #F2F2F2, #A9ADB2);
	background-image:         linear-gradient(top, #F2F2F2, #A9ADB2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F2', EndColorStr='#A9ADB2');
}

.button:active{
	color: #242424;
	background-color: #FDFDFD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B8BCC0), to(#FDFDFD));
	background-image: -webkit-linear-gradient(top, #B8BCC0, #FDFDFD);
	background-image:    -moz-linear-gradient(top, #B8BCC0, #FDFDFD);
	background-image:     -ms-linear-gradient(top, #B8BCC0, #FDFDFD);
	background-image:      -o-linear-gradient(top, #B8BCC0, #FDFDFD);
	background-image:         linear-gradient(top, #B8BCC0, #FDFDFD);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B8BCC0', EndColorStr='#FDFDFD');
}

.addtocart,
.addtocart:visited,
.addtocart:link{ /*Cart Button*/
	text-align: right;
	padding: 0 10px 0 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 48px;
	margin-left: 60px;
	height: 48px;
	width: 179px;
	background-color: #579C00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ADE567), to(#579C00));
	background-image: -webkit-linear-gradient(top, #ADE567, #579C00);
	background-image:    -moz-linear-gradient(top, #ADE567, #579C00);
	background-image:     -ms-linear-gradient(top, #ADE567, #579C00);
	background-image:      -o-linear-gradient(top, #ADE567, #579C00);
	background-image:         linear-gradient(top, #ADE567, #579C00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ADE567', EndColorStr='#579C00');
	text-shadow: 0 1px 0 #719914;
}

.addtocart .icon{
	background: transparent url(/images/icon_addtocart.png) left top no-repeat;
	display: block;
	height: 26px;
	width: 29px;
	float: left;
	margin: 10px 0px 10px 9px;
}

/* Slider */

#slider-price-range{
	width: 400px;
	margin-left:  85px;
	margin-top: 13px;
}

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; text-decoration: none;}
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal {
	height:  9px;
	background-color: #EEE;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.3); 
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.3); 
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.3);
}

.ui-slider-horizontal .ui-slider-handle {
	top: -3px;
	height: 15px;
	width: 17px;
	background: transparent url(/images/btn_preisspanne.png) left top no-repeat;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 5px;
	margin: 2px;
	
	background-color: #918f8f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bdc3c8), to(#918f8f));
	background-image: -webkit-linear-gradient(top, #bdc3c8, #918f8f);
	background-image:    -moz-linear-gradient(top, #bdc3c8, #918f8f);
	background-image:     -ms-linear-gradient(top, #bdc3c8, #918f8f);
	background-image:      -o-linear-gradient(top, #bdc3c8, #918f8f);
	background-image:         linear-gradient(top, #bdc3c8, #918f8f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bdc3c8', EndColorStr='#918f8f');
	
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.ui-slider-horizontal .ui-slider-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-max {
	margin-left: -15px;
	background-position: -19px;
}

.ui-slider-handle .bubble{
	position: absolute;
	top: 20px;
	padding: 3px 8px;
	background-color: #D45114;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FE7C33), to(#D45114));
	background-image: -webkit-linear-gradient(top, #FE7C33, #D45114);
	background-image:    -moz-linear-gradient(top, #FE7C33, #D45114);
	background-image:     -ms-linear-gradient(top, #FE7C33, #D45114);
	background-image:      -o-linear-gradient(top, #FE7C33, #D45114);
	background-image:         linear-gradient(top, #FE7C33, #D45114);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FE7C33', EndColorStr='#D45114');
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	color: #FFF;
	-moz-box-shadow: 0px 0px 1px #333333; 
	-webkit-box-shadow: 0px 0px 1px #333333; 
	box-shadow: 0px 0px 1px #333333;
	line-height: 14px;
	font-weight: bold;
}

.ui-slider-max .bubble{
	right: 0px;
}

/* Loading */

.loading_overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.3);
	z-index: 30;
}

/* Suche */

.suche{
	position: absolute;
	top: 7px;
	left: 7px; /* 142px */
}

.suche INPUT{
	height: 37px;
	border: 1px solid #D24E12;
	padding: 0 12px;
	width: 258px;
}
.ie7 .suche INPUT,
.ie8 .suche INPUT {
	line-height: 37px;
}

.suche input::-webkit-input-placeholder {
	height: 37px;
	/* line-height: 37px; */
}

.suche input:-moz-placeholder {
	height: 37px;
	line-height: 37px;
}

.text-placeholder {
	color: #AAA !important;
}
.suche input .text-placeholder {
	height: 37px;
	line-height: 37px;
}

.suche .submit{
	border: 0;
	width: 22px;
	height: 22px;
	padding: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 7px;	
}

.more.link{
	 display: block;
	 margin-top: 10px;
	 text-decoration: none;
	 color: #DA5210;
	 background: transparent url("/images/but_details.png") no-repeat;
	 background-position: 45px;
}

/* minicart */

.minicart{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	height: 58px;
	width: 200px;
	background: transparent url("/images/icon_mincart.gif") 150px 10px no-repeat;
}

.minicart A{	
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #2D2D2D;
}

.minicart A.link .headline{
	color: #c66210;
	font-weight: bold;
	font-size: 18px;
}

.ie7 .minicart .details .productlink,
.ie7 .minicart .details .link{
	display: none;	
}

.minicart .details{
	display: none;
	-moz-box-shadow: 0px 3px 2px #333333; 
	-webkit-box-shadow: 0px 3px 2px #333333; 
	box-shadow: 0px 3px 2px #333333; 
}

.minicart .details A{
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 1px;
}

.minicart .details A.link{
	background-color: rgba(146,185,51,0.9);
	margin-bottom: 0;
	color: #FFFFFF;
	background-color: #559C00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ADE567), to(#559C00));
	background-image: -webkit-linear-gradient(top, #ADE567, #559C00);
	background-image:    -moz-linear-gradient(top, #ADE567, #559C00);
	background-image:     -ms-linear-gradient(top, #ADE567, #559C00);
	background-image:      -o-linear-gradient(top, #ADE567, #559C00);
	background-image:         linear-gradient(top, #ADE567, #559C00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ADE567', EndColorStr='#559C00');
}

.minicart .details A.productlink{
	padding-left: 6px;
	border-left: 4px solid rgba(255,255,255,0.9);
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; 
	z-index: 15;
	position: relative;
}

.minicart .details A.productlink:hover{
	z-index: 20;
	-moz-box-shadow: 0px 0px 2px #333333; 
	-webkit-box-shadow: 0px 0px 2px #333333; 
	box-shadow: 0px 0px 2px #333333;
}

.minicart .details .preview{
	float: left;
	margin-right: 10px;
}

.minicart .details .price{
	text-align: right;
}

/* Google Landingpage */

.aufklappbox{
	height: 490px;
	width: 514px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.aufklappbox .inner{
}

.aufklappbox .handle{
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 26px;
	height: 26px;
	padding-top: 34px;
	background: transparent url(/images/bg_verlauf.png) left top repeat-x;
	width: 100%;
}

.aufklappbox .handle P{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #E76600;
	text-decoration: underline;
}

.aufklappbox .handle:hover{
	cursor: pointer;
}

.aufklappbox_unten {
	width: auto;
}

/* Forms */

#content FIELDSET OL{
	list-style: none;
	margin: 0;
}

#content FIELDSET LI{
	display: block;
	margin: 8px 0px;
	clear: both;
}

#content FIELDSET LI .label,
#content FIELDSET LI LABEL{
	font-weight: bold;
	text-align: left;
	width: 110px;
	dipslay: block;
	float: left;
	line-height: 23px;
	padding: 0px 10px;
	font-size: 12px;
}

#content FIELDSET LI DIV.input,
#content FIELDSET LI DIV.select{
	padding-right: 10px;
	margin-left: 120px;
}

#content FIELDSET LI DIV.select{
	padding-right: 0;
}

#content FIELDSET LI .hinweis{
	padding-right: 10px;
	margin-left: 120px;
	font-size: 11px;
	display: block;
}

#content .radio INPUT{
	width: auto;
	border: 0px;
	display: block;
	float: left;
}

#content .radio LABEL{
	display: block;
	float: left;
	font-weight: normal;
	text-align: left;
	width: 50px;
}

#content .select SELECT{
	width: 100%;
	padding: 2px 0;
}

#content INPUT[type="password"],
#content INPUT[type="text"] {
	/* line-height: 21px; */
	font-size: 12px;
	height: 21px;
	padding: 0 4px;
	display: block;
	width: 100%;
	border:  1px solid #B9B9B9;
	padding: 2px 4px;
  -webkit-border-radius: 4px; 
     -moz-border-radius: 4px; 
          border-radius: 4px; 
}

.userprofile{
	position: absolute;
	top: 10px;
	right: 160px;
	z-index: 10;
	height: 58px;
	width: 200px;
}

.userprofile A.link{
	text-decoration: none;
}

#reglink{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.userprofile A.link .headline{
	color: #c66210;
	font-weight: bold;
	font-size: 18px;
}

/* Checkout */

.checkout .cart_table,
.checkout .cart_address {
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C8DAE6)); 
	background-image: -webkit-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:     -ms-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:      -o-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:         linear-gradient(top, #FFFFFF, #C8DAE6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#C8DAE6');
	margin-bottom: 15px;
}
#content .cart_address H2 {
	color: #000;
	margin: 0;
}
#content H2.cart_headline {
	padding-top: 10px;
	padding-left: 20px;
}
#content .cart_subline {
	padding-left: 20px;
}

/* Kleingedruckte Schrift */
.smallprint { font-size: 11px; }

#content .lrn-el-2495 {
	margin-top: 15px;
}

/* Warenkorb */

.checkout { background-color: #FFF }

.checkout .inner { padding: 15px; }

.checkout NAV .left{
	float: left;
}

.checkout NAV .right{
	float: right;
}

#content NAV A.button,
#content NAV INPUT.button,
#content NAV A.button,
#content NAV INPUT.button{
	border: 0;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 200px;
	text-align: center;
	text-shadow: 0px 1px 3px #777;
	font-weight: bold;
	text-decoration: none;
	background-color: #84AA18;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AED453), to(#84AA18));
	background-image: -webkit-linear-gradient(top, #AED453, #84AA18);
	background-image:    -moz-linear-gradient(top, #AED453, #84AA18);
	background-image:     -ms-linear-gradient(top, #AED453, #84AA18);
	background-image:      -o-linear-gradient(top, #AED453, #84AA18);
	background-image:         linear-gradient(top, #AED453, #84AA18);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AED453', EndColorStr='#84AA18');
}

#content .checkout .cart A {
	color: #666666;
	text-decoration: none;
}
#content .checkout A.productlink {
	color: #000;
}

#payment .line INPUT {
	width: 300px;
}

#content .checkout .options{
	margin: 0 0 15px 0;
	padding: 0;
}

#content .checkout .options LI{
	display: block;
	width: 33%;
	float: left;
	margin: 0;
}
#content .checkout .options H2 {
	color: #000;
}
#content .checkout .options .option{
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C8DAE6)); 
	background-image: -webkit-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:     -ms-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:      -o-linear-gradient(top, #FFFFFF, #C8DAE6); 
	background-image:         linear-gradient(top, #FFFFFF, #C8DAE6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#C8DAE6');
	height: 210px;
	margin-right: 1px;
	padding: 15px;
	position: relative;
}

/* Mein Konto Login */
#content .meinkonto .options LI{
	width: 360px;
}

#content .meinkonto .options .option{
	height: 138px;
}

/* Mein Konto Login ende */

#content .checkout .options NAV A.button,
#content .checkout .options NAV INPUT.button {
	position: absolute; 
	bottom: 15px;
	width: 150px;
}

.cart{
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}

.cart th,
.cart td{
	background: transparent;
	border-top: 1px solid #9A9A9A;
	line-height: 21px;
	padding: 5px 10px;
	vertical-align: top;
}
.cart th.first,
.cart td {
	text-align: left;
}

.cart td.right{
	text-align: right;
}

.cart .cart-footer td {
	border-top: 5px double #9B9B9B;
	padding-top: 15px;
}
.cart tfoot td {
	border: none;
	font-size: 15px;
}

.cart tbody tr.cart-product td,
.cart tbody tr.cart-product-sub td { height: 60px; }
.cart tbody tr.cart-product td { vertical-align: bottom; }
.cart tbody tr.cart-product td.cart-image-cell, .cart tbody tr.cart-product-sub td{
	vertical-align: top;
}

#content .cart-anzahl-cell { text-align: center; width: 80px; }
.cart .montage { text-align: center; }
.cart .montage-product { color: #D24E12; }
.cart th.montage { background: #D24E12; color: #fff; }

.cart tbody td { border-top: 1px solid #9B9B9B; }

.cart .cart-product-sub td { border-top: 1px dotted #9B9B9B; }

.cart .cart-vorschau{
	background: #fefefe;
  -webkit-box-shadow: 1px 1px 3px #777; 
     -moz-box-shadow: 1px 1px 3px #777; 
          box-shadow: 1px 1px 3px #777; 
	display: block;
	text-align: center;
}

.cart .title{
	font-weight: bold;
}

.cart .count{
	background: #FEFEFE;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	width: 25px;
	text-align: right;
}
.cart .count[type="number"] {
	width: 60px;
}

.cart .price{
	text-align: right;
}

.cart-summe {
	color: #E76D00;
	font-weight: bold;
}

.cart-amount {
	width: 80px;
}

/* Kundendaten */
.checkout .adressen{
	margin-bottom: 15px;
}

.adressen .inner{
	padding: 15px 60px 15px 15px;
}

.checkout .anschrift,
.checkout .lieferadresse{
	float: left;
	width: 50%;
}


/* Bezahlung & Versand */
#cart_montage_form {
	position: relative;
}

#payment{
	width: 100%;
	height: 180px;
}

#payment UL.preview{
	display: block;
	position: relative;
	bottom: 0;
	right: 0;
	margin: 0;
}

#payment UL.preview {
	display: block;
	height: 45px;
}
#payment UL.preview LI{
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#AAAAAA)); 
	background-image: -webkit-linear-gradient(top, #ffffff, #AAAAAA); 
	background-image:    -moz-linear-gradient(top, #ffffff, #AAAAAA); 
	background-image:     -ms-linear-gradient(top, #ffffff, #AAAAAA); 
	background-image:      -o-linear-gradient(top, #ffffff, #AAAAAA); 
	background-image:         linear-gradient(top, #ffffff, #AAAAAA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#AAAAAA'); 
  -webkit-border-radius: 0 5px 0 0; 
     -moz-border-radius: 0 5px 0 0; 
          border-radius: 0 5px 0 0;
	cursor: pointer; 
	display: inline;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	/* line-height: 20px; */
	list-style: none;
	margin-right: 1px;
	margin-bottom: 1px;
	padding: 15px 20px 0;
	text-align: center;
	width: auto;
}
#payment UL.preview LI.twoliner {
	height: 37px;
	line-height: 14px;
	padding-top: 8px;
}
#payment UL.preview LI.active {
	color: #FFF;
}

#payment .scene{
	height: 100%;
	background-color: #555;
	color: #FFF;
}

#payment .scene .inner{
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
}

#payment .first .inner{
	border: 0;
}

.checkout .cart_coupon,
.checkout .cart_shipping {
	background: #EEE;
	margin-top: 15px;
	padding: 15px;
}
.checkout .cart_shipping UL,
.checkout .cart_shipping LI {
	line-height: 2.5;
	list-style: none;
	margin: 0;
}
.checkout .cart_shipping LABEL {
	font-weight: bold;
}

/* Gutschein */
.checkout .cart_coupon LABEL {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 4px;
}
.checkout .cart_coupon .input {
	float: left;
	margin-right: 30px;
	width: 200px;
}

/* Wunschliefertermin */
#content #date {
	display: inline;
}

/* Prüfen & Bestellen */
.cart_summary .anschrift,
.cart_summary .lieferadresse,
.cart_summary .zahlungsweise {
	float: left;
	width: 33%;
}
.cart_summary .order_details {
	background: #EEE;
}
.cart_summary .order_details .inner {
	background: inherit;
	height: 250px;
	border-right: 1px solid #fff;
}
.cart_summary .zahlungsweise .inner {
	border-right: none;
}

.cart_summary .order_details NAV {
	float: right;
	font-size: 11px;
	line-height: 24px;
}

#content .agbcheck {
	background: #ffc;
	border: 1px solid #84AA18;
  -webkit-border-radius: 2px 2px 2px 2px; 
     -moz-border-radius: 2px 2px 2px 2px; 
          border-radius: 2px 2px 2px 2px;
	margin-top: 15px;
	padding: 4px 10px;
}
.checkout A:link,
.checkout A:visited {
	color: #0078B4;
	text-decoration: none;
}

/* Bestellbestätigung */
#content TD.order_confirm_text,
#content TH.order_confirm_text,
#content .order_confirm_text H2,
#content .order_confirm_text H3 {
	background: #84AA18;
	color: #FFF;
}
#content TD.order_confirm_text,
#content TH.order_confirm_text {
	padding: 4px 20px;
}
#content TD.order_confirm_text {
	font-size: 11px;
}

/* Login */
#loginbox .lost{
	text-align: right;
}

#loginbox .lost A{
	font-size: 11px;
}

#loginbox .submit INPUT{
	float: right;
}
#loginbox .line {
	line-height: 20px;
	margin: 0px 0px 4px;
}
#loginbox .line LABEL{
	display: block;
	float: left;
	width: 65px;
}

#loginbox .line INPUT{
	width: 149px;
}

/* RichText Custom Styles */
#content .bildlinks {
	display: block;
	float: left;
	margin: 0px 7px 7px 0px;
	margin: 0px 7px 7px 0px !important;
}
#content .bildrechts {
	display: block;
	float: right;
	margin: 0px 0px 7px 7px;
	margin: 0px 0px 7px 7px !important;
}
#content .kategorie_table {
	border-collapse: separate;
	border-spacing: 7px;
	margin-left: -7px;
	width: 776px;
}
#content .kategorie_table td {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	width: 238px;
}
#content .kategorie_img {
	display: table-cell;
	float: left;
	height: 100px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

/* Bewertung */
#bewertungsformular{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

#content #bewertungsformular INPUT,
#content #bewertungsformular INPUT[type="password"],
#content #bewertungsformular INPUT[type="text"]{
	width: 260px;
}

#bewertungsformular .rat_container{
	display: inline;
    float: left;
    margin-top: 4px;
    width: 200px;
}

#content #bewertungsformular TEXTAREA{
	width: 260px;
	margin-left: 160px;
}

#content #bewertungsformular .button{
	margin-left: 160px;
	width: 270px;
}

#content .paysafe{
	text-decoration: none;
	color: #FFFFFF;
}

#content .paysafe .A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


/* Home Aktionsflaeche */
.aktionsflaeche .lrn-richtext {
	height: 304px;
	overflow: hidden;
	width: 514px;
	margin-bottom: 10px;
}

#content .aktionsflaeche .lrn-richtext P{
	margin: 0;
	padding: 0;
}

.aktionsflaeche .lrn-richtext A{
	display: block;
	float: left;
	height: 304px;
	width: 514px;
}

/* Aktionsflaeche */

.aktionsflaeche-head{
	position: absolute;
	top: 1px;
	left: 298px;
}

/* Landingpage */

.landingpage #content{
	width: 1021px;
	height: 1040px;
	padding: 0;
}

.landingpage #content .logo{
	position: absolute;
	left: 20px;
	top: 20px;
}

.landingpage #content .content-box{
	position: relative;
}

.landingpage #content .background{
	position: absolute;
	left: 0;
	top: 0;
}

.landingpage #content .headline{
	position: absolute;
	left: 20px;
	top: 165px;
}

.landingpage #content .headline H1{
	color: #4863AA;
	font-size: 35px;
	margin-bottom: 0;
}

.landingpage #content .headline H2{
	color: #4863AA;
	font-size: 25px;
	font-weight: normal;
}

.landingpage #content .teaser-box{
	height: 168px;
	width: 382px;
	background-color: #FFF;
	position: absolute;
}

.landingpage #content .teaser-box .lrn-richtext{
	font-size: 18px;
	font-weight: bold;
	padding: 55px 10px;
	position: relative;
	height: 58px;
}

.landingpage #content .teaser-box .lrn-richtext P{
	font-size: 18px;
	z-index: 10;
}

.landingpage #content .teaser-box H2{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	width: 362px;
  background-color: #FF8F3C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF8F3C), to(#D9510D)); 
  background-image: -webkit-linear-gradient(top, #FF8F3C, #D9510D); 
  background-image:    -moz-linear-gradient(top, #FF8F3C, #D9510D); 
  background-image:     -ms-linear-gradient(top, #FF8F3C, #D9510D); 
  background-image:      -o-linear-gradient(top, #FF8F3C, #D9510D); 
  background-image:         linear-gradient(to bottom, #FF8F3C, #D9510D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF8F3C', EndColorStr='#D9510D'); 
}

.landingpage #content .teaser-box IMG{
	position: absolute;
	bottom: 0;
	right: 0;
}

.landingpage #content .teaser-box A{
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 170px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
  background-color: #AFE75A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#AFE75A), to(#5FA300)); 
  background-image: -webkit-linear-gradient(top, #AFE75A, #5FA300); 
  background-image:    -moz-linear-gradient(top, #AFE75A, #5FA300); 
  background-image:     -ms-linear-gradient(top, #AFE75A, #5FA300); 
  background-image:      -o-linear-gradient(top, #AFE75A, #5FA300); 
  background-image:         linear-gradient(to bottom, #AFE75A, #5FA300);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#AFE75A', EndColorStr='#5FA300'); 
  -webkit-border-radius: 2px; 
     -moz-border-radius: 2px; 
          border-radius: 2px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.landingpage #content .teaser-box A IMG{
	position: relative;
	top: 2px;
	left: 10px;
}

.landingpage #content .leftbox{
	left: 20px;
	top: 275px;
}

.landingpage #content .rightbox{
	left: 414px;
	top: 275px;
}

.landingpage #content .sliderbox{
	position: absolute;
	left: 20px;
	top: 460px;
	height: 545px;
	width: 776px;;
}

.landingpage #content .blue .header{
	height: 28px;
	line-height: 28px;
	font-size: 17px;
}

.landingpage #content .hinweis{
	position: absolute;
	top: 990px;
	left: 20px;
}

/* ----------------------------------------------------- */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clearer{clear: both;}


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  /*a[href]:after { content: " (" attr(href) ")"; }*/
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
