@charset "utf-8";
/* CSS Document */

/* GENERALE*/
* 			{margin: 0;	padding: 0;}
body 		{background-color:#ffffff; font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;color: #000;}
#container	{width:760px;margin:0px auto; margin-top:0px; margin-bottom:5px; background-color:#fff; border:1px solid #0f4b85 }

/*HEADER*/
#header 	{width: 760px;height: 200px; float:left;margin: 0 auto;padding:0px; background: url(../images/bg_header.gif) top left no-repeat;}

/*LOGO*/
.logo		{ width:510px; height:123px; position: relative; top:77px;left:125px;}
/* CONTENT */
.content 	{width: 760px; height:370px;float:left;padding:0px;margin:0px; text-align:center; background:url(../images/bg_content.gif) bottom left repeat-x;}
.content h4	{color:#ffffff;text-transform:uppercase; background-color:#0f4b85; margin:30px 0px 0px 0px;}
/* FOOTER */
#footer 			{float:left; width:760px;height: auto;margin: 0 auto; padding:5px 0px; background-color:#f6f6f6 }
#footer .left		{ float:left; width:300px; margin-left:44px; }
#footer .right		{ float:right; width:300px;margin-right:46px; text-align:right;padding-top:10px }
#footer p 			{font-size: 11px; color:#000; }
#footer img			{border:none; margin:3px 5px 3px 0px;}




/* FORMATTAZIONE TITOLI E TESTO*/
p  			{color:#000000;font-size:12px; line-height:1.3em;}
.alert		{color:#CC0000;text-transform:uppercase;margin:0px 0px 5px 0px;}
h1 			{color:#0f4b85;font-weight:bold;	font-size:22px;line-height:1.0em;}
h2 			{color:#0099d9;font-weight:bold;	font-size:20px;line-height:1.0em;}
h3 			{color:#000000;font-weight:bold;	font-size:18px;line-height:1.0em;}
h4 			{color:#000000;font-weight:bold;	font-size:16px;}
h5 			{color:#0f4b85;font-weight:normal;	font-size:14px;line-height:1.1em;}
h6 			{color:#000000;font-weight:normal;	font-size:12px;line-height:1.2em;}
strong		{color:#0f4b85}
/*HYPERLINKS*/
a 			{text-decoration: none;color: #0f4b85;}
a:hover 	{text-decoration: underline;color: #0099d9;}
a img		{ border:none; outline:none}
/* VARI*/
.clear	{clear:both}

