/*
 * 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
 */
/*
 * $URL: https://tritone/svn/REPOS01/Typo3/tmpl/sici/trunk/union/css/boxes.css $ 
 * $Id: boxes.css 2835 2007-10-03 08:33:07Z davide $
 *
 * Autore: Davide Principi & Samuele Ortolani
 */

@media screen {
div#ly-body {
float: left;
width: 100%;
}

div#ly-ft {
clear: both;
padding: 0px;
margin: 0px;
}

div#bx-access-links {
display: none;
}
div#bx-hd-mid-bg1 {
height: 4em;
position: relative;
border: none;
}
#bx-lgl {
width: 64px;
height: 64px;
position: absolute;
right: auto;
top: 0px;
bottom: auto;
left: 0px;
z-index: 60;
text-align: center;
padding: 0px;
}
#bx-lgl img {
border: none;
margin: 5px 0px 0px 3px;
padding: 0px;

}
#bx-lgr {
/*height: 64px;*/
height: 4em;
position: absolute;
right: 0em;
top: 0em;
bottom: auto;
left: auto;
z-index: 50;
text-align: right;
}
#bx-lgr img {
border: none;
margin: 0px;
padding: 0px;

}
#bx-hd {
position: absolute;
right: auto;
top: 0em;
bottom: auto;
left: 75px;
text-align: left;
z-index: 75;
padding-top: 4px;
font-size: 0.8em;
}
#bx-hd a {
text-decoration: none;
}
#sp-hd1 {
font-size: 1.2em;
padding-top: 3px;
white-space: nowrap;
}
#sp-hd2 {
font-size: 1.5em;
font-weight: bold;
padding-top: 2px;
white-space: nowrap;
}
#sp-hd3 {
font-size: 0.85em;
white-space: nowrap;
}
div#bx-hd-stripe {
border-bottom: 1px solid;
font-size: 0.8em;
padding: 0.1em 0.2em 0.2em 0.5em;
}
div#bx-hd-stripe a {
text-decoration: none;
}
div#bx-hd-search {
margin: 0em;
padding: 0px;
border: none;
float: right;
}
div#bx-hd-search form {
margin: 0em;
padding: 0em;
border: none;
}

div#bx-hd-search * {
display: inline;
}

div#bx-hd-search input, div#bx-hd-search button {
font-size: 0.7em;
border: none !important;
background-color: white;
color: black;
margin: 0em;
padding: 1px;
vertical-align: middle;
}

div#bx-mg2 {
float: right;
font-weight: normal;
word-spacing: 0.2ex;
}

div#bx-mg2 map {
display: inline;
}

div#bx-hd-bottom {
clear: both;
font-size: 0.7em;
font-weight: bold;
padding: 0.1em 0.5em 0.3em 0.5em;
border-bottom-style: solid;
border-bottom-width: 1px;
}
div#bx-hd-bottom a {
text-decoration: none;
}
div#bx-ft {
border-top-style: solid;
border-top-width: 1px;
}
div#sp-ft1 {
font-size: 0.7em;
padding: 0.2em 1em 0.3em 1em;
min-height: 1em;
height: auto !important;
height: 1em;
}

div#sp-ft2 {
font-size: 0.7em;
padding: 0.6em 0em;
text-align: center;
}

/* altezza minima fissa */
div.min-height {
min-height: 430px;
height: auto !important;
height: 430px;
}


/* inizio Colonne multiple */
div#ly-body div.n3col div.csc-header,
div#ly-body div.n2col div.csc-header {
clear: both;
}

div#ly-body *.floatcont, 
div#ly-body div.n3col,
div#ly-body div.n2col {
overflow: hidden;
width: 100%;
}

div#ly-body div.n3col div.csc-cobj-wrap {
float: left;
width: 30%;
margin: 0.5%;
padding: 0em;
clear: none;
}
div#ly-body div.n2col div.csc-cobj-wrap {
float: left;
width: 40%;
margin: 0.5%;
padding: 0em;
clear: none;
}
/* fine Colonne multiple */


} /* end @media screen */
