/* Basic */

@import url("Tabs.css");
@import url("MenuOrizzontale.css");
@import url("PagineInterne.css");
@import url("Master-Index.css");

#Conteiner {
	position: relative;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 983px; 
	height:auto;
	background: #ffefae;
	border-right: 1px solid #670000;
	border-bottom: 1px solid #670000;
	border-left: 1px solid #670000;
	padding-bottom: 20px;
}

#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-top: 5px;
	margin-bottom: 5px;
	margin-left: 207px;
	padding: 20px;
	width: 585px;
	border: 1px solid #ccc;
	text-align: justify;
	background-color: #FFFFFF;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height: 450px;        /* Per Explorer 7 e Firefox */
	height: 450px;            /* Per Explorer 6 */
}

#Content img{
	margin-right: 10px;	
	margin-bottom: 10px;
}

#Box {
	width: 565px;
	border: 1px dotted #999999;
	background-color: #eaeaea;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* 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;
}

#MenuVerticale a:hover {
    text-decoration:none;
 }

#BannerSX{
	position: absolute;
	top: 290px;
	left: 3px;
	width: 195px;
}

#BannerSX p{
	margin-top: 5px;
	margin-bottom: 8px;
}

/* Colonna di destra */

#Banner{
	position: absolute;
	top: 149px;
	right: 0px;
	width: 148px;
}

.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;
}

#footer p{
	margin-top: 10px;
	margin-bottom: 0px;
}


