body {background-color:#efefef;}
/*
* Fix, damit die Tabelle in der Auftragsübersicht des Kunden nicht rechts ausgerichtet ist.
* (plentySystems)
*/
table#Order_ConfigTable td.right
{
float: none !important;
} 
