H1  {}

H2  {}

H3  {}

/*stili per il layout fisso con posizionamenti assoluti*/
html,body{
	margin: 0px;
	padding:0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #505050;
}

a, a:Visited, a:Active {
	text-decoration:none
}

a:Hover {
	text-decoration:underline
}

div#container{
	position:relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
}

/*stili generici, su header e footer*/

h1{
	padding-left:0.5em;
	font: bold 2.3em/80px arial,serif;
}

h2{
	color: #999;
	font-size: 1.5em;
}

h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #1c4200;
	font-size : 18px;
	text-align: left;
	font-weight: bold;
}

div#footer a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

div#short_menu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 780px;
	height: 26px;	
	text-align:right;
	color: #ffffff;
	font-size: 10px;
	clear: both;
	z-index: 201;
	padding-top: 5px;
	padding-right: 5px;
	margin-right: 5px;
	background-color: transparent;
}

div#header_testata{	
	width: 780px;
	height: 26px;
	padding: 10px;
	background-color: white;
}

div#navigation_menu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #efefef;
	width: 240px;
	height: auto;
	float: left;
	display: inline;
	clear: both;
}

div#content_body{
	background-repeat: no-repeat;
	width: 760px;
	height: 402px;
	float: right;
	display: inline;
	background: #ffffff no-repeat;
	background-image: url(../image/struttura/bg_foto.jpg);
}

div#content_body_admin{
	background-repeat: no-repeat;
	width: 760px;
	float: right;
	background: #ffffff no-repeat;
}

div#content_body_foto{
	background-repeat: no-repeat;
	width: 760px;
	height: 402px;
	float: right;
	display: inline;
	background: #ffffff no-repeat;
	background-image: url(../image/struttura/bg_foto.jpg);
}

div#content_prehome{
	width: 780px;
	height: 294px;
	background: #ffffff;
}


div#content_home{
	width: 780px;
	height: auto;
	background: #ffffff;
}

div#content_body_02{
	width: 550px;
	height: 300px;
	z-index: 200;
	overflow: auto;
	margin-left: 10px;
}

div#sponsor{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
	height: 370px;
	display: inline;
	z-index: 201;
}

div#footer{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 780px;
	height: 24px;	
	text-align:right;
	color: #ffffff;
	font-size: 10px;	
	clear: both;
	z-index: 201;
}


/* CLASSE FONT */

.nove {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #505050;
	font-size : 9px;
}

.dieci {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #505050;
	font-size : 10px;
}

.undici {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #505050;
	font-size : 11px;
	text-align: justify;
}

.undici_bianco {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 11px;
}

.undici_verde {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #1c4200;
	font-size : 11px;
	text-align: center;
}

.titolo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #1c4200;
	font-size : 18px;
	text-align: left;
	font-weight: bold;
}

/* CLASSE FONT */


/* BACKGROUND */

.bg_prehome {
	background-image: url(../image/struttura/bg_pre_home_02.jpg);
	background-repeat: no-repeat;
}

/* BACKGROUND */


/* MENU */

.menu02o {
	width: 100%;
	/*font: 80% Arial, Helvetica, sans-serif; */
	background-image: url(../image/struttura/menu/bg_menu.jpg);
	background-repeat: repeat-x;
}

/* MENU */


/* CORNICE*/

.centro_sup {
	width: 100%;
	height: 10px;
	background-image: url(../image/struttura/cornice/centro_sup.png);
	background-repeat: repeat-x;
}

.centro_inf {
	width: 100%;
	height: 33px;
	background-image: url(../image/struttura/cornice/centro_inf.png);
	background-repeat: repeat-x;
}

.bg_sx {
	width: 100%;
	background-image: url(../image/struttura/cornice/bg_sx.png);
	background-repeat: repeat-y;
}

.bg_dx {
	width: 100%;
	background-image: url(../image/struttura/cornice/bg_dx.png);
	background-repeat: repeat-y;
}

/* CORNICE */

#menu {
	width: 100%;
	margin:0;
	padding:0;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

#menu li a{
	width:100px;
	height: 28px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	font-size: 10px;
}

#menu li a:hover{
	background-position: bottom center;
}

#menu ul ul{
	position: absolute;
	float: left;
	top: 28px;
	visibility: hidden;
	width: 150px;
}

#menu ul ul li a {
	width: 150px;
	min-height: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
	text-indent: 5px;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
	font-size: 10px;
}

#menu ul li:hover ul{
	visibility:visible;
}

a.green {
	border-left: 1px solid;
	border-left-color: #1C4200;
	border-right: 1px solid;
	border-right-color: #1C4200;
	border-bottom: 1px solid;
	border-right-color: #1C4200;
	background: url(img/green.jpg) no-repeat top center;
	color: #006600;
}
