/*
 * SICI Templates 
 * Copyright (C) 2005-2007 
 *     Amministrazione Provinciale di Pesaro e Urbino - Italy
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile GPL.txt
 */
/*
 * Autori: Davide Principi & Samuele Ortolani
 *
 *
 * $URL: https://tritone/svn/REPOS01/Typo3/tmpl/sici/trunk/union/css/struttura.css $ 
 * $Id: struttura.css 2020 2007-01-30 08:50:30Z davide $
 */

@media screen {

div#ly-body{
/*serve per allungare i fili fino al footer*/
overflow: hidden;
} 

div#ly-column-left, 
div#ly-column-middle, 
div#ly-column-right {
float: left;
overflow: hidden;
/*allunga i fili fino al footer*/
margin-bottom: -32000px;
padding-bottom: 32000px;
background: #ffffff;
}
div#ly-column-left, 
div#ly-column-right {
width: 21.9%;
}
div#ly-column-middle {
width: 56%;
}

div#bx-column-middle {
border-style: solid;
border-width: 0px 1px;	
position: relative;
/*allunga i fili fino al footer*/
margin-bottom: -32000px;
padding-bottom: 32000px;
}

} /* end @media screen */
