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

b{
	font-weight: bold;
}

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

html { overflow-y: scroll; }
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%; }
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; }


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: #607890; }
a:hover { color: #036; }


/* Defaults */

#content,
#content TD,
#content LABEL,
#content LEGEND,
#content FIELDSET,
#content INPUT,
#content SELECT,
#content TEXTAREA,
#content LI,
#rechts { font-size: 12px; color:#343434; margin-bottom:5px; }

#content .right_column,
#content .right_column TD,
#content .right_column LABEL,
#content .right_column LEGEND,
#content .right_column FIELDSET,
#content .right_column INPUT,
#content .right_column SELECT,
#content .right_column TEXTAREA,
#content .right_column LI
{ font-size: 11px; color:#000000; margin-bottom:5px; }

#lrn-pagecontent IMG { border: 0;}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

input[type=search] {
  -webkit-appearance:textfield;
  -webkit-box-sizing:content-box;
}

INPUT, TEXTAREA {outline: none;}

#content ::-webkit-input-placeholder { color: #ccc; }
#content input:-moz-placeholder { color:#ccc; }
#content TEXTAREA:-moz-placeholder { color:#ccc; }
#content INPUT.placeholder,#content TEXTAREA.placeholder{ color: #ccc;}

#content UL { list-style-type: square; list-style-position: outside; margin-left: 17px; }
#content OL { list-style-type: decimal; list-style-position: outside; margin-left: 32px; margin-bottom:15px; }

#content dl { margin: 0 0 9pt; }
#content dt { float: left; clear: left; width: 115px; text-align: right; font-weight: bold; }
#content dd { margin: 0 0 0 120px; padding: 0 0 0.5em 0; }


#content H1,
#content H2,
#content H3 { font-weight: bold; margin-bottom:15px; }

#content H1 { font-size: 20px; }
#content H2 { font-size: 18px; }
#content H3 { font-size: 16px; }

#content P { margin: 0 0 9pt; padding: 0; }

#content A:link, #content A:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #000;
}
#content A:hover, #content A:active {
	font-size: 12px;
	text-decoration: none;
}

/* Layout */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	background: #E3E3E3;
	height: 100%;
	margin-top: 13px;
	margin-bottom: 13px;
}

#lrn-pagecontent {
	width: 998px;
	margin: 15px auto;
	background-color: #EEEEEE;
   -moz-border-radius: 3px; /* FF1-3.6 */
-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
        border-radius: 3px;        
     -moz-box-shadow: 0 0 3px #A6A6A6; /* FF3.5+ */
  -webkit-box-shadow: 0 0 3px #A6A6A6; /* Saf3.0+, Chrome */
          box-shadow: 0 0 3px #A6A6A6; /* Opera 10.5, IE9, Chrome 10+ */
	behavior: url(/css/PIE.htc);
}

.column{
	float:left;
	margin-bottom: 15px;
}

.content{
	float: left;
	display: inline;
	width: 645px;
	margin: 0 15px;
	overflow: hidden;
	z-index:1;
}

.wide{
	width: 968px;
}

.left_column{
	width: 315px;
	margin: 0 0 15px 15px;
}

.middle_column{
	width: 315px;
	margin-bottom: 0 15px;
}

.right_column{
	width: 308px;
	margin: 0;
	float: left;
}

.text,
.container,
.content .lrn-richtext,
.right_column .lrn-richtext{
	padding: 15px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

/* Ausnahme Suche */

#lrn-bi-60 .content .lrn-richtext,
#lrn-bi-665 .content .lrn-richtext{
	padding: 0;
	background: none;
}

/* Ausnahme Suche ende */

.text .lrn-richtext{
	padding: 0;
}

.nopadding,
.nopadding .lrn-richtext {
	padding: 0 !important;
}

/*Ausnahmen Content*/
#content .lrn-el-522{
	padding: 0;
	background-color: transparent;
}

#lrn-pagecontent #quicklinks .lrn-el-523 IMG {
	border:0;
	display:block;
	margin:0;
}

#lrn-pagecontent HEADER #logo {
	position: absolute;
	width:713px;
	left: 0;
}

HEADER {
	width:998px;
	height: 111px;
}

HEADER .inner{
	height: 92px;
	position: relative;
}

.footer {
	height: 21px;
	background: #000000;
	font-size: 11px;
	color: #FFFFFF;
	padding: 13px 16px 0 16px;
	line-height:9px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	behavior: url(/css/PIE.htc);
	zoom: 1;
	position: relative;
	z-index: 1;

}

.footer .left{
	width: 50%;
	float: left;
	text-align: left;
}

.footer .right{
	width: 50%;
	float: right;
	text-align: right;
}

/* Forms & Buttons */

.suche INPUT,
#content .line INPUT {
	line-height: 21px;
	font-size: 12px;
	height: 21px;
	padding: 0 4px;
	display: block;
	/* width: 100%; */
	width: 95%;
}

#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 .button,
.suche .button,
#content .line .button {
	border: 1px solid #CCCCCC;
	background: #EDEAE3;
	height: 23px;
	line-height: 23px;
	padding: 0 15px;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none;
	cursor: pointer;
}

#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{
	padding-right: 10px;
	margin-left: 160px;
	color: #c0c0c0;
	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: 95%;
	padding: 2px 0;
}

#anfrageFormular .lrn-submit{
	margin-left: 130px;	
}

#nachricht{
	height: 50px;
}

#nachricht:focus{
	height: 150px;
}

#content A.link:link,
#content A.link:visited{
	line-height: 20px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#content A.link .icon,
#content A.more .icon{
	background-position: -40px 0;
}

#lrn-main A.cart .icon{
	background-position: 0 0;
	position: relative;
	top: 9px;
}

#content A.warenkorb:link,
#content A.warenkorb:visited{
	line-height: 40px;
}

#content A.warenkorb .icon{
	background-position: -80px -40px;
	height: 40px;
	width: 40px;
}

#content A.sofortkauf:link,
#content A.sofortkauf:visited{
	line-height: 40px;
}

#content A.sofortkauf .icon{
	background-position: -120px -40px;
	height: 40px;
	width: 40px;
}

#content A.bewerten:link,
#content A.bewerten:visited{
	line-height: 40px;
}

#content A.bewerten .icon{
	background-position: -40px -40px;
	height: 40px;
	width: 40px;
}


#content A.leseprobendownload:link,
#content A.leseprobendownload:visited{
	line-height: 40px;
}

#content A.leseprobendownload .icon{
	background-position: 0px -80px;
	height: 40px;
	width: 40px;
}

#content a.playbutton{
	background-position: 0px -80px;
	height: 40px;
	width: 40px;
}

/* Breadcrumb */

.breadcrumb{
	margin: 20px 0;
	padding: 0 15px;
	font-size: 11px;
	float: left;
	width: 968px;
}

.breadcrumb A,
.breadcrumb A:visited{
	color: #000;
}

/* Suche */

HEADER .suche {
	position: absolute;
	right: 14px;
	top: 42px;
	font-weight: bold;
	padding: 0;	
	margin: 0;
	width: 267px;
}

.suche .input{
	margin-right: 12px;
	width: 184px;
	float: left;
}

HEADER .suche .button{
	width: 60px;
}

/* Login */

#login {
	position: absolute;
	right: 21px;
	font-size:11px;
	font-weight:bold;
	color:#747474;
	padding: 22px 0 0 0;
}

#login a, a:visited {
	color:#747474;
	text-decoration: none;
	}

#login a:hover, a:active {
	color:#FF6600;
	text-decoration: none;
	}

#login form input, #content .stdinput {
	font-size:11px;
	color:#747474;
	vertical-align:middle;
}

#lrn-pagecontent #rechts {
	float: left;
	display: inline;
	width: 308px;
	margin: 5px 0 0 15px;	
}

.right_column H4 {
	padding: 0 9px;
	font-size: 16px;
	height: 32px;
	line-height: 31px;
	position: relative;
	top: -15px;
	left: -15px;
	width: 290px;
}

H5 {
	padding: 0 18px;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	background-color: #F2F2F0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F0), to(#E5E4E2)); 
	background-image: -webkit-linear-gradient(top, #F2F2F0, #E5E4E2); 
	background-image:    -moz-linear-gradient(top, #F2F2F0, #E5E4E2); 
	background-image:     -ms-linear-gradient(top, #F2F2F0, #E5E4E2); 
	background-image:      -o-linear-gradient(top, #F2F2F0, #E5E4E2); 
	background-image:         linear-gradient(top, #F2F2F0, #E5E4E2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F2F0', EndColorStr='#E5E4E2');
	border: 1px solid #999999;
	margin-bottom: 0;
	color: #3E3E3E;
	text-transform: uppercase;
}

#content H6{
	font-size: 14px;
}

/* Produktlisten Teaser */

#content #teaser_slide {
	width: 718px;
	height:339px;
}

/* Produktlisten */

.column .produktliste{
	background-color: #FFFFFF;
}

#content .listtitle{
	padding: 0 9px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
}

#content .right_column .listtitle{
	padding: 0 9px;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
}

/* Produkt in Liste*/

.produktliste .product{
	width: 287px;
	height: 185px;
	padding: 14px;
	background-color:#FFFFFF;
	margin-bottom: 15px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	display: block;
}

.produktliste .download_product{
	width: 287px;
	height: 185px;
	padding: 14px;
	/* background-color:#FFFFFF; */
	margin-bottom: 15px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	display: block;
}

.produktliste .small-product{
	width: auto;
	height: 77px;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #D9D9D9;
}

.produktliste .last{
	border-bottom: 0;
}

.produktliste .odd {
	margin-right: 0;
}

.produktliste .odd_dl {
	border-right: 1px solid #999;
}

.product .vorschau {
    text-align: center;
    vertical-align: middle;
    position: static;
    float :left;
}

.product .vorschau A {
}

.product .infos{
	margin-left: 66px;
}

.product .cat{
	font-size: 11px;
	text-transform: uppercase;
}

.product H2 {
	line-height: 15px;
	font-size: 13px !important;
}

#content .product H2 A:link,
#content .product H2 A:visited{
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	
}

#content .product H2 A:hover,
#content .product H2 A:active{
	color: #F76B14;
}

#content .product .rate{
	margin-bottom: 10px;
}

.produktliste .product .rate{
	position: absolute;
	bottom: 52px;
}

.product .price{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	bottom: 20px;
}

.product .oldprice{
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
	color: #FF0000;
	position: absolute;
	bottom: 40px;
}

#content .product A.more{
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	bottom: 17px;
	right: 14px;
	text-decoration: none;
}

.small-product .vorschau{
	width: 52px;
}

.small-product .vorschau A {
	height: 79px;
}

/* --- */
#content .small-product .infos{
	margin-left: 66px;
}


#content .small-product H2{
	line-height: 14px;
}

#content .small-product H2 A:link,
#content .small-product H2 A:visited{
	font-size: 12px;
	line-height: 14px;
}

.small-product .anlese,
.small-product .rate{
	display: none;
}

#content .small-product .price{
	bottom: 10px;
}

#content .small-product .oldprice{
	bottom: 25px;
}

#content .small-product A.more{
	bottom: 7px;
}

/* Teaser */

.teaserliste{
	margin-top: 15px;
}

.teaser{
	width: 315px;
	float: left;
	margin-right: 15px;
}

.teaser H5{
	position: relative;
}

#content .teaser H5 .noul {
	text-decoration: none;
}


/* boxen-fix:
 * die boxen, die kleines Bild haben, haben kein float und display block für products, dazu info-sub-box: margin-left: 66px;
 * die boxen, die großes Bildchen haben, haben float: left, dazu info-sub-box: margin-left: 124px;
 *  */
#content .produktliste .product{
	float: left;
}
#content .produktliste .product .infos{
	margin-left: 124px;
}
#content .produktliste .small-product{
	float: none;
}
#content .produktliste .small-product .infos{
	margin-left: 66px;
}


/* Pagination */

#content .listnavi {
	font-size: 11px;
	line-height: 20px;
	width: 645px;
	height: 20px;
	background-color: #CECECE;
	margin-bottom: 15px;
}

#content .listnavi .left {
	float: left;
	height: 20px;
	margin-left: 15px;
	width: 250px;
}

#content .listnavi .left .info,
#content .listnavi .left A,
#content .listnavi .left IMG{
	float: left;
}

#content .listnavi .right {
	float: right;
	height: 20px;
	text-align: right;
	margin-right: 15px;
	width: 350px;
}


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

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

#content .listnavi .right A.first{
	padding: 0 7px;
	margin-left: 4px;
}

#content .listnavi .right .info,
#content .listnavi .right A{
	float: right;
}

/* Produktlisten Stoerer */

#content .stoerer {
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	position: absolute;
}
#content .stoerer span{
	display: block;
	margin-bottom: 5px;
}

/* Produkt Detail Seite */

.autor {
	font-weight: bold;
}

H2.untertitel {
	font-size: 11px;
	font-weight: bold;
}

.vorschau{
	text-align: center;
	position: relative;
}

#content .product-details .left{
	float: left;
	width: 65%;
}

#content .product-details .right{
	float: right;
	width: 35%;
}

#content .product-details .infos{
	margin: 10px 0;
	display: block;	
}

#content .product-details .price {
	font-size: 16px;
	color:#000000;
	font-weight:bold;
	text-align: right;
}

#content .product-details .oldprice {
	font-size: 16px;
	color:#FF0000;
	font-weight:bold;
	text-decoration: line-through;
	text-align: right;
}

#content .product-details .variantenbox{
	margin: 15px 0;
	display: block;
}

#content .product-details .variantenbox SELECT {
  width: 100%;
}

#content .versandhinweis {
	font-size: 10px;
	text-align: right;
}

#content .versandhinweis a,  
#content .versandhinweis a:visited, 
#content .versandhinweis a:hover, 
#content .versandhinweis a:visited {
	font-size: 10px;
}

#content .product-details .line LABEL {
	width: 190px;
}

#content .product-details .line INPUT {
	width: 55px;
}

IMG.liefer-img {
	float: left;
	display: inline;
	position: relative;
	top: -2px;
}

.lieferstatus {
	float:left;
	display: inline;
	height:50px;
	margin-left: 5px;
}

.liefer {
	float:left;
	height:50px;
	font-weight:bold;
	margin-right: 10px;
}

/* Allgemeines */
#content .markierung {
	font-weight:bold;
	color:#F76B14;
	padding: 0;
	margin: 0;
}


#content .ausverkauft {
	font-weight:bold;
	color:#F76B14;
	text-align: right;
	float: right;
	display: inline;
	width: 100px;
	margin-left: 10px;
	padding: 2px 0 5px 0;
}

#topnavigation #path {
	position: relative;
	top: 8px;
	color: #FFF;
	padding-left: 10px;
}
#content .markierung p {
	font-weight: bold;
	color: #F76B14;
}

#content .markerror {
	background-color: #FDD3B9;
}
#content .markerror2 {
	color: #F76B14;
}

/* Ausnahmen */
#content .lrn-el-584 {
	padding: 20px;
}

#content H1.bestsellers {
	padding: 20px 20px 0;
}

#lieferadresse-profile-soft {
	position:absolute;
	left:530px;
	top:190px;
	background:#FFFFFF;
	width:380px;
	height:350px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-khtml-opacity: 0.70;
}

#lrn-bi-1 #path {
	display: none;
}

#path { font-size: 11px; }

/* Elwins */
.lrn-elwinwindow #lrn-pagecontent {
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}
.lrn-elwinwindow #content {
	width: auto;
	margin: 10px;
	padding: 0;
	border: 0;
}

/* Topseller */

.topseller{
	margin-bottom: 15px;
	max-height: 294px;
	overflow: auto;
	position: relative;
	width: 308px;
}

/* Newsletter
-------------------------------------------------------- */
.lrn-feedbackwindow #lrn-pagecontent,
.lrn-feedbackwindow #content {
	width: auto;
}

.lrn-feedbackwindow #content { padding-top: 10px; }

#content .newsletter_form {
	padding: 15px;
	width: 425px;
	background: #F4F4F4;
	border: 1px solid #C9C9C9;	
}

#content .newsletter_form TD {
	padding: 4px;
}
#content .newsletter_form,
#content .newsletter_form TD {
	font-size: 12px;
}

/* Mini Warenkorb */

.minicart{
	font-size: 12px;
	right: 14px;
	position: absolute;
	z-index: 4;
}

.minicart .left{
	width: 115px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0 14px;
}

.minicart .right{
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	padding: 0 14px;
}

.minicart A{
	display: block;
	line-height: 31px;
	height: 31px;
	width: 235px;
	margin-bottom: 1px;
	padding: 0 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

.minicart .counter{
	display: block;
	left: 14px;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 25px;
	font-size: 10px;
	line-height: 10px;
}

/* Processbar */

#content UL.process{
	width: 100%;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#content .process LI{
	display: block;
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#content .process LI .inner{
	display: block;
	line-height: 54px;
	text-align: center;
	border-top: 1px solid #EEEEEE;
	border-bottom: 10px solid #EEEEEE;
	margin-right: 1px;
}

#content .process LI:last-child .inner{
	margin-right: 0;
}

#content .process LI .done{
}

#content .process LI .active{
	font-weight: bold;
}

/* Warenkorb */

.checkout{
	
}

.checkout NAV{
		
}

.checkout NAV .left{
	float: left;
}

.checkout NAV .right{
	float: right;
}

#content .checkout NAV A.button,
#content .checkout NAV INPUT.button,
#content #payment .scene NAV A.button,
#content #payment .scene NAV INPUT.button{
	border: 0;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 200px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

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

#content .checkout NAV A.button:hover,
#content .checkout NAV INPUT.button:hover{
	
}

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

#content .checkout .options LI{
	display: block;
	width: 33%;
	background-color: #FFFFFF;
	float: left;
	margin: 0;
}

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

#content .checkout .options LI A.option{
	display: block;
	height: 160px;
	padding: 15px;
	background-color: #F4F4F4;
	margin-right: 1px;
	text-decoration: none;
}

#content .checkout .options LI A.option p{
	text-decoration: none;
}

#content .checkout .options LI A.option:hover{
	text-decoration: none;
}

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

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

#payment UL.preview LI{
	float: left;
	display: inline;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	list-style: none;
	background-color: #EEEEEE;
	width: auto;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

#payment .scene{
	height: 150px;
	background-color: #FFF;
	color: #000;
}

#payment .scene .inner{
	padding: 15px;
	background-color: #EEEEEE;
	margin-bottom: 15px;
}

.login .lost{
	text-align: right;
}

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

.login .submit INPUT{
	float: right;
}

.login .line LABEL{
	width: 100px;
}

.login .line INPUT{
	width: 149px;
}

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

.checkout .anschrift{
	width: 50%;
	background-color: #F4F4F4;
	float: left;
}

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

.anschrift .inner{
	border-right: 1px solid #C9C9C9;	
}

.checkout .lieferadresse{
	width: 50%;
	float: left;
	position: relative;
}

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

.cart th,
.cart td{
	padding: 10px;
	vertical-align: top;
	line-height: 21px;
	border: 1px solid #FFF;
}

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

.cart tbody td{
	background-color: #EEEEEE;
}

.cart th{
	text-align: left;
}

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

.cart .price{
	text-align: right;
}
	
/* Suchbriefmarke in der rechten Spalte */

#suchbriefmarke {
	width: 308px;
	height: 100px;
}

#suchbriefmarke h4{
	font-size: 18px;
	font-weight: bold;
	margin:0;
	padding:10px;
}

/* redaktionelle Textbloecke in Listen */

.textblock {
	font-size:12px;
	font-weight:bold;
}

#content .textblock a,  
#content .textblock a:visited, 
#content .textblock a:hover, 
#content .textblock a:visited {
	font-size:12px;
	text-decoration: underline;
	}
	
#content .normaleseiten {
	background: #FFFFFF;
	padding:20px 40px 20px 20px;
}

/* Downloadprodukte */
.markdl-detail {
	font-weight: bold;
	font-size: 14px;
	color: red;
}
.markdl-list {
	font-weight: bold;
	font-size: 12px;
	color: red;
	text-align: right;
}
.markdl-cart {
	font-weight: bold;
	font-size: 12px;
	color: red;
}
.downloadliste li {
	list-style-type: disc;
}
#content .markdl-cart A:link, #content .markdl-cart A:visited {
	text-decoration: underline;
	color: #F08126;
}

#content .produktliste-produkt SELECT {
	width: 210px;
}
#downloadcenter .produktliste-produkt {
	float: left;
	display: inline;
	height: 100px;
	width:300px;
	padding:10px;
	background-color:#FFFFFF;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
#text #downloadcenter .rightcol {
	border-right: 0 solid #D9D9D9 !important;
}
#downloadcenter {
	position: relative;
	left: -20px;
	width: 970px;
}	

/* Downloadhint */

#lrn-pagecontent .download_product{
	position:absolute;
	background-repeat: no-repeat;
}

#content .download_product{
	position: absolute;
	left: 90px;
	top: 135px;
	width: 12px;
	height: 12px;
	background-position: -40px -80px;
}

#content .small-product .download_product{
	background-position: 0 -80px;
	left: 20px;
	top: 50px;
}

#content .vorschau .download_product{
	height: 80px;
	width: 80px;
	left: 230px;
	top: 300px;
	background-position: -80px -80px;
}

#content .cart-product .cart-vorschau{
	position: relative;
	display: block;
}

#content .cart-product .cart-vorschau .download_product{
	background-position: 0 -80px;
	left: 20px;
	top: 40px;
	height: 40px;
	width: 40px;
}

#zahlungshinweis{
	font-weight: bold;
	color: red;
}

#lrn-pagecontent #rechts #weitere-produkte.bestseller{
	padding: 0;
	width: 308px;
	height: auto;
	
     -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
          border-radius: 4px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  border-bottom: 1px solid #D9D9D9;
	
}

#lrn-pagecontent #rechts #weitere-produkte.bestseller .produktliste-head2{
	text-shadow: 0 1px 0 #FF9000;
	padding: 6px 10px;
	     -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
          border-radius: 4px; 
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	background-color: #FF9000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9000), to(#F27700));
	background-image: -webkit-linear-gradient(top, #FF9000, #F27700);
	background-image:    -moz-linear-gradient(top, #FF9000, #F27700);
	background-image:     -ms-linear-gradient(top, #FF9000, #F27700);
	background-image:      -o-linear-gradient(top, #FF9000, #F27700);
	background-image:         linear-gradient(top, #FF9000, #F27700);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF9000', EndColorStr='#F27700');
    margin-bottom: 5px;
    border-bottom: 1px solid #CF6801;
      
}

#lrn-pagecontent #rechts #weitere-produkte.bestseller .produktliste-head2 .produktliste-headline{ color: #FFF; font-size: 16px;}

#lrn-pagecontent #rechts #weitere-produkte.bestseller .more{
	text-align: right;
	margin: 10px 35px;	
}

#lrn-pagecontent #rechts #weitere-produkte.bestseller .more A{color: #FF9000;}

.transition_background{
	   -moz-transition: background 0.2s linear;
	     -o-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	    -ms-transition: background 0.2s linear;
	        transition: background 0.2s linear;  	
}

/* Product Slider */

.slider{
	background-color: #EEEEEE;
	margin-bottom: 15px;
}
.slider .controls{
	background: transparent url(/images/bg_slidernavi.png) left top repeat-x;
	bottom: 6px;
	text-align: center;	
}

.slider .scene{
	position: relative;
}

.slider .scene .left{
	position: absolute;
	width: 240px;
	padding: 35px;
}

.slider .scene .right{
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 35px;
    width: 280px;
    height: 220px;
}

#content .slider A.more{
	right: inherit;
	position: static;	
}

#content .slider .oldpriceslider{
/*	line-height: 16px;
	text-decoration: line-through;*/
}

#content .slider H2{
	line-height: 20px;
}

/* Special Boxen usw. */

/* Service Box wiwo */
#content .lrn-el-1606{
	height: 237px;
	background: #FFFFFF url(/images/bg_service_box.jpg) left 32px no-repeat;
	overflow: hidden;
}

#content .lrn-el-1606 UL{
	background-color: #FFFFFF;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	behavior: url(/css/PIE.htc);
	position: relative;
	width: 135px;
	padding: 10px;
	padding-bottom: 2px;
	margin: 0;
	left: -15px;
}

#content .lrn-el-1606 UL LI{
	line-height: 20px;
	list-style: none;
	margin-bottom: 8px;
	padding-left: 24px;
}

#content .lrn-el-1606 UL LI A{
	font-weight: bold;
}

#content .lrn-el-1606 li{
    background: url("/images/wiwo/icon_ul_link.png") no-repeat scroll left top transparent;
    line-height: 20px;
    list-style: none outside none;
    margin-bottom: 8px;
    padding-left: 24px;
}

/* wiwo-faxbox */
#content .lrn-el-1607{
	background-image: url("/images/wiwo_faxbox.jpg");
	background-position: 0px 31px;
}
#content .lrn-el-1607 li{
    background: url("/images/wiwo_faxbutton.png") no-repeat scroll left top transparent;
    list-style: none outside none;
    margin-bottom: 8px;
    padding-left: 24px;
    margin-left: -20px;
}
/* hb-faxbox */
#content .lrn-el-1363{
	background-image: url("/images/hb_faxbox.jpg");
	background-position: 0px 31px;
}
#content .lrn-el-1363 li{
    background: url("/images/hb_faxbutton.png") no-repeat scroll left top transparent;
    list-style: none outside none;
    margin-bottom: 8px;
    padding-left: 24px;
    margin-left: -20px;
}





/* Service Box */
#content .lrn-el-1362, #content .lrn-el-1892, #content .lrn-el-1893{
	height: 237px;
	background: #FFFFFF url(/images/bg_service_box.jpg) left 32px no-repeat;
	overflow: hidden;
}

#content .lrn-el-1362 UL, #content .lrn-el-1892 .whitebox,  #content .lrn-el-1893 .whitebox{
	background-color: #FFFFFF;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	behavior: url(/css/PIE.htc);
	position: relative;
	width: 135px;
	padding: 10px;
	padding-bottom: 2px;
	margin: 0;
	left: -15px;
}

#content .lrn-el-1362 UL LI{
	line-height: 20px;
	list-style: none;
	margin-bottom: 8px;
	padding-left: 24px;
}

#content .lrn-el-1362 UL LI A{
	font-weight: bold;
}

/* Servicecenter-box */

#content .whitebox{
	color: #777;
	font-size: 11.5px;
}
#content .whitebox UL LI{
	font-weight: bold;
	color: #000;
	line-height: 18px;
	list-style: none;
	white-space: nowrap;
	margin-bottom: 8px;
	padding-left: 16px;
	font-size: 11.5px;
}
#content .whitebox UL LI A{
	padding-left: 0;
	color: #000;
	font-size: 11.5px;
}

#content li .icon{
	margin-left: -30px;
}
#content li .arrow{
	background-position: -60px 0px;
}
#content li .tel{
	background-position: -80px 0px;
}
#content li .email{
	background-position: -100px 0px;
}

/* Bestellung per Fax Box */

#content .lrn-el-1363{
	height: 137px;
	overflow: hidden;
}

#content .lrn-el-1363 A{
	font-weight: bold;
}

#content .lrn-el-1363 P{
	/* margin-left: 18px; */
	line-height: 16px;
}

/* Bewertung */

#content #bewertung .line label{
	text-align: left;
	width: 115px;
	padding: 0;
}

#content #bewertung .line input{
	width: 153px;
}

#content #bewertung .line .rat_container{
	width: 143px;
	float: left;	
}

#content #bewertung .button{
	float: right;
}

#content #bewertung .line{
	text-align: right;	
}

/* BigTarget */

.hover {
	cursor: pointer;
}

/* Sonstiges */

.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; }



#stamps a{
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
#stamps img{
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
}


#lieferadresse-soft {
	position: absolute;
	top: 33px;
	width:100%;
	height:100%;
	background:#fff;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-khtml-opacity: 0.70;
}

/* für IE7 */
a.cart div{
	cursor: pointer;
}

/* für Bestellbestätigung */

table.plitemWarenkorb td{
	padding: 2px 6px;
}
html body #content div.lrn-el-1894{
	padding: 0px;
	background: transparent;
}

/* format-abwandlung bei address-eingabe -> newsletter etc. */

#content .breitlabel .input{
	margin-left: 360px !important;
}
#content .breitlabel label{
	width: 320px;
}
#content input.noborder{
	border: none !important;
	box-shadow: none !important;
}

/* für IE7 */
#content .process li{
	width: 234px;
}

/* für tabellenbeschreibungungen innerhalb von produkten */
#content .text table td{
	padding-right: 10px;
}

/* Rezensionen */
.rezensionen .teaser,
.rezensionen .details {
	width: auto;
	float: none !important;
	margin-right: 15px;
}

.rezensionen .details {
	height: auto;
}
.rezensionen .details .anlese {
	margin: 20px 0px 40px;
	clear: right;
}

#content .video{
	position: relative;
}

#content .videobutton{
		position: relative;
		display: block;
}

#content .videobutton IMG{
	display: block;
	-moz-box-shadow: 0 0 3px #A6A6A6; /* FF3.5+ */
  -webkit-box-shadow: 0 0 3px #A6A6A6; /* Saf3.0+, Chrome */
          box-shadow: 0 0 3px #A6A6A6; /* Opera 10.5, IE9, Chrome 10+ */
}
#content .video .action-button{
	display : block;
	position: absolute;
	bottom: 30px;
	left: -15px;
}

#content .video .videopreview_subline{
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 50px;
}
#content .video p{
	margin: 0;
	margin-top: 10px;
	padding-left: 20px;
	padding-right:  20px;
	font-weight: bold;
}
#fancybox-content{
	overflow: hidden;
}

/* ePaper Seite*/

.epaper_link { background: #fff; border: 1px solid #ccc; margin: 0 auto 20px; padding: 20px; }

.errormessage {display: none;}
	
.twipsy {
    display: block;
    font-size: 11px;
    opacity: 0.8;
    padding: 5px;
    position: absolute;
    visibility: visible;
    z-index: 1000;
}
.twipsy.fade.in {
    opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.twipsy.left .twipsy-arrow {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
    border-top: 5px solid transparent;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.twipsy.below .twipsy-arrow {
    border-bottom: 5px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.twipsy.right .twipsy-arrow {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
    border-top: 5px solid transparent;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.twipsy-inner {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: white;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}
.twipsy-arrow {
    height: 0;
    position: absolute;
    width: 0;
}
.popover {
    display: none;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    z-index: 1000;
}
.popover.above .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.popover.right .arrow {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
    border-top: 5px solid transparent;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.popover.below .arrow {
    border-bottom: 5px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.popover.left .arrow {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
    border-top: 5px solid transparent;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.popover .arrow {
    height: 0;
    position: absolute;
    width: 0;
}
.popover .inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    background-color: #000000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 3px;
    width: 280px;
}
.popover .title {
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEEEEE;
    border-radius: 3px 3px 0 0;
    line-height: 1;
    padding: 9px 15px;
}
.popover .content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-radius: 0 0 3px 3px;
    padding: 14px;
	display: block;
	float: left;
	margin: 0 0;
	overflow: auto;
	width: 252px;
	z-index: auto;
}

.popover .content p, .popover .content ul, .popover .content ol {
    margin-bottom: 0;
}

/*.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}*/

.boxen-set{
	margin-bottom: 15px;
}

.box{
	float: left;
	margin-right: 15px;
	width: 315px;
	overflow: hidden;
	height: 116px;
	position: relative;
}

.boxen-set .odd{
	margin-right: 0;
}

.boxen-set .error INPUT{
	
  -webkit-box-shadow: 0px 0px 4px #f00; 
     -moz-box-shadow: 0px 0px 4px #f00; 
          box-shadow: 0px 0px 4px #f00;

}

.box H5{
	text-transform: none;
}

.box FORM{
	background: #FFF;
	padding: 15px;
	width: 285px;
	float: left;
	position: relative;
}

.box .right{
	text-align: right;
}

.box .buehne{
	overflow: hidden;
	position: relative;
	width: 315px;
	height: 83px;
}

.box .inner{
	width: 630px;
	position: absolute;
}

.box .pw_vergessen_content{
	background: #FFF;
	width: 315px;
	float: left;
	position: relative;
}

.box .passwortd-error-msg{
	left: -315px;
}

.box .btn-submit{
	padding: 2px 5px;
	text-align: center;
	margin-top: 7px;
	
  -webkit-border-radius: 2px; 
     -moz-border-radius: 2px; 
          border-radius: 2px; 
          
          
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 

  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#D7D7D7)); 
  background-image: -webkit-linear-gradient(top, #fcfcfc, #D7D7D7); 
  background-image:    -moz-linear-gradient(top, #fcfcfc, #D7D7D7); 
  background-image:     -ms-linear-gradient(top, #fcfcfc, #D7D7D7); 
  background-image:      -o-linear-gradient(top, #fcfcfc, #D7D7D7); 
  background-image:         linear-gradient(top, #fcfcfc, #D7D7D7);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfcfc', EndColorStr='#D7D7D7'); 
	border: 1px solid #CDCDCD;
}

.box .pw_vergessen,
.box .findabonummer,
.box .abort_pw_vergessen{
	position: absolute;
	left: 15px;
	bottom: 20px;
}

#content .lrn-el-1934,
#content .lrn-el-1936{
	position: relative;
	height: 120px;
}

#content .abonnement{
	display: block;
	position: absolute;
	right: -20px;
	top: 55px;
}

#content .abonnement LI{
	display: block;
	float: left;
	width: 118px;
	height: 60px;
	margin-right: 46px;
}

#content .abonnement A{
	display: block;
	text-decoration: none;
	font-size: 12px;
	width: 118px;
	position: relative;
	margin-bottom: 5px;
}

#content .abonnement li .icon {
	margin-left: 0;
}

#content .abonnement LI H3{
	color: #676767;
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 10px;
	background: transparent url(/images/hb_pfeil.png) left 4px no-repeat;
}

#lrn-bi-632 #content .abonnement LI H3{
	background: transparent url(/images/wiwo_pfeil.png) left 4px no-repeat;
}

#content .abonnement LI IMG{
	position: absolute;
	bottom: 0px;
}

.einzelteaser {
	height: 293px;
	display: block;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	position: relative;
}

.einzelteaser .product .vorschau{
	position: absolute;
	top: 20px;
	left: 10px;
	border: 1px solid #CCCCCC;
}

.einzelteaser .product .price{
	right: 15px;
}

#content .einzelteaser .product A.more {
	bottom: 40px;
}

.einzelteaser .product .price SMALL{
	font-weight: normal;
}

.lrn-el-1932{
	height: 120px;
}

.lrn-el-1932 IMG{
	margin: 15px 0;
}

.lrn-el-1933{
	height: 80px;
}

#content .lrn-el-1933 P,
#content .lrn-el-1931 P{
	font-size: 14px;
	margin-bottom: 0;
}

#content .lrn-el-1933 SMALL,
#content .lrn-el-1931 SMALL{
	font-size: 10px;
	margin-bottom: 0;
	white-space:nowrap;
}

#content .einzelteaser .download_product{

	padding: 14px;
	/* background-color:#FFFFFF; */
	margin-bottom: 15px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 10;
	top: 234px;
	left: 160px;
}

