/**
 * ext.css: estensioni al tema Union
 * $Id: ext.css 2990 2007-11-21 12:08:19Z davide $
 */


body {
margin: 0;
padding: 25px;
background-color: #cccccc;
background-image: url("../img/sfondo.jpg");
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
color: #000;
}
/* contenitore sito con bordino */
#ly-all
{
padding: 0;
border: 1px solid #333333;
background: #fff;
}
/* box delle img testata */
div#bx-hd-mid-bg1 {
height: 130px;
position: relative;
border: none;
}
/* sfondo testata */
*.color-xth {
background-color: #a7a7a7;
color: #fff;
}
/*Voce MENU*/
.color-bth1 {
background-color: #465664;
}
.color-fth1 a {
color: #fff;
}

.color-fth1 a:hover {
color: #fc0;
}
/*colonna destra*/
 #bx-column-right {
background-color: #D8D5A0;
}
 #bx-column-left {
background-color: #D8D5A0;
}

/*Box titolo testata*/
#bx-hd {
position: absolute;
right: auto;
top: 0em;
bottom: auto;
left:350px;
text-align: left;
z-index: 75;
padding-top: 4px;
font-size: 0.8em;
visibility: hidden;
}
#bx-hd a {
text-decoration: none;
}
#sp-hd1 {
font-size: 1.2em;
padding-top: 3px;
white-space: nowrap;
visibility: hidden;
}
#sp-hd2 {
font-size: 1.5em;
font-weight: bold;
padding-top: 2px;
white-space: nowrap;
visibility: hidden;
}
#sp-hd3 {
font-size: 0.85em;
white-space: nowrap;
visibility: hidden;
}
h1{
text-align: center;
color: #003366;
}
#ly-column-middle{
background-color: #fff;
}
#ly-body{
background-color: #a7a7a7;
}