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

* {
margin:0px;
padding:0px;
}

body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#1E1E1E;
	font-family:Arial, Helvetica, sans-serif;
}


#super-container{
	width:900px;
	margin:0 auto;
	margin-top:20px;
	padding:0px;
}

#super-container-login{
	width:437px;
	margin:0 auto;
	margin-top:50px;
	padding:0px;
}

#testa-home{
	float:left;
	margin:0px;
	padding:0px;
	width:900px;
	height:614px;
}

#testa-home2{
	float:left;
	margin:0px;
	padding:0px;
	width:900px;
	height:230px;
}

#testa-home3{
	float:left;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	width:900px;
	height:500px;
}

#testa-piccola{
	float:left;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	width:900px;
	height:195px;
}

#storia{
	float:left;
	margin:0px;
	margin-bottom:0px;
	padding:0px;
	width:900px;
	height:300px;
}

#box-testo{
	float:left;
	width:575px;
	height:334px;
	margin:0px;
	margin-right:10px;
	background-image:url(/images/text-box.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#box-testo h1{
	padding:10px;
	margin:0px;
	font-size:17px;
	text-align:center;
	color:#F90;
	font-weight:normal; /*Alberto*/
}

#box-testo p{
	padding:10px;
	margin:0px;
}

#box-testo img{
	padding:0px;
	margin:0px;
	margin-right:8px;
	border:solid 2px #CCC;
}

#text-container{
	width:550px;
	padding:0px;
	padding-left:10px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	color:#CCC;
	line-height:20px;
}
#text-container ul{
margin-left:35px;
}

#box-piccolo{
	float:left;
	width:314px;
	height:334px;
	margin:0px;
	background-image:url(/images/small-box.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#box-piccolo-login{
	float:left;
	width:437px;
	height:481px;
	margin:0px;
	padding-top:200px;
	padding-left:70px;
	background-image:url(/images/reserved.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#box-piccolo h1{
	padding:8px;
	margin:0px;
	font-size:15px;
	text-align:center;
	color:#fff;
}
#box-piccolo h3{
	padding:10px;
	margin:0px;
	font-size:20px;
	text-align:center;
	color:#fff;
}

.testo-box-piccolo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:8px;
	color:#CCC;
	line-height:15px;
	margin:0px;
	font-style:italic;
	padding-left:25px;
	padding-right:5px;
}

.testo-box-piccolo2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:10px;
	color:#CCC;
	line-height:20px;
	margin:0px;
	font-style:italic;
	text-align:center;
}

#box-piccolo a{
	color:#F90;
	margin:0px;
	text-decoration:none;
}

#box-piccolo a:hover{
	color:#FFF;
	margin:0px;
	text-decoration:none;
}
form{
margin:0px;
padding:0px;
margin-left:20px;
}
input[type="text"]{
	background-image:url(/images/campo.gif);
	background-repeat:no-repeat;
	background-color:#000;
	border:0px;
	marginbottom:5px;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	width:234px;
	padding:15px;
	color:#ddd;
	margin:0px;
	text-decoration:none;
}
input[type="password"]{
	background-image:url(/images/campo.gif);
	background-repeat:no-repeat;
	background-color:#000;
	border:0px;
	marginbottom:5px;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	width:234px;
	padding:15px;
	color:#ddd;
	margin:0px;
	text-decoration:none;
}
input[type="image"]{
	/*width:40px;
	height:40px;*/
	margin-right:0px;
}
label{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
}

/* FLEXCROLL */

#mycustomscroll {
/* Typical fixed height and fixed width example */
width:575px;
height:250px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
float:left;
padding:0px;
margin:0px;

}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 500px;
height: auto;
position: relative;
color:#CC6600;
padding: 1px;
}


.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color:#000000;
}
.vscrollerbar {
width: 10px;
background-color:#999;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


/* FINE FLEXCROLL */

/* NEWS */

#mycustomscroll-small {
/* Typical fixed height and fixed width example */
width:314px;
height:250px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
float:left;
padding:0px;
margin:0px;

}

#text-container-small{
	width:277px;
	padding:0 0 0 3px; /*Alberto*/
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	color:#CCC;
}
.civetta {
	float:left;
	width:265px;
	padding:3px 0 3px 5px;
	border-bottom:dotted 1px #999;
}
.civetta:hover {
	background-color:#333;
	text-decoration:none;
}
.civetta img {
	float:left;
	margin-right:5px;
	margin-left:0;
	margin-top:2px;
	margin-bottom:5px;
	width:40px;
	height:55px;
	border:solid 2px #FFF;
}
.testo-civetta {
	float:left;
	text-align:left;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	width:210px;
}
.testo-civetta span.data{ /*Alberto*/
	display:inline;
	padding:0px;
	margin:0 2px 0 0;
	font-size:11px;
	text-align:left;
	color:#FFFFFF;
	font-weight:normal;
}
.testo-civetta h2{
	display:inline-block;
	padding:0px;
	margin:3px 0 0 0;
	font-size:13px;
	text-align:left;
	color:#F90;
	font-weight:normal; /*Alberto*/
}
.testo-civetta p {
	text-align:left;
	color:#FFFFFF;  /*Alberto*/
	font-size:11px;
	padding:0px;
	margin:0px;
	margin-top:0px;
	line-height:normal;
}
.end{
	text-align:center;
	color:#FFF;
	font-size:15px;
	padding:5px;
	margin:5px;
}

/* FOOTER */

#footer{
	margin-top:10px;
	padding:0px;
	padding-top:10px;
	float:left;
	width:900px;
	height:90px;
	background-image:url(/images/footer.gif);
	background-repeat:no-repeat;
	color:#CCC;
	align:left;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a{
	text-decoration:none;
	color:#F60;
}

#footer a:hover{
	text-decoration:none;
	color:#CCC;
}

#footer strong {
	font-weight:normal;
	color:#F90;
}
#footer-menu{
	float:left;
	width:400px;
	margin:0 auto;
	padding:0px;
	padding-left:280px;
	margin:0px;
	font-size:13px;
}

#footer-menu a{
	text-decoration:none;
	color:#CCC;
}

#footer-menu a:hover{
	text-decoration:none;
	color:#FC0;
}
.footer-menu-elements{
	display:block;
	float:left;
	margin-right:10px;
	text-align:center;
	width:80px;
}

.dati-azienda{
	float:left;
	margin-top:0px;
	text-align:left;
	font-size:11px;
	width:900px;
	height:25px;
	padding-left:10px;
}

/* NAV MINI */

#nav-mini{
	margin-top:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	float:left;
	width:900px;
	height:50px;
	background-image:url(/images/footer.gif);
	background-repeat:no-repeat;
	color:#CCC;
	align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#nav-mini a{
	text-decoration:none;
	color:#F60;
}

#nav-mini a:hover{
	text-decoration:none;
	color:#CCC;
}

#nav-mini strong {
	font-weight:normal;
	color:#FC0;
}

#nav-mini a{
	text-decoration:none;
	color:#CCC;
}

#nav-mini a:hover{
	text-decoration:none;
	color:#FC0;
}
.nav-mini-elements{
	float:left;
	padding-right:50px;
	text-align:center;
}

#text-container h2{
height: auto;
color:#f90;
padding: 1px;
font-size:12px;
padding-left:10px;
}

#text-container table{
	margin-left:10px;
}

.tabella-footer{
	margin-top:15px;
}

#lang{
	float:left;
	width:850px;
	text-align:right;
	pagging:0px;
	margin:0px;
	color:#F90;
	font-size:10px;
	margin-bottom:3px;
}
#lang img{
	margin:0px;
	margin-right:5px;
	border:0px;
}

#lang p{
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#F90;
}

#lang a{
	text-decoration:none;
	color:#F90;
}


/* mega box per pagina servizi */

#mega-box-testo{
	float:left;
	width:575px;
	height:678px;
	margin:0px;
	margin-right:10px;
	background-image:url(../images/mega-text-box.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#mega-box-testo h1{
	padding:10px;
	margin:0px;
	font-size:17px;
	text-align:center;
	color:#F90;
}

#mega-text-container h2{
height: auto;
color:#f90;
padding: 1px;
font-size:12px;
padding-left:10px;
}

#mega-box-testo p{
	padding:10px;
	margin:0px;
}

#mega-box-testo img{
	padding:0px;
	margin:0px;
	margin-right:8px;
	border:solid 2px #CCC;
}

#mega-text-container{
	width:550px;
	padding:0px;
	padding-left:10px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	color:#CCC;
	line-height:20px;
}

#mega-mycustomscroll{
/* Typical fixed height and fixed width example */
width:575px;
height:600px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
float:left;
padding:0px;
margin:0px;

}

#right-container{
	margin-top:10px;
	padding-top:10px;
}
*:first-child+html #right-container{ 
  	margin-top:0 !important;
	padding-top:0 !important;
}
#separator{
	float:left;
	height:10px;
	width: 280px;
	margin:0;
}
.mappa-ul{
	margin-left:25px;
}

a{
	text-decoration:none;
	color:#F60;
}
a:hover{
	text-decoration:none;
	color:#FFF;
}
