/* CSS Document */

@import "master.css";
@import "a-normal.css";


/* BODY + HTML */       

body, html{
	padding:0;
	margin:0;
	/*
	Attributi per il testo di default senza formattazione, deve essere lo stesso
	della classe .testo definita in a-normal.css
	*/
	font-family		:  "Trebuchet MS", Verdana, Arial, sans-serif;
	color			: #000000; 
	font-size		: 10px;
	text-align	:center;
  background: url('img/sfondo.jpg');
}

#menu {
	width: 830px;
	height: 41px;
	margin-left: 40px;
  margin-right:40px;
	background: #fff  
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;  
}

#menu li {
	display: inline;    
}

#menu a {
	display: block;
	float: left;
	height: 18px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	font-size:12px;
	font-family		:   Verdana, Arial, sans-serif;
	color: #3B6EBF;
}

#menu a:hover, #menu .active a { 
  font-family		:  Verdana, Arial, sans-serif;
	color: #3B6EBF;
	font-size:12px;
}

#orn{
	position:absolute;
	right:23px;
	top:20px;
	z-index:0;
}

div#container{
	width:920px;
	background: #fff   url(img/sfondosx.png) repeat-y top left;
	margin:auto;
}

div#fondodx{
	width:100%;
	background: url(img/sfondodx.png) repeat-y top right;
}

div#suphead{
	width:100%;
	background: url(img/centertop.png) repeat-x;
	position:relative;
}

div#suph1{
	width:39px;
	background: url(img/topleft.png) repeat-y top left;
	height:30px;
	float:left;
}

div#suph2{
	width:39px;
	background: url(img/topright.png) repeat-y top left;
	height:30px;
	float:right;
}

div#subfoot{
	width:100%;
	background: url(img/centerbottom.png) repeat-x;
	height:30px;
	position:relative;
}

div#subf1{
	width:39px;
	background: url(img/bottomleft.png) repeat-y top left;
	height:30px;
	float:left;
}

div#subf2{
	width:39px;
	background: url(img/bottomright.png) repeat-y top left;
	height:30px;
	float:right;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('img/botbg.jpg');
height: 30px;
}


.header {
height: 195px;
width: 830px;
background: url('img/header.jpg') no-repeat;
text-align:left;
margin-left: 40px;
margin-right:40px;
clear:both;
}

div#pref{
	position:absolute;
	top:1px;
	right:1px;
	margin:0;
	padding:0;
}

div#pref a{
	margin:0;
	padding:0;
}

.header h1 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; text-align:left; padding-top: 22px; padding-left:22px; font-size: 22px; color: #FFF; border:0; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; text-align:left; padding-top: 0px; padding-left:22px; font-size: 12px; color: #FFF; border:0; }


.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
	height:15px;
	margin-left: 40px;
	margin-right:40px;	
}
	
.middle {
	float: left;
	width: 515px;
	padding: 1% 1%;
	margin:0 10px;
	text-align: justify;
	overflow:hidden;
}

.middle1 {
	float: left;
	width: 620px;
	padding: 1% 1%;
	margin:0 40px;
	text-align: justify;
	overflow:hidden;
}

a#gocont{
	display:none;
}

.middle2 {
	float: left;
	width: 690px;
	padding: 1% 1%;
	margin:0 40px;
	text-align: justify;
	overflow:hidden;
}


.left {
	float: left;
	width: 130px;
	margin-left:30px;
	padding: 1% 1%;
	z-index:10;
}

.right {
	float: left;
	width: 130px;
	margin-right: 30px;
	padding: 1% 1%;
	z-index:10;
}

.right ul.menu {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right ul.submenu {
	padding: 5px 0 0px 5px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}


.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}

.blocco_col{
	text-align:left;
}

.blocco_col h1{
	padding-bottom:10px;
}
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
 
img {
border:0;
}
