html { /* font-size:100%; */ width:100%; height:100%; }
body
{
/*	background: #FFF url(../img/bg.gif) repeat-x center -80px; */
	color: #333;
	/* font-size: 11px; */
}

body.home {
	/* background: #FFF url(../img/bg.gif) repeat-x center -80px; */
	background: #FFF url(../img/bg_light.gif) repeat-x center -80px;
}
body.home.as_page,
body.news,
body.chi_siamo,
body.contatti,
body.documenti,
body.iscrizioni,
body.news,
body.progetti,
body.links
{
	/* background: #FFF url(../img/bg_pag_sf.gif) repeat-x center -80px; */
	background: #FFF url(../img/bg_pag_sf_light.gif) repeat-x center -80px;
}


a			{  }
img, a img	{ border:0; }
a:link		{ color:#FF461E; }
a:visited	{ color:#CC130D; /* 0000FF; */ /* 840000 */ }
a:hover		{ color:#DD240C; }
a:active	{ color:#CC130D; }

p {
	/* border:1px solid #666; */
	overflow: hidden;
	/* padding: 10px 0; */
	text-align: left;
}

.container_12
{
	margin-bottom: 20px;
}
/*
#nav, h1, h2, h3, h4
{ 
	font-family:Eurostile, Calibri, Arial, Helvetica, Verdana, sans-serif;
	text-transform:lowercase;
}
*/
h2 { padding:.5em 0; }

#header		{
	height:140px; padding-top:10px;
}

.lingue 	{ height:50px; /* padding-left:4px; */ }
.lingue .it { padding-right:.6em; border-right:1px solid #F0F0F0; }
.lingue .en	{ padding-left:.6em;  }
.lingue a:hover {
	color: #333;
}

#logo		{ position:relative; width:220px; height:90px; background:transparent url(../img/logo.gif) no-repeat right bottom; text-indent:-999em; }
#nav 		{ position:relative; height:90px; background:#FEFEFE; margin-left:-4px; /* font-size:1.4em; */ /* letter-spacing:.1em; */ /* font-weight:bold; */ }
#nav ul 	{ width:75px; position:absolute; bottom:0; margin-bottom:6px; padding:16px 0 0 4px; overflow:hidden; }
#nav ul li	{ list-style:none; margin:0; border:0; padding:0 0 6px 0; }

#nav a {
	color: #333;
	text-decoration: none;
}
#nav a:hover {
	color: #FF461E;
	/* font-weight:bold; */
}

.n1 { 
	border-left:1px solid #FFF; 
}
.n2 { margin-left:100px; }
.n3 { margin-left:200px; }
.n4 { margin-left:300px; }
.n5 { margin-left:400px; }
.n2,.n3,.n4,.n5 {
	border-left:1px solid #F0F0F0; 
}

.main_title 		{ height:40px; overflow:hidden; color:#FFF; }
.main_title h1 		{ padding-top:6px; /* padding-left:4px; */ }
.home .main_title	{ text-indent:-999em; }

#box_lancio 			{ padding:20px 0; /* min-height:180px; height:auto !important; height:180px; */ }
#box_lancio p 			{ margin:0; padding:0; border:0; }
#box_lancio .sopra 		{ height:110px; padding-top:10px; overflow:hidden; /* background:#FC0; */ }
#box_lancio .sotto 		{ overflow:hidden; margin-top:80px; /* background:#FC0; */ }
#box_lancio .sotto,
#box_lancio img 		{ margin-bottom:60px; }

/* #box_lancio .sommario 	{ font-size:1.2em; line-height:1.6em; } */
#box_lancio .goto		{  }
#box_lancio .goto a		{ display:block; height:20px; padding-right:40px; background: url(../img/btns.gif) no-repeat right top; }


#main					{ margin:20px 0; overflow:hidden; }
#main .titolo,			
#main .sommario,			
#main .testo,			
#main h2				{ /* padding:4px; */ }

.home #main .titolo,			
.home #main .sommario,			
.home #main .testo		{ padding:0; /* margin-bottom:.5em; */ }
.home #main h2			{ padding:0; margin-bottom:1em; }

.box_iscrizioni 		{ /* background:#CBD6B6 !important; */ overflow:hidden; /* height:600px; */ }
.box_iscrizioni .tl,
.box_iscrizioni .tr,
.box_iscrizioni .bl,
.box_iscrizioni .br {}

.box_iscrizioni .tl { background: #CBD6B6 url(../img/tl.gif) no-repeat top left; }
.box_iscrizioni .tr { background: url(../img/tr.gif) no-repeat top right; }
.box_iscrizioni .bl { background: url(../img/bl.gif) no-repeat bottom left; }
.box_iscrizioni .br { background: url(../img/br.gif) no-repeat bottom right; padding:1em 1em 2em 1em; }
.box_iscrizioni h2 	{ padding-top:0; }
.box_iscrizioni .goto		{  }
.box_iscrizioni .goto a		{ display:block; height:20px; padding-right:40px; background: url(../img/btns.gif) no-repeat right top; }


ul.lista_news 				{ border-width:1px 0 !important; border-style:dotted; border-color:#CCC; }
.lista_news	li	 			{ clear:both; overflow:hidden; margin:.5em 0 1em;  }
.lista_news .data 			{  }
.lista_news .titolo			{  } 
.lista_news .sommario		{  }
.lista_news a 				{ color: #333; }
.lista_news a:hover 		{ color: #FF461E; }
.news_in_home .goto			{  }
.news_in_home .goto a		{ display:block; height:20px; background: url(../img/btns.gif) no-repeat right bottom; margin-top:-8px; }

ul.lista_progetti			{ border-width:1px 0 !important; border-style:dotted; border-color:#CCC; }
.lista_progetti				{  }
.lista_progetti	li			{ clear:both; overflow:hidden; margin:.5em 0 1em; }
.lista_progetti img			{ clear:left; float:left; margin:0 .5em .5em 0; background:#CCC; width:70px; border:1px solid #666; }
.lista_progetti .titolo		{  }
.lista_progetti .sommario	{  }
.lista_progetti a 			{ color: #333; }
.lista_progetti a:hover 	{ color: #FF461E; }
.progetti_in_home .goto		{  }
.progetti_in_home .goto a	{ display:block; height:20px; background: url(../img/btns.gif) no-repeat right bottom; margin-top:-8px; }

.lista								{ list-style:none; }
.progetti .lista		li,
.news .lista			li			{ margin-bottom:3em; }
.progetti .elemento		.sommario,
.news .elemento			.sommario	{ margin-bottom:2em; }

.lista .titolo,
.lista .url,
.news .data				{ display:block; padding:4px 0; /* padding:4px; */ }
.lista .url				{ padding-bottom:0; }

.a_right { text-align:right; }

#footer	{ background: #FFF url(../img/bg.gif) repeat-x center 0; height:80px; margin-top:80px; padding-top:80px; margin-bottom:2em; overflow:visible; }
#footer .main_email { padding-top:10px; }
#footer .main_email .cnt { text-align:right; font-size:1.1em; }
#footer	.testo1,
#footer	.testo2 { margin-top:-20px; }
#footer	.testo1 .cnt,
#footer	.testo2 .cnt { line-height:1.6em; font-size:1.1em; }
#footer a { text-decoration:none; font-weight:bold; }
#footer p { padding:0; margin:0; }

.label_allegati		{ display:block; margin-bottom:1em; }

.breadcrumbs		{ height:3em; }

.cufon-ready #nav .selected a,
.cufon-ready #nav a.selected,
.cufon-ready #nav .selected a:hover, 
.cufon-ready #nav a.selected:hover,
#nav .selected a, 
#nav a.selected,
#nav .selected a:hover, 
#nav a.selected:hover { color:#82A660 !important; }

label			{ font-weight:bold; /* font-size:.9em; */ }
input.text		{ width:70%; border:2px inset #82A660; padding:.4em; }
textarea		{ width:90%; height:15em; border:2px inset #82A660; padding:.4em; }
.submit 		{ background:#FF461E; color:#FFF; border:4px raised #FFF; cursor:pointer; padding:.4em 1em; }
.submit:hover 	{ background:#FFF; color:#FF461E; border:4px raised #82A660; }

.error { padding:0 .5em; color:#F00; }
/*
a[target $='_blank']:after {
	content:"  ->";
}
*/

/* tiny fix */

h2 .box_home_data			{ font-size:1em !important; }
h2 .box_home_titolo			{ font-size:1em !important; }
h2 .box_home_sommario		{ font-size:1.0em; }
