/* CSS Document */
#iewrap {
	background: #fff;
	text-align: center;
}
#ebaytemplate {
	background: #fffff;
	width: 940px;
	margin: 0 auto;
	font-family: arial, sans-serif;
	text-align: left;
}
#item {
	height: 1000px;
	position: relative;

}
#artikeltext {
	position: absolute;
	top: 335px;
	left: 560px;
	width: 368px;
	height: 455px;
	border: 0px solid red;
	font-size: 12px;
	overflow: auto;
	color: #000;
	font-weight: bold;
}
#artikeltext2 {
	position: absolute;
	top: 820px;
	left: 15px;
	width: 350px;
	height: 160px;
	border: 0px solid red;
	font-size: 12px;
	overflow: auto;
	color: #000;

}
#fusstext {
	position: absolute;
	top: 825px;
	left: 670px;
	width: 500px;
	height: 165px;
	border: 0px solid red;
	font-size: 11px;
	overflow: auto;
	color: #000;
	text-align: left;
	overflow: auto;
}