html {
  height: 100%;
  width:100%;
  font-size: 100%;
}

body {
	height:100%;
	width:100%;
	text-align: center;
	font-family: "Georgia";
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/bg_image.jpg);
	background-color: #650d0e;
}

.container_24 {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	position:relative;
	margin-top:0px;
	background-color: #ffffff;
	clear: both;
	padding-bottom: 20px;
}

.container_24 #sx {
	width: 230px;
	float: left;
	padding-left: 6px;
	padding-right: 14px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333333;
	display:inline;
	height:auto;
}

.container_24 #dx {
	width: 670px;
	float: right;
	text-align: left;
	margin-right: 10px;
	display:inline;
	padding-right: 12px;
}

.container_24_home {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	position:relative;
	margin-top:0px;
	background-color: #ffffff;
	clear: both;
}

.scritta_home {
	float: left;
	padding: 10px 10px 30px 20px;
	display: inline;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #333333;
	
}

/* header */

#header {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background-image: url(img/header_new.jpg);
	background-repeat: no-repeat;
	height:119px;
	background-attachment: scroll;
	margin-top: 0px;	
}


#form_top {
	font-size: 14px;
	color: #660000;
	height: 32px;
	width: 980px;
	float: right;
	margin-right: 56px;
	text-align: right;
	margin-top: 14px;
	display: inline;
}

#menu {
	font-size: 16px;
	color: #660000;
	height: 22px;
	padding-top: 5px;
	float: right;
	margin-right: 12px;
	vertical-align: top;
	margin-top: 70px;
	display: inline;
}

ul {
    margin: 0px;
    list-style-type: none;
}

li {
    display: inline;
    float: left;
    margin: 0px 16px 0px 16px;
    padding: 1px;
	margin-top: 2px;
}

li.large_list {
	padding: 1px;
	width: 190px;
	margin-top: -2px;
}


#menu .link_menu {
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}

#menu .link_menu:link {
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}

#menu .link_menu:hover {
	font-weight: normal;
	color: #660000;
	text-decoration: underline;

}

#menu .link_menu_large {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	text-decoration: none;

	
}


#menu .link_menu_large:link {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	text-decoration: none;

}

#menu .link_menu_large:hover {
	font-weight: bold;
	font-size: 18px;
	color: #660000;
	text-decoration: none;

}

/* fine header */



.img_center {
	float: left;
	margin: 0px;
}


a:link {
	color: #333333;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #660000;
}


#box1
{
  display: block;
  width: 245px;
  height: 350px;
  background: url("img/box_accademia.jpg") no-repeat 0 0;

}

#box1:hover
{ 
  background-position: 0 -350px;
}

#box1 span
{
  position: absolute;
  top: -999em;
}

#box2
{
  display: block;
  width: 245px;
  height: 350px;
  background: url("img/box_eventi.jpg") no-repeat 0 0;

}

#box2:hover
{ 
  background-position: 0 -350px;
}

#box2 span
{
  position: absolute;
  top: -999em;
}



#box3
{
  display: block;
  width: 245px;
  height: 350px;
  background: url("img/box_formativa.jpg") no-repeat 0 0;

}

#box3:hover
{ 
  background-position: 0 -350px;
}

#box3 span
{
  position: absolute;
  top: -999em;
}



#box4
{
  display: block;
  width: 245px;
  height: 350px;
  background: url("img/box_servizi.jpg") no-repeat 0 0;

}

#box4:hover
{ 
  background-position: 0 -350px;
}

#box4 span
{
  position: absolute;
  top: -999em;
}




.menu_int {
	font-size: 14px;
	color: #ff0000;
	font-weight: normal;
	line-height: 16px;
	margin: 2px 2px 2px 30px;
	padding: 0px 0px;
}

.menu_int:a {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
	margin: 2px 2px 2px 30px;
	padding: 0px 0px;
}

.menu_int:link {

	color: #ff0000;
	font-weight: normal;
	line-height: 16px;

}

.menu_int:visited {

	color: #000000;
	font-weight: normal;

}

.menu_int:hover {

	color: #330000;
	font-weight: normal;

}

.menu_int_sel {
	font-size: 14px;
	color: #330000;
	font-weight: bold;
	line-height: 16px;
	margin: 2px 2px 2px 30px;
	padding: 0px 0px;
}


h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h2 {

	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #330000;
	text-align: left;
	margin: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 16px;
}


h3 {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}


#scritta {
	font-size: 12px;
	font-weight: bold;
	color: #292A31;
	float: left;
	height: 50px;
	width: 784px;
	margin-top: 120px;
	text-align: center;
	margin-bottom: 30px;
	display: inline;

}

#sez_news {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	position:relative;
	bottom:0;
	top:0;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 8px;
	color: #330000;
	text-align: left;
	clear: both;
}



/* footer */


#loghi_footer {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	position:relative;
	bottom:0;
	top:0;
	background-color: #cccccc;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #999999;
	text-align: left;
	clear: both;
}



#loghi_footer_cont{
	float: left;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	position:relative;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 8px;
	color: #ffffff;
	text-align: left;
	clear: both;
}

#footer .footer_sx {
	text-align: right;
	float: left;
	width: 380px;
	padding-right: 20px;
	margin-bottom: 20px;
}

#footer .footer_dx {
	text-align: left;
	float: left;
	width: 220px;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.orla {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	display: inline;
	margin-left: 410px;
}

.orla_l:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	display: inline;
	text-decoration:none;
}
.orla_l:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FF7800;
	display: inline;
	text-decoration:none;
}
.orla_l:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #292A31;
	display: inline;
	text-decoration:none;
}


/* fine footer */


/* contatti */


/* fine contatti */


.top {
	float: right;
	width: 100px;
	margin-right: 10px;
	height: 30px;
	margin-top: 10px;
}

.contatti {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	float: left;
	height: 180px;
	width: 784px;
	text-align: center;
	margin-top: 40px;


}


.contatti:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	float: left;
	height: 180px;
	width: 784px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;


}

.link_mail {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	float: none;
	text-align: center;

}
.link_mail:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	float: none;
	text-align: center;	

}


.credits {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #999999;
	float: right;
	text-align: right;
	padding-left: 10px;
	padding-right: 4px;
	height: 20px;
	width: 360px;
	display: inline;
}

.credits_link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #999999;
	text-align: left;
}

.credits_link:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}

.copy {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #999999;
	float: left;
	text-align: left;
	padding-left: 4px;
	height: 20px;
	display: inline;
	width: 360px;
}

.tit_home {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	color: #292A31;
	display: inline;
	font-weight: bold;
}


.scritta_mappa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292A31;
	margin-top:2px;
	margin-left:20px;
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 3px;
}

.gen_txt {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #292A31;
	display: inline;
}

.scritta_l:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #292A31;
	display: inline;
	text-decoration:none;
}
.scritta_l:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FF7800;
	display: inline;
	text-decoration:none;
}
.scritta_l:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #292A31;
	display: inline;
	text-decoration:none;
}

.scritta_pag {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #292A31;
	float: left;
	width: 470px;
	margin: 5px;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #292A31;
}

.scritta_pag_int {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #292A31;
	float: left;
	width: 700px;
	margin: 5px;
	display: inline;
}


}
.leggi_l:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FF7800;
	text-decoration:none;

}
.leggi_l:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FF7800;
	text-decoration:none;

}
.leggi_l:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FF7800;
	text-decoration:none;

}

.contatti_home {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #292A31;
	font-size: 12px;
	width: 220px;
	float: left;
	text-align: left;
	padding-left: 10px;
}


.leggi {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #292A31;
	display: inline;
	float: left;
	width: 210px;
	padding-top: 4px;
	padding-left: 8px;
	text-align: right;

}


#img_sx{
	float: left;
	border: 1px solid #000000;
	padding: 0;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-top: 4px;
}

.16 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
}
.14 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}

.sfuma {
	background-image: url(img/sfumatura_piccola.gif);
	background-repeat: repeat-x;
	display: inline;
	width: 100%;
	float: left;
}
.sfuma_grande {
	background-image: url(img/sfumatura_grande.gif);
	background-repeat: repeat-x;
	display: inline;
	float: left;
	padding-top: 100px;
}
.dentro_form {
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px dashed #000000;
	color: #000000;
}
.scritta_piccola_l:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #292A31;
	display: inline;
	text-decoration:none;
}
.scritta_piccola_l:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FF7800;
	display: inline;
	text-decoration:none;
}
.scritta_piccola_l:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #292A31;
	display: inline;
	text-decoration:none;
}

.link_news:link {
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-size: 11px;
	color: #000000;
	display: inline;
}
.link_news:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #191201;
	display: inline;
}
.link_news:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #000000;
	display: inline;
}

.tit_evento {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 24px;
	color: #FF6600;
	display: inline;
	font-weight: bold;
}
.indietro {
	background-color: #FF9900;
	height: 18px;
	float: left;
	width: 480px;
	padding-top: 4px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}


.link_indietro:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.link_indietro:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #000000;
}

.link_indietro:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	color: #000000;
}


/* galleria immagini */

.img_gall {
	border: 2px solid #999999;
	padding: 2px;
	margin-right: 12px;
	margin-bottom: 4px;
	display:inline;
}





