@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 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { width: 510px; float:left; margin-left: 217px; }
  #col1_content {padding-left: 10px; padding-right: 10px}

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
/*#col2 { width: 240px; float:left;  margin-left: -720px; } */
  #col2 { width: 217px; float:left;  margin-left: -728px; }
  #col2_content {
	padding-left: 1px;
	padding-right: 0px;
	padding-top: 0px;
}

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
/*#col3 { margin-left: -5px; margin-right: 0; width: 240px; float:right;}*/
  #col3 { margin-left: -5px; margin-right: 0; width: 190px; float:right;}
  #col3_content {padding-left: 10px; padding-right: 20px}
