@charset "utf-8";
/* CSS Document */
   /*
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * | 960px                         |
   * | 917px                         |   
   * |-------------------------------|
   * | #col2   | #col1     | #col3   |
   * | 240px   | 480px     | 240px  -> 960px|
   * | 217px   | 510px     | 190px  -> 917px|   
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */
   
  #page_margins {width: 917px; min-width: 917px; max-width:none }

  #main {
	float:left;
	width: 100%;
	background-color: #fff;
	background-image: url(../../images/links_menu_button_hintergrund.png);
	background-repeat:repeat-y;
	background-position:left;
	padding: 0px;
  }

  /* #col1 wird zur mittleren Spalte */
  #col1 { width: 700px; float:left; margin-left: 217px; }
  #col1_content {padding-left: 10px; padding-right: 10px}

  /* #col2 wird zur linken Spalte */
  #col2 { width: 217px; float:left;  margin-left: -918px; }
  #col2_content {
	padding-left: 1px;
	padding-right: 0px;
	padding-top: 0px;
}

  /* #col3 wird zur rechten Spalte >>> ausblenden  */
  #col3 { margin-left: 0px; margin-right: 0; width: 0px; float:right;}
  #col3_content {padding-left: 0px; padding-right: 0px}
