@charset "utf-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}
/*Cancellato da fabio body{background:#FFF;color:#333}*/
body{
	color:#222;
	text-align:left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}


div#menu_cont{
	text-align: left;
	color:#FFF;
	background: #000066 url(images/PiccoloCoroScritta.gif) no-repeat top center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*CSS principale per il menu*/
div#menu_nav{
	padding-top: 64px;
	padding-left: 100px;
	text-align: left;
	border-bottom: 0px solid #31A2D0;
}

ul#menu_nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
ul#menu_nav,ul#menu_nav li,ul#menu_nav ul,ul#menu_nav ul li{margin:0;padding:0;list-style-type:none}

ul#menu_nav{height:26px;line-height:25px;margin-left:50px;
    background: #000066; color: #fff}

ul#menu_nav a{display:block;padding: 0 15px;text-decoration: none; color:#FFF}
ul#menu_nav li{float: left;position: relative}
ul#menu_nav li li{float: none;line-height: 22px;
    display:block !important;display: inline; /*IE*/}
ul#menu_nav ul{
	position: absolute;
	top: 23px;
	left: -9999px;
	width: 25em;
	background: #fff;
	color: #3B5998
}

/*definisce il bordo del menù a discesa: */
ul#menu_nav ul{padding: 7px 0;border: 1px solid #3B5998}

ul#menu_nav li li a{height:22px}   /*fix per IE */
ul#menu_nav ul,ul#menu_nav li li a{background-color: #FFF;color: #3B5998}
ul#menu_nav li:hover,ul#menu_nav a:hover{background-color: #5C75AA;color: #FFF}
ul#menu_nav li:hover ul,ul#menu_nav li.sfhover ul{left: -1px;z-index: 100}

/*regole per separatore e le icone */

ul#menu_nav li.sep{height: 34px;background: #fff}
ul#menu_nav li.sep span{display: block;height: 1px;overflow: hidden;
    margin: 6px 5px 0;background: #CCC}
ul#menu_nav li li.icon a{padding-left: 24px}
ul#menu_nav li li.cd a{background: url(images/icon_cd.gif) no-repeat 3px 3px}
ul#menu_nav li li.privacy a{background: url(images/icon_padlock.gif) no-repeat 3px 3px}
div#menu_sx{
	width:90px;
	margin:0 auto;
	text-align: left;
	color:#FFF;
	background: #000066 url(images/bckgrnd_menu_sx.png) no-repeat


}

div#menu_dx{
	width:15px;
	height: 90px;
	text-align: left;
	background: #000066 url(images/bckgrnd_menu_dx.png) no-repeat


}

div#menu_end{
	width:930px;
	padding-top:15px;
	margin:0 auto;
	background: #FFFFFF url(images/bckgrnd_menu_end.gif) no-repeat center bottom;
	height: 15px;
}

div#main_cont{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 930px;
	padding: 0px 0px;
	margin: 0 auto;
	color:#222;
	background: #FFFFFF url(images/bckgrnd_main_cont.gif) repeat-x center top;
	text-align:left;
	min-height: 480px;
	line-height: 0px;
}
#text_cont {
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.5em;
}
div#text_cont  body {
	font-size: 1em;
	line-height: 2em;
	color: #222;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}

div#text_cont p {


}
div#text_cont h1 {
	font-size: 2em;
	color: #0000FF;
	line-height: 1.5;
}
div#text_cont h2 {
	font-size: 1.7em;
	color: #000066;
	line-height: 1.5;
	}
div#text_cont h3 {
	font-size: 1.5em;
	background-color: #000066;
	color: #66FFCC;
	line-height: 1.5;
	}
div#text_cont h1,h2,h3 {
	font-weight: bold;	
	padding-left: 1em;
}
div#text_cont h4 {
	font-size: 1.2em;
	color: #0000FF;
	line-height: 1.2;
	}
div#text_cont h5 {
	font-size: 1.2em;
	color: #666666;
	line-height: 1.2;
	}
div#text_cont h6 {
	font-size: 1.2em;
	color: #000066;
	background-color: #CCCCCC;
	line-height: 1.2;
	margin-right: 50%;
	}
div#text_cont h4,h5,h6 {
	font-weight: bold;	
	padding-left: 0.5em;
}
div#text_cont table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
div#text_cont td, th {
	font-size: 1em;
	line-height: 1.5em;
	}
div#text_cont ul {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
div#text_cont a {
	text-decoration: underline;
	color: #000066;
	}
div#text_cont a:hover {
	text-decoration: underline;
	background-color: #000066;
	color: #66FFCC;
	}
div#foot_cont{
	width:930px;
	padding-top:13px;
	margin:0 auto;
	background: #FFFFFF url(images/bckgrnd_foot.gif) no-repeat center bottom;
	color: #66FFFF;
	height: 22px;
	text-align: center;
}
div#foot_cont a {
	color: #6699FF;
}
#foto_main {
	text-align: center;
}
div#foto_main_thumb {
	width:160px;
	margin:0 auto;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}
div#foto_main_descr {
	width:160px;
	margin:0 auto;
	height: 70px;
	text-align: center;
	vertical-align: top;
	border: 0;
	padding: 0;
}
div#calendar {
	text-align:center;
}

