/*-- 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: 250px; border: 0px #889 solid; }
  #col1_content { padding: 10px 5px 10px 0px; }

  #col2 { width: 240px; border: 0px #889 solid; }
  #col2_content { padding: 10px 0 10px 10px }

  #col3 { margin: 0 240px 0 250px; border: 0px #889 solid; }
  #col3_content { padding: 10px 20px 10px 20px }


  /*------------------------------------------------------------------------------------------------------*/
}