﻿html {
height:100%;
width:100%;
}

body {
height:100%;
width:100%;
margin:0px;
background-image:URL(/images/sfondo.jpg);
}

* {
font-family:Verdana;
font-size:11px;
color:#555555;
}

img {
border:0px;

}

a {
text-decoration:none;
color:#315FA9;
font-weight:bold;
}

h1 {
font-size:14px;
color:#315FA9;

}

p  {
text-align:justify;
margin-right:20px;
margin-left:20px;
line-height:18px;

}

.contenitore {
width:959px;
margin:auto;
display:block;
}

.menu {
width:959px;
height:24px;
background-image:URL(/images/base_menu.jpg);
padding-left:15px;
/*padding-right:22px;*/
padding-top:14px;

}

.menu a {
font-size:11px;
color:#555555;
width:132px;
text-align:center;
display:block;
text-decoration:none;
float:left;
font-weight:normal;
margin-right:1px;
}

.menu a:hover {
color:#315FA9;
}

.pagina {
width:959px;
height:100%;
background-image:URL(/images/sfondo_pagina.jpg);
}

.contenuto {
padding:20px;
padding-top:0px;
width:959px;
height:100%;
}

.sinistra {
width:242px;
float:left;
}

.form_sx {
width:210px;
height:215px;
padding:15px;
padding-top:45px;
background-image:URL(/images/richiesta_disponibilita.jpg);
color:#0C5393;
}

.form {
width:180px;
border:1px solid #0C5393;
margin-top:5px;
margin-bottom:5px;
}

.form_data {
width:90px;
border:1px solid #0C5393;
margin-top:5px;
margin-bottom:5px;
}

.destra {
width:660px;
float:left;
margin-left:20px;
}


.riquadro  {
background-image:URL(/images/centro_riquadro.jpg);
padding:0px 20px 0px 20px;
}

.elemento {
background-image:URL(/images/centro_riquadro.jpg);
}

.el_alto {
background-image:URL(/images/alto_riquadro.jpg); 
height:21px;
}

.el_basso {
background-image:URL(/images/basso_riquadro.jpg); 
height:26px;
}

.elemento h1 {
margin-left:20px;
}

.elemento img {
margin-left:18px;
margin-right:10px;

}
.wcag 
{
    display:none;
    }