#produktauswahl
{
	display: block;
}	


#produktstartseite
{
	display: block;
}	

/*
#######################################################################################
#######################################################################################
                                                                                     ##
	Block-Ausgabe                                                                    ##
                                                                                     ##
                                                                                     ##
*/
.auswahlblock {
    position: relative;
	display: inline-block;
	float:left;
	width: 175px;
	height: 270px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	background: url('/img/auswahlblock_footer.gif') left bottom;
}

.auswahlblock .bildlink
{
	position: absolute;
	top: 80px;
	display: block;

	width: 173px;
	height:100px;

	border: 0 none black;
	margin-left: 1px;
	text-align: center;
	background-image: url('/img/no_bild.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.auswahlblock .bild
{
	display: inline;
	border: 0 none black;
}
.auswahlblock .name
{
	font-size: 12px;
	display: block;
	padding: 5px 10px 0 12px;
	line-height: 21px;
	background: url('/img/auswahlblock_header.gif') left top no-repeat;
	text-decoration: none;
	border-bottom: 1px dotted #E0E0E0;
	height: 50px;
}

.auswahlblock h3
{
	font-weight: normal;
	padding: 0;
	margin:0;
}

.auswahlblock .varianten
{
	top: 57px;
	right: 10px;
	position: absolute;
}

.auswahlblock .info
{
	position: absolute;
	top: 180px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}


.auswahlblock .preis
{
	position: absolute;
	right: 10px;
	bottom: 20px;
   
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #C00000;
	font-weight: bold;
}

.auswahlblock .altpreis
{
	padding-right: 10px;
	font-size: 9px;
	position: absolute;
	right: -0px;
	bottom: -7px;
}

.auswahlblock .weiter
{
	position: absolute;
	bottom:20px;
	left:10px;
	display: block;
	width: 47px;
	height: 12px;
	background: url('/img/weiter.gif') no-repeat center;
	border: 0px solid red;
}

.auswahlblock .weitertext
{
	display: none;
}









#produktstartseite
{
  margin: 0;
  padding: 0;
  /*width: 725px;*/
}

#produktstartseite .auswahlblock {
  position: relative;
	display: inline;
	float:left;
	width: 175px;
	height: 270px;
	margin-bottom: 10px;
	margin-right: 6px;
	padding-bottom: 10px;
	background: url('/img/auswahlblock_footer.gif') bottom;
}

#produktstartseite .auswahlblock span.herstellername{
	display: none;
}

#produktstartseite .auswahlblock .bildlink
{
	position: absolute;
	top: 30px;
	display: block;

	width: 173px;
	height:90px;

	border: 0 none black;
	margin-left: 1px;
	text-align: center;
	background-image: url('/img/no_bild.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#produktstartseite .auswahlblock .logo
{
	position: absolute;
	top: 6px;
	display: block;

	width: 165px;

	border: 0 none black;
	margin: 0 5px 0 5px;
	text-align: center;
	background-color: #ffffff;
}

#produktstartseite .auswahlblock .bild
{
	display: inline;
	border: 0 none black;
}

#produktstartseite .auswahlblock .name
{
	position: absolute;
	top: 120px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 10px 0 12px;
	text-decoration: none;
  border-bottom: 0px none #E0E0E0;
	background: none;
}

#produktstartseite .auswahlblock h3
{
	position: absolute;

	top: 0px;
	left: 0px;
	
	height: 20px;
	width: 100%;
	
	background: url('/img/auswahlblock_header.gif') no-repeat;
	font-weight: normal;
	padding: 0;
	margin:0;
}

#produktstartseite .auswahlblock .varianten
{
	position: absolute;
	top: 57px;
	right: 10px;
	display: none;
}

#produktstartseite .auswahlblock .info
{
	position: absolute;
	top: 180px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}



#produktstartseite .auswahlblock .weitertext
{
	display: none;
}




/**
		BEGIN Merkliste-Block
-----------------------------------------------------------------------------
*/

.merklisteblock
{
	display: inline-block;
	position: relative;
	float: left;
	width: 175px;
	height: 250px;
	
	margin-bottom: 10px;
	margin-left: 7px;
	margin-right: 0;
	padding-bottom: 10px;
	background: url('/img/auswahlblock_footer.gif') bottom;
}

.merklisteblock h3
{
	font-weight: normal;
	padding: 0;
	margin:0;
}

.merklisteblock .name
{
	font-size: 11px;
	display: block;
	padding: 5px 10px 0 12px;
	line-height: 21px;
	background: url('/img/auswahlblock_header.gif') no-repeat;
	text-decoration: none;
	border-bottom: 1px dotted #E0E0E0;
	height: 50px;
}

.merklisteblock .bildlink
{
	width: 173px;
	height:88px;

	display: block;
	margin-top: 20px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: center;
	background-image: url('/img/no_bild.png');
	background-position: center;
	background-repeat: no-repeat;
	
	border: 0 none black;
}

.merklisteblock .preis
{
	display: block;
	position: absolute;
	
	font-size: 12px;
	text-decoration: none;
	color: #C00000;
	font-weight: bold;
	text-align: right;

	right: 10px;
	bottom: 70px;
}

.merklisteblock .date
{
	display: block;
	position: absolute;
	font-size: 10px;

	margin-left: 10px;
	margin-right: 10px;

	bottom: 25px;
}

.merklisteblock .weiter
{
	margin-left:10px;
	display: inline-block;
	width: 47px;
	height: 12px;
	background: url('/img/weiter.gif') center no-repeat;
	border: 0px solid red;
}

.merklisteblock .buttons
{
	position: absolute;
	display: block;
	width: 170px;
	bottom: 0px;
	border: 0px solid red;
	text-align: right;
}



/*
                                                                                     ##
Ende Block-Ausgabe                                                                   ##
                                                                                     ##
                                                                                     ##
                                                                                     ##
#######################################################################################
#######################################################################################
*/


/*
#######################################################################################
#######################################################################################
                                                                                     ##
		Suchkopf-Angaben                                                             ##
                                                                                     ##
                                                                                     ##
*/

.sucheunterwarengruppen
{
	padding-left: 10px;
	background: url('/img/pfeil_links.gif') no-repeat left -6px;
}


/*
                                                                                     ##
 Suchkopf-Angaben                                                                    ##
                                                                                     ##
                                                                                     ##
                                                                                     ##
#######################################################################################
#######################################################################################
*/


/*
#######################################################################################
#######################################################################################
                                                                                     ##
		Suche FOOTER-Angaben                                                         ##
                                                                                     ##
                                                                                     ##
*/

#seitenanzahl
{
	margin: 0 0px 10px 0px;
	clear: both;
}


/*
                                                                                     ##
  FOOTER-Angaben ENDE                                                                ##
                                                                                     ##
                                                                                     ##
                                                                                     ##
#######################################################################################
#######################################################################################
*/

