@charset "UTF-8";
/* CSS Document */

html {
	padding:0px;
	margin:0px;
}
body {
	background:url('images/background.jpg');
	background-repeat:repeat-x;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px;
	padding:0px;
	text-align:center;
}
.opera {
	color: #da2427;
}
.red {
	color: #F00;
}
.font_micro {
	font-size: 10px;
}
img {
	margin:0;
	padding:0;
	display: inline;
}
.button {
	width: 212px;
	height: 35px;
	background-image: url('images/button.png');
	background-repeat: no-repeat;
	font-size: 14px;
	color: #FFF;
	border: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #564b47;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	padding:0;
	margin:0;
}
.titoletto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #564b47;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	padding:0;
	margin:0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
	text-transform: none;
	text-decoration: none;
	padding:0;
	margin:0;
}
h4 {
	font-size: 1em;
	color: #9dd501;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	margin: 1em 0 1em 0;
}
.link_page {
	font-size: 1em;
	color: #9dd501;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	margin: 1em 0 1em 0;
}
.w3c {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.w3c .left {
	width: 50%;
	position: relative;
	float: left;
}
.w3c .right {
	width: 50%;
	position: relative;
	float: left;
}
p, pre {
	padding: 0.5em 0 0.5em 0;
	margin:0;
}
.syn {
	font-size:inherit;
	color: #9dd501;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-transform: inherit;
}
.evy {
	color: #ff66cc;
}
a {
	color: #000;
	background-color:transparent;
	text-decoration: none;
}
a:hover {
	color: #566415;
}
a:visited {
	text-decoration:none;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	background-repeat: no-repeat;
	background-image: url('images/point.png');
	background-position: 0 0.4em;
	list-style-type: none;
	padding-left: 1.5em;
	margin-top: 0.3em;
}
/*  positioning-layers statisch und absolut */
#mypage {
	width:963px;
	margin: 4px auto;
	padding:0;
	background-color:#fff;
	text-align:left;
}
#head {
	background:url('images/logo.jpg') no-repeat;
	height:230px;
	width:963px;
}
#head_next {
	background:url('images/logo_next.jpg') no-repeat;
	height:175px;
	width:963px;
	position: relative;
}
.logo-titolo {
	padding:145px 0px 0px 50px;
	margin:0;
}
.logo-titolo_next {
	margin:0;
	padding: 45px 0px 0px 300px;
}
.separatore_oriz {
	background-image: url('images/separatore_oriz.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 5px;
	max-height: 5px;
	font-size: 0px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}
.separatore_oriz2 {
	/*background-image: url('images/separatore_oriz.png');
    background-repeat: repeat-x;*/
    width: 100%;
	height: 1px;
	max-height: 1px;
	font-size: 0px;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	border-top: solid 1px #b7d432;
}
.tre_colonne {
	width:963px;
	height:191px;
	min-height: 191px;
	max-height: 191px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#fff;
	background:url('images/bk.jpg');
	overflow: hidden;
}
.tre_colonne .box {
	margin:0 0 0 0;
	padding: 0px 20px 20px 50px;
	width:321px;
	max-width:251px;
	float:left;
	position: relative;
	font-size: 1em;
}
.tre_colonne .box h2 {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.due_colonne {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.due_colonne .box {
	margin:0 0 0 0;
	padding: 0px 50px 20px 50px;
	float:left;
	position: relative;
	width:481px;
	max-width:381px;
	text-align: center;
}
.due_colonne .box .content {
	text-align: left;
	position: relative;
	float: left;
	width: 100%;
}
.due_colonne .box a .logo {
	margin: 5px 5px 5px 5px;
	border: solid 1px white;
}
.due_colonne .box a:hover .logo {
	border: solid 1px #b7d432;
}
.due_colonne .box .centered {
	text-align: center;
	width: 100%;
}
.due_colonne .box .centered .cont {
	text-align: center;
	width: 100%;
	float: left;
	vertical-align: middle;
}
.due_colonne .box .centered .cont .img {
	border: solid 1px #FFF;
}
.due_colonne .box .centered .cont a:hover .img {
	border: solid 1px #b7d432;
}
.due_colonne .box .centered .link {
	text-align: left;
}
.due_colonne .box .content h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.una_colonna {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	clear: both;
}
.una_colonna .box {
	margin:0 0 0 0;
	padding: 0px 50px 20px 30px;
	float:left;
	position: relative;
	width: 100%;
	/*width:481px;
	max-width:381px;*/
	text-align: center;
}
.una_colonna .box .content {
	text-align: left;
	position: relative;
	float: left;
	width: 900px;
}
.una_colonna .box a .logo {
	margin: 5px 5px 5px 5px;
	border: solid 1px white;
}
.una_colonna .box a:hover .logo {
	border: solid 1px #b7d432;
}
.una_colonna .box .centered {
	text-align: center;
	width: 100%;
}
.una_colonna .box .content h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.titolo1 {
	position: relative;
	display: inline;
}
.titolo1, .titolo1 .titolo, .titolo1 .titolo_left, .titolo1 .titolo_right {
	height: 22px;
	min-height:22px;
}
.titolo1 .titolo {
	vertical-align: middle;
	text-align: left;
	position: relative;
	overflow: visible;
	margin: 10px 0 10px 5em;
	/*width: 180px;
    max-width: 180px;*/
    padding-top: 2px;
	font-size: 1.2em;
	font-weight: bold;
	color: Black;
	height: 22px;
	float: left;
}
.titolo1 .separatore {
	background-image: url('images/separatore_vert.png');
	background-repeat:repeat-y;
	z-index:300;
	position: absolute;
	width:2px;
	left: -1px;
	top: 13px;
}
.titolo1 .titolo_left {
	background-image: url('images/point.png');
	background-repeat: no-repeat;
	position: absolute;
	left: -1em;
	z-index: 100;
	width: 8px;
	min-width: 8px;
	top: 0.5em;
}
.titolo1 .titolo_right {
	background-image: url('images/point.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0.5em;
	z-index: 100;
	width: 8px;
	min-width: 8px;
	display: none;
}
.titolo2, .titolo2 .titolo, .titolo2 .titolo_left, .titolo2 .titolo_right {
	height: 29px;
	max-height:29px;
}
.titolo2 {
	position: relative;
	overflow: visible;
	width: 300px;
	margin: 5px auto 5px auto;
}
.titolo2 .titolo {
	color: White;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	float: left;
	width: 300px;
	max-width: 300px;
	position: relative;
	background-image:url('images/titolo_verde_bg.png');
	background-repeat:repeat-x;
	position: relative;
	overflow: visible;
	padding-top: 9px;
	margin-top: 20px;
}
.titolo2 .titolo .separatore {
	background-image: url('images/separatore_vert.png');
	background-repeat: no-repeat;
	z-index:300;
	position: absolute;
	width:2px;
	left: -2px;
	top: 4px;
	height: 22px;
}
.titolo2 .titolo_left {
	background-image: url('images/titolo_verde_bg_left.png');
	background-repeat: no-repeat;
	position: absolute;
	left: -13px;
	width: 13px;
	min-width: 13px;
	top: 0px;
}
.titolo2 .titolo_right {
	background-image: url('images/titolo_verde_bg_right.png');
	background-repeat:no-repeat;
	position: absolute;
	right: -13px;
	top: 0px;
	width: 13px;
	min-width: 13px;
}
.titolo2 .titolo a, .titolo2 .titolo a:visited {
	font-size: 1em;
	color: White;
}
.titolo2 .syn {
	color: #E0E0E0;
}
.titolo3, .titolo3 .titolo, .titolo3 .titolo_left, .titolo3 .titolo_right {
	height: 29px;
	max-height:29px;
}
.titolo3 {
	position: relative;
	overflow: visible;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 50%;
	left: -150px;
}
.titolo3 .titolo {
	color: White;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	float: left;
	width: 300px;
	max-width: 300px;
	position: relative;
	background-image:url('images/titolo_verde_bg.png');
	background-repeat:repeat-x;
	position: relative;
	overflow: visible;
	padding-top: 9px;
}
.titolo3 .titolo .separatore {
	background-image: url('images/separatore_vert.png');
	background-repeat: no-repeat;
	z-index:300;
	position: absolute;
	width:2px;
	left: -2px;
	top: 4px;
	height: 22px;
}
.titolo3 .titolo_left {
	background-image: url('images/titolo_verde_bg_left.png');
	background-repeat: no-repeat;
	position: absolute;
	left: -13px;
	width: 13px;
	min-width: 13px;
	top: 0px;
}
.titolo3 .titolo_right {
	background-image: url('images/titolo_verde_bg_right.png');
	background-repeat:no-repeat;
	position: absolute;
	right: -13px;
	top: 0px;
	width: 13px;
	min-width: 13px;
}
.titolo3 .titolo a, .titolo3 .titolo a:visited {
	font-size: 1em;
	color: White;
}
.titolo3 .syn {
	color: #E0E0E0;
}
#menu {
	width: 963px;
	margin: 0 0 0 0;
	font-size: 1em;
	position: absolute;
	bottom: 0;
	text-align: center;
}
#menu .box {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 963px;
}
#footer {
	width: 963px;
	margin: 0 0 1em 0;
	font-size: 1em;
	position: relative;
	text-align: center;
}
#footer .box {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 720px;
}
#footer .footer_end {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	float:left;
	clear: left;
	display: block;
	width: 100%;
	text-align: center;
}
.part_logo {
	width: 175px;
	position: relative;
	float: left;
}
.part_txt {
	width: 285px;
	height: 75px;
	position: relative;
	float: left;
}
.center {
	text-align: center;
}

/* CSS Menu */

.container {
	width: 963px;
	margin: 3px auto;
	text-align: left;
}
.tab-nav {
	width: 963px;
	overflow: hidden;
}
.tab-nav ul {
	position: relative;
	float: left;
	width: 1600px;
	margin-left: 895px;
	padding-left: 0;
	list-style-type: none;
	background-color: #fff;
}
.tab-nav li {
	float: left;
	clear: left;
	background: none;
	padding-left: 0em;
	margin-top: 0em;
}
.tab-nav a {
	display: block;
	width: 75px;
	border-right: 0px solid #abd918;
	height: 26px;
	line-height: 26px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #000;
	background:  url(images/home_menu.jpg) no-repeat;
	font-weight: bold;
}
.tab-nav ul ul {
	float: left;
	width: auto;
	margin-left: 0;
}
.tab-nav li li {
	clear: none;
	background-image: none;
}
.tab-nav li li a {
	width: 150px;
	background: url(images/sfondo_menu.jpg);
}
.tab-nav a.expanded {
    background: url(images/open_menu.jpg);
}

.tooltipContainer {
	position: relative;
}

.tooltipContainer .tooltip{
	display: none;
	padding: 10px;
	border: solid 1px silver;
	background-color: #FFF;
	text-align: left;
	vertical-align: middle;
}

.tooltipContainer:hover .tooltip {
	display: block;
	background-color: #FFF;
	z-index: 100;
}
.GPColor {
	color: #db0145;
	font-weight: bold;
	font-size: 14px;
}
.SSC {
	font-weight: bold;
	font-size: 14px;
}
.tableTitle {
	color: #FFF;
	font-weight: bold;
}
.tableTxt {
	color: #000;
	font-size: 10px;
}.tdclass {
	color: #FFF;
}

