html {
	min-height: 100.5%;
}
body {
	background: #F2F5F8 url(../../_images/back/back_body.gif) repeat-y center;
	margin: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
}
#root {
}

#page {
	width: 950px;
	text-align: left;
	margin: 0px auto 0px;
	background: #FFF;
	font-size: 12px;
}
#page img {
	border-style: none;
}


/* Kopfbereich */

#head {
	background: url(../../_images/back/back_head.jpg);
	height: 120px;
	position: relative;
}

#title {
	padding: 20px 0px 20px 20px;
	float: left;
}

#status {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5em;
	background: url(../../_images/back/back_status.png);
}
#status p {
	margin: 0;
}
#status a {
	color: #047;
	font-weight: bold;
	text-decoration: none;
}
#status a:hover {
	text-decoration: underline;
	color: #36A;
}


/* Hauptnavigation */

#navi {
	background: url(../../_images/back/back_navi.gif);
	color: #FFF;
	text-align: right;
	height: 30px;
	padding-left: 20px;
	margin-top: 1px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi li {
	font-size: 12px;
	float: left;
	margin: 0px;
	padding: 0px 32px 0px 30px;
	line-height: 30px;
	background: url(../../_images/back/back_navi-list.png) right center no-repeat;
}
*html #navi li {
	background: url(../../_images/back/back_navi-list.gif) right center no-repeat;
}
#navi li.first {
	padding: 0px 32px 0px 10px;
}
#navi li.last {
	background: none;
}
*html #navi li.last {
	background: none;
}
#navi a {
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#navi a:hover {
	color: #9BD;
}
#navi a.current {
	color: #9BD;
}


/* Suchformular */

#navi form {
	float: right;
	background: url(../../_include/_images/back/back_navi-right.gif) no-repeat right top;
	margin: 0px;
	border: 0px;
	padding: 6px 60px 0px 0px;
}
#navi input.text {
	background: #FFF;
	border: 1px #9BD solid;
	width: 128px;
	height: 14px;
	font-size: 12px;
	margin: 0px;
	color: #999;
	font-size: 11px;
	padding: 1px 0px 1px 2px;
	vertical-align: middle;
	display: block;
	float: left;
}
#navi input.image {
	height: 16px;
	width: 16px;
	border-style: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
	display: block;
	float: left;
}


/* Hauptbereich */

#main {
	background: url(../../_images/back/back_main.gif) repeat-x left top;
	padding: 20px 0px 0px 20px;
	margin: 1px 0px 0px;
	clear: left;
}


/* Menü */

#menu {
	width: 200px;
	float: left;
	padding-bottom: 25px;
}
#menu h4 {
	background: url(../../_images/back/back_menu-head.gif);
	height: 25px;
	width: 200px;
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font: bold 14px/25px "Times New Roman", Times, serif;
}
#menu h4 span {
	background: url(../../_images/back/back_menu-head-span.gif) center repeat-x;
	padding: 0px 10px;
	margin-bottom: 0px;

}
#menu ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
	background: #36A url(../../_images/back/back_menu-list.gif) bottom no-repeat;
}
#menu li {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #58B;
	border-bottom: 1px solid #135;
	line-height: 30px;
}
#menu li a {
	text-decoration: none;
	display: block;
	color: #FFF;
	font-weight: bold;
	width: 170px;
	line-height: 20px;
	padding: 5px 10px 5px 20px;
}
#menu li a:hover {
	background: #58B;
}
#menu li a.current {
	background: url(../../_images/back/back_menu-current.gif) no-repeat 7px 13px;
	font-weight: bold;
	color: #FFF;
}
#menu li a.current:hover {
	background: #58B url(../../_images/back/back_menu-current.gif) no-repeat 7px 13px;
}
#menu ul ul {
	padding: 0px;
	border-top-style: none;
	background: none;
	margin: 0px;
}
#menu li li {
	font-size: 13px;
	line-height: 26px;
	border-bottom-style: none;
	border-top-style: none;
	border-bottom-style: none;
	line-height: 26px;
}
#menu li li a {
	color: #FFF;
	font-weight: normal;
	width: 160px;
	line-height: 15px;
	padding: 5px 10px 5px 30px;
}
#menu li li a:hover {
	background: #58B;
}
#menu li li a.current {
	font-weight: bold;
	background: url(../../_images/back/back_menu-current.gif) no-repeat 17px 11px;
}
#menu li li a.current:hover {
	background: #58B url(../../_images/back/back_menu-current.gif) no-repeat 17px 11px;
}


#menu h5 {
	padding: 0px 20px;
	font-size: 12px;
	margin: 15px 0px 5px;
	line-height: 18px;
	color: #555;
} 
#menu p {
	font-size: 11px;
	line-height: 16px;
	color: #555;
	padding: 0px 20px;
	margin: 0px 0px 5px;
}
#menu p.price {
	font-size: 14px;
	float: right;
	margin-top: 10px;
	font-weight: bold;
}
#menu div.box {
	background: url(../../_images/back/back_box.gif) bottom repeat-x #d9e1e8;
	padding: 0px 0px 20px;
	margin-bottom: 20px;
}
#menu div.box a {
	color: #047;
	font-weight: bold;
	text-decoration: none;
}
#menu div.box a:hover {
	text-decoration: underline;
	color: #36A;
}
#menu div.signet {
	padding: 20px 0px 0px 20px;
}
#menu div.signet img {
	margin: 0px 10px 0px 0px;
}


#menu form {
	padding: 0px;
	margin: 0px;
}
#menu input.button {
	margin: 10px 0px 0px 20px;
	width: 159px;
	height: 30px;
	background: url(../../_images/button/button_column.gif) no-repeat center center;
	color: #FFF;
	text-align: center;
	border-style: none;
	padding: 0px 0px 3px;
	font: bold 12px Arial, Helvetica, sans-serif;
}


/* Wrapper */

#wrapper {
	float: left;
	width: 450px;
	padding-right: 30px;
	margin-left: 30px;
}
#wrapper.full {
	border-right-style: none;
	width: 680px;
	padding-right: 0px;
}

#wrapper.full p {
	margin-right: 10px;
}
#wrapper.full img.right {
	margin-right: 10px;
}


#master {
	padding-bottom: 1em;
}

/* Inhalte */

#content {
	float: left;
	padding: 0px 0px 20px;
	width: 100%;
}

/* Mehrspaltigkeit */

#content div.vita {

	float: left;
	width: 325px;
	margin-right: 10px;
	margin-top: 1em;

}
#content div.vita + div.vita {
	padding-right: 0;
	margin-right: 0;
	padding-left: 15px;
	border-left: 1px solid #EEE;
}

#content div.vita ul {
	margin: 0;
}
#content div.vita li {
	margin-left: 1em;
	font-weight: bold;
	padding-bottom: 1em;
}
#content div.vita li li {
	margin-left: 0;
	font-weight: normal;
	padding-bottom: 0;
}

#content div.expertise {
	float: left;
	width: 52%;
}


/*Textformartierungen*/

#content h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #555;
	font: normal 26px/30px "Times New Roman", Times, serif;
}
#content h2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #555;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content ul {
	margin: 15px 0px 15px 30px;
	padding: 0px;
	list-style: square;
}
#content ol {
	margin: 15px 0px 15px 30px;
	padding: 0px;
}
#content li {
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 18px;
}
#content ul ul {
	list-style: disc;
}

#content dl {
	margin: 0 0 1em;
	padding: 0;
}
#content dt {
	float: left;
	margin: 0 5% 0.5em 0;
	width: 25%;
}
#content dd {
	margin: 0 0 0.5em 30%;
}

#content hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #DDF;
}
#content img {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
}
#content a img {
	border-style: none;
}
#content img.left {
	float: left;
	margin-right: 20px;
}
#content img.center {
	margin-right: auto;
	margin-left: auto;
}

#content img.right {
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}
#content a {
	color: #047;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #36A;
}

#content abbr {
	border-bottom: 1px dotted #9B9;
	cursor: help;
}
#content acronym {
	border-bottom: 1px dotted #BBB;
	cursor: help;
	color: #F00;
}
#content embed {
	margin-bottom: 10px;
}
#content dfn {
	font-style: normal;
	font-size: 12px;
	padding: 0.5em 0;
	display: inline-block;
}
#content small {
	font-size: 11px;
	color: #999;
}
#content small a {
	color: #555;
	font-weight: normal;
}


/* Formulare */


#content form {
	margin: 0px;
	padding: 10px 0px;
}
#content form acronym {
	color: #D00;
	border-style: none;
}
#content form br {
	clear: left;
}
#content fieldset {
	margin: 0px;
	padding: 10px 0px;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content fieldset.button {
	padding-left: 150px;
}
#content fieldset.next {
	float: right;
}
#content legend {
	font-size: 12px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #555;
	line-height: 20px;
	font-weight: bold;
}
#content label {
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	padding-right: 10px;
}
#content label.left,
#content label.before {
	float: left;
	width: 140px;
}
#content label.data {
	line-height:30px;
}
#content label.right {
	display: block;
	line-height: 20px;
	float: left;
	vertical-align: top;
	padding: 3px 0px 2px;
	width: 100px;
}
#content label.none {
	float: left;
	white-space: nowrap;
	width: 0px;
	padding: 0px;
	margin-right: -150px;
}
#content label.check {
	float: left;
	line-height: 20px;
	padding: 4px 0px 2px;
	width: 400px;
}
.full #content label.check {
	width: auto;
}
#content input.text,
#content input.short,
#content input.standard,
#content input[type="text"],
#content input[type="email"],
#content input[type="date"],
#content input[type="password"] {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
	width: 220px;
}
#content input.text:focus,
#content input.short:focus,
#content input.standard:focus,
#content input[type="text"]:focus,
#content input[type="email"]:focus,
#content input[type="date"]:focus,
#content input[type="password"]:focus {
	border: 1px solid #047;
}
#content input.short {
	width: 120px;
}
#content input[maxlength="2"] {
	width: 25px;
}
#content input[id="coupon"] {
	width: 120px;
}
#content input.horizontal {
	margin: 1px 3px 0px 0px;
	padding: 0px;
	border-style: none;
	height: 19px;
	width: 19px;
	vertical-align: middle;
}
#content input.vertical {
	padding: 0px;
	border-style: none;
	float: left;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 150px;
}
#content input.check {
	float: left;
	padding: 0px;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 0px;
}
#content input.button {
	font: 12px Arial, Helvetica, sans-serif;
}
#content input.submit {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content input.file {
	font: 12px Arial, Helvetica, sans-serif;
}
#content input.error {
	border: 1px solid #C00;
}

#content label.required {
	cursor: help;
}
#content label.required:after {
	content: "\00a0\002a";
	color: #D00;
}



#content samp {
	font-size: 11px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

#content textarea {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	width: 220px;
}
#content textarea:focus {
	border: 1px solid #047;
}
#content select {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 1px 2px;
}
#content select:focus {
	border: 1px solid #047;
}
#content optgroup {
	font-style: normal;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content option {
}
#content span.hint {
	font-size: 12px;
	color: #999;
	padding-left: 10px;
}


/* Zahlungsarten */

#main label.amazonpayments {
	background: url(../../_images/logo/payment/logo_amazon-payments.png);
}
#main label.barzahlung {
	background: url(../../_images/logo/payment/logo_barzahlung.png);
}
#main label.billpay {
	background: url(../../_images/logo/payment/logo_billpay.png);	
}
#main label.billsafe {
	background: url(../../_images/logo/payment/logo_billsafe.png);	
}
#main label.clickandbuy {
	background: url(../../_images/logo/payment/logo_clickandbuy.png);
}
#main label.giropay {
	background: url(../../_images/logo/payment/logo_giropay.png);
}
#main label.klarna {
	background: url(../../_images/logo/payment/logo_klarna.png);	
}
#main label.kreditkarte {
	background: url(../../_images/logo/payment/logo_kreditkarte.png);
}
#main label.lastschrift {
	background: url(../../_images/logo/payment/logo_lastschrift.png);
}
#main label.nachnahme {
	background: url(../../_images/logo/payment/logo_nachnahme.png);
}
#main label.paypal {
	background: url(../../_images/logo/payment/logo_paypal.png);
}
#main label.rechnung {
	background: url(../../_images/logo/payment/logo_rechnung.png);
}
#main label.sofortueberweisung {
	background: url(../../_images/logo/payment/logo_sofortueberweisung.png);
}
#main label.vorkasse {
	background: url(../../_images/logo/payment/logo_vorkasse.png);
}
#main input.payment + label {
	display: block;
	float: left;
	width: 21em;
	padding: 0.75em 0.25em 0.75em 0.5em;
	margin: -0.5em 0em 1em;
	background-repeat: no-repeat;
	background-position: right center;
	background-origin: content-box;
}
#main input.payment + label:hover {
	background-color: #DDD;
}
#main input.payment:checked + label {
	background-color: #FFF;
}


/* Eingabefelder */

#main input.payment {
	float: left;
	margin-left: 11em;
	margin-right: 0.5em;
	margin-top: 0.6em;
}



/* Formularfehler  */

#content span.error {
	color: #B00;
	font-weight: bold;
}
#content div.error {
	border: 1px solid #B00;
	padding: 10px 20px;
	margin: 10px 0px;	
}
#content div.error p {
	color: #B00;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/*div#warning {
	background: #DDD;
	color: #C00;
	font-weight: bold;
	width: 190px;
	padding: 10px 10px 1px ;
	margin-left: 150px; 
	position: relative;
}
div#warning:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
	border: 10px solid transparent;
	border-right-width: 8px;
	border-left-width: 8px;
	border-bottom-color: #DDD;
}*/


#error,
#warning,
#confirm,
#mandate {
	border: thin solid;
	margin-bottom: 2em;
	padding: 1em;
	overflow: auto;
}
#error p,
#warning p  {
	font-weight: 600;
	margin: 0;
}
#error img,
#warning img,
#confirm img {
	float: left;
	width: 11em;
	margin: 0 2em 0 0;
}
#error button,
#warning button,
#confirm button {
	float: right;
	margin-left: 0.5em;
}
#error {
	background: #FEE;
	border-color: #D00;
	color: #D00;
}
#warning {
	background: #FFD;
	border-color: #D90;
	color: #D90;
}
#confirm {
	background: #FFF;
	border-color: #6C0;
	color: #000;
}
#mandate {
	background: #FFF;
	border-color: #999;
	color: #444;
}



/* Tabellen */

#content table {
	margin: 0px 0px 20px;
	padding: 0px;
	border-style: none;
}
#content th {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#content td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 20px 0px 0px;
}

/* Sitemap */

#content .sitemap {
	float: left;
 	width: 310px;
}

/* Paginierung */

#pages {
	margin: 0px;
	clear: left;
}
#pages ul {
	margin: 0px;
	padding: 0px;
}
#pages li {
	list-style: url(none) none;
	display: inline;
	border-right: 1px solid #ccc;
	font-size: 12px;
	color: #777;
	padding-right: 5px;
	padding-left: 5px;
}
#pages li.title {
	font-size: 12px;
	border-right-style: none;
	font-weight: bold;
	color: #000;
}
#pages li.last {
	border-right-style: none;
}
#pages a {
	color: #047;
	text-decoration: none;
	font-size: 12px;
}
#pages a.active {
	font-weight: bold;
	color: #555;
}
#pages a:hover {
	color: #36A;
	text-decoration: underline;
}

#turn {
	clear: left;
	height: 30px;
}
#turn ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#turn li {
	line-height: 15px;
	float: left;
	white-space: nowrap;
	margin: 7px 0px 8px;
	padding: 0px 7px;
	border-right: 1px solid #DDF;
}
#turn li.title {
	padding-left: 0px;
	border-right-style: none;
}
#turn li.previous {
	color: #AAA;
}
#turn li.next {
	padding-right: 0px;
	border-right-style: none;
	color: #AAA;
}
#turn a.current {
	color: #555;
	font-weight: bold;
}



/* Breadcrumb Navigation */

#breadcrumb {
	font-size: 11px;
	margin-bottom: 15px;
	color: #BBB;
}
#breadcrumb a {
	color: #777;
	text-decoration: none;
	font-weight: normal;
}
#breadcrumb a:hover {
	color: #777;
	text-decoration: underline;
}
#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#breadcrumb li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	padding-right: 3px;
}
#breadcrumb li:before {
	content: ">";
	padding-right: 3px;
}
#breadcrumb li:first-child:before {
	content: "";
	padding-right: 0;
}


/* Produktübersicht */

#list {
}
#list h3 {
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 5px;
}
#list h6 {
	font-size: 14px;
	font-weight: bold;
	color: #555;
	text-align: right;
	margin: 10px 0px 0px;
}
#list p {
	color: #555;
	font-size: 12px;
	line-height: 15px;
	padding: 0px 0px 5px;
	margin: 0px;
}
#list span {
	color: #555;
	font-size: 12px;
	line-height: 25px;
	padding-left: 7px;
}
#list a.portrait {
	width: 90px;
	height: 120px;
	padding: 10px 25px;
	border: 1px solid #DDD;
	margin: 0px;
	display: block;
}
#list a.landscape {
	width: 120px;
	height: 90px;
	padding: 25px 10px;
	border: 1px solid #DDD;
	margin: 0px;
	display: block;
}
#list a.portrait:hover {
	border: 1px solid #58B;
}
#list a.landscape:hover {
	border: 1px solid #58B;
}
#list a img {
	margin: 0px;
	padding: 0px;
}
#list ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
	float: left;
}
#list li {
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
}
#list li h3 {
	padding-top: 5px;
	width: 142px;
	height: 40px;
	font-size: 12px;
}
#list li h3 a {
}
#list li h3 a:hover {
	text-decoration: none;
}



#list table {
	width: 100%;
}
#list col.image {
	width: 160px;
}
#list col.product {
}
#list tr {
}
#list td {
	vertical-align: top;
	padding: 0px 0px 20px;
}

#list form {
	margin: 0px;
	padding: 0px;
}
#list label {
	width: 50px;
	float: left;
	color: #999;
}
#list select {
	width: 120px;
	margin-top: 2px;
	font-weight: bold;
	color: #555;
}
#list input.button {
	margin: 10px 0px 0px;
	width: 180px;
	height: 20px;
	background: url(../../_images/button/button_list.gif) no-repeat;
	color: #FFF;
	text-align: center;
	padding: 0px 0px 3px;
	border-style: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	float: left;
}



/* Prdouktseite */
#product {
}
#product div.image {
	float: left;
	margin-right: 22px;
	position: relative;
	width: 215px;
}
#product div.image a:hover:before {
	content: '';
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 70px;
	left: 95px;
	background: url(../../_images/icon/icon_lupe.png);
}

#product div.image img {
	border: 1px solid #DDD;
	padding: 10px;
}
#product div.image a:hover img {
	border: 1px solid #58B;
}
#product div.image ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 ;
}
#product div.image li {
	float: left;
	padding: 0;
	margin: 0 0 5px 6px;
	border: 1px solid #DDD;
	width: 65px;
}
#product div.image li a:hover:before {
	display: none;
}
#product div.image li:hover {
	border: 1px solid #58B;
}
#product div.image li.first {
	margin-left: 0;
}
#product div.image li img,
#product div.image li a:hover img {
	padding: 0;
	border: none;
}
#product img {
	margin: 0px;
	padding: 0px;
	display: block;
}
#product div.facts {
	float: left;
	width: 210px;
}
#product div.details {
	padding-top: 20px;
	clear: left;
}
#product h2 {
	margin: 0px;
	line-height: 25px;
}
#product p.previous {
	float: left;
}
#product p.next {
	float: right;
}
#product p.overview {
	text-align: center;
}

#product form {
	padding: 0px;
	margin: 0px;
}
#product label {
	color: #999;
	display: block;
}
#product select {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color: #555;
}
#product a.button {
	margin: 10px 0px 0px 0px;
	display: block;
	width: 210px;
	height: 28px;
	background: url(../../_images/button/button_product.gif);
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
}
#product a.button:hover {
	background: url(../../_images/button/button_product_hover.gif);
	color: #FFF;
	text-decoration: none;
}
#product input.button {
	margin: 0px 0px 0px 0px;
	display: block;
	width: 210px;
	height: 28px;
	background: url(../../_images/button/button_product.gif);
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	padding: 0px 0px 5px 0px;
	border-style: none;
}
#product input.button:hover {
	background: url(../../_images/button/button_product_hover.gif);
}
#product table {
	margin: 0px 0px 10px;
	padding: 0px;
	border-style: none;
}
#product th {
	font-weight: normal;
	color: #999;
	line-height: 25px;
}

#product td {
	margin: 0px;
	padding: 0px;
}
#product col.price {
	width: 100px;
}
#product col.amount {
	width: 100px;	
}

/* Warenkorb */

#cart {
}
#cart form {
	padding: 0px;
}
#cart img {
	margin: 0px;
	padding: 0px;
}

#cart table {
	width: 100%;
	border-collapse: collapse;
}
#cart col.action {
	width: 30px;
}
#cart col.number {
	width: 60px;
}

#cart col.image {
	width: 70px;
}
#cart col.product {
}
#cart col.amount {
}
#cart col.available {
}
#cart col.unit {
	width: 90px;
}
#cart col.total {
	width: 90px;
}
#cart col.address {
	width: 220px;
}

#cart thead th {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	border-bottom: 1px solid #135;
	padding-right: 5px;
	color: #FFF;
	background: #58B;
	padding-left: 5px;
}
#cart thead th.unit {
	text-align: right;
}
#cart thead th.total {
	text-align: right;
}
#cart tbody th {
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#cart tbody td {
	border-bottom: 1px solid #CCC;
	padding: 10px 5px;
}
#cart tbody td.number {
	font-size: 11px;
}

#cart tbody td.product {
}
#cart tbody td.variant {
	vertical-align: bottom;
}
#cart tbody td.amount {
	vertical-align: bottom;
}
#cart tbody td.available {
	vertical-align: bottom;
}
#cart tbody td.unit {
	text-align: right;
	vertical-align: bottom;
}
#cart tbody td.total {
	text-align: right;
	vertical-align: bottom;
}
#cart tfoot {
}
#cart tfoot td {
	text-align: right;
	line-height: 20px;
	padding-right: 5px;
}
#cart tfoot td .coupon {
	text-align: left;
}
#cart tfoot td.subtotal {
	padding-top: 10px;
}
#cart fieldset.checkout {
	float: right;
}

/* Gutschein */

#cart div.coupon {
		padding: 10px 0 10px 20px;
		width: 225px;
		background: #f5f5f5;
		border-radius: 10px;
}
#cart div.coupon input,
#cart div.coupon span {
	text-transform: uppercase;
	color: #037;
}
#cart .coupon #icon_delete {
    background: url("../../_images/icon/icon_delete.png") no-repeat scroll left center transparent;
    border: medium none;
    cursor: pointer;
    height: 15px;
    margin: 0 0 0 5px;
    padding: 0;
    width: 16px;
    vertical-align: middle;
}
#cart .coupon label.error {
	color: #B00;
	font-weight: bold;
}

/* Thumbnails */

#thumbs {
	margin-top: 20px;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
}
#thumbs li {
	padding: 0px;
	list-style: url(../../_styles/none) none;
	float: left;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px 20px 20px 0px;
}
#thumbs a {
	text-decoration: none;
	display: block;
	border: 1px solid #DDD;
}
#thumbs a:hover {
	border: 1px solid #58B;
	text-decoration: none;
}
#thumbs img {
	display: block;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#thumbs img.landscape {
	margin: 0px;
	padding: 25px 10px;
}
#thumbs img.portrait {
	padding: 10px 25px;
}
#thumbs img.square {
	padding: 10px;
}

#thumbs span {
	display: block;
	white-space: nowrap;
	padding-bottom: 10px;
}

/* Galerienavigation */

#gallery p {
}
#gallery p.previous {
	float: left;
	color: #AAA;
	font-size: 12px;
	width: 30%;
}
#gallery p.overview {
	text-align: center;
	color: #AAA;
	font-size: 12px;
}
#gallery p.next {
	float: right;
	color: #AAA;
	font-size: 12px;
	width: 30%;
	text-align: right;
}

/* Galeriebild */

#image {
	margin-bottom: 20px;
	margin-top: 10px;
}
#image.portrait {
	padding: 10px 60px;
	border: 1px solid #DDD;
	text-align: center;
}
#image.landscape {
	padding: 10px;
	border: 1px solid #DDD;
	text-align: center;
}
#image img {
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #DDD;
}


/* Zusatzspalte */

#column {
	float: left;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 200px;
}
#column h4 {
	background: url(../../_images/back/back_menu-head.gif);
	height: 25px;
	width: 200px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
#column h4 span {
	background: url(../../_images/back/back_menu-head-span.gif) center repeat-x;
	padding: 0px 10px;
	margin-bottom: 0px;

}
#column div.box {
	background-color: #D9E1E8;
	background: url(../../_images/back/back_box.gif) bottom repeat-x #d9e1e8;
	padding: 0px 0px 20px;
	margin-bottom: 20px;
}
#column h5 {
	padding: 0px 15px;
	font-size: 12px;
	margin: 15px 0px 5px;
	color: #555;
	line-height: 18px;
} 
#column p {
	font-size: 11px;
	line-height: 16px;
	color: #555;
	padding: 0px 15px;
	margin: 0px 0px 5px;
}
#column p.amount {
	margin-bottom: 0px;
}

#menu div.box fieldset,
#column div.box fieldset {
	border: none;
	padding: 10px 15px 0;
}
#menu div.box label,
#column div.box label {
	font-size: 11px;
	color: #555;
	line-height: 18px;
	display: block;
}
#menu div.box input.text,
#column div.box input.text {
	width: 159px;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
}
#column div.box input.text:focus {
	border: 1px solid #047;
}
#menu div.box div.newsletter,
#column div.box div.newsletter {
	padding-top: 15px;
}


#column p.price {
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
}
#column p.offer {
	color: #700;
	font-size: 12px;
	font-weight: bold;
}

#column img {
	margin: 0px 0px 0px;
	padding: 0px;
	display: block;
	border-style: none;
}
#column img.thumb {
	margin: 5px 20px 10px 10px;
	float: right;
}

#column hr {
	margin: 10px 15px;
	height: 1px;
	border-top: 1px solid #AABBCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	padding: 0px;
	clear: right;
}
#column br {
	clear: left;
}



#column table {
	margin: 10px 15px;
	border-style: none;
}
#column th{
	font-size: 12px;
	color: #555;
	line-height: 22px;
}
#column td {
	font-size: 12px;
	color: #555;
	line-height: 22px;
}
#column a {
	color: #047;
	font-weight: bold;
	text-decoration: none;
}
#column a:hover {
	text-decoration: underline;
	color: #36A;
}

#column a.button {
	margin: 15px 0px 0px 20px;
	display: block;
	width: 159px;
	height: 30px;
	background: url(../../_images/button/button_column.gif);
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	clear: both;
	line-height: 28px;
}
#column a.button:hover {
	background: url(../../_images/button/button_column_hover.gif);
	color: #FFF;
	text-decoration: none;
}
#column form {
	padding: 0px;
	margin: 0px;
}
#column input.button {
	margin: 10px 0px 0px 20px;
	width: 159px;
	height: 30px;
	background: url(../../_images/button/button_column.gif);
	color: #FFF;
	text-align: center;
	border-style: none;
	padding: 0px 0px 3px;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
}

/* Fußbereich */

#foot {
	text-align: center;
	clear: both;
	padding: 40px 0px 0px;
	height: 40px;
	background: url(../../_images/back/back_foot.gif) repeat-x left top;
	margin: 0px;
}
#foot ul {
	padding: 0px;
	margin: 0px;
}
#foot li {
	list-style: none;
	border-right: 1px solid #CCC;
	font-size: 11px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 10px;
	display: inline;
}
#foot li.last {
	border-right-style: none;
}

#foot a {
	text-decoration: none;
	color: #AAA;
}
#foot a:hover {
	text-decoration: underline;
	color: #047;
}

div.clear {
	clear: both;
}


/* Lightbox */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none!important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
    opacity: .8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
}

.mfp-arrow:before,.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
    border-right: 12px solid #000;
    left: 5px;
}

.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
    border-right: 20px solid #fff;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
    border-left: 12px solid #000;
    left: 3px;
}

.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
    border-left: 20px solid #fff;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
}

.mfp-iframe-holder .mfp-close {
    top: -43px;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    };
}

@media all and (max-width:800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    };
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}