@charset "UTF-8";

/* @group service */
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #0f61bd;
}
a:hover {
	text-decoration: underline;
}
/*ul {
	list-style-type: none;
}*/
/*img {
	margin: 0;
	padding: 0;
}*/
a img {
	border: 0;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

.leftimg {
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
}
div.line-horiz-black {
	background-color: black;
	height: 1px;
}
.spacer10 {
	clear: both;
	padding-top: 10px;
}
.spacer20 {
	clear: both;
	padding-top: 20px;
}
/*div.indent img {
	margin: 12px;
}  */
input, textarea, select {
	margin-bottom: 10px;
	color: #838282;
	font: 11px/14px Arial, Helvetica;
	line-height: 18px;
	background-color: #eee;
	border: 1px solid silver;
	padding-left: 6px;
	padding-right: 6px;
}
input.but {
	font-size: 11px;
	line-height: 20px;
	color: white;
	background-color: #2058b6;
	border: 1px none gray;
}

/* @group hack ie png fix */
img, #header, #footer {behavior: url(stili/iepngfix.htc);}
/* @end */

/* @end */

html, body {
	text-align: center;
	color: #777676;
	font: 12px/20px Arial, "Trebuchet MS";
}

/*

body {
	background: url(../images/bg.jpg) repeat-x 0 top;
}
body.tmp {
	background: none;
}
div.tmp {
	border: 1px	solid silver;
	width: 410px;
	margin: 0 auto;
}

*/


#container {
	margin: 0 auto;
	width: 857px;
	text-align: left;
	background: url(../images/bg.jpg) repeat-x 0 200px;
}

/* @group // intro // */

h1.intro {
	font-size: 11px;
	color: silver;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	word-spacing: 1px;
}

#lang {
	margin: 0 auto;
	width: 140px;
	text-align: center;
}

.flags {
	float: left;
	width: 60px;
	height: 88px;
	margin-right: 10px;
}

/* @end */

/* @group // news // */

#container-news {
	margin: 0 auto;
	width: 680px;
	text-align: left;
}

#close {
	margin: 0 auto;
	width: 120px;
	text-align: center;
}

/* @end */

/* @group header */

div#top {
	height: 20px;
}

#head01 {
	position: relative;
}

#head02 {
	position: relative;
}

#head03 {
	position: relative;
}

#corner {
	height: 79px;
	position: relative;
	background: url(../images/corner.gif) no-repeat right top;
	padding-left: 30px;
	padding-right: 300px;
	text-align: center;
	color: #105081;
	font: 24px/76px "Trebuchet MS", Arial;
}

/* @end */

/* @group menu horiz */
#menuhoriz {
	width: 960px;
	text-align: center;
	height: 50px;
}
div#menuhoriz ul {
	padding-top: 10px;
	font-size: 10px;
}
div#menuhoriz li {
	display: inline;
	padding-left: 50px;
	padding-right: 50px;
}
div#menuhoriz li a {
	color: silver;
	line-height: 34px;
	font-size: 15px;
}
div#menuhoriz li a:hover {
	border-bottom: 12px solid #003594;
	text-decoration: none;
}
/* @end */

/* @group content */
#content {
	padding-bottom: 20px;
    background: url(../images/dot.gif) repeat-y 595px;
}
#col-sx {
	position: relative;
	float: left;
	width: 580px;
	padding-top: 5px;
}

#col-sx div.indent {
    padding-bottom: 20px;
	width: 560px;
	margin: 0 auto;
    clear: both;
	padding-right: 20px;
	padding-left: 20px;
}

#col-sx div.stuff {
	position: relative;
	float: right;
	width: 300px;
	margin-bottom: 20px;
}

/* @group col sx > img sx */

#col-sx div.imagesx {
	position: relative;
	float: left;
	width: 220px;
	border: 1px solid silver;
	text-align: left;
}
#col-sx div.imagesx img {
	border: 10px solid white;
	margin: 0;
}

#col-sx div.imagesx div.docs {
	margin-bottom: 10px;
	line-height: 32px;
}
#col-sx div.imagesx div.docs img {
	margin-bottom: 0px;
	margin-right: 10px;
	float: left;
	margin-left: 5px;
}

/* @end */

/* @group elenco kw */

div.logokw {
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.kw ul {
	font-size: 11px;
}
div.kw li {
	display: block;
	list-style: none;
	background: url(../images/kw.bullet.gif) no-repeat left 4px;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 20px;
}
div.kw li a {
	color: #0261bd;
}

/* @end */




/* @group col-sx table */

#col-sx div.tab table.data {
	border-collapse: collapse;
}
#col-sx div.tab table.data th {
	color: white;
	font: 10px Arial;
	text-align: center;
	border: 1px solid #265fc6;
	background-color: #265fc6;
	padding: 3px;
}
#col-sx div.tab table.data td {
	color: #404040;
	font: 10px Arial;
	text-align: center;
	border: 1px solid silver;
	background-color: #e9e9e9;
	padding: 3px;
}

/* @end */

#col-dx {
	float: right;
	width: 230px;
	padding-top: 20px;
}

#col-dx .indent {
	padding-right: 20px;
}

#col-dx div.news {
	margin: 0 25px;
	height: 135px;
	font-size: 11px;
	color: white;
}
/* @end */

/* @group footer */
div#footer {
	padding-top: 10px;
	clear: both;
	background: url(../images/ombra.png) no-repeat center top;
	text-align: center;
}
div#footer p {
	font-size: 11px;
}
div#footer p.credits {
	float: right;
	margin-right: 90px;
	color: silver;
}
div#footer p.credits a {
	color: silver;
}
div#footer ul {
	padding-top: 10px;
	font-size: 10px;
}
div#footer li {
	display: inline;
	list-style: none;
	background: url(../images/kw.bullet.gif) no-repeat left center;
	padding-left: 20px;
	padding-right: 20px;
}
div#footer li a {
	color: silver;
}
/* @end */
/* @group side col */
/* @group mdx */
.menu-top {
	background-color: #f3931d;
	width: 271px;
	height: 30px;
	border-bottom: 1px solid white;
}

.mdx {
	background-color: #7394ba;
}
.mdx p {
	text-align: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 15px;
	font: 17px/28px "Trebuchet MS", Arial, Helvetica ;
	border-bottom: 1px solid #475F78;
	margin-bottom: 0px;
	color: #777776;
    background-color: white;
}
.mdx a {
	text-decoration: none;
	text-align: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 25px;
	font: 12px/18px Arial, Helvetica;
	border-bottom: 1px solid #dce7f8;
	color: white;
	display: block;
}
.mdx a:hover {
	color: #014085;
	background-color: #bac9dc;
}
.mdx a:active {
	color: white;
	background-color: #6481a2;
}
.mdx div.sub {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
}
.mdx div.sub a {
	padding-left: 50px;
	font-size: 11px;
	border-bottom: 1px dotted #becfe2;
	line-height: 18px;
	color: #014286;
	background-color: #91a8c2;
}
.mdx div.sub a:hover {
	color: white;
	background-color: #014286;
}
.mdx div.sub a:active {
	color: white;
	background-color: #6481a2;
}
/* @end */
/* @group menu dx */
ul.menu {
	padding-top: 10px;
	font-size: 10px;
	width: 180px;
	margin: 0 auto;
}
ul.menu li {
	display: block;
	padding-left: 50px;
	height: 40px;
	background: url(../images/ico.info.jpg) no-repeat left center;
}
ul.menu li a {
	color: silver;
	line-height: 40px;
	font-size: 15px;
}
ul.menu li a:hover {
	text-decoration: none;
	border-bottom: 4px solid #dfdfdf;
	color: gray;
}

/* @end */
/* @end */
/* @group navbar */
.navbar {
	background-color: white;
	width: auto;
	font: 11px/15px Arial, Helvetica;
	color: #5b5c5c;
	margin-bottom: 10px;
	padding: 2px;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
}
.navbar a {
	color: #5b5c5c;
}
/* @end */
/* @group box nav < > */
div#boxcont-nav {
	width: 190px;
	height: 25px;
	left: 20px;
	position: relative;
	top: 50px;
}
.navleft {
	float: left;
}
.navright {
	float: right;
}
.navleft a, .navright a {
	text-decoration: none;
	color: gray;
	display: block;
	border: 1px solid silver;
	background-color: #e9e9e9;
	padding: 2px 5px;
}
.navleft a:hover, .navright a:hover {
	background-color: #d6d6d6;
}

/* @end */
/* @group classi testo etc */
.tit-intro {
	color: #0f61bd;
	margin-bottom: 15px;
	font: 18px/22px Georgia, "Times New Roman", Times, serif;
}

.tit1 {
	color: #0f61bd;
	margin-bottom: 15px;
	font: 15px/22px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid silver;
}
.tit2 {
	font: 13px/18px Arial, Helvetica;
	color: #003594;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.tit2a {
	font: italic 13px/15px Arial, Helvetica;
	color: #000000;
	margin-bottom: 8px;
}

.tit2b {
	font: 12px/18px Impact, Arial, Helvetica;
	color: silver;
	margin-bottom: 8px;
	padding: 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.txt {
	font: 11px/15px Arial, Helvetica;
	color: #333333;
}
.tit3 {
	font: 13px/18px Arial;
	color: #5d7b9f;
	margin-bottom: 5px;
}
.tit3-bor {
	font: 15px/22px Arial, Helvetica;
	color: #5A697E;
	border-bottom: 1px dotted #a4a4a4;
}
.note {
	font: 10px Arial, Helvetica;
	color: gray;
	margin-bottom: 10px;
}
/* @end */
