/* CSS Document */
/* Anfang Warenkorb Tabellen */
#warenkorb table.wwk {
   border: none;
   width:630px;
}

#warenkorb table.wwk_tab {
   width:580px;
}



#warenkorb table.wwk th {
    background-color: #c4c4c4;
	border: 1px solid #ffffff;
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 5px;
	white-space:nowrap;
}

#warenkorb table.wwk th.start{
	border-left-width: 0;
}

#warenkorb table.wwk th.ende {
	border-right-width: 0;
}

#warenkorb table.wwk th.preis {
	text-align:right;
}

#warenkorb table.wwk td {
    background-color: #e4e4e4;
	border: 1px solid #ffffff;
	border-top-width: 2px;
	border-bottom-width: 0;
	padding: 5px;	
}

#warenkorb table.wwk td.start{
	border-left-width: 0;
}

#warenkorb table.wwk td.ende {
	border-right-width: 0;
}

#warenkorb table.wwk td.weiss {
	background-color: #ffffff;
	border: none;
}

#warenkorb table.wwk td.rechtsbuendig {
	text-align: right;
}

/* Tabelle innerhalb der Warenkorbtabellen */

#warenkorb table.wwk-innen {
   border: none;
}

#warenkorb table.wwk-innen th {
    background-color: #e4e4e4;
	border: 0px solid #ffffff;
	border-top-width: 0;
	border-bottom-width: 0;
}

#warenkorb table.wwk-innen th.start{
	border-left-width: 0;
}

#warenkorb table.wwk-innen th.ende {
	border-right-width: 0;
}

#warenkorb table.wwk-innen td {
    background-color: #e4e4e4;
	border: 0px solid #ffffff;
	border-top-width: 0px;
	border-bottom-width: 0;
	padding: 0;
}

#warenkorb table.wwk-innen td.start{
	border-left-width: 0;
}

#warenkorb table.wwk-innen td.ende {
	border-right-width: 0;
}

#warenkorb table.wwk-innen td.cad{
  padding-left:20px;
}




#warenkorb div.wk_menge_input .nw_text{
    margin-right: 4px;
}

/* Ende Warenkorb Designänderungen */

/* Bestellschritte (*/

#bestellschritte {
	border:0px solid red;
	display: block;
}

#bestellschritte ul {
    display: block;
    margin-left:50px ! important;
}

#bestellschritte ul, #bestellschritte li {
   margin: 0;
   padding: 0;
	
}
#bestellschritte ul li{
	margin-left:0px ! important;
}
#bestellschritte li {
    float: left;
    list-style: none;
    width: 24.9%;
    line-height: 1.4em;
    border-bottom: 6px solid #c4c4c4;
   	margin: 10px 0;
    text-decoration: none;
	  color: #505050;
	  white-space:nowrap;
}

#bestellschritte li.aktiv {
    border-color: #1F50B7;
}

.steps {
   margin-bottom:35px;
 }

.steps_bestellung {
   margin-bottom:25px;
 }

.steps_bestellung_wk {
   margin-bottom:30px;
 } 
  
.steps_bestellung_schritt2 {
   margin-bottom:20px;
}

.steps_anfrage {
   margin-bottom:35px;
 }  
  
  


/* Ende Bestellschritte  */


