/****************************************************************************************************/
/***																								*/ 	
/***				WARENKORB																	*/
/***																								*/
/****************************************************************************************************/
/* Artikelnummer der Produkte /ok*/
.artikelnr {
    font-size: 1.1em;  font-weight: normal; 
}

/* Artikelpreis der Produlte ok*/
.artikelpreis {
	font-size: 1em;  font-weight: bold; 
}

/* Tabelle über den das produkt in den Warenkorb aufgenommen wird*/
.InDenWarenkorbTabelle  {
	border-collapse: collapse;
}

.InDenWarenkorbTabelleKopf {
	font-size: 11px;  font-weight: bold;
	color:#FFFFFF; 
	background-color: #683b09;
	border: 1px solid #683b09;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
}

.InDenWarenkorbTabelleInhalt {
	font-size: 0.7em;  font-weight: normal; 
	border: 1px solid #683b09;
	border-collapse: collapse;
	padding: 2px 5px 2px 5px;
}

.wkslink {    
	 font-size: 11px; 
	 font-style: normal; 
	 line-height: normal;
    font-weight: bold; 
	 color: #003399; 
	 text-decoration: none;
}
/*--------------------------------------------------------------------------------------------------*/
/* Kopfzeile der Warenkorbtabelle */
.wkshead {
  
   font-size: 11px; 
   font-weight: bold;
   color: #ffffff; 
   text-decoration: none ; 
   background-color:#87501d;
}
/*--------------------------------------------------------------------------------------------------*/
/* Inhalt der Warenkorbtabelle  */
.wkscontent {
	font-family:  Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal;
   font-size: 11px; 
   font-weight: normal;
   color: #683b09; 
   text-decoration: none;
   background-color:#dbccbe;
}
/*--------------------------------------------------------------------------------------------------*/
/* Texteinformationen im Warenkorbmoduls */
.wkstext {
   
   	font-family:  Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal;
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px;
    font-weight: normal; 
	color: #683b09; 
	text-decoration: none
}
/*--------------------------------------------------------------------------------------------------*/
/* Bezeichnungen der Warenkorbformularelemente */
.wkslabel {
  
   font-size:12px; 
   font-weight: bold;
   color: #000000; 
   text-decoration: none
}

/*--------------------------------------------------------------------------------------------------*/
/* Kopfzeile der Warenkorbtabelle */
.wksfeet {
	
   font-size: 11px; 
   font-weight: normal;
   background-color:#dbccbe;
}

/*--------------------------------------------------------------------------------------------------*/
/* Kopfzeile der Warenkorbtabelle */
.wksfeetsumme {
	
   font-size: 11px; 
   font-weight: bold;
   color: #FFFFFF;
   background-color:#87501d;
}
                                                                                               

