/**
 * content.layout.column.css - insert headline here
 *
 * COPYRIGHT: All  title   and  proprietary  rights,  including  trade
 * secrets,   in   the   Software   and   any   copies thereof and the
 * accompanying  written   materials,   are  owned  by   schukai  GmbH
 * and  are  protected  by  German  copyright  laws,  other applicable
 * copyright   laws  and  international  treaty  provisions.
 *
 * @package    alvine
 * @author     schukai GmbH <info@schukai.de>
 * @copyright  Copyright (C) 2002, 2003, 2004, 2005, 2006 schukai GmbH
 * @license    http://www.alvine.de/license/
 * @version    20061114
 * @link       http://www.alvine.de/
 */
 
@media screen { 
  /* screen-formats */
 
  div.content_layout_column_panel{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  overflow:hidden;

  }
 
  div.content_layout_column_col  {
  float: left;
  overflow:hidden;
  }
 
  div.content_layout_column_col0 {
    width: 33%;

  }
 
  div.content_layout_column_col1 {

  }
 
  div.content_layout_column_col2 {

  }

  div.content_layout_column_col3 {

  }
}

@media print { 
  /* print-formats */

  div.content_layout_column_panel{
    margin:0px;
    padding:0px;
  }
 
}
