/*======================================*
** cives stylesheet by L.Siciliano based on ca-stylesheet.css
** of Kevin Barter @ diagnosticdesign.co.uk
** ------------------------------------------------------------*
**======================================*/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	/*background-color:#CCCCCC; */
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 75%;*/
	font-size: 0.75em;
	text-align: center;
	margin: 0;
	padding: 0;
	/*color: #666;*/
	color: Black;
}

/* a { text-decoration: none; color:#009999;  } */
a:link { color:#006633;  }
a:visited {
	color: #00974D;
}
a:hover { color: #49515C; }

/* TEST COLONNE #########################*/
		#colonna_sx {
			float: left;
			width: 20%;
			margin: 5px; 
			/*margin-right: ;*/
			padding: 5px;
		}

		#colonna_dx {
			float: right;
			width: 70%;
			margin: 5px;
			/*margin-left: ;*/
			padding: 5px;
		}
/* FINE TEST COLONNE #########################*/

/* DISTANZIATO*/
.distanziato
{
	padding-bottom: 2%;
	text-align: left;
}


/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 700px;
	background: #fff;	
/*	border: 1px solid #009999;*/
	border: 1px solid black;
	padding: 0 0px;
	text-align: left;
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background:#006633	 url(../img/cives_testata.png) no-repeat 100% 0;
	border-bottom: 0px solid #fff;
/*	border-top: 20px solid #009999; */
	border-top: 20px solid #006633;
	padding: 35px 50px;
	}	
#header h1 { 	
	margin: 0;
	color:#FFFFFF;
	text-indent: -5000px;
	font-size: 1.8em;
	font-weight: bold;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	/*background: #009999; */
	background: #006633;
	border-bottom: 0px solid #fff;
	margin: 0;
	padding: 0;
	height: 2.2em;
}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		

#nav li a { 
	text-decoration: none; 
	color:#FFFFFF;
/*	background-color:#009999; */
	background-color:#006633;
	border-right: 0px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover {
background-color:#666666;
}
#nav li a.on { background-color: #858F9E; color:#fff; }

/*Voce Selezionata 
#nav li a.selected {
background-color:#666666;
}
*/
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
/*	float: left; */
	position: relative;
/*680*/
	float: none;
	width: 590px;
/*	padding: 10px 0px; */
	padding: 10px 0px;
/*	margin-left: 20px; */
	margin:auto;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 0px;	
	}

#horizontal li {
	display: inline;
	}			
	
/* due colonne*/
#colonna_sinistra
{
	float: left;
	/*margin-right: ;*/
	width: 30%;
}
#colonna_destra
{
	float: right;
	/*margin-left: ;*/
	width: 60%;
}

#smaller {
font-size: smaller
}

/* allinea a dx*/
#dx
{
	text-align : right;
}
#separatore {
	background-color : #F3F3F3;
}

#dettaglio {
	list-style-type: none;
}

/* spazia i risultati in lista*/
li {
	padding-bottom : 2px;
}

/*aggiunta per il fine testo (disclaimer et similia)*/
.fineTesto {
	font-style: italic;
}	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	/*background-color:#999999;
	*/
	background-color: Silver;
	border-top: 10px solid #fff;
	text-align: center;
	color:#333333;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
}
	
/*#footer a { text-decoration: none; color:#009999; border-bottom: 0px; }*/
#footer a { text-decoration: none; color:#006633; border-bottom: 0px; }

/*#footer a:hover { border-bottom:0px ; color:#333333; }*/
#footer a:hover {
	border-bottom:0px ;
	color: White;
}

