/* Elementi */
#admin {
	position: absolute;
	left: 0px;
	top: 0px;
}

#contenitore {
	width:1070px;
	height:290px;
	margin-top:185px;
	margin-left:0px;
	text-align:left;
}
#admin_contenitore {
	background-color: #EEEEEE;
}
#admin_logo {
	background-color: #EEEEEE;
	padding: 10px;
	float: right;
}
#menu {
	float:left;
	display:inline;
	width:125px;
	height:280px;
	margin-left:45px;
	margin-right:20px;
	margin-top:10px;
}
#admin_menu {
	padding: 10px;
	float: left;
}

#piede {
	width:650px;
	height:10px;
	margin-top:10px;
	float:left;
	text-align:left;
	padding-left:180px;
	clear: both;
}
#corpo {
	width:830px;
	height:250px;
	margin-top:20px;
	float:left;
}
#admin_corpo {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 10px;
	clear: both;
}

/* Tag */
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666666;
	background-color: #ffffff;
	margin:0px;
	scrollbar-arrow-color:#ffffff;
	scrollbar-darkshadow-color:#EBEBEB;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color: #EBEBEB;
	background-image:url(immagini/fondo.gif);
	background-repeat:no-repeat;
	text-align:left;
	font-style: italic;
	line-height: 14px;
}
p{
	font-size: 10pt;
	color : #666666;
	padding-right:5px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a{
	text-decoration: none;
	font-weight : bold;
	color : #666666;
}
a:hover{
	color:#BBBF1B;
}
h1{
	font-size: 12px;
	color: #BBBF1B;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-family: Arial, sans-serif;
	font-style: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
ul{
	color : #666666;
	text-align: justify;
}
input, textarea, select{
	font-size : 12px;
	font-weight : bold;
	border : 1px solid;
	background-color : #ffffff;
}

/* Classi */

.bordo{
	border: 1px solid #666666;
	margin-right: 15px;
	margin-bottom: 15px;
}
.BordoInferiore {
	font-size: 12px;
	color: #666666;
	border-bottom: 1px dashed #666666;
}
.clausola {
	font-size: 9px;
	text-align: left;
	color:#AAAAAA;
}
.ImmagineBordo {
	border: 1px solid #BBBF1B;
	margin-right: 5px;
}
.home{
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	font-family: Arial, sans-serif;
	color: #888888;
	text-align:left;
	line-height:18px;
}
.Piccolo {
	font-size: 9px;
	font-weight: normal;
}
.Testo{
	text-align: justify;
}
.colonna {
	float: left;
	width: 220px;
	height:250px;
	margin-right:20px;
	overflow:hidden;
}
.titolo {
	font-size: 12px;
	color: #BBBF1B;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-family: Arial, sans-serif;
	height: 20px;
}
.colonna_testopiccolo {
	float: left;
	width: 190px;
	margin-right: 10px;
	font-size: 10px;
	line-height: 12px;
}
.immagine {
	float: left;
	width: 540px;
	height:250px;
	overflow:hidden;
}
.miniatura {
	float: left;
	width: 70px;
	height:70px;
	margin-right:20px;
	margin-bottom:20px;
}
