@charset "UTF-8";
html {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	height: 100%;
}
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #e5e5e5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	height: 100%;
}
a img {
	border: none;
}
a {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
	font-weight: bold;
	color: #175280;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #175280;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: right;
	padding: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #1c4d79;
	line-height: 1.05em;
	margin-top: 5px;
	margin-bottom: 9px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.814em;
	color: #333333;
	line-height: 1.73em;
	margin: 0px;
	padding: 0px;
}
.bold {
	font-weight: bold;
	color: #333333;
}
.mybox {
	margin: 20px 0px 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.mybox2 {
	margin: 20px 0px 0px;
	padding-right: 40px;
	padding-left: 25px;
}
.testoelenco {
	background-image: url(img/freccia.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	color: #000066;
	display: block;
	background-position: left 6px;
	margin-top: 7px;
	margin-bottom: 9px;
}
.color-verde1 {
	color: #aed900;
}
.divisiondot {
	line-height: 5px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	margin: 15px 0px 5px;
	padding: 0px;
	height: 5px;
	width: 100%;
}
	
#container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-height: 100%;
	background-color: #0c2d4a;
	border-right: 3px solid #b1bfd0;
	border-bottom: 3px solid #b1bfd0;
	border-left: 3px solid #b1bfd0;
	background-image: url(img/sfondo-patt1.gif);
}
* html #container {
 height: 100%
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 926px;
	height: 230px;
	background-image: url(img/header-ok.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: bottom;
}
#flag {
	background-image: url(img/flag-ita.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 23px;
	padding: 0px 8px 0px 0px;
	margin-right: 0px;
	float: right;
	margin-top: 210px;
}
#flag a:hover{
	background-image: url(img/flag-ita-up.gif);
	background-repeat: no-repeat;
}
#flag-eng {
	background-image: url(img/flag-eng.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 23px;
	padding: 0px 12px 0px 0px;
	margin-right: 0px;
	float: right;
	margin-top: 210px;
}
#flag-eng a:hover{
	background-image: url(img/flag-eng-up.gif);
	background-repeat: no-repeat;
}
#flag-fra {
	background-image: url(img/flag-fra.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 23px;
	padding: 0px 10px 0px 0px;
	margin-right: 0px;
	float: right;
	margin-top: 210px;
}
#flag-fra a:hover{
	background-image: url(img/flag-fra-up.gif);
	background-repeat: no-repeat;
}
#tag {
	line-height: 28px;
	height: 28px;
	background-color: #0c2d4a;
	font-family: Verdana, Arial, "Gill Sans";
	font-size: 0.69em;
	color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#box-main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(img/sfondo-banda1.gif);
	background-repeat: repeat-y;
}
#box-main2 {
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(img/sfondo2.gif);
}
#box-main3 {
	background-image: url(img/sfondo-banda2.gif);
	background-repeat: repeat-y;
	float: left;
	margin: 0px;
	padding: 0px;
}
#colonna1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
#area-riservata {
	padding: 0px;
	height: 80px;
	width: 250px;
	margin: 0px;
}
#colonna2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 25%;
}
#colonnamain {
	margin-right: 25%;
	margin-left: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#colonna3 {
	margin: 0px;
	float: left;
	width: 670px;
	padding-top: 0px;
	background-image: url(img/sfondo3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	background-color: #aed900;
	height: 30px;
	border-bottom-width: 21px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.textfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.67em;
	color: #333333;
	line-height: 30px;
	text-align: right;
	padding-right: 15px;
}
.testo01 {
	font-size: 0.5em;
	color: #00CC00;
	text-decoration: none;
}
.testo02 {
	font-size: 0.750em;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.625em;
}
.testo03 {
	font-size: 0.875em;
	color: #333333;
	text-decoration: none;
}
.testobutta {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}


/*****************MENU************/
#menu {
	width: 100%;
	border-size: 1px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 21px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 21px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
	
#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 32px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 32px;
	font-size: 0.7em;
}	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background: url(img/menu.gif) repeat-x;
	padding: 0px 0 0 20px;
	margin: 0px;
	font-weight: normal;
}
#menu li.corrente a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 32px;
	text-decoration: none;
	font-size: 0.7em;
	color: #aed900;
	line-height: 32px;
	font-weight: bold;
}	
#menu li.prog {
	font-family: Verdana, Arial, "Gill Sans";
	font-size: 0.75em;
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/menu2.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu li a:hover {
	color: #8ab31e;
	background: url(img/menu.gif) 0 -32px;
}
#menu li.corrente a:hover {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #FFFFFF;
}
.elenco {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 25px;
	margin-top: 0px;
	padding: 0px;
}
.elenco li {
	font-family: Verdana, Arial, "Gill Sans";
	font-size: 0.70em;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	line-height: 1.3em;
	background-image: url(img/freccia-verde.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.elenco2 {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding: 0px;
}
.elenco2 li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.814em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 1.73em;
	background-image: url(img/freccia.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.partner-logo {
	margin: 5px 0px;
	padding: 0px;
	height: 80px;
	width: 150px;
	border: 1px solid #999999;
}
.titolo01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	font-weight: bold;
	color: #333333;
}
.titolo02 {
	font-family: Georgia;
	font-size: 0.95em;
	line-height: 1.4em;
	font-weight: bold;
	color: #003366;
	background-image: url(img/freccia.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	margin: 10px 0px 4px;
	display: block;
}
.titolo02 .small {
	font-size: 0.7em;
}
#logo-eu {
	background-image: url(img/logo-eu.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 13px;
	padding: 0px 0px 9px;
	width: 210px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#logo-eu p {
	font-family: Tahoma, Arial;
	color: #333333;
	font-size: 0.62em;
	line-height: 1.35em;
	float: left;
	margin-top: 116px;
}

