/**
 * Stylesheet fuer http://www.teures-billiger.de/
 *
 * Table layout
 *
 * @package   tables
 *
 * @author    Christian Conrad <christian.conrad@burg-itc.de>
 * @link      http://www.burg-itc.de/
 * @copyright Copyright 2009, teures-billiger.de GmbH
 * @license   private / none public
 * @version   $Id: table_layout.css 217 2009-07-28 13:52:27Z chief $
 */


/**
 * HEADER
 */
TABLE#header {
	width: 971px;
  background-color: transparent;
}
TABLE#header TD.header_left {
	width: 758px;
  vertical-align: top;
}
TABLE#header TD.header_right {
  width: 213px;
  vertical-align: top;
}

/**
 * 2 content columns
 */
TABLE#body2col 
{
  background-color: transparent;
}
TABLE#body2col TD.content {
  width: 749px;
  text-align: justify;
  margin-right: 9px;
}
TABLE#body2col TD.content_right {
  width: 213px;
}
TABLE#body2col DIV#content {
  width: 749px;
  margin-right: 9px;
  padding-bottom: 20px;
  font-size: 11px;
}


/**
 * 3 content columns
 */
TABLE#body3col
{
  background-color: transparent;
}
TABLE#body3col TD.content_left {
  width: 188px;
}
TABLE#body3col TD.content {
  width: 570px;
  text-align: left;
}
TABLE#body3col TD.content_right {
  width: 213px;
}
TABLE#body3col DIV#content {
  width: 555px;
  padding-bottom: 20px;
  font-size: 11px;
  margin: 0 auto;
}


/**
 * FOOTER
 */
TABLE#footer {
	width: 971px;
}
