body {
    font-size: 0.9em;
    font-family: serif;
    margin: 0;
    background: url(/static/img/background.jpg) repeat-x;
    color: #1A1209;
}

h1 {
    font-size: 3em;
    color: #29298d; /* #A50F17 */
}

h2 {
    font-size: 1.8em;
    color: #29298d; /* #A50F17 */
    line-height: 1em;
    margin-bottom: 0px;
}

h3, h3 a {
    font-size: 1.4em;
    color: #29298d; /* #A50F17 */
}

h4, h4 a{
    font-size: 1.2em;
    color: #29298d; /* #A50F17 */
    text-decoration:none;
}

h3 a:hover, h4 a:hover {
    text-decoration:underline;
    }

#sottotitolo {
}

a {
    color: #29298d; /* #A50F17 */
    text-decoration:none;
}
a:hover {
    color: #6161e5; /* #BD111C */
    border-bottom: 1px dashed #6161e5; /* #BD111C */
}

#titolo a:hover {
    border-bottom: none;
}

#pagina {
}

#menu {
    text-align: center;
    background: url(/static/img/hr.png) no-repeat bottom center;
}

#menu ul {
    padding-bottom: 10px;
}

#menu li a {
    font-size: 105%;
    font-weight: bold;
    color: #29298d;
    text-decoration: none;
}
#menu li a:hover {
    text-decoration: none;
    border:none;
    border-bottom: 1px dashed #29298d;
}

.importante {
    font-size: 105%;
}

.legale {
    font-size: 90%;
}

form#contatti input,textarea,select {
    border: 1px solid grey;
    font-size:1.1em;
}

form#contatti input[type="text"] {
    width: 305px;
}

form#contatti textarea {
    width: 380px;
}

form#contatti input[type="button"] {
    float:right;
}

.box_prima h3 {
}

#contenuto li {
    list-style-image: url(/static/img/check.png);
}

#news h3 {
    width: 100%;
    background: url(/static/img/hr.png) no-repeat bottom center;
    margin-bottom: 0px;
}

#foto_prima {
    padding: 15px;
    background: url(/static/img/hr.png) no-repeat bottom center;
}

#testo {
    line-height: 1.7em;
}

.container_img_g{
    background: url(/static/img/imagemask_big.png) no-repeat bottom center;
    width: 570px;
    height: 357px;
}
.container_img_g img {
    padding: 10px;
}

.container_img_p{
    background: url(/static/img/imagemask_small.png) no-repeat bottom center;
    width: 298px;
    height: 191px;
    margin: 10px 0px 10px 10px;
}
.container_img_p img{
    padding: 7px;
}
.container_img_m{
    background: url(/static/img/imagemask_med.png) no-repeat bottom center;
    width: 400px;
    height: 251px;
    margin: 10px 0px 10px 10px;
}
.container_img_m img{
    padding: 9px;
}
.slide {
    position: absolute; 
    z-index: 10;
}

.img_pag_interna {
    float:right
}

.notizie_categoria a, .notizie_dettaglio a,.notizie_elenco a {
    text-decoration: none;
    color: #29298d; /* #A50F17 */
}

.notizie_testo {
    padding: 0px 10px;
    text-align: justify;
}

.notizie_attach {
    background: url(/static/img/papers.png) no-repeat;
    height: 50px;
    padding-left: 50px;
    padding-top: 15px;
}
.notizie_attach_rid {
    background: url(/static/img/papers_r.png) no-repeat;
    height: 20px;
    padding-left: 25px;
    padding-top: 5px;
}

caption {
    font-size: 1.6em;
    font-weight: bold;
    color: #29298d; /* #A50F17 */
}

.attach {
    background: url(/static/img/papers_r.png) no-repeat;
    height: 20px;
    padding-left: 25px;
    padding-top: 5px;
    font-size:1.2em;
    font-weight:bold;
}

.jole {
    color:#29298d;
    font-weight: bold;
}