/* CSS Document */
html, body {height:100%;}
body{
	font-size: 11px;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	color: #c9c9c9;
	height: 100%;
	background-color: #091b0d;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.bgFooter {
	background-image: url(../images/btn-footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bgHome {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:hover {text-decoration: underline;}


/* colori */

.color1 {color: #636f7d; text-decoration: none;}
.color2 {color: #bbbbbb; text-decoration: none;}

.sep01 {
	background-image: url(../images/sep-01.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.campiForm {
	font-size: 11px;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #7294CD;
	background-color: #1D4578;
}
.bottoniForm {
	font-size: 11px;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #6277a3;
	background-color: #1D4578;
}


/* Stili testo */

.text01 {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.text02 {
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.text03 {
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.8em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.text04 {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
.text05 {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.text06 {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}

/* elenco DIV */

div#contenitore {position:relative;}
#logo {
	position:absolute;
	left: 40px;
	top: -9px;
}
#lingue {
	position:absolute;
	left: 545px;
	width: 400px;
	top: 5px;
	height: 20px;
}
.pulsante-info {
	background-image: url(../images/pulsante-info.png);
	height: 106px;
	width: 301px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.pulsante-info a{
	color: #FFFFFF;
	text-decoration: none;
}
.pulsante-info a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.pulsante-info a:visited{
	color: #FFFFFF;
}
