/*
 * 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-middle {
margin-left: 1%;
}

div#ly-column-right {
float: right;
width: 33.333%;
margin-right: 1%;
}

div#content_normal h1,
div#content_normal h2,
div#content_normal h3,
div#content_normal h4,
div#content_normal h5,
div#content_normal h6 {
clear: none !important;
}

div#bx-pageinfo {
border-width: 1px 1px 1ex 1px;
border-style: solid;
margin: 2em;
padding: 1em 1em 1em 30px;
background-image: url("../img/informazioni.png");
background-position: top left;
background-repeat: repeat-y;
}

div#bx-column-right {
border-width: 0px 1px 1px 1px;
border-style: solid;
}


} /* end @media screen */
