@charset "utf-8";
/* ZetaGraphics.it © */

html,body{margin:0;padding:0}

body{
	font: 76% arial,sans-serif;
	text-align:center;
	color: #F90;
	background: #000;
}

p{margin:0 10px 10px}

a:link, a:visited{
	color: #999;
}
a:hover{
	color:#999;
	text-decoration:none;
}

h1{
	margin-left:1.2em;
	font-size:2em;
}
h2{
	margin-left:1.2em;
}

h3{
	margin-left:1.2em;
}
div#header1 {
	height:81px;
	line-height:81px;
	background: url(../img/bg_head_top2.jpg) no-repeat;
}
div#header1 ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
}

div#header1 li{
	font-size: 1.2em;
	font-weight:bold;
	display: inline;
	margin: 0;
	padding: 0;
}

#header1 a:link, #header1 a:visited{
	float: right;
	color: #333;
	margin: 0em;
	padding: 0em 1em 0em 2em;
	text-decoration: none;
}

#header1 a:hover, #header1 a:focus, #header1 a:active, #header1 a.sel_menu_1{
	color: #F60;
}

div#header2 {
	height:75px;
	background: url(../img/bg_head_bottom.jpg) no-repeat;
/*	padding-bottom:4.5em;
*/}

div#container{text-align:left}

div#content p{
	line-height:1.4;
	margin-left:1.2em;
}

div#navigation{
width: 10em;
font: 90% Arial, Helvetica, sans-serif;
}
#navigation ul{
margin: 0;
padding-left: 0;
list-style: none;
}
#navigation li{
font-size: 1.1em;
display: inline;
margin: 0;
padding: 0;
}
#navigation a:link, #navigation a:visited{
display: block;
background:#333;
color: #888;
margin-bottom:1px;
padding: 0.2em 0.6em 0.2em 0;
text-decoration: none;
text-align:right;
border-left: 5px solid #666;
font-weight:bold;
}

#navigation a:hover, #navigation a:focus, #navigation a:active{
border-left: 5px solid #F90;
text-decoration: none;
color: #F90;
background-color: #444;
}
#navigation a.menusel{
border-left: 5px solid #F90;
text-decoration: none;
color: #F90;
background-color: #444;
}

div#extra{
/*	background:;*/
}

div#footer{
	background: #222;
	color: #555;

}
div#footer p{
	text-align:center;
	margin:0;
	padding:5px 10px
}

div#container{
	width:760px;
	margin:0 auto;
	background:url(../img/background2.jpg) repeat-y;
}

#wrapper{
	margin-top:4em;
}

div#content{
	float:left;
	width:500px;
	text-align: left;
}

div#navigation{
	float:right;
	width:200px;
}
div#navigation{
	text-align:center;
}

div#extra{
	float:left;
	clear:left;
	width:200px;
}

div#footer{
	clear:both;
	width:100%;
	text-align: right;
}
input{
	background: #FFF;
	border: #333 solid 1px;
	color:#000;
}
table{
	border: none;
}
.centro{
	text-align: center;
}
.p-img{
	padding: 5px;
	position:relative;
	float:left;
}
ul {
	list-style-position: inside;
}
.immagine{
	float:right;
	margin-bottom:2em;
}