html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #F5F5F5;
}

a {
	text-decoration: none;
}
a:link {
	color: #000;	
}
a:visited {
    color: #000;
}
a:hover,
a:active {
    color: #005680;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 0.97em;
}

img {
	border: none;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	min-height: 1024px;
	height: auto !important;
	height: 1024px;
	background-color: White;
	
	
}

/*------------HEADER---------------------*/

#header {
	padding: 0px 10px;
	
}

/*----topheader-----*/

#topheader {
	padding: 5px 0px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	
}

#topheader .abbonamenti h1 {
	padding: 5px 0px;
}

#topheader .abbonamenti h1 strong {
	color: #000080;
}

.abbonamenti {
	float: left;
	height: 20px;
}


.ricerca {
	margin-left: 420px;
	text-align: right;
	height: 20px; 
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.ricerca a {
	height: 20px;
}

.adsgoogledx {
	text-align: center;
	margin: 15px 5px;
}

/*----topheader-----*/

/*----middleheader-----*/

#middleheader {

	height: 96px;
	background-image: url(images_header/sfondoblu.jpg);
	background-position: top;
	background-repeat: repeat-x;	
	vertical-align: middle;
	border-bottom: 1px solid white;
}

.logo {
	float: left;
}

#banner {
	padding: 15px 10px;
	margin-left: 280px;
	text-align: right;
}

/*----middleheader-----*/

/*----menunavigazione-----*/


#menunavigazione {
	height: 35px;
	background-image: url(images_header/sfondogrigio.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top:12px;
	list-style-type: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#menunavigazione ul, #footer ul {
	margin: 0px;
	padding: 6px 0px;
}

#menunavigazione a, #footer a {
	padding: 2px 3px;
}

#footer a {
	padding: 0px;
}

#menunavigazione li, #footer li {
	display: inline;
	margin-left: 2px;
}


#menunavigazione a:link#current,
#menunavigazione a:visited#current,
#menunavigazione a:hover {
    border-top: 5px solid #fff;
    background: transparent;
    color: #646464;
    font: weight;
}
#bold {
	float: left;
	font-weight: bolder;
}
/*----menunavigazione-----*/

/*------------FINE HEADER---------------------*/

