/* Elements relevant to all pages - global! */
body
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size             : 0.7em;
  color                 : #6F6D6E;
  background-color      : #ffffff;
}

div
{
  width                 : auto;
  height                : auto;
}
/* End of global elements */


div #content, #container, #backing, #foat-wrapper
{
  width            : auto;
}

div #header, #menuitems, #right-nav, #left-nav, #footer
{
  display          : none;
  width            : 0pt;
}

/* Special div that only contains an image, and will never be shown in CSS - non css viewers is only problem */
#printpreview-image{
    display : block;
}