body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.366;
	margin: 0px auto;
	padding: 5px;
	background: #FFFFFF url(images/layout/bg_body.jpg) repeat-x top;
	color:#335CAD;
}
a:link, a:visited {
	color:#335CAD;
}
a:hover {
	color:#003399;
}
/*  SPLASH SCREEN */
#splash {
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:430px;
	margin-left:-450px;
	margin-top: -215px;
	padding:0;
	background: #F2F2F2 url(images/bg_splash.jpg) no-repeat center center;
}


#languages_home {
	margin-top:33px;/**/
	margin-right:10px;
	text-align:right;
	color:#999999;
}
#languages_home a:link, #languages_home a:visited {
	color:#999999;
	text-decoration:none;
	margin: 0px 5px 0px 5px;
}
#languages_home a:hover {
	color:#333333;
}

#languages {
	/*margin-top:35px;*/
	margin-right:10px;
	text-align:right;
	color:#999999;
}

#languages a:link, #languages a:visited {
	color:#999999;
	text-decoration:none;
	margin: 0px 5px 0px 5px;
}
#languages a:hover {
	color:#333333;
}
#splash_form {
	margin-top:190px;
	margin-right:50px;
	text-align:right;
}
#splash_footer {
	margin-top:160px;
	margin-right:10px;
	text-align:right;
	color:#335CAD;
	font-weight:bold;
}
.form_element {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

/*  PRESENTAZIONE IN LINGUA */
#container {
	width:880px;
	margin:0px auto;
}
/*  INTESTAZIONE */
#header {
	width:880px;
	height:280px;
	background: #7EA2DB url(images/bg_header.jpg) no-repeat center center;
}
#logo {
	text-align:right;
	padding-top:40px;
	padding-right:40px;
}
#logo img {
	border:0px;
}
#headertext {
	text-align:right;
	padding-top:60px;
	padding-right:24px;
	color:#FFFFFF;
	font-size:120%;
}
/*  CONTENUTI */
.maintable {
	width:100%;
}
.maintable td {
	text-align:center;
	background-color:#F3F6FC;
	width:24%;
}
/*  LOGHI */
.logotable {
	height:108px;
	/*text-transform:uppercase;
	font-weight:bold;*/
}
.logotable img {
	margin-top:5px;
	margin-bottom:5px;
	border:0px;
}
.logotable a:link, .logotable a:visited {
	text-decoration:none;
}
.logotable a:hover {
	text-decoration:underline;
}
/*  DESCRIZIONI */
.desctable {
	height:100px;
}
.desctable p {
	margin:4px 10px 6px 10px;
}
.desctable a:link, .desctable a:visited {
	text-decoration:none;
}
.desctable a:hover {
	text-decoration:underline;
}



/* PIE DI PAGINA */
#footer {
	text-align:center;
	padding-top:6px;
	margin:4px 8px 6px 8px;
	border-top: 1px dashed #cccccc;
	color:#999999;
}
#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#333333;
}

