/*
 * 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-column-left {
float: left;
width: 47%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 1em;
}

div#ly-column-right {
float: left;
width: 46%;
margin-left: 1%;
margin-bottom: 1em;
}

div#ly-column-left {
background-color: transparent !important;
position: relative;
}

div#ly-column-right {
background-color: transparent !important;
position: relative;
}

div#ly-column-right,
div#ly-column-left {
margin-top: 1em;
margin-bottom: 1em;
}

div#bx-column-left,
div#bx-column-right {
padding: 0.5em;
}

table.fpx-table {
font-size: 1em;
border: none;
table-layout: fixed;
}

table.fpx-table td {
vertical-align: top;
width: 50%;
padding-bottom: 0.5em;
}

table.fpx-table td.td1 {
padding-right: 0.4em;
}

table.fpx-table td.td2 {
padding-left: 0.4em;
}

table.fpx-table div.fpx-title {
padding-left: 14px;
background-image: url(../img/page.png);
background-position: center left;
background-repeat: no-repeat;
}

} /* end @media screen */
