/* (c) 2001 - 2006, EIKONA Medien GmbH, it.x informationssysteme gmbh, Mosaiq-Media GmbH, Alle Rechte vorbehalten. */

div#produkt_liste {
	width: 340px; /* massig platz da sonst die produktbilder zu springen anfangen */
	height: 310px;
	position: relative;
}

.produkt_bild {
	width: 90px;
	height: 90px;
	background-color: #DDD;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
}

.produkt_detailbild {
	position: absolute;
	top: 0px;
	left: 330px;
	width: 290px;
}

.produkt_detailbild h1 {
	color: #000;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	font-size: 12px;
}

.produkt_detailbild p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #777;
}

.produkt_detailbild img {
	width: 290px;
	height: 290px;
	cursor: pointer;
}

.produkt_detailbild a,
.produkt_links a {
	display: block;
	text-decoration: none;
}

.produkt_links {
	position: absolute;
	top: 346px;
	left: 0px;
}

div#produkt_pageview {
	color: #777;
}

div#produkt_pageview a {
	text-decoration: none;
}

div#produkt_pageview p {
	margin-top: 6px;
}

.produkt_einstiegsbild {
	position: relative;
	top: -354px;
	left: 330px;
	width: 290px;
	height: 290px;
}

.produkt_einstiegsbild img {
	width: 290px;
	height: 290px;
}

.favoriten_produkt {
	width: 620px;
	height: 120px;
	margin-bottom: 20px;
}

.favoriten_produkt_text {
	width: 290px;
	height: 120px;
	float: left;
}

.favoriten_produkt_bild {
	width: 120px;
	height: 120px;
	float: left;
	margin-left: 40px;
}