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

body {
	background: #4D3921 url(../img/background.gif) top left repeat-x;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
}

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

fieldset {
	border: none;
}

.clear {
	clear: both;
}

a {
	background-color: transparent;
	color: #533E24;
	text-decoration: none;
}

a:hover, a:focus {
	background-color: transparent;
	color: #A48C6C;
}

ul {
	list-style-type: none;
}

form, input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Umrandung und Abstand fuer die Boxen */
div div div {
	margin-bottom: 1.5em;
}

div div div div {
}

div div div h2 {
	background-color: #A48C6C;
	color: #fff;
	font-size: 11px;
	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: right;
	padding: 3em 0 0 0;
}
/* Logo - Ende */

/* Shophead - Anfang */
#shophead {
	color: #fff;
	width: 900px;
	height: 160px;
	margin: 0 auto;
}
/* Shophead - Ende */

/* Shopfooter - Anfang */
#shopfooter {
	clear: both;
	color: #fff;
	width: 900px;
	height: 5em;
	margin: 0 auto;
	padding: .2em 0 .5em 0;
}

#shopfooter a {
	color: #ECDFC8;
}
#shopfooter a:hover {
	color: #fff;
}
/* Shopfooter - Ende */

/* Static-Navigation - Anfang */
#staticnavigation {
	float: left;
	font-size: 11px;
	font-weight: 700;
	padding-top: .55em;
	text-indent: .5em;
	padding-left: 22.6em;
}
#staticnavigation ul {
	padding: 0;
	marign: 0;
}
#staticnavigation ul li {
	display: inline;
	padding-right: .5em;
}
#staticnavigation ul li a {
	padding: .1em .1em;
	font-weight: normal;
}
#staticnavigation ul li a:hover,
#staticnavigation ul li.active a {
	background-color: transparent;
	color: #fff;
}
/* Static-Navigation - Ende */

/* Languages - Anfang */
#languages {
	float: left;
	width: auto;
	display: none;
}

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

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


/* Top-Navigation - Anfang */
#topnavigation {
	clear: left;
	color: #fff;
	font-size: 14px;
	text-transform:uppercase;
	text-indent: .3em;
	line-height: 16px;
	position: absolute; left:auto; top:0
}

#topnavigation ul {
	position: absolute; top:110px; left:246px;
	width:648px;
}

#topnavigation ul li {
	float:left;
	width: 120px;
	height:50px;
	text-align:center;
	margin-right:1px;
	background: url(../img/topNavNormal.gif) bottom repeat-x;
}

#topnavigation ul li a {
	color: #fff;
	display:block;
	padding: 10px 5px 7px 5px;
}
#topnavigation ul li a:hover { color:#ECDFC8;}

#topnavigation ul li.active {
	background-image: url(../img/topNavActive.gif);
}

#topnavigation ul li.active a { color: #8A6D48; }
/* Top-Navigation - Ende */

/* Shopbody - Anfang */
#shopbody {
	margin: 0 auto;
	width: 900px;
	clear: both;
}
/* Shopbody - Ende */

/* Quicksearch - Anfang */
#quickSearch h2 {
	position: absolute;
	top: 11em;
	left: auto;
	width: auto;
	background: none;
}

#quickSearch form .button {
	background-color: #A48C6C;
	color: #ECDFC8;
	font-size: .8em;
	font-weight: 600;
	border: 0;
	width: 5.6em;
	height: 1.7em;
}
* html #quickSearch form .button {
	width: 5.4em;
}

#quickSearch form .searchterm {
	background-color: #ECDFC8;
	color: #000;
	float: left;
	font-size: .8em;
	border: 0;
	width: 12em;
	height: 1.7em;
}
#quickSearch form .button {
}
/* Quicksearch - Ende */

/* Navigationhead - Anfang */
#navigation h2 {
	display: none;
}

#navigationhead {
	margin: 0;
}

#navigation #navigationhead ul {
	display: none;
}

#navigationhead ul {
	text-align:center;
	padding-top:8px;
}

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

#navigationhead ul li a {
	background-color: transparent;
	color: #fff;
}
#navigationhead ul li a:hover {
	background-color: transparent;
	color: #ECDFC8;
}

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

/* Navigationcontent - Anfang */
#navigationcontent, #factFinderNavigation {
	font-size: 11px;
	font-weight: 700;
}

/* erste Ebene */
#navigationcontent ul li, #factFinderNavigation ul li {
	vertical-align: middle;
	line-height: 1.25em;
}
* html #navigationcontent ul li, #factFinderNavigation ul li {
	display: inline-block;
}
#navigationcontent ul li a, #factFinderNavigation ul li a {
	vertical-align: super;
	display: block;
	color: #ECDFC8;
	background: transparent;
	padding: .4em 1em;
}
#navigationcontent ul li a:hover, #factFinderNavigation ul li a:hover {
	color: #ECDFC8;
	background-color: #A48C6C;
}
#navigationcontent ul li.active a, #factFinderNavigation ul li.active a {
	color: #ECDFC8;
	text-decoration: none;
}
#navigationcontent ul li.openedfolder, #factFinderNavigation ul li.openedfolder {
	background-color: #A48C6C;
}
#navigationcontent ul li.closedfolder, #factFinderNavigation ul li.closedfolder {
}

/* zweite Ebene */
#navigationcontent ul li li,
#factFinderNavigation ul li li {
	vertical-align: middle;
}
#navigationcontent ul li li a,
#factFinderNavigation ul li li a {
	vertical-align: super;
	padding-left: 2.5em;
}
#navigationcontent ul li li.openedfolder a,
#navigationcontent ul li li.closedfolder a {
}
#navigationcontent ul li li.openedfolder a,
#navigationcontent ul li li a:focus,
#navigationcontent ul li li a:hover,
#navigationcontent ul li li.active a {
	background-color: #BAA588;
	color: #fff;
}

/* dritte Ebene */
#navigationcontent ul li li li {
	vertical-align: middle;
}
#navigationcontent ul li li li.openedfolder a, #navigationcontent ul li li li.closedfolder a {
	background-color: transparent;
	color: #fff;
	vertical-align: super;
	background-color: #BAA588;
	padding-left: 4.5em;
}
#navigationcontent ul li li li a:focus, #navigationcontent ul li li li a:hover, #navigationcontent ul li li li.active a {
	color: #4D3921;
}

/* vierte Ebene */
#navigationcontent ul li li li li {
	vertical-align: middle;
}
#navigationcontent ul li li li li.openedfolder a, #navigationcontent ul li li li li.closedfolder a {
	vertical-align: super;
	background-color: #DEB952;
}
#navigationcontent ul li li li li a:focus, #navigationcontent ul li li li li a:hover, #navigationcontent ul li li li li.active a {
}
/* 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 - Anfang */
#cartStatus {
	position: absolute;
	top: 0;
	left: auto;
	width: 20em;
}
#cartStatus .inCartStatus {
	position: absolute;
	top: 110px;
	left: 730px;
	width: 165px;
	height:50px;
	text-align: right;
	background: url(../img/cartBg.gif) bottom repeat-x;
}

#cartStatus ul {
}

#cartStatus h2 {
	display: none;
}
#cartStatus table {
	display: none;
}

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

#cartStatus tbody tr {
	font-size: .7em;
	font-weight: 500;
	color: #F4ECDE;
}

#cartStatus tbody tr td {
	line-height: 1.5em;
	border-bottom: .05em solid #F4ECDE;
}

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


#cartStatus tfoot tr td {
	font-size: .7em;
	font-weight: 700;
	color: #fff;
	line-heiht: 2em;
}
/* CartStatus - Ende */

/* Carticons - Anfang */
#carticons {
}

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

#carticons ul li.order {
	padding: .5em 0 0 0;
	text-align: right;
	font-size: 12px;
}

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

#carticons ul li.order a {
	display: block;
	font-size: 13px;
	color: #fff;
	text-align:center;
}
#carticons ul li.order a:hover {
	color: #ECDFC8;
}

/* Carticons - Ende */


/* itemGroup - Anfang */
#itemGroup {
}

#itemGroup h2 {
	clear: left;
}
#itemGroup h2 strong, #item h2 strong {
	font-size: 1em;
	font-weight: 700;
	padding: .35em .5em .4em .5em;
}
#itemGroup h2 a, #item h2 a {
	background-color: transparent;
	color: #fff;
	font-size: .95em;
	font-weight: 600;
	padding: .35em .5em .4em .5em;
}

#itemGroup .itemGroupHead {
	color: #000;
	margin: 0;
}
#itemGroup .itemGroupHead div.itemGroupDescription {
	background-color: #ECDFC8;
	padding: .5em .8em .3em .8em;
	margin: 0;
	
}
#itemGroup .itemGroupHead div.itemGroupImage {
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#itemGroup .itemGroupHead h1,
#itemGroup .itemGroupHead h2 {
	font-size: .7em;
	padding: 0 0 .5em 0;
}
#itemGroup .itemGroupHead p {
	font-size: 11px;
	padding: 0 0 .7em 0;
}

#itemGroup p {
	font-size: .8em;
	padding: 1.5em 1em;
}
#itemGroup p.logo_background {
	height: 17.5em;
	padding: 1.5em 0 0 5.9em;
}

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

/* ItemGroupInline - Anfang */
#itemGroupInline {
	padding: .7em 0;
	height: 100%;
	text-align: left;
	width: 100%;
}

#itemGroupInline ul.pager {
	list-style-type: none;
	float: right;
	padding: 0 1em;
}
#itemGroupInline .pagerBottom {
	clear: both;
	width: 100%;
	text-align: left;
}
#itemGroupInline .pagerBottom ul.pager {
	float: none;
}
#itemGroupInline ul.pager a {
	color: #A48C6C;
	background-color: transparent;
}
#itemGroupInline ul.pager a:hover {
	color: #000;
}

#itemGroupInline ul.pager li {
	background-color: transparent;
	color: #000;
	display: inline;
	font-size: 11px;
}

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

#itemGroupInline form fieldset {
	margin-left: 1em;
}

#itemGroupInline form fieldset label {
	float: left;
	clear: left;
	display: block;
	font-size: 11px;
	font-weight: 700;
	width: 12em;
}

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

#itemGroupInline form fieldset .showProducts {
	display: none;
}

#itemGroupInline form fieldset ul.pages {
	float: left;
	font-size: 11px;
	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;
	margin: 0 .2em;
}

#itemGroupInline ul.itemline {
	float: left;
	width: 200px;
	margin-left: .7em;
}
#itemGroup .clear {
	clear: none;
}

#itemGroupInline ul.itemline li {
	font-size:11px;
}

#itemGroupInline ul.itemline li.image {
	padding-top: .1em;
}

#itemGroupInline ul.itemline li.text {
	min-height: 4.3em;
}
#itemGroupInline ul.itemline li.text .image {
	float: left;
	background: transparent;
	height: auto;
	width: auto;
	margin: .15em .3em 0 0;
}
#itemGroupInline ul.itemline li.text h2 {
	background-color: transparent;
	color: #000;
	font-size: 12px;
	padding: 0;
	font-weight: 700;
}
#itemGroupInline ul.itemline li.text p {
	padding-top: .2em;
	font-size: 11px;
	font-weight: 500;
	padding-left: 0;
	padding-bottom: .7em;
}

#itemGroupInline ul.itemline li.text p a {
	font-weight: 700;
}

#itemGroupInline ul.itemline li.text p a:hover, #itemGroupInline ul.itemline li.text p a:focus {
	background-color: transparent;
	color: #000;
}

#itemGroupInline ul.itemline li.info {
}

#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: 11px;
	font-weight: 700;
}

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

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

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

#itemGroupInline ul.itemline li.info ul li.baseprice {
	background-color: #ECDFC8;
	color: #000;
	font-size: 11px;
	font-weight: 700;
	text-align: left;
	margin-bottom: .05em;
	padding-left: .5em
}

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

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

#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: 11px;
	font-weight: 500;
	padding-top: .2em;
	display: none;
}

#itemGroupInline ul.itemline li.info ul li.alreadyincart {
	font-size: 11px;
	font-weight: 500;
	padding: .2em 0 .02em .5em;
	line-height: 1em;
	color: #CC0000;
}

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

#itemGroupInline ul.itemline li.info ul li.variationlist {
	font-size: 11px;
	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 {
	background-color: #F4ECDE;
	line-height: .1em;
}

#itemGroupInline ul.itemline li.info ul li.order fieldset {
	margin: 0;
	padding: 0;
}

#itemGroupInline ul.itemline li.info ul li.order input.menge {
	display: none;
}

#itemGroupInline ul.itemline li.info ul li.order img {
	display: none;
}

#itemGroupInline ul.itemline li.info ul li.order input.order {
	background-color: #ECDFC8;
	margin-left: 0;
}
* html #itemGroupInline ul.itemline li.info ul li.order input.order {
	height: 1.7em;
}
*+html #itemGroupInline ul.itemline li.info ul li.order input.order {
	height: 1.7em;
}

#itemGroupInline ul.itemline li.info ul li.order input.merkliste {
}

#itemGroupInline ul.itemline li.info ul li.order a {
	font-size: 11px;
	color: #000;
	background-color: transparent;
}
#itemGroupInline ul.itemline li.info ul li.order a:hover {
	color: #A48C6C;
}

#itemGroupInline ul.itemline li.line {
	width: 100%;
	height: 3em;
}

#itemGroupInline ul.itemline li.line hr {
	display: none;
}

#itemGroupInline ul.itemline .buttons {
	font-size: 11px;
	border: 0;
	background-color: transparent;
	color: #000;
	border-right: 1px solid #fff;
	padding-right: .6em;
	cursor: pointer;
	font-weight: normal;
}
* html #itemGroupInline ul.itemline .buttons {
	padding: 0;
}
*+html #itemGroupInline ul.itemline .buttons {
	padding: 0;
}
#itemGroupInline ul.itemline .buttons:hover,
#itemGroupInline ul.itemline .buttons:focus {
	background-color: transparent;
	color: #A48C6C;
}
/* Itemline - Ende */

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

/* Leftcontainer - Anfang */
#leftcontainer {
	float: left;
	width: 226px;
	margin-right: 20px;
}
/* Leftcontainer - Ende */

/* MiddleContainer - Anfang */
#middlecontainer {
	float: left;
	width: 29.5em;
}
/* MiddleContainer - Ende */

/* Rightcontainer - Anfang */
#rightcontainer {
	float: left;
	width: 648px;
	min-height: 35em;
	background-color: #fff;
}
/* Rightcontainer - Ende */

/* Quickorder - Anfang */
#quickOrder {
	display: none;
}
#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 {
	display: none;
}

#manufacturer ul {
	padding: 0 .5em 0 .5em;
}

#manufacturer ul li {
	font-size: .7em;
	font-weight: 700;
	padding: .3em 0 .3em 0;
}

#manufacturer ul li.line {
	border-bottom: 1px dashed #aaa;
}
/* 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: 5.6em;
	padding: 2em .5em 0 6.5em;
}

#cart form table {
	width: 100%;
}

#cart form table thead tr {
	background-color: #ECDFC8;
	color: #000;
	font-size: .7em;
	font-weight: 700;
	height: 1.7em;
	vertical-align: middle;
}

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

#cart form table tbody td {
	border-bottom: .05em solid #A48C6C;
}

#cart form table tbody input {
	background-color: #ECDFC8;
	border: .05em solid #A48C6C;
	color: #000;
	margin: .2em 0 .2em .5em;
	text-align: center;
}

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

#cart form table .first {
	padding-right: 1em;
}
#cart form table .last {
	padding-right: 1em;
}

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

#cart ul li {
	float: left;
padding: 0 5px;
}

#cart ul li input.buttons {
}

#cart ul li.order {
	text-align: right;
	width: 415px;
}

#cart ul li.order input.buttons {
	font-size: 13px;
	background: #4D3921;
	color: #fff;
}

/* Cart - Ende */

/* AGB, Privacy & Unsubscribe - Anfang */
#agb, #privacy, #unsubscrib {
}

#agb h3, #privacy h3, #unsubscribe h3 {
	font-size: .8em;
	font-weight: 700;
	padding: .35em 1em .4em .8em;
	color: #A48C6C;
}
#agb p, #privacy p, #unsubscribe p {
	font-size: .7em;
	font-weight: 500;
	padding: .35em 1em .4em 1em;
}
/* 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 {
	font-size: .8em;
	height: 20.5em;
	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 1em .4em .5em;
}

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

#item ul li.image ul {
	float: left;
}

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

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

#item ul li h1 {
	font-size: 16px;
	margin-top:10px;
}

#item ul li.text {
	padding-top: 1em;
	font-size: 12px;
	clear: right;
	border-top: 1px solid #4D3921;
}

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

#item ul li.text p {
}
#item ul li.text ul {
	margin-top: 0;
	padding-top: 1em;
	margin-left: 3em;
	list-style-type: square;
	margin-bottom: .5em;
}
* html #item ul li.text ul {
	margin-left: 19em;
}
*+html #item ul li.text ul {
	margin-left: 18em;
}

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

#item ul li.info .images {
    text-align: center;
}
#item ul li.info .images ul {
	padding-top: 0;
	margin: 0;
}

#item ul li.info span.itemAmountUnit {
	font-size: 11px;
}

#item ul li.info ul {
	width: 400px;
}

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

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

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

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

#item ul li.info ul li.baseprice {
	background-color: #ECDFC8;
	color: #000;
	font-size: 11px;
	font-weight: 700;
	text-indent: 1em;
	margin-bottom: .05em;
}

#item ul li.info ul span.pricenotice {
	background-color: transparent;
	color: #000;
	font-size: 11px;
	font-weight: 200;
}

#item ul li.info ul span.pricenotice a {
	background-color: transparent;
	color: #000;
}
#item ul li.info ul span.pricenotice a:hover {
	color: #A48C6C;
}

#item ul li.info ul li.itemnumber {
	font-size: 11px;
	font-weight: 500;
	padding-top: .2em;
	text-indent: 0;
}

#item ul li.info ul li.uvp {
	font-size: 11px;
	font-weight: 500;
	padding-top: .2em;
	text-indent: 1em;
}

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

#item ul li.info ul li.variationtext {
	display: none;
}

#item ul li.info ul li.variationtext, #item ul li.info ul li.variationlist {
	font-size: 11px;
	font-weight: 500;
	text-indent: 1em;
}

#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 {
	background-color: transparent;
	text-indent: 1em;
}

#item ul li.info ul li.order input.menge {
	background-color: #DBD1C4;
	color: #4D3921;
	font-size: 12px;
	font-weight: 700;
	border: 0;
	text-align: center;
	margin-right: .5em;
	border: 1px solid #4D3921;
}

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

#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: 12px;
	border: 0;
	border: 1px solid #4D3921;
	background-color: #DBD1C4;
	color: #4D3921;
}
#item .quicklist {
	position: relative;
	left: 180px;
	font-size: 11px;
}

* html #item .quicklist {
	left: 150px;
}

*+html #item .quicklist {
	left: 150px;
}

/* Item - Ende */

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

#crossSellingGroups ul li {
	font-size: .7em;
	font-weight: 700;
	padding: .3em 0 .3em 0;
}

#crossSellingGroups ul li.line {
	border-bottom: 1px dashed #aaa;
}

#crossSellingItems {
	clear: both;
	padding-top: 2em;
}

#crossSellingItems ul {
	padding: .35em .5em .4em .5em;
	float: left;
	width: 9.1em;
}
#crossSellingItems ul li {
	text-align: center;
}

#crossSellingItems ul.last {
	border: none;
}

#crossSellingItems ul li a {
	font-size: 11px;
	font-weight: 700;
	color: #A48C6C;
	background-color: transparent;
}
#crossSellingItems ul li a:hover {
	color: #000;
}

#crossSellingItems ul li.text {
	background-color: transparent;
	color: #000;
	font-size: .6em;
	font-weight: 500;
	display: none;
}

#crossSellingItems ul li.more {
	display: none;
}
/* Cross Selling Ende */

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

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

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

#quickCartStatus table tbody tr td {
	color: #F4ECDE;
}

#quickCartStatus tbody a {
	font-size: .6em;
	color: #F4ECDE;
}
#quickCartStatus tbody a:hover {
	color: #fff;
}

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

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

/* itemSearch - Anfang */
#itemSearch p.logo_background {
	height: 20.5em;
	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;
}

#itemSearchInline ul.itemline li.text p a {
	font-weight: 700;
}

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

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

#itemSearchInline ul.itemline .buttons {
}
/* 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 {
	padding: .35em .5em .4em .5em;
	width: 100%;
}

#shippingCosts table .first {
	padding-left: 1em;
}
#shippingCosts table .last {
	padding-right: 1em;
}

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

#shippingCosts table tbody td {
	font-size: .7em;
	border-bottom: .05em solid #ECDFC8;
	line-height: 2em;
}

#shippingCosts table tbody th {
	font-size: .7em;
	text-align: left;
	border-bottom: .05em solid #ECDFC8;
	line-height: 2em;
}

#shippingCoditions {
}

#shippingCoditions ol {
	margin-left: 3em;
}
#shippingCoditions ol li {
	font-size: .7em;
	padding: .35em 1em 0 0;
}

#shippingCoditions 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.passwort {
	clear: both;
}

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

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

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

#login input {
	border: .05em solid #A48C6C;
	background-color: transparent;
	font-size: .8em;
	width: 14em;
}

#login input#noprofile {
	background-color: #B9A487;
	color: #fff;
	font-weight: 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;
}

#passwordSend {
	border: 1px dashed #aaa;
}
/* 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 */
#newCustomer h3 {
	background-color: #B9A487;
	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, #debit 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, #debit fieldset {
    border: 1px solid #ccc;
    clear: left;
}

#newCustomer fieldset fieldset legend, #myCustomer fieldset fieldset legend, #debit 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 input,
#newCustomer select {
	border: 1px solid #ECDFC8;
	background-color: #FBF9F4;
	font-size: .7em;
	width: 15em;
}

#newCustomer #bday,
#newCustomer #bmonth,
#newCustomer #byear,
#newCustomer .buttons {
	width: auto;
}

#newCustomer .buttons {
	background-color: #ECDFC8;
	border-color: #000;
	color: #746147;
	font-size: 1em;
	font-weight: 700;
	border: .05em solid #AB9678;
	border-right-color: #60513C;
	border-bottom-color: #60513C;
	cursor: pointer;
	padding: 0 .2em;
}
#newCustomer .buttons:hover,
#newCustomer .buttons:focus {
	background-color: #B9A487;
	color: #ECDFC8;
}
/* NewCustomer - Ende */

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

#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 {
}

#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 {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

#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 {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

#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 {
	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 {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

#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 {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

#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 {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

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

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

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

#showCustomer span {
	font-size: .7em;
}

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

#showCustomer .separation {
	padding-bottom: 1.5em;
	margin: 0;
	border-bottom: 1px dashed #aaa;
}

#showCustomer .buttons {
        font-size: 1em;
}
/* ShowCustomer - Ende */

/* OrderPayship - Anfang */
#orderPayship h2 a {
	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 .buttons {
	font-size: 1em;
}
/* OrderPayship - Ende */

/* OrderEnd - Anfang */
#orderEnd h2 a {
	background-color: transparent;
}

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

#orderEnd h3 {
	background-color: #A48C6C;
	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 tbody td img {
	display: none;
}

#orderEnd table td.last {
	padding-right: 1em;
}

#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 .buttons {
	font-size: 1em;
}

#orderEnd p.agb {
	border: 1px solid #f00;
	margin: 5px;
	font-weight: bold;
}
#orderEnd p.agb input {
	width: 15px;
	height: 15px;
	margin: 5px;
}
/* OrderEnd - Ende */

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

/* Maintenance - Anfang */
#maintenance {
	border: 1px dashed #aaa;
	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: #ECDFC8;
	border-color: #000;
	color: #746147;
	font-size: .7em;
	font-weight: 700;
	border: .05em solid #AB9678;
	border-right-color: #60513C;
	border-bottom-color: #60513C;
	cursor: pointer;
	padding: 0 .2em;
}
.buttons:hover,
.buttons:focus {
	background-color: #B9A487;
	color: #ECDFC8;
}
/* Formulare - Ende */

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

#debit fieldset{
    margin: 0 1em 1em 1em;
}

#debit .buttons {
    font-size: .6em;
}
/* Bankeinzug - Ende */

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

.center {
	text-align: center;
}

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

#empfehlung {
	display: none;
}

/* Startseite */
div div div#startpage,
div div div#startpage div {
	margin: 0;
}

#startpage h2 {
	clear: both;
	margin-top: -5px;
}

div#startpage img {
	float: left;
}

div#startpage .herstellerlinks {
	background-color: #ECDFC8;
	color: #4E3921;
	padding-top: .2em;
}

#startpage .herstellerlinks ul {
	float: left;
	width: 16.5em;
	list-style-image: url(../img/list.gif);
	font-size: .7em;
	margin-left: 2em;
}

div#startpage .herstellerlinks a {
	color: #4E3921;
}
div#startpage .herstellerlinks a:hover {
	color: #fff;
}