/* Allgemeine Definitionen - Anfang */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
}

/* Allgemeine Definitionen - Anfang */
img {
	border: 0;
}

fieldset {
	border: none;
}

.clear {
	clear: both;
}

/* GENTNER */
/*	color: #2b2c85; */
a {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

/* GENTNER 2007-06-01 */
a:hover, a:focus {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

/* Umrandung und Abstand fuer die Boxen */
/* GENTNER */
/*	border: 1px dashed #aaa; */
div div div {
	border: 1px dashed #006666;
	margin-bottom: 1em;
}

div div div div {
	border: none;
}

/* GENTNER */
/*	background-color: #aaa; */
div div div h2 {
	background-color: #006666;
	color: #ffffff;
	font-size: .68em;
	font-weight: 700;
	padding: .35em .5em .4em .5em;
}

div div div h2 ol {
    list-style-type: none;
}

div div div h2 ol li {
    display: inline;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.errormessage, .infomessage {
	background-color: transparent;
	color: #f00;
	font-size: .8em;
	padding: .35em .5em .4em .5em;
	text-align: justify;
}

.infomessage {
	color: #00f;
}

span.image {
	display: block;
	float: left;
	height: 5em;
	width: 4em;
}

#error p {
    padding-bottom: 1em;
}
#error pre {
    font-size: .8em;
}

/* Allgemeine Definitionen - Ende */

/* Logo - Anfang */
#logo {
	float: left;
	padding: .3em 0 0 .3em;
}
/* Logo - Ende */

/* Shophead - Anfang */
/* GENTNER */
/*	background: #c1c1c1 url(../img/bg_shophead.jpg) repeat-y; */
#shophead {
	color: #ffffff;
	float: left;
	width: 64em;
}
/* Shophead - Ende */

/* Static-Navigation - Anfang */
/* GENTNER */
/*	text-indent: 4.4em; */
#staticnavigation {
	float: left;
	color: #000000;
	font-size: .66em;
	font-weight: 700;
	text-indent: 0.1em;
}

#staticnavigation ul {
	padding: .9em;
}

#staticnavigation ul li {
	display: inline;
}

/* GENTNER */
/*	padding: .1em .5em; */
#staticnavigation ul li a {
	padding: .1em .4em;
}

/* GENTNER */
#staticnavigation ul li a:hover, #staticnavigation ul li.active a {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}
/* Static-Navigation - Ende */

/* Languages - Anfang */
#languages {
	float: left;
	text-indent: 3em;
}

#languages ul {
	padding-top: .4em;
}

#languages ul li {
	display: inline;
}
/* Languages - Ende */

/* Top-Navigation - Anfang */
/* GENTNER */
/*	background-color: #7398f7; */
#topnavigation {
	background-color: #006666;
	clear: left;
	color: #000000;
	padding-left: .45em;
	font-size: .7em;
	font-weight: 700;
	height: 2em;
	line-height: 1.8em;
	margin-left: 0.45em;
}

#topnavigation ul {
	background-color: #006666;
	padding-top: .05em;
}

/* GENTNER */
/*	padding-right: 1.1em; */
#topnavigation ul li {
	display: inline;
}

/* GENTNER */
/*	background-color: transparent; */
/*	padding: .1em .5em; */
#topnavigation ul li a {
	color: #ffcc00;
	padding: .1em .4em;
}

/* GENTNER */
#topnavigation ul li a:hover, #topnavigation ul li.active a {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}

/* Top-Navigation - Ende */

/* Shopbody - Anfang */
/* GENTNER */
/*	margin-top: 1.3em; */
#shopbody {
	float: left;
	margin-top: 0em;
	width: 64em;
}
/* Shopbody - Ende */

/* Quicksearch - Anfang */
#quickSearch form .button {
	background-color: #ccc;
	color: #000;
	font-size: .7em;
	font-weight: 700;
	margin: .75em 0 .9em .9em;
}

#quickSearch form .searchterm {
	background-color: #eee;
	color: #000;
	float: left;
	font-size: .8em;
	margin: .5em 0 .9em .5em;
	padding: .1em;
	border-color: #000;
}
/* Quicksearch - Ende */

/* Navigationhead - Anfang */
#navigationhead {
	background-color: #ddd;
	margin: 0;
}

#navigationhead ul {
	margin-left: .3em;
}

#navigationhead ul li {
	display: inline;
	background-color: transparent;
	padding: 0 .1em 0 0;
	color: #fff;
	font-size: .7em;
	font-weight: 700;
}

#navigationhead ul li img {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
}
/* Navigationhead - Ende */

/* Navigationcontent - Anfang */
#navigationcontent {
	font-size: .68em;
	margin: .2em;
	font-weight: 700;
}

/* erste Ebene */
#navigationcontent ul li {
	padding-left: 1.7em;
	vertical-align: middle;
}

#navigationcontent ul li a {
	vertical-align: super;
}

/* GENTNER */
#navigationcontent ul li.active a {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}

#navigationcontent ul li.openedfolder {
	background: transparent url(../img/bullet_open.gif) no-repeat;
}

#navigationcontent ul li.closedfolder {
	background: transparent url(../img/bullet.gif) no-repeat;
}

/* zweite Ebene */
#navigationcontent ul li li {
	padding-left: 1.7em;
	vertical-align: middle;
}

#navigationcontent ul li li a {
	vertical-align: super;
}

/* GENTNER */
/* color: #2b2c85; */
#navigationcontent ul li li.openedfolder a, #navigationcontent ul li li.closedfolder a {
	background-color: transparent;
	color: #000;
	vertical-align: super;
	text-decoration: none;
}

/* GENTNER */
#navigationcontent ul li li a:focus, #navigationcontent ul li li a:hover, #navigationcontent ul li li.active a {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}

/* dritte Ebene */
#navigationcontent ul li li li {
	padding-left: 1.7em;
	vertical-align: middle;
}

/* GENTNER */
/* color: #2b2c85; */
#navigationcontent ul li li li.openedfolder a, #navigationcontent ul li li li.closedfolder a {
	background-color: transparent;
	color: #000;
	vertical-align: super;
	text-decoration: none;
}

/* GENTNER */
#navigationcontent ul li li li a:focus, #navigationcontent ul li li li a:hover, #navigationcontent ul li li li.active a {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}

/* vierte Ebene */
#navigationcontent ul li li li li {
	padding-left: 1.7em;
	vertical-align: middle;
}

/* GENTNER */
/* color: #2b2c85; */
#navigationcontent ul li li li li.openedfolder a, #navigationcontent ul li li li li.closedfolder a {
	background-color: transparent;
	color: #000;
	vertical-align: super;
	text-decoration: none;
}

/* GENTNER */
#navigationcontent ul li li li li a:focus, #navigationcontent ul li li li li a:hover, #navigationcontent ul li li li li.active a {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}
/* Navigationcontent - Ende */

/* TrustedShops - Anfang */
#trustedShops {
	font-size: .7em;
	font-weight: 700;
	min-height: 7.35em;
}

#trustedShops a {
	display: block;
	padding: 1em .1em 0 0;
}

#trustedShops input.floatleft {
	border: none;
	float: left;
	margin-right: .5em;
	width: 70px;
}
/* TrustedShops - Ende */

/* CartStatus - Anfang */
#cartStatus table {
	padding: .5em;
}

#cartStatus thead tr {
	font-size: .6em;
	font-weight: 500;
}

#cartStatus tbody tr {
	font-size: .6em;
	font-weight: 500;
}

#cartStatus tbody tr td a {
	font-weight: 700;
}

#cartStatus tfoot tr td {
	font-size: .6em;
	font-weight: 500;
}
/* CartStatus - Ende */

/* Carticons - Anfang */
#carticons {
	background-color: #ccc;
	padding: .5em 0 .5em .5em;
	height: 5.3em;
	margin: 0;
}

#carticons ul li {
	float: left;
	font-size: .59em;
	font-weight: 700;
	display: inline;
	padding-right: 1.1em;
	text-align: center;
}

#carticons ul li.order {
	float: right;
	padding: 1.1em 1.16em 0 0;
	text-align: right;
}

#carticons ul li.order img {
	vertical-align: middle;
}

#carticons ul li a {
	display: block;
}
/* Carticons - Ende */

/* itemGroup - Anfang */
/* GENTNER */
#itemGroup h2 strong, #item h2 strong {
	font-size: 1em;
	font-weight: 600;
	font-size: 1.5em;
	color: #ffcc00;
	padding: .35em .5em .4em .5em;
}

/* GENTNER */
/*	font-size: .95em; */
/*	font-weight: 600; */
#itemGroup h2 a, #item h2 a {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
	font-size: 1.0em;
	font-weight: 700;
	padding: .35em .5em .4em .5em;
}

#itemGroup p {
	font-size: 0.8em;
	padding: 1.5em 1em;
}
/* GENTNER */
/*	height: 30.5em; */
#itemGroup p.logo_background {
	background: transparent url(../img/webshop_logo.jpg) no-repeat left top;
	height: 47em;
	padding: 1.5em 0 0 5.9em;
}

* ItemGroup - Ende */

/* ItemGroupInline - Anfang */
/* GENTNER */
/*	padding: .7em; */
#itemGroupInline {
	padding: 0em;
	height: 100%
}

/* GENTNER */
/*	float: right; */
/*	color: #ffffff; */
#itemGroupInline ul.pager {
	list-style-type: none;
	float: center;
	clear: center;
	background-color: yellow;
	font-size: 1em;
}

/* GENTNER */
/*	font-size: .7em; */
/*	background-color: transparent; */
/*	color: #ffffff; */
#itemGroupInline ul.pager li {
	display: inline;
	clear: center;
	color: #000000;
}

#itemGroupInline ul.pager li span {
	background-color: transparent;
	color: #ffffff;
	font-weight: 700;
}

/* GENTNER */
#itemGroupInline form fieldset label {
	padding: 0em 0em 0em 0em;
	float: left;
	clear: left;
	display: block;
	font-size: .7em;
	font-weight: 700;
	width: 12em;
}

#itemGroupInline form fieldset span, #itemGroupInline form fieldset select {
	float: left;
	font-size: .7em;
	margin-bottom: .4em;
}

#itemGroupInline form fieldset ul.pages {
	float: left;
	font-size: .7em;
	margin-bottom: 1.9em;
}

#itemGroupInline form fieldset ul li {
	display: inline;
	font-weight: 700;
	color: #000;
	background-color: transparent;
}

#itemGroupInline form fieldset ul li a {
	color: #000;
	background-color: transparent;
	font-weight: normal;
}

#itemGroupInline ul.itemline {
	display: block;
}

#itemGroupInline ul.itemline li {
	float: left;
}

#itemGroupInline ul.itemline li.image {
	clear: left;
	width: 21%;
	padding-top: .1em;
}

#itemGroupInline ul.itemline li.text {
	width: 48%;
}

#itemGroupInline ul.itemline li.text h2 {
	background-color: transparent;
	color: #000;
	font-size: .8em;
	padding: 0;
	font-weight: 700;
}

#itemGroupInline ul.itemline li.text p {
	padding-top: .2em;
	font-size: .7em;
	font-weight: 500;
	text-align: justify;
}
/* GENTNER */
/*
#itemGroupInline ul.itemline li.text p a {
	font-weight: 700;
}
*/
/* GENTNER */
#itemGroupInline ul.itemline li.text p a:hover, #itemGroupInline ul.itemline li.text p a:focus {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}

#itemGroupInline ul.itemline li.info {
	width: 31%;
	text-align: right;
}

#itemGroupInline ul.itemline li.info ul li {
	float: none;
}

#itemGroupInline ul.itemline li.info ul li.oldprice label {
	background-color: transparent;
	color: #2b2c85;
	font-size: .8em;
	font-weight: 700;
}

#itemGroupInline ul.itemline li.info ul li.oldprice span {
	background-color: transparent;
	color: #2b2c85;
	font-size: .8em;
	font-weight: 700;
	text-decoration: line-through;
}

#itemGroupInline ul.itemline li.info ul li.specialprice label {
	background-color: transparent;
	color: #2b2c85;
	font-size: .8em;
	font-weight: 700;
}

#itemGroupInline ul.itemline li.info ul li.specialprice span {
	background-color: transparent;
	color: #2b2c85;
	font-size: .9em;
	font-weight: 700;
}

#itemGroupInline ul.itemline li.info ul li.baseprice {
	background-color: transparent;
	color: #2b2c85;
	font-size: .9em;
	font-weight: 700;
}

#itemGroupInline ul.itemline li.info ul li.uvp {
	font-size: .6em;
	font-weight: 500;
	padding-top: .2em;
}

#itemGroupInline ul.itemline li.info ul li.pricenotice {
	background-color: transparent;
	color: #000;
	font-size: .6em;
	font-weight: 500;
	padding-top: .1em;
}

#itemGroupInline ul.itemline li.info ul li.pricenotice a {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

#itemGroupInline ul.itemline li.info ul li.itemnumber {
	font-size: .6em;
	font-weight: 500;
	padding-top: .2em;
}

#itemGroupInline ul.itemline li.info ul li.alreadyincart {
	font-size: .65em;
	font-weight: 500;
	padding-top: .2em;
}

#itemGroupInline ul.itemline li.info ul li.variationtext {
	font-size: .7em;
	font-weight: 500;
}

#itemGroupInline ul.itemline li.info ul li.variationlist {
	font-size: .7em;
	font-weight: 500;
	padding-top: .2em;
}

#itemGroupInline ul.itemline li.info ul li.variationlist label {
	padding-right: .5em;
}

#itemGroupInline ul.itemline li.info ul li.variationlist select {
	font-size: 1em;
	font-weight: normal;
	width: 7em;
	vertical-align: middle;
}

#itemGroupInline ul.itemline li.info ul li.order input.menge {
	background-color: #ccc;
	color: #000;
	font-size: .7em;
	font-weight: 700;
}

#itemGroupInline ul.itemline li.info ul li.order img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

#itemGroupInline ul.itemline li.line {
	padding: 1em 0 1em 0;
	width: 100%;
}

/* GENTNER */
/*	border: 1px dashed #aaa; */
#itemGroupInline ul.itemline li.line hr {
	border: 1px dashed #006666;
	vertical-align: middle;
}

#itemGroupInline ul.itemline .buttons {
	font-size: .7em;
}

.itemline .text .images {
    margin-top: .5em;
    height: 40px;
}
/* Itemline - Ende */

/* TeaserContainer - Anfang */
#teasercontainer {
	float: left;
	width: 12.7em;
	padding-left: .3em;
}
/* TeaserContainer - Ende */

/* Leftcontainer - Anfang */
#leftcontainer {
	float: left;
	width: 12.7em;
	padding-left: .3em;
}
/* Leftcontainer - Ende */

/* MiddleContainer - Anfang */
#middlecontainer {
	float: left;
	width: 37.7em;
	padding-left: .3em;
}
/* MiddleContainer - Ende */

/* Rightcontainer - Anfang */
#rightcontainer {
	float: left;
	width: 50.7em;
	padding-left: .3em;
}
/* Rightcontainer - Ende */

/* Quickorder - Anfang */
#quickOrder form table {
	width: 100%;
}

#quickOrder form table thead tr {
	background-color: #ddd;
	color: #000;
	font-size: .6em;
	height: 1.7em;
	text-indent: .5em;
	vertical-align: middle;
}

#quickOrder form table tbody {
	background-color: #fff;
}

#quickOrder form table tbody input {
	background-color: #eee;
	border-color: #000;
	color: #000;
	font-size: .8em;
	margin: .2em 0 .2em .5em;
}
/* Quickorder - Ende */

/* Manufacturer - Anfang */
#manufacturer ul {
	padding: 0 .5em 0 .5em;
}

#manufacturer ul li {
	font-size: .7em;
	font-weight: 700;
	padding: .3em 0 .3em 0;
}
/* GENTNER */
/*	border-bottom: 1px dashed #aaa; */
#manufacturer ul li.line {
	border-bottom: 0.75px dashed #006666;
}
/* Manufacturer - Ende */

/* Cart - Anfang */
#cart p.emptycart {
	font-size: .7em;
	font-weight: 500;
	background: transparent url(../img/shoppingbasket_empty.gif) no-repeat 1em 1em;
	height: 4.6em;
	padding: 2em .5em 0 6.5em;
}

#cart form table {
	width: 100%;
}

#cart form table thead tr {
	background-color: #ddd;
	color: #000;
	font-size: .6em;
	height: 1.7em;
	vertical-align: middle;
}

#cart form table tbody, #cart form table tfoot {
	font-size: .8em;
}

#cart form table tbody input {
	background-color: #eee;
	border-color: #000;
	color: #000;
	margin: .2em 0 .2em .5em;
}

#cart form table tr td {
	padding: .2em;
}

#cart ul {
	margin: .4em .2em .3em 0;
	text-align: right;
}

#cart ul li {
	display: inline;
}

#cart ul li input.buttons {
	font-size: .7em;
	margin-bottom: .2em;
}
/* Cart - Ende */

/* AGB, Privacy & Unsubscribe - Anfang */
#agb p, #privacy p, #unsubscribe p {
	font-size: .7em;
	font-weight: 500;
	padding: .35em .5em .4em .5em;
}
/* AGB, Privacy & Unsubscribe - Ende */

/* Impressum - Anfang */
#imprint ul {
	padding: .35em 0 0 .5em;
}

#imprint ul li {
	font-size: .7em;
	font-weight: 500;
	padding-bottom: .6em;
}
/* Impressum - Ende */

/* Item - Anfang */
#item {
	height: 100%;
}

#item p.logo_background {
	background: transparent url(../img/webshop_logo.jpg) no-repeat right bottom;
	font-size: .8em;
	height: 47em;
	padding: 1.5em 0 0 5.9em;
}

#item span.image {
	background: transparent url(../img/basket_filled_big.gif) no-repeat .8em 1em;
}

#item ul {
	padding: .35em 0 .4em .5em;
}

#item ul li ul {
	padding: .35em .5em .4em .5em;
}

#item ul li.image {
	display: block;
}

#item ul li.image ul {
	float: left;
	/* IE-Anpassung */
	margin-top: -1.15em;
}

html>body #item ul li.image ul {
	margin-top: 0;
}

#item ul li.info ul {
	float: right;
	text-align: right;
}

#item ul li.info .images {
    text-align: center;
}

#item ul li.info span.itemAmountUnit {
	font-size: .7em;
}

#item ul li.info ul li.oldprice label {
	background-color: transparent;
	color: #2b2c85;
	font-size: .8em;
	font-weight: 700;
}

#item ul li.info ul li.oldprice span {
	background-color: transparent;
	color: #2b2c85;
	font-size: .8em;
	font-weight: 700;
	text-decoration: line-through;
}

#item ul li.info ul li.specialprice label {
	background-color: transparent;
	color: #2b2c85;
	font-size: .8em;
	font-weight: 700;
}

#item ul li.info ul li.specialprice span {
	background-color: transparent;
	color: #2b2c85;
	font-size: .9em;
	font-weight: 700;
}

#item ul li.info ul li.baseprice {
	background-color: transparent;
	color: #2b2c85;
	font-size: .9em;
	font-weight: 700;
}

#item ul li.info ul li.pricenotice {
	background-color: transparent;
	color: #000;
	font-size: .6em;
	font-weight: 500;
	padding-top: .1em;
}

#item ul li.info ul li.pricenotice a {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

#item ul li.info ul li.itemnumber {
	font-size: .6em;
	font-weight: 500;
	padding-top: .2em;
}

#item ul li.info ul li.uvp {
	font-size: .6em;
	font-weight: 500;
	padding-top: .2em;
}

#item ul li.info ul li.alreadyincart {
	font-size: .65em;
	font-weight: 500;
	padding-top: .2em;
}

#item ul li.info ul li.variationtext, #item ul li.info ul li.variationlist {
	font-size: .7em;
	font-weight: 500;
}

#item ul li.info ul li.variationlist {
	padding-top: .2em;
}

#item ul li.info ul li.variationlist label {
	padding-right: .5em;
}

#item ul li.info ul li.variationlist select {
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle;
	width: 7em;
}

#item ul li.info ul li.order {
	padding-top: .5em;
}

#item ul li.info ul li.order input.menge {
	background-color: #ccc;
	color: #000;
	font-size: .7em;
	font-weight: 700;
}

#item ul li.info ul li.order img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

#item ul li.text {
	clear: both;
	padding-top: 1.2em;
	font-size: .8em;
}

#item ul li.text * {
	background-color: transparent;
	color: #000;
	font-weight: normal;
	float: none;
	text-align: left;
}

#item ul li.files ul {
	float: none;
}

#item ul li.files ul li img {
	vertical-align: middle;
}

#item ul li.files ul li a {
	font-size: .7em;
	font-weight: 700;
}

#item .buttons {
	font-size: .7em;
}
/* Item - Ende */

/* Cross Selling */
#crossSellingGroups ul {
	padding: .35em .5em .4em .5em;
}

#crossSellingGroups ul li {
	font-size: .7em;
	font-weight: 700;
	padding: .3em 0 .3em 0;
}
/* GENTNER */
/*	border-bottom: 1px dashed #aaa; */
#crossSellingGroups ul li.line {
	border-bottom: 0.75px dashed #006666;
}
/* GENTNER */
/*	border-bottom: 1px dashed #aaa; */
#crossSellingItems ul {
	border-bottom: 0.75px dashed #006666;
	padding: .35em .5em .4em .5em;
}

#crossSellingItems ul.last {
	border: none;
}

#crossSellingItems ul li a {
	font-size: .7em;
	font-weight: 700;
}

#crossSellingItems ul li.text {
	background-color: transparent;
	color: #000;
	font-size: .6em;
	font-weight: 500;
}
/* Cross Selling Ende */

/* Quickcart Status - Anfang */
#quickCartStatus table {
	width: 100%;
}

#quickCartStatus table thead tr {
	background-color: #ddd;
	color: #000;
	font-size: .6em;
	height: 1.7em;
	text-indent: .5em;
	vertical-align: middle;
}

#quickCartStatus table tbody tr {
	text-indent: .5em;
}

#quickCartStatus tbody a {
	font-size: .6em;
}

#quickCartStatus tbody a img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

#quickCartStatus tbody span {
	font-size: .6em;
}
/* QuickcartStatus - Ende */

/* itemSearch - Anfang */
#itemSearch p.logo_background {
	background: transparent url(../img/webshop_logo.jpg) no-repeat right bottom;
	height: 47em;
	font-size: .8em;
	padding: 1.5em 0 0 5.9em;
}

#itemSearch span.image {
	background: transparent url(../img/basket_filled_big.gif) no-repeat .8em 1em;
}
/* ItemSearch - Ende */

/* ItemGroupInline - Anfang */
#itemSearchInline {
	padding: .7em;
	height: 100%
}

#itemSearchInline ul.pager {
	float: right;
}

#itemSearchInline ul.pager li {
	background-color: transparent;
	color: #000;
	display: inline;
	font-size: .7em;
}

#itemSearchInline ul.pager li a, #itemSearchInline ul.pager li span {
	background-color: transparent;
	color: #000;
}

#itemSearchInline ul.pager li span {
	font-weight: 700;
}

#itemSearchInline form fieldset label {
	float: left;
	clear: left;
	display: block;
	font-size: .7em;
	font-weight: 700;
	width: 12em;
}

#itemSearchInline form fieldset span, #itemSearchInline form fieldset select {
	font-size: .7em;
	float: left;
	margin-bottom: .4em;
}

#itemSearchInline form fieldset ul.pages {
	font-size: .7em;
	float: left;
	margin-bottom: 1.9em;
}

#itemSearchInline form fieldset ul li {
	background-color: transparent;
	color: #000;
	display: inline;
	font-weight: 700;
}

#itemSearchInline form fieldset ul li a {
	background-color: transparent;
	color: #000;
	font-weight: normal;
}

#itemSearchInline ul.itemline {
	display: block;
}

#itemSearchInline ul.itemline li {
	float: left;
}

#itemSearchInline ul.itemline li.image {
	clear: left;
	padding-top: .1em;
	width: 18%;
}

#itemSearchInline ul.itemline li.text {
	width: 48%;
}

#itemSearchInline ul.itemline li.text h2 {
	background-color: transparent;
	color: #000;
	font-size: .8em;
	font-weight: 700;
	padding: 0;
}

#itemSearchInline ul.itemline li.text p {
	font-size: .7em;
	font-weight: 500;
	padding-top: .2em;
}
/* GENTNER */
/*
#itemSearchInline ul.itemline li.text p a {
	font-weight: 700;
}
*/
/* GENTNER */
#itemSearchInline ul.itemline li.text p a:hover, #itemSearchInline ul.itemline li.text p a:focus {
	background-color: transparent;
	color: #ff0000;
	text-decoration: underline;
}

#itemSearchInline ul.itemline li.info {
	text-align: right;
	width: 34%;
}

#itemSearchInline ul.itemline li.info ul li {
	float: none;
}

#itemSearchInline ul.itemline li.info ul li.oldprice label, #itemSearchInline ul.itemline li.info ul li.oldprice span, #itemSearchInline ul.itemline li.info ul li.specialprice label {
	background-color: transparent;
	color: #2b2c85;
	font-size: .8em;
	font-weight: 700;
}

#itemSearchInline ul.itemline li.info ul li.oldprice span {
	text-decoration: line-through;
}

#itemSearchInline ul.itemline li.info ul li.specialprice span, #itemSearchInline ul.itemline li.info ul li.baseprice {
	background-color: transparent;
	color: #2b2c85;
	font-size: .9em;
	font-weight: 700;
}

#itemSearchInline ul.itemline li.info ul li.uvp {
	font-size: .6em;
	font-weight: 500;
	padding-top: .2em;
}

#itemSearchInline ul.itemline li.info ul li.pricenotice {
	background-color: transparent;
	color: #000;
	font-size: .6em;
	font-weight: 500;
	padding-top: .1em;
}

#itemSearchInline ul.itemline li.info ul li.pricenotice a {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

#itemSearchInline ul.itemline li.info ul li.itemnumber {
	font-size: .6em;
	font-weight: 500;
	padding-top: .2em;
}

#itemSearchInline ul.itemline li.info ul li.alreadyincart {
	font-size: .65em;
	font-weight: 500;
	padding-top: .2em;
}

#itemSearchInline ul.itemline li.info ul li.variationtext, #itemSearchInline ul.itemline li.info ul li.variationlist {
	font-size: .7em;
	font-weight: 500;
}

#itemSearchInline ul.itemline li.info ul li.variationlist {
	padding-top: .2em;
}

#itemSearchInline ul.itemline li.info ul li.variationlist label {
	padding-right: .5em;
}

#itemSearchInline ul.itemline li.info ul li.variationlist select {
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle;
	width: 7em;
}

#itemSearchInline ul.itemline li.info ul li.order input.menge {
	background-color: #ccc;
	color: #000;
	font-size: .7em;
	font-weight: 700;
}

#itemSearchInline ul.itemline li.info ul li.order img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

#itemSearchInline ul.itemline li.line {
	padding: 1em 0 1em 0;
	width: 100%;
}

/* GENTNER */
/*	border: 1px dashed #aaa; */
#itemSearchInline ul.itemline li.line hr {
	border: 1px dashed #006666;
	vertical-align: middle;
}

#itemSearchInline ul.itemline .buttons {
	font-size: .7em;
}
/* ItemSearchInline - Ende */

/* ItemProfiSearch - Anfang */
#itemProfiSearch span.image {
	background: transparent url(../img/profisearch.gif) no-repeat .8em 1em;
}

#itemProfiSearch p {
	font-size: .7em;
	font-weight: 500;
	padding: .35em .5em .4em .5em;
}

#itemProfiSearch p.text {
	font-size: .7em;
	font-weight: 500;
	padding: 2em .5em .4em 8em;
}

#itemProfiSearch ul.sml, #itemProfiSearch ul.fromTo ul {
	font-size: .8em;
	padding: .35em .5em .4em .5em;
}

#itemProfiSearch ul.sml li label {
	float: left;
	width: 12em;
}

#itemProfiSearch ul.sml li select {
	font-size: .8em;
	width: 11em;
}

#itemProfiSearch ul.fromTo li {
	display: inline;
}

#itemProfiSearch ul.fromTo li.description, #itemProfiSearch ul.text li label {
	float: left;
	width: 8em;
}

#itemProfiSearch ul.fromTo li.from {
	display: block;
	float: left;
	padding-right: 2em;
	width: 7em;
}

#itemProfiSearch ul li input {
	border-color: #000;
	width: 7em;
}

#itemProfiSearch ul.text {
	font-size: .8em;
	padding: .7em .5em .4em .5em;
}
/* ItemProfiSearch - Ende */

/* ShippingCosts - Anfang */
#shippingCosts table {
    margin: .5em .5em .5em .5em;
	padding: .35em .5em .4em .5em;
	width: 95%;
}

#shippingCosts table thead td {
	font-size: .8em;
	font-weight: 700;
	padding-bottom: .2em;
	text-align: left;
}

#shippingCosts table tbody td {
	font-size: .7em;
}

#shippingCosts table tbody th {
	font-size: .7em;
	text-align: left;
}

#shippingCosts p {
	font-size: .7em;
	font-weight: 500;
	padding: .35em .5em .4em .5em;
}
/* ShippingCosts - Ende */

/* Login Anfang */
#login p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#login p a {
	font-weight: 700;
}

#login .form {
	padding: .35em .5em .4em .5em;
}

#login .form submit {
	padding: .35em .5em .4em .5em;
    font-weiht: 700;
    }

/* Login Ende */

/* NewPassword  & PasswordSend - Anfang */
#newPassword p, #passwordSend p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#newPassword .form {
	padding: .35em .5em .4em .5em;
}

/* GENTNER */
/*	border: 1px dashed #aaa; */
#passwordSend {
	border: 1px dashed #006666;
}
/* NewPassword  & PasswordSend - Ende */

/* MyAccount - Anfang */
#myAccount p {
	font-size: .7em;
	padding: .35em .5em .9em .5em;
}

#myAccount ul {
	padding: .35em .5em .4em .5em;
}

#myAccount ul li {
	font-size: .7em;
	padding-left: 6em;
	height: 6em;
	width: 46em;
}

#myAccount ul li a {
	font-size: .95em;
}

#myAccount .myBuyList {
	background: transparent url(../img/quick_cart.gif) no-repeat 0 0;
}

#myAccount .myCustomer {
	background: transparent url(../img/personal.gif) no-repeat 0 0;
}

#myAccount .myOrders {
	background: transparent url(../img/package_view.gif) no-repeat 0 0;
}
/* MyAccount - Ende */

/* NewCustomer - Anfang */
/*	background-color: #ddd; */
#newCustomer h3 {
	background-color: #dddddd;
	color: #000;
	font-size: .68em;
	font-weight: 700;
	padding: .4em .5em .4em .5em;
	margin: 4em 0 .8em 0;
}

#newCustomer p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#newCustomer fieldset {
	padding: .35em .5em .4em .5em;
}
#newCustomer span.image {
	background: transparent url(../img/personal.gif) no-repeat .5em 0;
}

#newCustomer fieldset fieldset, #myCustomer fieldset fieldset {
    border: 1px solid #cccccc;
    clear: left;
}

#newCustomer fieldset fieldset legend, #myCustomer fieldset fieldset legend {
    font-size: .8em;
    font-weight: bold;
    padding: 1em 0;
}

#newCustomer fieldset fieldset p, #myCustomer fieldset fieldset p {
    clear: left;
    margin-top: 1em;
    padding: 0;
}
/* NewCustomer - Ende */

/* QuickCart - Anfang */
#quickCart h2 a {
	background-color: #aaa;
	color: #fff;
	text-decoration: underline;
}

#quickCart p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#quickCart p.text {
	padding-top: 1.15em;
}

#quickCart span.image {
	background: transparent url(../img/quick_cart.gif) no-repeat .5em .5em;
}

#quickCart .buttons {
	font-size: .7em;
}

#quickCart fieldset ul {
	padding-left: .5em;
}

#quickCart fieldset table {
	padding: .35em .5em .4em .5em;
}

#quickCart fieldset table thead tr {
	background-color: #ddd;
	color: #000;
	font-size: .8em;
	font-weight: 600;
}

#quickCart fieldset table thead td.date {
	width: 20%;
}

#quickCart fieldset table thead td.name {
	width: 20%;
}

#quickCart fieldset table thead td.action {
	width: 60%;
}

#quickCart fieldset table tbody td {
	font-size: .7em;
	font-weight: 600;
}
/* QuickCart - Ende */

/* QuickCartDetails - Anfang */
#quickCartDetails h2 a {
	background-color: #aaa;
	color: #fff;
	text-decoration: underline;
}

#quickCartDetails h2 a:hover, #quickCartDetails h2 a:focus {
	background-color: transparent;
	color: #000;
}

#quickCartDetails p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#quickCartDetails p.text {
	padding-top: 1.15em;
}

#quickCartDetails table {
	padding: .35em .5em .4em .5em;
}

#quickCartDetails span.image {
	background: transparent url(../img/quick_cart.gif) no-repeat .5em .5em;
	width: 4.5em;
	height: 3.8em;
}

#quickCartDetails table thead tr {
	background-color: #ddd;
	color: #000;
	font-size: .8em;
	font-weight: 500;
}

#quickCartDetails table td {
	padding-left: .4em;
}

#quickCartDetails table tbody td {
	font-size: .7em;
	font-weight: 500;
	padding-bottom: 1.2em;
}

#quickCartDetails table tbody img {
	height: 16px;
	width: 16px;
}

#quickCartDetails table tfoot td {
	font-size: .8em;
	padding-bottom: .5em;
}

#quickCartDetails fieldset {
	float: left;
}
/* QuickCartDetails - Ende */

/* MyCustomer - Anfang */
#myCustomer h2 a {
	background-color: #aaa;
	color: #fff;
	text-decoration: underline;
}

#myCustomer h3 {
	background-color: #ddd;
	color: #000;
	font-size: .68em;
	font-weight: 700;
	padding: .4em .5em .4em .5em;
	margin: 4em 0 .8em 0;
}

#myCustomer p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#myCustomer fieldset {
	padding: .35em .5em .4em .5em;
}

#myCustomer span.image {
	background: transparent url(../img/personal.gif) no-repeat .5em 0;
	width: 4em;
	height: 3em;
}
/* MyCustomer - Ende */

/* MyDeliverAddress - Anfang */
#myDeliverAddress h2 a {
	background-color: #aaa;
	color: #fff;
	text-decoration: underline;
}

#myDeliverAddress h2 a:hover, #myDeliverAddress h2 a:focus {
	background-color: #aaa;
	color: #000;
}

#myDeliverAddress p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#myDeliverAddress fieldset {
	padding: .35em .5em .4em .5em;
}

#myDeliverAddress span.image {
	background: transparent url(../img/personal.gif) no-repeat .5em 0;
	width: 4em;
	height: 3em;
}
/* MyDeliverAddress - Ende */

/* MyOrders - Anfang */
#myOrders h2 a {
	background-color: #aaa;
	color: #fff;
	text-decoration: underline;
}

#myOrders h2 a:hover, #myOrders h2 a:focus {
	background-color: transparent;
	color: #000;
}

#myOrders p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#myOrders table {
	padding: .35em .5em .4em .5em;
	width: 100%;
}

#myOrders table thead tr {
	background-color: #ddd;
	color: #000;
	font-size: .8em;
	font-weight: 500;
}

#myOrders table td {
	padding-left: .4em;
}

#myOrders table tbody td {
	font-size: .7em;
	font-weight: 500;
	padding-bottom: 1.2em;
}

#myOrders table tbody img {
	height: 32px;
	width: 32px;
}

#myOrders table tfoot td {
	font-size: .8em;
	padding-bottom: .5em;
}
/* MyOrders - Ende */

/* MyOrderDetail - Anfang */
#myOrderDetail h2 a {
	background-color: #aaa;
	color: #fff;
	text-decoration: underline;
}

#myOrderDetail h2 a:hover, #myOrderDetail h2 a:focus {
	background-color: transparent;
	color: #000;
}

#myOrderDetail h3 {
	background-color: #ddd;
	color: #000;
	font-size: .68em;
	font-weight: 700;
	padding: .4em .5em .4em .5em;
}

#myOrderDetail p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#myOrderDetail table {
	padding: .35em .5em .4em .5em;
	border-spacing: 0;
	width: 100%;
}

#myOrderDetail table thead tr {
	background-color: #ddd;
	color: #000;
	font-size: .8em;
	font-weight: 500;
}

#myOrderDetail table td {
	padding-left: .4em;
}

#myOrderDetail table tbody td {
	font-size: .7em;
	font-weight: 500;
	padding-bottom: 1.2em;
}

#myOrderDetail table tfoot td {
	font-size: .8em;
	padding-bottom: .5em;
}

#myOrderDetail ul {
	padding: .35em .5em .4em .5em;
	vertical-align: middle;
}
/* MyOrderDetail - Ende */

/* ShowCustomer - Anfang */
#showCustomer h2 a {
	background-color: #aaa;
	color: #fff;
	text-decoration: underline;
}

#showCustomer h2 a:hover, #showCustomer h2 a:focus {
	background-color: transparent;
	color: #000;
}

#showCustomer h3 {
	background-color: #ddd;
	color: #000;
	font-size: .68em;
	font-weight: 700;
	padding: .4em 0 .4em .5em;
}

#showCustomer p {
	font-size: .7em;
	padding: .35em 0 .4em .5em;
}

#showCustomer table {
	padding: .35em 0 .4em .5em;
	width: 100%;
}

#showCustomer table thead tr {
	background-color: #ddd;
	color: #000;
	font-size: .8em;
	font-weight: 500;
}

#showCustomer table td {
	padding-left: .4em;
}

#showCustomer table tbody td {
	font-size: .7em;
	font-weight: 500;
}

#showCustomer table tfoot td {
	font-size: .8em;
	padding-bottom: .5em;
}

#showCustomer ul {
	padding: .35em 0 .4em .5em;
	vertical-align: middle;
}

#showCustomer ul li a {
	font-size: .7em;
}
/* GENTNER */
/*	border-bottom: 1px dashed #aaa; */
#showCustomer .separation {
	padding-bottom: 1.5em;
	margin: 0;
	border-bottom: 0.75px dashed #006666;
}
/* ShowCustomer - Ende */

/* OrderPayship - Anfang */
#orderPayship h2 a {
	background-color: #aaa;
	color: #fff;
	text-decoration: underline;
}

#orderPayship h2 a:hover, #orderPayship h2 a:focus {
	background-color: transparent;
	color: #000;
}

#orderPayship p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#orderPayship fieldset {
	padding: .35em .5em .4em .5em;
}
/* OrderPayship - Ende */

/* OrderEnd - Anfang */
#orderEnd h2 a {
	background-color: #aaa;
	color: #fff;
	text-decoration: underline;
}

#orderEnd h2 a:hover, #orderEnd h2 a:focus {
	background-color: transparent;
	color: #000;
}

#orderEnd h3 {
	background-color: #ddd;
	color: #000;
	font-size: .68em;
	font-weight: 700;
	padding: .4em .5em .4em .5em;
}

#orderEnd p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#orderEnd table {
	padding: .35em .5em .4em .5em;
	width: 100%;
}

#orderEnd table thead tr {
	background-color: #ddd;
	color: #000;
	font-size: .8em;
	font-weight: 500;
}

#orderEnd table td {
	padding-left: .4em;
}

#orderEnd table tbody td {
	font-size: .7em;
	font-weight: 500;
	padding-bottom: 1.2em;
}

#orderEnd table tfoot td {
	font-size: .8em;
	padding-bottom: .5em;
}

#orderEnd ul {
	padding: .35em .5em .4em .5em;
	vertical-align: middle;
}

#orderEnd textarea {
	margin: .35em .5em .4em .5em;
}

#orderEnd ul.addressleft {
	font-size: .8em;
	float: left;
}

#orderEnd ul.addressright {
	font-size: .8em;
	padding: 0 0 .5em 25em;
}

#orderEnd table tbody td img {
	height: 16px;
	vertical-align: middle;
	width: 16px;
}
/* OrderEnd - Ende */

/* OrderThanks - Anfang */
#orderThanks p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}
/* OrderThanks - Ende */

/* Maintenance - Anfang */
/* GENTNER */
/*	border: 1px dashed #aaa; */
#maintenance {
	border: 1px dashed #006666;
	text-align: justify;
	vertical-align: middle;
	width: 30em;
	margin: 0px auto;
	margin-top: 2em;
	padding: .5em;
}

#maintenance h1 {
	font-size: 1em;
}

#maintenance p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}

#maintenance strong.indent {
	padding-left: 2em;
}
/* Maintenance - Ende */

/* Cookie - Anfang */
#cookie p {
	font-size: .7em;
	padding: .35em .5em .4em .5em;
}
/* Cookie - Ende */

/* Formulare - Anfang */
.form {
	list-style-type: none;
}

.form li {
	vertical-align: middle;
}

.form label {
	float: left;
	font-size: .7em;
	width: 10em;
	font-weight: 700;
}

.form input {
	width: 12em;
	border-color: #000;
	background-color: #eee;
	margin: .2em .2em .3em .2em;
	color: #000;
}

.formTwoColumns {
	list-style-type: none;
	clear: left;
}

.formTwoColumns li {
	vertical-align: middle;
	float: left;
	padding-bottom: .2em;
	width: 48%;
}

.formTwoColumns label {
	float: left;
	font-size: .7em;
	width: 10em;
	font-weight: 700;
	display: block;
}

.formTwoColumns input {
	width: 11.4em;
	border-color: #000;
	background-color: #eee;
	color: #000;
	padding: 0 .1em;
}

.formTwoColumns span {
	width: 12em;
	font-size: .8em;
}

.formTwoColumns select {
	width: 12.3em;
	border-color: #000;
	background-color: #eee;
	color: #000;
}

.formTwoColumns input.radio {
	width: auto;
	border-color: #000;
	background-color: #eee;
	float: left;
}

.formTwoColumns .separator {
	width: 4%;
}

.buttons {
	background-color: #ccc;
	border-color: #000;
	color: #000;
	font-size: .9em;
	font-weight: 700;
}
/* Formulare - Ende */

/* Bankeinzug - Anfang */
#debit form{
    padding: 1em;
}

#debit dl {
    padding-bottom: 1em;
}

#debit input.buttons {
    font-size: .7em;
}

#debit dt {
    font-size: .7em;
    font-weight: bold;
    float: left;
    width: 10em;
}

#debit dd {
    /*padding: 0em 0 .5em 1em;*/
}
/* Bankeinzug - Ende */

/* Allgemeine Definitionen - Anfang */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}
/* Allgemeine Definitionen - Anfang */