@charset "utf-8";
/* CSS Document */

/*stile per il body*/
body,html {
    text-align: center;
    font-family:Verdana;
    margin:0px 0px 00px 0px;
	background: #cedeee url(../images/bg.jpg) repeat-x;
}

/*contenitore generale del sito*/
div#container{
    width: 1000px;
    margin: 0px auto;   /*centra negli altri browsers*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;   /*ripristina l' allineamento*/    
    }

/*testata*/
div#header{
    float: left;
	height: 110px;
    width: 1000px;
    margin-bottom: 0px;
    margin-right: 0px;
	margin-left: 0px;
	}


/* -------------------------------------------corpo ----------------------------------------------------------- */

/* @group corpo */

#introcorpo {
	margin-top: 20px;
	margin-bottom: 30px;
	display: block;
}

.form {
	float: left;
	margin-bottom: 30px;
}

.form div {
	/*float: left;
	margin-bottom: 15px;*/
}

.formcerca {
	display: inline;
	float: right;
	width: 150px;
	text-align: right;
}

.ricerca {
	margin-bottom: 15px;
}

.ricerca span {
	color: gray;
	font-size: 11px;
	display: block;
}

#back {
	float: left;
	clear: both;
	margin-top: 20px;
	font-size: 12px;
}

#back a {
	color: #2aafff;
	text-decoration: none;
}

#back a:activelink {
	color: #2aafff;
	text-decoration: none;
}

#back a:visited {
	color: #2aafff;
	text-decoration: none;
}

#back a:hover {
	color: #2aafff;
	text-decoration: underline;
}



/* @end */

div#corpo{
	float: left;
    width: 768px;
	min-height:400px;
	height:auto; 
    }
	
#up{
	float: left;
    width: 1000px;
	height:24px;
	}	
	
#corpotab{
	float: left;
	position:relative;
    width: 920px;
	min-height:400px;
	height:auto;
	padding-left:40px;
	padding-right:40px;
	background-image:url(../images/bg_tab.png);
	}
	
#corpohome{
	float: left;
	position:relative;
    width: 440px;
	height:490px;
	padding-right:20px;
	/*background-color:#CC0*/
	}

#rememberpw{
	position: absolute;
	top: 480px;
	font-size: 12px;
	color: #266ce4;
}

#rememberpw a{
	color: #266ce4;
	text-decoration: none;
}

#rememberpw a:activelink{
	color: #266ce4;
	text-decoration: none;
}

#rememberpw a:visited{
	color: #266ce4;
	text-decoration: none;
}

#rememberpw a:hover{
	color: #266ce4;
	text-decoration: underline;
}	
	
#decoro{
	position:absolute;
	top:318px;
	left:135px;
	width:345px;
	height: 199px;
	}

/* @group remember */

#corporemember{
	float: left;
	position:relative;
	padding-right:20px;
	}	
	
#decororemember{
	position:absolute;
	top:228px;
	left:595px;
	width:345px;
	height: 199px;
	}

.linkremember{
	margin-top: 20px;
}

.linkremember a{
	font-weight: bold;
	color: #266ce4;
	text-decoration: none;
}

.linkremember a:activelink{
	font-weight: bold;
	color: #266ce4;
	text-decoration: none;
}

.linkremember a:visited{
	font-weight: bold;
	color: #266ce4;
	text-decoration: none;
}

.linkremember a:hover{
	font-weight: bold;
	color: white;
	background-color: #266ce4;
	text-decoration: none;
}



/* @end */

/* @group elenco directory */

.elencodirectoryrow {
	float:left;
	width:844px;
	height: 60px;
	border-bottom:1px solid #006699;
	background: url(../images/nastrinodir.jpg) no-repeat 0 bottom;
	clear: both;
}

.directorynome {
	margin-left: 40px;
	float: left;
	margin-top: 25px;
}

.directorynome h2 {
	display: inline;
	color: #266ce4;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.directorynome h3 {
	display: inline;
	color: gray;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

.directorylogo {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
}

.directorylogo img {
	border: 0 none;
	width: 50px;
	height: 50px;
}

.directorylink {
	float: right;
	margin-top: 25px;
}

.directorylink a {
	background: url(../images/vaisito.png) no-repeat scroll 0 0;
	display: block;
	width: 70px;
	height: 23px;
}

.directorylink a:hover {
	background-position: 0 -23px;
	background-repeat: no-repeat;
}



/* @end */

#riga{
	float:left;
	width:844px;
	height:71px;
	border-bottom:1px solid #006699;
	}	
	
#mappa{
	position:absolute;
	top:120px;
	left:10px;
	width:400px;
	height:200px;
	border:2px solid #369;
	}	
	
#butt{
	position:absolute;
	top:350px;
	left:260px;
	width:152px;
	height:28px;
	}		
	
#down{
	float: left;
    width: 1000px;
	height:37px;
	}	
	
/* ----------------------------------------------------- piede ------------------------------------------------------- */  

div#footer{
    clear: both;
	float:left;
	width:750px;
    height: 90px;
	line-height:12px;
	padding-top:15px;
	padding-left:250px;
	background-image: url(../images/footer.png);
}
	

