
/* CONFIGURAZIONE PAGINA */

#contenitore {
	width:740px;
	background-color: #173C20;
	background-image:url(../img/sfo.gif);
	margin: 20px auto 10px auto;
	padding:0;
	position: relative;
}

#intesta {
	float:left;
	width:740px;
	height:130px;
	background-color: #173C20;
	background-image:url(../img/sfo_intestazione.gif);
	margin: 0;
	padding: 0;
}


/* menu orizzontale */

#menu_oriz,
#menu_oriz_en
{
	float:left;
	width:740px;
	height:30px;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:#305138 1px solid;
	background-color:#173C20;
	color:#FFFFFF;
	padding:0;
	margin:0;
}

#menu_oriz ul,
#menu_oriz_en ul
{	list-style-type:none;
	padding:10px 0 0 16px;
	margin:0;
}

#menu_oriz ul li,
#menu_oriz_en ul li
{
	float:left;
	height:18px;
	margin-left: 12px;
	margin-right: 12px;
}

#menu_oriz_en ul li 
{
	margin-left: 12px;
	margin-right: 25px;
}


/* corpo centrale */

#corpo
{
	float:left;
	width:700px;
	background-color:#173C20;
	background-image:url(../img/sfo_Mabe.gif);
	background-position:96% 4%;
	background-repeat:no-repeat;
	padding:20px;
	margin:0;
}


/* pičpagina */

#piepagina
{
	float:left;
	width:740px;
	height:86px;
	background-color:#173C20;
	background-image:url(../img/sfo_piepagina.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}


/* stili CONTENUTO */


.descr
{
	color: #FFFFFF;
}

/* nel piepagina*/

.indir { margin:16px 0 0 192px;}

.posta { margin:-30px 0 0 562px;}

div.eventi { margin: 40px; }

div.eventi p
{
	margin: 20px 0 20px 0;
	font-size: 12px;
}

div.eventi strong {
	font-size: 13px;
}

div.eventi em {
	color: white;
}

div.eventi a {
	text-decoration: none;
}

div.eventi strong {
	color: white;

}

div.eventi a.link
{
	font-weight: bold;
}


div.eventi h3 {
	font-size: 22px;
	color: #626F65;
	font-weight: normal;
	letter-spacing: 2px;
}	


div.sezione_mabe
{
	margin: 40px 0 40px 40px;
	background-image: url(../img/v_line.gif);
	background-position: 122px 0;
	background-repeat: repeat-y;
	width: 622px;
}

div.sezione_mabe div.col_left {
	float: left;
	width: 142px;
}

div.sezione_mabe div.col_right {
	float: left;
	width: 480px;
}

div.sezione_mabe div.col_left a
{
	font-size: 14px;
}

div.sezione_mabe h3
{
	font-size: 22px;
	color: #626F65;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 0;
}

/* righe opere */
div.sezione_mabe a.row_op1, 
div.sezione_mabe a.row_op2
{
	position: relative;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	height: 96px;
}

div.sezione_mabe a.row_op1 { background-color: #13331B; }
div.sezione_mabe a.row_op1:hover
{
	background-color: #2F4735;
	color: white;
	text-decoration: none;
}
div.sezione_mabe a.row_op2 { background-color: #14381D; }
div.sezione_mabe a.row_op2:hover
{
	background-color: #2F4735;
	color: white;
	text-decoration: none;
}

div.sezione_mabe span.row_title
{
	position: absolute;
	right: 10px;
	top: 90px;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: lighter;
	font-size: 18px;
}


div.sezione_mabe img 
{
	border: 0;
}

