/*-- in here we have the changes for the welcome page = index --*/
@charset "UTF-8";


@media all
{


  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 200px   | flexible  | 230px   |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */




  #col1 { width:0; display:none; }

  #col2 { width:0;display:none; }

  #col3 { width: auto; margin: 0; }
  #col3_content { padding: 10px 20px 10px 0px }
  

  /*------------------------------------------------------------------------------------------------------*/
  
  

}