/*
 * 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/enti49/css/colore.css $
 * $Id: colore.css 2402 2007-03-27 10:20:10Z davide $
 *
 * Autori: Davide Principi & Samuele Ortolani
 * Parsed by: cssrm.php
 */

@media screen  {


body {
	font-family: Trebuchet MS;
        padding: 0px;
	margin: 0px;
	text-align: center;
	padding-bottom: 20px;
/*	background: url('../img/bgone.jpg') repeat-x;*/
	background-color: #fff;

}

div#ly-body {
background-color:#fff;
}

div#ly-all {
	margin: 0px auto;
	width: 97%;
	padding: 0em;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #A39161;
}


.color-fth2 a:hover {
        color:#FF0000;
}

div#bx-hd-mid-bg1 {
height: 132px;
/*background-image: url(../img/header_bg.gif);
background-repeat: repeat-x;*/
}

#bx-lgl {
height: 8.38em;
padding-top: 0px;
padding-left: 0px;
}

#bx-lgl img{
border: none;
margin: 0px;
padding: 0px;
}

#sp-hd1, #sp-hd2, #sp-hd3 {
visibility: hidden;
}

div#menu2 {
background-color: #fff;
}

div.ly-ml1 li.last div.lev-1 {
padding-bottom: 0.5em;
border-bottom: 1em solid #fff;
}

/* font del menù*/
div.ly-ml1 ul li a{
font-weight: bold;
}

/*COLORE DEI TITOLI DEGLI ARTICOLI*/
div.cms-content-normal div.csc-header h1 {
color: #B4B4B4;
}

/*allineamento dei testi con il logo testata*/
div.cms-content-normal{
padding-left: 24px;
}

div.ly-ml1 li div.cur a,
div.ly-ml1 li div.cur a:hover {
border-bottom: 2px solid #A39161;
display: inline;
}

div#menu2 li.first div.lev-1 {
padding-top: 0.5em;
border-top: 1em solid #A39161;
margin-top: 1em;
}

/** BEGIN COLORE **/

*.color-xbw {
background-color: #A39161;
color: #fff;
border-color:#A39161;
}

*.color-xth {
background-color: #fff;
color: #000;
border-color: #fff;
}

div#bx-hd-stripe {
border-bottom-color: #ffffff;
border-top-color: #ffffff;
border-top: 0px;
}

.color-fth {
color: #000;
}

.color-bth {
background-color: #996633;
}

.color-oth {
border-color: #fff;
}

.color-oth1 a:hover{
color: #8B795E;
}

div#bx-hd-bottom {
background-color: #fff;
}

*.color-xth a {
color: #000;
background-color: transparent;
}

.color-bth1 {
background-color:#fff;
}

.color-fth1 a {
color: #A39161;
}

.color-fth1 a:hover{
color: #000000;
}


.color-bth2 {
background-color: #fff;
color:#996633;
}

.color-fth2 a {
color: #000;
}


div#ly-body div.csc-header h1,
div#ly-body div.csc-header h2 {
color: #A39161;
}

div#ly-column-left {
background-color: #fff;
}

div.cms-content-left div.csc-header {
border: none;
background-color: #eeeeee;
}

/** END COLORE **/

/* LAYOUT A DUE COLONNE */
div#ly-column-left {
width: 247px;
float: left;
overflow: hidden;
}

div#ly-column-middle {
overflow: hidden;
float: none;
width: auto;
}

/* LAYOUT A TRE COLONNE

div#ly-column-middle {
overflow: hidden;
float: left;
width: auto;
}

div#ly-column-right {
float: right;
}*/




} /* end @media screen  */