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:#333; 
	background-color:#cbe5f2;
	background-image: url(/template/images/sfondo_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p{	
	margin:0 0 15px 0;
	line-height:1.5em;
	text-align:left;
}

form{
	margin:0;
	padding:0;
}

a:link, a:visited, a:active    {
	color:#000099;
	text-decoration:none;
}

a:hover {
	color:#ff33cc;
	text-decoration:none;
}


h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin:0;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

h1{
	margin: 20px 0px 30px ;
	
	font-size:300%;	
	font-weight:normal;
	color:#5f96b4;
}

h2{
	margin:0 0 12px 0;
	font-size:1.6em;
	font-weight:normal;
	color:#5f96b4;
}

h3{
	margin:0 0 10px 0;
	font-size:1.2em;
	font-weight:normal;
	color:#5f96b4;
}

input, textarea, button, select{
	border:1px solid #999;
	background:#fff;
	color:#5a5a5a;
}


div#sfondo_bottom{	
	background-image: url(/template/images/sfondo_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin:0;
	padding-bottom: 30px;
}


div#container{
	margin: 10px auto;
	background-color:#fefeff;
}

div#container_top{
	width: 910px;
	height: 5px;
	background : url(/template/images/container_top.jpg) repeat-y 0 0;
	
}

div#container_border_cornice{
	background : url(/template/images/container_border_cornice.jpg) repeat-y 0 0;
}

div#container_border{
	background : url(/template/images/container_border.jpg) no-repeat 0 0;
}

div#container_border_footer{
	background : url(/template/images/border_footer.jpg) no-repeat 0 0;
	height: 19px;
}

div#header{
	position:relative;
	height:205px;
 	background : url(/template/images/container_top.jpg) repeat-y 0 0;
}

div#header h1{
	display:none;
}


div#navigatoreTop{ 
	clear:both;
	height:40px;
	margin:0;
	padding:0;
	width:100%;
	background: url(/template/images/container_border_cornice.jpg) repeat-y 0 0 transparent;
}

/*
div#navigatoreTop p{
	margin: 0;
	padding:0;
	text-align:center;
	background:transparent;
	color: #fafafa;
}

div#navigatoreTop a{
	padding: 0 20px;
	height: 40px;
	line-height:40px;
}

div#navigatoreTop a:link , div#navigatoreTop a:visited, div#navigatoreTop a:active{
	color:#000;
}
 
div#navigatoreTop a:hover, div#navigatoreTop a:focus {
	color: #cbe5f2;
	text-decoration: underline;
}
*/
#wrapper{}

#content{}

div#contentInterno{
	padding: 30px;
	padding-bottom: 10px;
}

#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#navigation {}

div#navigation_content {
	padding: 30px 80px 30px 20px;
}

div#navigation h2, div#extra h2{
	
	color:#5f96b4;
	font-size: 18px;
	font-weight: normal;
	padding: 15px 0 8px 5px;
	text-transform: capitalize;
}

div#extra{}

div#extra_content {
	padding: 30px 20px 30px 100px;
}


div#extra input{
	margin:3px 0;
}


div#footer {
	text-align: right;
	font-size: 90%;
}

div#footer p{
	margin:0;
	color:#555;
	padding:0px 60px;
	text-align: right;
	list-style: 16px;
}


div#footer a:link, div#footer a:visited, div#footer a:active {
	display:inline;
	color:#555;
	padding:0
}

div#footer a:hover {	
	color:#f00;
	padding:0
}

.error{
	color:red;
}


