/*stili per mala_03_*/
html,body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	text-align: center
	
}
/*stili per il layout*/
#pos{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #fc0;
	border-left: 1px solid #fc0;
	}
#back{
	background-color:#fff;
	background-image:url(img/logo.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:233px;}
#back1{
	background-color:#fff;
	background-image:url(img/logo1.gif);
	background-repeat:no-repeat;
	height:134px;
	background-position: right top;
}
#cont{
	padding-left: 0px;
}
.nav{
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
}
#pie{
	text-align:center;
	padding: 5px 15px;
    background-color: #fc0; 
	color: #000}

#pie img{
	vertical-align:middle}

/*stili per navigare*/
a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:hover,a.attivo,h2 {
	color: #000;
	background-color:#Fc0;
	font-weight:bold;
	text-decoration:underline;
	font-size: 10px;
}
h2,p {
	padding-left: 15px;
	padding-right: 15px;
}
#pie a:hover{
	font-weight: normal;}	
#cont a:hover {
	background-color:#fc0;
	color:#000;
}

h1{
	
	font-size:20px;
	font-weight: bold;}
#cont img{
	border: 2px solid #fc0; 
}	

#cont table {
	width: 100%;
	margin:5px;
	padding: 0px;}


/*stili per navigare da logo in alto*/
ul#maplogo {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	width:321px;
	height:134px;
	background:url(img/logo2.gif) no-repeat;
}
ul#maplogo li {
	display:block;
	position:absolute;
	margin:0;
	padding:0
}
li#maplogo-link {
	left:0;
	top:0;
	width:321px;
	height:134px
}
#maplogo a {
	display:block;
	width:100%;
	height:100%;
	background-image: url(img/back_home.gif);
}
#maplogo .alt { 
	display:none }
