@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
/*	background-image:url(../img/pagina/sfondo_pagina.png);
	background-image:url(../img/pagina/fondo_palazzi.jpg);*/
	background-image:url(../img/pagina/fondo_palazziGIALLO.jpg);
	background-color:#fff7b2;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

h1{
	color:#333;
	font-size:16px;

}

h2{
	color:#333;
	font-size:14px;
	padding-left:10px;
}

a:link {
	color: #666;
	text-decoration: none;	
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #666;
}

.testo{
	margin-top:-160px;
}



.testata{
	width:900px;
	height:80px;
	position:relative;
	margin-left:-450px;
	left:50%;
}

.logo{
	background-image:url(../img/pagina/logo.png);
	width:154px;
	height:94px;
	position:absolute;
	z-index:12;
	left:50%;
	margin-left:-430px;
	top:21px;
}

.login{
	width:200px;
	height:30px;
	position:absolute;
	z-index:3;
	left:50%;
	margin-left:250px;
	top:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:right;
}

.menu{
	width:898px;
	background-image:url(../img/pagina/barra_menu.png);
	background-repeat:no-repeat;
	padding-top:14px;
	padding-right:10px;
	height:50px;
	position:relative;
	margin-left:-454px;
	left:50%;
	z-index:10;
}

.freccia{
	height:20px;
	padding-bottom:15px;
}

.contenuto{
	width:900px;
	min-height:400px;
	position:relative;
	margin-left:-450px;
	left:50%;
	margin-bottom:40px;
}

.pannelli{
	background-image:url(../img/pagina/pannello445x150.png);
	background-repeat:repeat-x;
	width:920px;
	height:180px;
	position:relative;
	margin-left:-460px;
	left:50%;
}

.fondo_pdf{
	width:142px;
	height:69px;
	float:left;
	background-image:url(../img/fondino_pdf_ok.png);
	background-repeat:no-repeat;
	padding-left:60px;
	padding-top:10px;
		
}
	
.piede{
	background-image:url(../img/pagina/sfondo_pagina.png);
	background-repeat:repeat-x;
	width:100%;
	min-height:100px;
	position:relative;
	background-color:#333;
	color:#FFF;
}

.bottone{
	/*background-image:url(../img/Bottone_fondo_ok.png);*/
	background-image:url(../img/dettagli2/barretta.png);
	background-repeat:no-repeat;
	padding-top:8px;
	padding-left:15px;
	width:242px;
	height:29px;
	font-weight:bold;
	
}