html
{
  background-image:               none;
}

body
{
  background-image:               none;
  font-size:                      8pt;
}


/**
 * Heading
 */
h1
{
  background-image:               none;
}

/**
 * Form
 */
input.submitButton
{
  display:                        none;
}

#body
{
  background-image:               none;
}

#contentArea
{
  overflow:                       hidden;
  width:                          auto;
}

#contentLeft
{
  display:                        none;
}

#contentRight
{
  float:                          none;
  width:                          auto;
}


/**
 * Sitemenu
 */
#sitemenu
{
  display:                        none;
}

/**
 * Mainmenu
 */
#mainmenu
{
  display:                        none;
}

/**
 * JS Menu
 */
div.fmMenu
{
  display:                        none;
}

/**
 * Footer
 */
#footer
{
  display:                        none;
}

/**
 * Catalog/Shopping Cart
 */
table.catalog,
table.catalog th,
table.catalog td,
table.shoppingCart
{
  width:                          auto;
}

table.catalog th,
table.catalog td,
table.catalog thead th.articleNo,
table.catalog thead th.description,
table.catalog thead th.image,
table.catalog thead th.price,
table.catalog thead th.quantity,
table.catalog thead th.rightCol,
table.catalog tbody td
{
  background-image:               none;
  background-color:               white;
  color:                          black;
}

#faxHeading
{
  display:                        block;
  font-weight:                    bold;
}

#faxNumber
{
  font-size:                      1.5em;
  font-weight:                    bold;
}

#faxRecipient
{
  display:                        block;
}

#cartMenu
{
  display:                        none;
}