#SiteBody
{
	margin:auto;
	width:1000px;
	padding-top: 50px;
}
#SiteBody img
{
	float:centre;
}

#Title_center
{
	text-align: center;
}

#LeftTilte
{
	width:800px;
	float: left;
}

#RightTitle
{
	width:200px;
	float: right;
}

#headerContainer{
	/*height: 200px;*/
	width: 100%;
}
#headerContainer .imagesContainer{
	float: left;
	width: 30%;
	height: 200px;
}
#headerContainer .imagesContainer img{
	height: 100px;
	width: auto;
}
#headerContainer .projectName{
	float: left;
	width: 40%;
	height: 200px;
	text-align: center;
}
#headerContainer .projectName h1{
	line-height: 100px;
}
#headerContainer .poliImage {
	float: right;
	width: 30%;
	height: 200px;
	text-align: center;
}
#headerContainer .poliImage  img{
	height: 200px;
	width: auto;
}
#headerContainer .navigationMenu {
	float: left;
	width: 100%;
	height: 30px;
}

.imgVerifiche{
	padding-top: 15px;
	padding-bottom: 6px;
}
.imgDidascalia{
	font-style: italic;
	font-size: 15px;
	text-align: center;
	padding-bottom: 6px;
}

#HeaderSplit
{

    width: 1000px;
	height: 168px;
	list-style:mone;
}
#HeaderSplit li
{
	display:block;
	float:left;
}
#HeaderSplit ul
{
	padding-left:0
}

#imHeader
{
	width:1000px;
	height:200px;
	margin:auto;
}
#LeftHeader
{
	width:80%;
	float: left;
}

#HeaderAltrePag
{
	width:100%;
	float: center;
}

#LeftHeaderL
{
	width:300px;
}
#LeftHeaderL img
{
	float:left;
	height:84px;
}

#LeftHeaderAltrePag
{
	width:300px;
}

#LeftHeaderAltrePag img
{
	float:left;
	height:150px;
}

#LeftHeaderR
{
	width:400px;
	text-align:center;
}

#RightHeader
{
	width:20%;
	float: right;
}

/*#RightHeader img
{
	height:200px;
}*/

#navigation
{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    list-style: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-left: 70px;
	margin-top: 20px;
}

#navigation li 
{
    background-color: #e65c00;
    border-bottom: 5px solid #000000;
    display: block;
    width: 140px;
    height: 30px;
    margin: 2px;
    float: left; /* elementi su singola riga */
}
#navigation li a 
{
    color: #ebebe0;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    width: 140px;
    height: 30px;
    text-align: center;
}
#navigation ul 
{
  padding-left:0;
}

#navigation li.active, ul#navigation li:hover 
{
    background-color: #e65c00;
    border-bottom: 5px solid #FF831C;
}

/**/

#navigation2
{
    font-family: Verdana, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation2 li 
{
    background-color: #e65c00;
    border-bottom: 5px solid #000000;
    display: block;
    width: 140px;
    height: 30px;
    margin: 2px;
    float: left; /* elementi su singola riga */
}
#navigation2 li a 
{
    color: #cccccc;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    width: 140px;
    height: 30px;
    text-align: center;
}
#navigation2 ul 
{
  padding-left:0;
}

#navigation2 li.active, ul#navigation li:hover 
{
    background-color: #e65c00;
    border-bottom: 5px solid #FF831C;
}

/**/

#footer
{
	text-align:center;
	display: block;
}

#footer li 
{
	width:192px;
    display: block;
	border-width:1px;
    height: 30px;
    
    float: left; /* elementi su singola riga */
}
#footer li a 
{
	width:192px;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;

    height: 30px;
    text-align: center;
}

#corpo
{
	width:1000px;
	margin:auto;
	background-color: #ebebe0;
    border-bottom: 5px solid #FF831C;
}

#SplitCorpo
{

}

/* Didascalia immagini */
/*
#caption {
font-family: Verdana, sans-serif;
font-size: 10px;
float: left;
margin: 0;
padding: 0;
position: relative;
overflow: hidden;
text-align: center;
}
 
#caption img {                      
float: left;
margin: 0;
padding: 0;
background: #fff;
border: none;
width: 100%px;
}
 
#caption span {                                                                 
float: left;
margin: 0;
padding-bottom: 10px;
padding-top: 10px;
width: 100%;
color: #dedede;
background: #222; /* browser che non supportano rgba */
background: rgba(0,0,0,0.7);
position: absolute;
left: 0;
bottom: 0;
display: none;       
}
 
#caption span strong {                            
font-weight: bold;
font-size: 11px;
text-transform: uppercase;
display: block;
font-family: carattere;
color: black;
padding-bottom: 5px;
}

#caption:hover span {
display: block;
}
*/

#split2 div
{
float: left;
width: 45%;
width: 49%;
width: 45%;
padding: 0 2%
}

#clearer
{
float: none; clear: left
}