/* Basic */

@import url("Tabs.css");
@import url("MenuOrizzontale.css");
@import url("PagineInterne.css");

#Conteiner {
	position: relative;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 983px; 
	height:auto;
	background: #CBE6FD;
	border-right: 1px solid #3A4B7F;
	border-bottom: 1px solid #3A4B7F;
	border-left: 1px solid #3A4B7F;
}

#Header {
	height: 126px;
	z-index: 1;
}

#MenuOrizzontale {
	position: relative;
	height: 18px;
	border-top: 1px solid #3A4B7F;
	border-bottom: 1px solid #3A4B7F;
	margin: 0px auto auto;
	padding-top: 2px;
	padding-left: 200px;
	background: #FFFFFF url(../Img_Struttura/SF_MenuOrizzonale.gif) no-repeat left 2px;
	text-align: left
}

#MenuOrizzontale a{
	color: #3A4B7F;
	text-decoration: none;
	width: 112px;
	text-align: center;
}

#MenuOrizzontale a:hover{
	color: #840323;
	background: #900;
	text-decoration: none;
}

/* Colonna centrale */

#Content{
	height: auto;
	margin: 5px 147px 5px 205px;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #3A4B7F;
	text-align: justify;
}

#Content img{
	float: left;
	margin-right: 10px;	
	margin-bottom: 15px;
}

/* Colonna di sinistra */

#MenuVerticale{ 
	position: absolute;
	top: 154px;
	left: 3px;
	width: 185px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #3A4B7F;
}

#MenuVerticale li{
	margin: 0;
	padding: 0;
    border: 0;
	border-bottom: 1px dashed #999;
}

#MenuVerticale ul{
	margin: 0;
	padding: 0;
    border: 0;
	list-style: none;
	line-height: 23px;
}

#News{
	position: absolute;
	top: 355px;
	left: 3px;
	width: 195px;
	background: #FFF;
	border: 1px solid #3A4B7F;
}

#BannerSX{
	position: absolute;
	top: 522px;
	left: 3px;
	width: 195px;
}


#TitoloNews{
	position: absolute;
	top: 340px;
	left: 3px;
	width: 191px;
	background: #3A4B7F;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	z-index:1;
	padding: 3px;
}

/* Colonna di destra */

#Banner{
	position: absolute;
	top: 149px;
	right: 0px;
	width: 166px;
	text-align: right;
}

.SF-Banner{
	background: #FFF;
	border: 1px solid #333;
}

/* Foooter */

#footer{
	text-align:center;
	padding: 0px 0 5px;
    color: #333;
	font-size: 11px;
}

#footer a{
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover{
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}
