
.further-images {
	display: none;
}

ul.children li {
	position: relative;
	border-bottom: 2px dotted #222;
	margin-bottom: 2em;
	padding-bottom: 36px;
	float: left;
	width: 100%;
}

ul.children .teaser {
	width: 396px;
}

ul.children img {
	width: auto;
}

.shopinfo {
	width: 496px;
	height: 2em;
	position: absolute;
	bottom: 36px;
	left: 224px;
	z-index: 100;
}

.shopinfo p {
	float: left;
	width: auto;
}

.shopinfo form {
	width: 10em;
	float: right;
	text-align: right;
}

.shopinfo form .field {
	margin-left: 0;
}

.shopinfo form .field input {
	margin-right: 0;
}


/* Shop Overview Seite */

.shopoverview #content .contenttext {
	width: 720px;
}

.shop-overview {
	border-top: 2px dotted #388158;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.shop-overview li {
	border-bottom: 2px dotted #388158;
	float: left;
	padding-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
	background: none;
	margin-bottom: 1em;
	margin-left: 0;
	width: 220px;
}

.shop-overview li a {
	border-bottom-width: 0;
}





/* Artikelseite */

.shoparticle #content .contenttext {
	width: 100%;
	position: relative;
	padding-bottom: 4em;
}

.shoparticle .first-image {
	width: 274px;
	float: left;
	margin-right: 24px;
}

.shoparticle .first-image a {
	border-bottom-width: 0;
}

.shoparticle .first-image a .zoom-link-handle {
	border-bottom: 1px solid #bbb;
}

.shoparticle .description {
	width: 398px;
	float: left;
}

.shoparticle .shopinfo {
	bottom: 0;
	width: 425px;
	left: 298px;
}

.shoparticle p.back-to-overview {
	position: absolute;
	top: 5px;
	right: 0;
	text-align: right;
}




/* Shopseite */

.shop #content .contenttext {
	width: 100%;
}

.shop form.warenkorb {
	width: 100%;
}

.shop table {
	width: 100%;
}

.shop h2 {
	margin-bottom: 0.5em;
}

.shop p {
	clear: left;
}

