html,body{
	margin:0;
	padding:0;
}

body{
	font-family: Arial,Helvetica,sans-serif;
	font-size:76%;	
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 1.6em;
	text-align:center;
	color:#000;
}


p{	
	margin: 5px 0;
}

form{
	margin:0;
	padding:0;
}

a:link    {color: #1985b2; text-decoration: none}
a:visited {color: #1985b2; text-decoration: none}
a:hover   {color: #333; text-decoration: underline}
a:active  {color: #1985b2; text-decoration: none}


h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin:0;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

h1{
	background: url('/template/images/titolo_pagina.gif') repeat-y top left;
	font-size:1em;
	font-weight:bold;
	height:19px;
	line-height:19px;
	text-align:center;
	margin-bottom: 5px;
}

h2{
	font-size: 150%;
	line-height: 1.3em;
	margin:.4em 0;
}

h3{
	font-size: 130%;
	line-height: 1.3em;
	margin:.3em 0;
}

input, textarea, button, select{
	border:1px solid #1885b1;
	background:#fff;
	color:#5a5a5a;
}


div#container{}


div#containerInterno{}


div#header{
	position:relative;
	background: url('/template/images/header.jpg') no-repeat top left;
	height:112px;
}

div#header h1{
	display:none;
}
	
div#header img{
	margin: 29px 5px 26px 5px;
	border:0;
	float:left;
}


div#navigatoreTop{ 
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	color: #ccc;
	border-bottom:none;
	
}

/*div#navigatoreTop p{
	margin:0;
	padding:0;
	padding-left: 5px;
	padding-right: 5px;
	color:#fff;
	
}*/

div#navigatoreTop ul {
	
	float: left;
	width: 100%;
	list-style: none;
	margin:0;
	/*margin-top:55px;*/
	padding:0;
	border-bottom: 3px solid #1885b1 /*#e7e4df*/;
}

div#navigatoreTop ul li{
	float: left;
	margin: 0 0.4em 0;
	padding: 0;
	
}

div#navigatoreTop ul li a{
	float: left;
	padding: 0 0 0 0.5em;
    text-decoration: none;
    color: #fff;
    background: url('/template/images/pulsante.gif') no-repeat top left;
	font-weight:bold;
}

div#navigatoreTop a:link , div#navigatoreTop a:visited, div#navigatoreTop a:active{
	color: #fff;
}
 
div#navigatoreTop a:hover{
	color: #fbf32e;
}

div#navigatoreTop span{
	float: left;
	padding: 0.5em 0.5em 0 0;
	background: url('/template/images/pulsante.gif') no-repeat top right;
    cursor: pointer;
 }

#content{
	padding: 0 15px;
	/*border-left:1px solid #1181af;
	border-right:1px solid #1181af;*/
}

#content li {
	line-height: 21px;
} 

div#content p{
	line-height:1.4
}

div#paginazione{
	border-top: 1px solid #ccc;
	padding:3px;
	
}
a.paginazione{
	border: 1px solid #ddd;
	background:#f7f7f7;
}

a.paginazione:hover{
	background:#ddddf7;
}

a.paginazioneCurrent{
	background:#ddddf7;
}



div#extra div{
	padding-left: 4px;
}

div#navigation h2{
	margin-top:0;
	background: url('/template/images/menu.gif') repeat-y top left;
	font-size:1em;
	font-weight:bold;
	height:19px;
	line-height:19px;
	text-align:center;

}

div#extra h2{
	margin-top:0;
	background: url('/template/images/menu_right.gif') repeat-y top left;
	font-size:1em;
	font-weight:bold;
	height:19px;
	line-height:19px;
	text-align:center;
}

div#briciola{
	margin:0;
	/*margin-left:180px;
	margin-right:200px;*/
	padding:5px 0;
	width:auto;
	background:transparent;
	/*border-left:1px solid #f7f7f7;
	border-right:1px solid #f7f7f7;
	*/
}

div#briciola a{
	font-size:90%;
}

/*div#briciola a:link,div#briciola a:visited{
	color:#f00;
}*/

/*div#briciola a:hover,div#briciola a:active{
	color:#f00;
}*/


div#footer {
	text-align: right;
	font-size: 90%;
	border-top:1px solid #1885b1;
}

div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0}

