/**
 * SICI Templates 
 * Copyright (c) 2005-2006 
 *     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
 *
 * mst-ext.css : Estensioni agli stili base Union per il sito MuseoSaraiTu
 *
 * $Id: spac-ext.css 3028 2007-12-12 11:27:15Z davide $
 *
 * Autore: Davide Principi
 */


@import "body_frame.css";

@media screen {

#bx-hd {
position: absolute;
rigt: auto;
top: 0em;
bottom: auto;
left: 130px;
text-align: left;
z-index: 75;
padding-top: 4px;
font-size: 0.8em;
}

div#sp-hd1 {
padding-top:30px;
}
div#sp-hd2,
div#sp-hd3 {
visibility: visible;	
}

div#bx-hd-mid-bg1 {
height: 7em;
background-color: #143e98;
}

div#bx-lgl img {
/*width: 9.19em;
height: 6.38em;
margin: 5px;*/ 
padding: 0;
}

div#bx-lgr img {
/*width: 11.63em;
height: 6.38em;*/
margin: 16px;

}

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

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

*.color-fth {
color: #143e98;
}

*.color-fth1 a {
color: #143e98;
}

*.color-fth1 a:hover {
color: #a90606;
}

*.color-bth {
background-color: #fff;
}

*.color-bth1 {
}

*.color-bth2 {
background-color: #143e98;
}

*.color-xth2 {
background-color: #143e98;
color: #fff;
}

*.color-xth2 a {
background-color: transparent;
color: #fff;
}

*.color-oth {
border-color: #143e98;
}

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

*.color-xth a:hover {
color: #a90606;
}

div#bx-hd-stripe {
border-top-width: 1px;
border-top-style: solid;
background-color: #f3bd00;
border-bottom-color: #000;
}

div#bx-hd-stripe a {
color: #143e98;
}
div#bx-hd-stripe a:hover {
color: #a90606;
}

body{
background: url('bgone.jpg') repeat-x;
background-color: #464646;
}

} /* END @media screen */

