@charset "UTF-8";

@media screen, projection
{

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

  #col1 {
  	width:295px;
  }

  #col1_content { 
  	margin:0px 7px 0px 7px;
  }

  #col2 {
  	width:606px;
  }

  #col2_content {
    	margin:0px 7px 0px 7px;
  }

  #main #col3 { 
  	display:none;
   	margin:0px 0px 0px 314px;
  }
  #col3_content { 
  	margin:0px 7px 0px 7px;
  }

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

}
