.comment p {
	display:block;
	background-color: #FFF;
	margin:0 0 0 15px;
	}
	
p.artn {
	font-weight:bold;
	margin:0 0 5px 15px;
	padding-top:10px;
	}
	
a.morelink {
	display:block;
	padding:5px 0 12px 15px;
	background-image: url(../../media/mehr.png);
	background-position: 16px 9px;
	background-repeat:  no-repeat;
	text-indent:22px;
}

a.morelink:hover {
	background-image: url(../../media/mehr_hover.png);
}

a.less {
	background-image: url(../../media/weniger.png);
	background-position: 16px 7px;
	background-repeat:  no-repeat;
	text-indent:22px;
}

a.less:hover {
	background-image: url(../../media/weniger_hover.png);
}

.comment {
	position:relative;
	z-index:2;
	margin:10px 0 0 0;
	bottom:-205px;
	}

.mboxa {
	position:relative;
	height:410px;
	overflow: hidden;
}

.artpic {
	position:absolute;
	top:14px;
	left:14px;
	z-index:0;
}

.preis {
	position:absolute;
	bottom:-10px;
	z-index:1;
	width:323px;
}

.preis > div {
	margin-top:-39px;
	}

.preis p {
	margin-left:15px;
}

.shortcontent {
	background:#fff;
	bottom:0;
}

.allcontent {
	position:absolute;
	background:#fff;
	bottom:-115px;
}

.comment span a {
		position:absolute;
		bottom:-35px;
}

.comment span a.less {
		position:absolute;
		bottom:-150px;
}