/* CSS Document */

@charset "utf-8";

body {
	text-align:center;
	padding:0;
	background-image: url(images/pagina/bg-body.jpg);
	background-repeat: repeat-x;
	margin:0;
	background-color: #FFF;
} 

/* pre-header contiene menu home e lingue */
#pre-header {
	height:26px;
	width:964px;
	margin:0 auto;
	text-align:left;
	color: #FFFFFF;
}

#content {
	width:970px;
	text-align:left;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

#col-sx{
	width:250px;
	float:left;
}

/* logo */
#logo{
	width:250px;
	height:355px;
	float:left;
}

/* colonna destra */

#col-dx {
	width:720px;
	float:left;
	background-color: #FFFFFF;
}

/* contenuti generali */

#content-gen {
	width:720px;
	height:100%;
	float:left;
	background-color: #FFFFFF;
	background-image: url(images/pagina/bg-content.jpg);
	background-repeat: repeat-y;
	background-position: 670px;
}

.home {
	width:650px;
	height:175px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0072BC;
	}
.home01 {
	width:650px;
	height:175px;
	float:left;
	}
/* news light home */	
.TestoGrande {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0072BC;
}

.TestoNormale {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* titolo */

#titolo {
	width:690px;
	height:30px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #FC0;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 30px;
}

/* testi */

#testi {
	width:650px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align:left;
	line-height: 30px;
	margin: 30px;
}
	
	#testi a:link, #testi a:visited, #testi a:active {
	color: #0072BC;
	text-decoration: underline;
	}
	#testi a:hover {
	color: #000;
	}

/* menu */
#menu-header {
	height: 35px;
	background-color: #0072BC;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-left: 4px;
}

	ul#menuTop {
	padding:0;
	margin:0;
	list-style:none;
	font-size: 14px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
	ul#menuTop li {float:left;}
	ul#menuTop li a {
	display:block;
	color:#FFF;
	font-size:12px;
	line-height:35px;
	text-decoration:none;
	border-right:0.4em solid #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 1.4em;
	font-weight: bold;
}
	ul#menuTop li a:hover {
	background-color: #FFF;
	color: #00375B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00375B;
}

.thispagemenu {
	display:block;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:35px;
	background-color: #FFF;
	color: #00375B;
	padding:0 1.8em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00375B;
}

/* menu EN */
#menu-header-en {
	height: 35px;
	background-color: #0072BC;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-left: 5px;
}

	ul#menuTopEn {
	padding:0;
	margin:0;
	list-style:none;
	font-size: 11px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
	ul#menuTopEn li {float:left;}
	ul#menuTopEn li a {
	display:block;
	color:#FFF;
	font-size:11px;
	line-height:35px;
	text-decoration:none;
	border-right:0.4em solid #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0.5em;
	font-weight: bold;
}
	ul#menuTopEn li a:hover {
	background-color: #FFF;
	color: #00375B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00375B;
}

.thispagemenuEn {
	display:block;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:35px;
	background-color: #FFF;
	color: #00375B;
	padding:0 0.5em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00375B;
}

/* foto header che cambia in ogni pagina */
#foto-header{
	width:720px;
	height:310px;
	float:left;
}

/* foto */
#foto{
	width:250px;
	height:175px;
	float:left;
}


		/* effetto rollover su menu header*/	
		a.menu
		{
	color: #fff;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
		}
		a:hover.menu
		{
   		color: #fff;
		text-decoration: none;
		}

/* footer */
#footer {
	clear:left;
	height: 22px;
	margin-left: 250px;
	width: 720px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
	}
	#footer a:hover {
	color: #000;
	text-decoration: underline;
	}