body, html, table, td, th, tr, h1, h2, h3, h4, h5, h6, input, img, form
  {
  margin: 0px;
  padding: 0px;
  font: 12px Tahoma;
  color: #666;
  }

table#main
  {
  width: 100%;
  border-collapse: collapse;
  }

td#logo
  {
  background: URL("../siteimages/logo.gif") ;
  width: 200px;
  height: 55px;
  border-bottom: 5px solid #666;
  }

td#kopf
  {
  border-bottom: 5px solid #6a3;
  background: #effcb6;
  padding: 0px 20px 5px 0px;
  text-align: right;
  vertical-align: bottom;
  }

div#search
  {
  background: URL("../siteimages/logo_unten.gif") no-repeat ;
  padding: 58px 0px 0px 25px;
  }

td#content
  {
  vertical-align: top;
  }

td#menu
  {
  width: 200px;
  background: URL("../siteimages/menu_background.gif") repeat-y #ddffcc;
  vertical-align: top;
  }

td#footerleft
  {
  background: URL("../siteimages/menu_background.gif") repeat-y #effcb6;
  text-align: left;
  padding: 3px 3px 3px 25px;
  font: 11px Tahoma;
  border-top: 2px solid #6a3;
  }

td#footerright
  {
  text-align: right;
  padding: 3px 5px 3px 3px;
  font: 11px Tahoma;
  border-top: 2px solid #6a3;
  background: #effcb6;
  }

  table.download_table td,  table.download_table th{
	padding:4px;
  }