/*CSS für die Produktseiten*/

#sites{
	position:absolute;
	display:inline;
	top:85px;
	width:600px;
 	left:0px;
	text-align:center;
	margin-bottom:30px;
	color: #1d1a50;
	font:14px Arial;
	font-style:italic;
	font-weight:bold;

}
#group{
	position:absolute;
	top:105px;
	width:600px;
 	left:10px;
	text-align:left;
	margin-bottom:20px;

}
#productos{
	position:absolute;
	font-size:100%;
	left:10px;
	top:130px;
	font-weight:bold;
	font-family:Arial;

}
#artikelleiste{
	position:absolute;
	overflow:hidden;
	top:0px;
	height:15px;
	width:630px;
	margin-bottom:10px;
	font-size:75%;
	text-align:center;
}

.artikel{
	position:relative;
	top:18px;
	min-height:100px;
	width:620px;
	margin-top:7px;
	margin-bottom:7px;
	font-size:75%;
	text-align:center;
}
		
#productos .artnr{
	position:absolute;
	display:inline;
	background-color: #ffffff;
	left:0px;
	height:100px;
	width: 40px;
	margin-right:2px;

}
#productos .name{
	position:absolute;
	background-color: #ffffff;
	left:42px;
	height:100px;
	width: 80px;
	margin-right:2px;
}
#productos .beschreibung{
	position:absolute;
	background-color: #ffffff;
	left:124px;
	height:100px;
	width: 130px;
	margin-right:2px;
}
#productos .anzahl{
	position:absolute;
	background-color: #ffffff;
	left:256px;
	height:100px;
	width: 30px;
	margin-right:2px;
}
#productos .alter{
	position:absolute;
	background-color: #ffffff;
	left:288px;
	height:100px;
	width: 30px;
	margin-right:2px;
}
#productos .seite{
	position:absolute;
	background-color: #ffffff;
	left:320px;
	height:100px;
	width: 30px;
	margin-right:2px;
}
#productos .cm{
	position:absolute;
	background-color: #ffffff;
	left:352px;
	height:100px;
	width: 75px;
	margin-right:2px;
}
#productos .gewicht{
	position:absolute;
	background-color: #ffffff;
	left:429px;
	height:100px;
	width: 30px;
	margin-right:2px;
}
#productos .preis{
	position:absolute;
	background-color: #ffffff;
	left:461px;
	height:100px;
	width: 45px;
	margin-right:2px;
}
#productos .thumb{
	position:absolute;
	background-color: #ffffff;
	left: 508px;
	height:100px;
	width: 100px;
	margin-right:2px;
}	

.back{
	position:absolute;
	display:inline;
	top:90px;
	text-decoration:none;
	font:12px Arial;
	font-weight:bold;
	color:#000000;
	left:10px;	
}
.forward{
	position:absolute;
	display:inline;
	top:90px;
	text-decoration:none;
	font:12px Arial;
	font-weight:bold;
	color:#000000;
	left:570px;
}