@charset "UTF-8";
/**
 * GPM - Gesellschaft fuer Projektmanagment
 * gpm_2column.css
 * CSS fuer zweipaltiges Layout
 * @Author Michael Bayer <michael.bayer@arsmedium.com>
 */



@media all
{
    
    /**
     * |-------------------------------|
     * | #header                       |
     * |-------------------------------|
     * | #nav                          |
     * |-------------------------------|
     * | #col1   | #col3               |
     * | 235px   | flexible            |
     * |-------------------------------|
     * | #footer                       |
     * |-------------------------------|
     * Gutter: 5px;
     */
    #col1 { float: left; width: 235px; margin:0 0 0 5px; }
    #col2 { display:none !important;  }
    #col3 { width: auto; margin: 0 0 0 245px;  }
}
