* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#112211;
	color:#fff;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:960px;
	margin:0 auto;
	background-color:#fff;
	color:#000;
	position:relative;
}

#header {
	height:285px;
	background:#c30 url(../images/header.gif);
	color:#fff;
	
}

#header_altre{
	height:224px;
	background:#c30 url(../images/header_altre.jpg);
	color:#fff;
	
}

h1#logo_altre {
	height:217px;
	padding-top:5px;
	padding-left:15px;
}

h1#logo_altre a.mir {
	display:block;
	width:215px;
	height:217px;
	background:url(../images/logo_top.gif) no-repeat center center;
}

#contentarea_altre{
	background-color:#C1DCCE;
	width:100%;
	overflow:hidden;
	margin-top:-2px;
}

h3.testo_corsi {
	position:absolute;
	top:235px;
	left:290px;
	color:#000000;
	display:block;

	
	font-weight:normal;
	font-size:1.8em;
}

h1#logo {
	height:278px;
	padding-top:5px;
	padding-left:15px;
}

h1#logo a.mir {
	display:block;
	width:215px;
	height:278px;
	background:url(../images/logo.gif) no-repeat center center;
}



#lingue {
	float:right;
	padding:4px;
}

#menunav {
	height:26px;
	background-color:#C1DCCE;
	float:right;
	width:700px;
	margin:7px 12px 0 0;
	display:inline;
}

#contentarea {
	background-color:#C1DCCE;
	width:100%;
	overflow:hidden;

}

#sidebar_altre {
	background: url(../images/logo_bottom.gif) no-repeat top right;
	padding-top:63px;
	float:left;
	width:220px;
	margin-left:10px;
	display:inline;
}

#sidebar {
	float:left;
	width:220px;
	margin-left:10px;
	display:inline;
}

#maincontent {
	display:inline;
	float:right;
	margin:0 11px 0 0;
	border:1px solid #b9b9b9;
	border-top:none;
	background-color:#FFFFFF;
	width: 690px;
	padding: 5px;
	min-height: 453px;  /* per i browser moderni */
    height: auto !important;  /* per i browser moderni */
    height: 453px;      /* per IE5.x e IE6 */
}

#footer {
	height:2em;
	line-height:2em;
	clear:both;
	padding:5px;
	background-color:#112211;
	font-size:.8em;
	text-align:center;
	color:#ffffff;
}

#footer a{
	color:#999999;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav ul {
	height:26px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menunav ul li {
	height:26px;
	float:left;
}

#menunav ul li a {
	text-align:center;
	width:114px;
	height:26px;
	line-height:26px;
	float:left;
	margin-right:2px;
	padding:0;
	background-color:#C1DCCE;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;	
}

a#home{
	background:url(../images/home.jpg) no-repeat bottom;
}

a#chiSiamo{
	background:url(../images/chiSiamo.jpg) no-repeat bottom;
}

a#doveSiamo{
	background:url(../images/doveSiamo.jpg) no-repeat bottom;
}

a#promozioni{
	background:url(../images/promozioni.jpg) no-repeat bottom;
}

a#download{
	background:url(../images/download.jpg) no-repeat bottom;
}

a#contatti{
	background:url(../images/contatti.jpg) no-repeat bottom;
}

a#home:hover{
	background:url(../images/home_over.jpg) no-repeat bottom;
	color:#FFFFFF;
}

a:hover#chiSiamo{
	background:url(../images/chiSiamo_over.jpg) no-repeat bottom;
	color:#FFFFFF;
}

a:hover#doveSiamo{
	background:url(../images/doveSiamo_over.jpg) no-repeat bottom;
	color:#FFFFFF;
}

a:hover#promozioni{
	background:url(../images/promozioni_over.jpg) no-repeat bottom;
	color:#FFFFFF;
}

a:hover#download{
	background:url(../images/download_over.jpg) no-repeat bottom;
	color:#FFFFFF;
}

a:hover#contatti{
	background:url(../images/contatti_over.jpg) no-repeat bottom;
	color:#FFFFFF;
}


#menunav ul li a.active {
	color:#333333;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	text-decoration:none;
	display:block;
	padding:5px 0 5px 18px;
	background:#113a69 url(../images/puntoCat.gif) no-repeat left;
	margin:5px;
	color:#FFFFFF;
}

#menucat ul li a:hover {
	background-color:#336633;
}

#menucat ul ul li a {
	background-image:none;
	padding-left:1.8em;
	background-color:#254E92;
}

#menucat ul ul li a:hover {
	background-color:#336633;
}

#menucat ul ul ul li a {
	padding-left:2.2em;
}

/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
	margin:5px;
	padding:10px;
	background-color:#ccc;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
h3.titolo_mailing{
	font-style:italic;
	color:#006600;
}

#mailing_list {
	width: 211px;
	height:126px;
	background:url(../images/fondoNewsletter.gif) no-repeat;
	margin:0;
	padding:10px;
	background-color:#C1DCCE;
}

#mailing_list input.pulsante{
	float:left;
	display:inline;
}

#mailing_list input.testo {
	float:left;
	width:155px;
	height:18px;
}

#mailing_list p {
	font-size:.8em;
	clear:both;
	margin-right:60px;
	color:#FFFFFF;
}

#mailing_list a{
	color:#FF9900;
}

/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	margin:5px;
	padding:10px;
	background-color:#ddd;
	font-size:.8em;
}

.listaeventinews_elenco {
	border-bottom:1px solid #bbb;
	margin-bottom:5px;
	padding-bottom:3px;
}

.listaeventinews_elenco .titolo {
	font-size:1em;
	font-weight:bold;
	padding:3px 0;
}

.listaeventinews_elenco .descrizione {
	
}
/*######################################################*/

/*INDIRIZZO*/
#indirizzo {
	margin:5px;
	padding:10px;
	background-color:#ccc;
}

#indirizzi .ragione_sociale {


}

#indirizzi .testo_indirizzo {
	
}

#indirizzi{
	overflow:hidden;
	width:950px;
	background-color:#C1DCCE;
	padding:5px;
	font-size:0.9em;
	
}
.sotto_indirizzi{
	width:29%;
	float:left;
	height:50px;
	border-right:1px solid #999999;
	margin-right:5px;
	
}
.sotto_indirizzi_logo{
	width:39%;
	float:left;
	background: url(../images/logoFooter.gif) no-repeat right;
	height:50px;
	margin-right:5px;
}
