/* ELEMENTI COMUNI */
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1.0em;
	background-color: #FFFFFF;
	color: #000000;
	margin:0;
}
h1 {
	font-size: 1.7em;
	margin: 1.5em 0 1em 0;
	padding: 0;
	color:#3f6819;
}

h2 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight:bold;
	color:#3f6819;
}

h3 {
	margin-top: 1.3em;
	margin-bottom: 0.3em;
	font-size: 1.2em;
	font-weight:bold;
	color:#000000;
}

a {
	text-decoration: underline;
	background: transparent;
}
a:link, a:visited { 
	color: #3f6819;
}

a:active { 
	color: #000000;
}

a:hover { 
	background-color: #3f6819;
	color:#ffffff;
}

a img
{
	border:none;
}

li {
	list-style-image: url(../pictures/greendot.gif);
	margin-top: 0.5em;
}
label
{
	font-weight:bold;
}
/* FINE ELEMENTI COMUNI */

/* MENU */
	div.menu_container
	{
		width:950px;
		background-color:#FFFFFF;
		height:150px;
		position:relative;
		margin-left:-475px;
		left:50%;
	}
	
	div.menu
	{
		position:absolute;
		font-size:0.8em;
		bottom:50px;
		right:0;
		width:355px;
		text-align:right;
	}
	
	div.menu ul, div.menu ul li
	{
		display:inline;
		margin:0;
		padding:0;
		list-style:none;
		padding-left:8px;
		padding-right:8px;
	}
	div.menu ul li
	{
		border-right:1px solid black;
	}
/* FINE MENU */



/* STRUTTURA LAYOUT */

div.scheda_link
{
	border-bottom:2px solid #739F3A;
	width:635px;
	clear: both;
	position: relative;
	padding-bottom:30px;
}

div.scheda_struttura
{
	border-top:2px solid #739F3A;
	width:635px;
	clear: both;
	position: relative;
}

div.titolo_struttura
{
	float:left;
	width:225px;
	padding-right: 20px;
	padding-bottom: 8px;
}

div.stelle
{
	position: absolute;
	width:200px;
	top:15px;
	right:20px;
	text-align:right;
}

div.immagine_struttura
{
	width:160px;
	float:left;
	padding-bottom:20px;
}

div.immagine_struttura a, div.languagebuttons a
{
	background-color:transparent;
}

div.descrizione_struttura
{
	float:left;
	padding-top:10px;
	padding-left:25px;
	width:390px;
}

div.descrizione_struttura a
{
	text-transform:uppercase;
}

div.blackContainer
{
	background-color:#000000;
}

div.blackTitles
{
	background-image:url(../pictures/black_bg.gif);
	background-position: center;
	width: 950px;
	left: 50%;
	position: relative;
	margin-left: -475px;
	height:30px;
	line-height:30px;
	color:white;
	font-weight:bold;
}

div.blackTitles h1, div.blackTitles h2
{
	color:#FFFFFF;
	margin:0;
	padding:0;
	font-size:1em;
}

div.green_background
{
	height:350px;
	background-color:#3f6819;
}

div.contenuti {
	width: 950px;
	font-size:0.8em;
	padding-top: 2.0em;
	left: 50%;
	position: relative;
	margin-left: -475px;
	background-image: url(/pictures/bg_content.png);
}

div.heart {
	width: 950px;
	left: 50%;
	position: relative;
	margin-left: -475px;
	height:29px;
	background-image: url(../pictures/bg_heart.gif);
	background-position: top center;
	clear:both;
}
div.colonna_sx
{
	width:600px;
	float:left;
}
div.colonna_dx
{
	width:265px;
	float:right;
}

div.colonna_dx h2 {
	font-size: 1.6em;
	font-weight:bold;
	color:#000000;
}

div.footer {
	height: 100px;
	background-image:url(/pictures/bg_footer.png);
	font-size: 0.8em;
	margin-top: 4em;
	padding-top: 2em;
	text-align: center;
	clear: both;
}
div.colonna_dx ul
{
	padding:0;
	margin:0;
	margin-bottom:1.5em;
	padding-left:1.4em;
}

span.page_button
{
	position: relative;
	padding:1px 5px 1px 5px;
	background-color: #FFFFFF;
	border: 1px solid #9dbe6b;
	font-weight: bold;
}

span.page_button_sel
{
	padding:1px 5px 1px 5px;
	position: relative;
	background-color: #5b832e;
	border: 1px solid #9dbe6b;
	color:#FFFFFF;
	font-weight: bold;
}

img.logoref
{
	border:none;
	margin-top:5px;
	margin-bottom:5px;
}


/* HEADER */
	img.logo
	{
		position:absolute;
		border:none;
		top:25px;
	}
	
	div.header {
		position: relative;
		margin-left:-475px;
		left:50%;
		background-image:url(../pictures/header.gif);
		background-repeat:no-repeat;
		background-position: bottom;
		background-color: #3f6819;
		width: 950px;
		height: 350px;
	}
	
	div.header_2 {
		position: relative;
		margin-left:-475px;
		left:50%;
		background-image:url(../pictures/header_2.gif);
		background-repeat:no-repeat;
		background-position: bottom;
		background-color: #3f6819;
		width: 950px;
		height: 350px;
	}
	div.headerTasks
	{
		width:300px;
		float: right;
		text-align:right;
		padding-top:20px;
		padding-right:1em;
	}
	
	div.headerTaskSecondari
	{
		float:right;
		width: 250px;
		text-align:left;		
	}
	
	div.headerTaskSecondari h2
	{
		margin-top:50px;
		color:#FFFFFF;
		text-align:left;
	}
	
	div.headerTaskSecondari ul
	{
		font-size: 0.8em;
		color:#FFFFFF;
		margin:0;
		padding:0;
		padding-left:1.4em;
	}  
	 
	div.headerTitolo
	{
		position:absolute;
		top:4em;
		height: 2em;
		width:auto;
	}	
	
	div.headerImmaginiStruttura
	{
		position:absolute;
		right:316px;
		bottom:70px;
		width:650px;
		height:143px;
		text-align: right;
	}
	
	div.headerImmaginiStruttura img
	{
		width: 209px;
		border-right:2px solid white;
		border-top:2px solid white;
		border-bottom:2px solid white;
	}
	
	div.headerTitolo h1
	{
		margin:0;
		padding:0;
		color:#FFFFFF;
		font-size:1em;
		text-transform: uppercase;
	}
	div.languagebuttons
	{
		position:absolute;
		right:0;
		text-align: left;
		width:225px;
		bottom:80px;
	}
	div.headerTaskSecondari a:link, div.headerTaskSecondari a:visited { color: #FFFFFF; }
	div.headerTaskSecondari a:active { color: #000000; }
	div.headerTaskSecondari a:hover { color:#3f6819; background-color:#ffffff; }
	div.headerTaskSecondari li	{ list-style-image:url(../pictures/greendot_g.gif); }

/* FINE HEADER */

table.dati_struttura
{
	border-right:0; 
	width: 634px;
	background-color:#f7ffef;
	border-collapse:collapse;
	margin-top:20px;
}

div.scheda_link p
{
	margin-right:30px;
}

table.dati_struttura th
{
	padding:3px;
	padding-right:15px;
	width:30%;
	background-color:#406919;
	color:#FFFFFF;
	text-align: right;
	border-top:1px solid #FFFFFF;
}

table.dati_struttura th.obb
{
	color:#feff42;
}


table.dati_struttura td
{
	padding:3px;
	padding-left:15px;
	width:70%;
	border-top:1px solid #e1fcc3;
}
/* FINE STRUTTURA LAYOUT */

/* FORMS */

div.fieldGroup
{
	width:250px;
	padding-top:0.6em;
	height:1.3em;
	float: right;
}

div.fieldCaption
{
	float: left;
	width:80px;
	font-size: 0.8em;
	line-height:1.5em;
	color:#FFFFFF;
	text-align: left;
}

div.fieldElement
{
	float:right;
	width: 160px;
}

div.fieldElement select
{
	width: 159px;
}

/* FINE FORMS */


div.tools
{
	padding-top:3em;
	clear:both;
}

img.validatori {
	vertical-align: middle;
	border: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0.5em
}

hr {
	margin-top: 2em;
	margin-bottom: 0;
	color: #729F3A;	
}

input.bottone {
	width: 6em;
	margin-top: 0.5em;
	margin-left: 0.5em;
}

span.warning {
	font-weight: bold;
	color: #b90000;
}

.stealth, div.header_print, .stampa 
{display: none;}
