﻿body
{
	background-color:#ffffff;
	font-family:Arial,Verdana;
	color:#4B4B4B;
	font-size:12px;
}
div#container
{
}
div#container2
{
	border-left:1px solid #676767;
	border-right:1px solid #676767;
}
div#header
{
}
div#navigation
{
}
div#navigation_sx
{
}

div#extra
{
}
div#content
{
	z-index:-10;
}
div#content2
{
	text-align:justify;
	padding:0 12px 0 8px;
}

div#content2 a,
div#content2 a:link,
div#content2 a:visited,
div#content2 a:active
{
	color:#E65B00;
	text-decoration:none;
}

div#content2 a:hover
{
	color:#FF9900;	
	text-decoration:underline;
}
div#content2 h3 a,
div#content2 h3 a:link,
div#content2 h3 a:visited,
div#content2 h3 a:active
{
	color:#FF9900;	
	text-decoration:none;
}

div#content2 h3 a:hover
{
	color:#E65B00;
	text-decoration:underline;
}

div#editor img
{
	margin:10px;
	border:1px solid #DBDBDB;	
}

/* PIEDE	*/
div#footer
{
	background-image:url(../img/Sf_piede2.png);
	background-position:top left;
	background-repeat:repeat-y;
	height:170px;
} 
div#footer2
{
	background-image:url(../img/Sf_piede.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:100px;
	padding:0px 0px;
	text-align:center;
	
} 

div#footer_c
{
	margin-left:145px;
	text-align:center;
	display:block;
}

div#footer a,
div#footer a:link,
div#footer a:visited,
div#footer a:active
{
	color:#999999;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
div#footer a:hover
{
	color:#666666;
}

div#subfooter
{
	margin-left:145px;
    text-align:center;
	font-size:11px;
	padding-top:85px;
}
div#subfooter a,
div#subfooter a:link,
div#subfooter a:visited,
div#subfooter a:active
{
	color:#0000FF;
	font-size:10px;
}
div#subfooter div#realizzazione
{
	padding-top:15px;
	font-style:italic;
}
div#subfooter div#realizzazione a
{
	color:#ff9900;
}


/* TITOLI E PARAGRAFI*/
#content h3
{
    display:block;
    font-size:16px;
	color:#E65B00;
	margin:10px 0px 10px 0px;
	border-bottom:1px solid #E0E0E0;
	padding:0px;
	width:589px;
}
#container #content h3 a
{
	text-decoration:underline;
}
#content h4
{
}
#content h5
{
}
#content p
{
}

#content p:first-letter
{
}
#content a,
#content a:link,
#content a:visited,
#content a:active
{
}
#content a:hover
{
}

#content ul
{
}
#content li
{
}
#content ul.lista_dx
{
}
#content ul.lista_dx li
{
}

#content div#indietro
{
}
/* PULSANTI	*/
div.comandi
{
	margin:0px 0px 0px 0px;
	width:470px;
	text-align:left;
	/*border:1px solid red;*/
}
div.comandi a img
{
	width:16px;
	height:16px;
	border:0px;
	margin:-7px 4px 0px 0px;
	padding-left:0px;
}
/*div#strutture div.comandi a:hover img
{
	margin:-8px 3px 0px 0px;
}*/
div.comandi a
{
	width:80px;
	display:inline;
	height:14px;
	border:1px solid #C1C1C1;
	float:left;
	margin-right:4px;
	color:#585858;
	text-decoration:none;
	font-size:11px;
}
div.comandi a div	/* per IE6 il div della trasparenza delle png	*/
{
	float:left;
}
div.comandi a:hover
{
	margin:-1px 4px 0px 1px;
	color:#000000;
}
div.comandi a.comandi_big
{
	width:120px;
}
div.comandi a.comandi_small
{
	width:68px;
}
div.comandi a.comandi_small_big
{
	width:113px;
}


/* INPUT	*/
input.input
{
	width:200px;
	font-size:12px;
	line-height:19px;
	height:20px;
	background-image:url(../img/input.jpg);
	background-repeat:no-repeat;
/*	background-position:center;*/
	border:0px;
	text-indent:2px;
}
input.input_small
{
	width:75px;
	background-image:url(../img/input_small.jpg);
}

textarea.input
{
	width:220px;
	font-size:12px;
	height:160px;
	background-image:url(../img/textarea.jpg);
	background-repeat:no-repeat;
/*	background-position:center;*/
	border:0px;
	text-indent:2px;
}
input.button
{
	width:100px;
	height:20px;
	font-size:11px;
	background:none;
/*	background-color:#3399FF;*/
	background-image:url(../img/button.jpg);
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
	border:0px;
	cursor:pointer;
	text-indent:0px;
}
