html {
	
}
body {
	background-color: #F7F7F7;
	background-attachment:fixed;
	background-image:  url(../_images/Old/layout/linea_base.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

a{
	color: #990000;
}
#container {
	height: 35em;
	width: 50em;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;	/*
	background-image:  url("../_images/layout/zfondo.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	*/
}
#fiore {
	height: 100%;
	width: 190px;
	border: 1px solid #990000;
	margin-right: 0px;
	margin-left: auto;
	background-color: #F7F7F7;
	display:block;
	background-image:   url(../_images/Old/layout/fiore.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 15;
}

#menu {
	width: 190px;
	position: absolute;
	top: 13em;
	right: 1em;
	text-align: left;
	z-index: 16;
	font-size: 70%;
	/*font-weight: bold;*/
}
/*
#menu div.elenco {
	position: absolute;
	top: 14em;
	left: 2em;
	width: 50%;
	list-style-type: none;
}*/
#menu ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin-bottom: 1em;
	text-align: left;
	display: block;
	width: 100%;
	background-color: #FFFFFF; 
}

#menu a {
	display: block;
	height: auto;
	width: 98%;
	text-decoration: none;
	padding: 1%;
	border-top: 1px solid #CA0000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	border-left: 1px solid #CA0000;
	
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
}
#menu a span {
	left: 1.6em;
	top: -10em;
	}
#menu a:link {
	color: #6C71A9;
}
#menu a:visited {
	color: #996633;
}
#menu a:active, #menu a:hover {
	color: #CC3300;
	background-color: #FFE6BF;
}
#menu a:active span, #menu a:hover span {
	visibility:visible;
	color: #FFFFFF;
}
#menu a.littleText {
	font-size: 80%;
	padding-left: 1.5em;
}
#logo {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 1em;
	height: 3em;
	z-index: 5;
}
#logo div.line {
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 1;
	border-top: 1px solid #990000;
}
#logo  img {
	border: 1px solid #990000;
	position: absolute;
	left: 2em;
	top: 0em;
	width: 6em;
	height: 3em;
	z-index: 2;
}
#base {
	position: absolute;
	height: 410px;
	width: 592px;
	left: 0.2em;
	top: 5em;
	overflow: auto;
}
#testo {
	width: 100%;
	font-size: 84%;
	text-align: left;
	line-height: normal;
}
#testo img {
	margin: 5px 10px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: -2em;
	left: 0%;
	width: 100%;
	text-align: center;
	font-weight: normal;
	height: 1em;
	line-height: 1em;
	z-index: 1;
	/*vertical-align: middle;*/
}
#footer h1 {
	font-size: 60%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #990000;
}
#titolo {
	width: 605px;
	position: absolute;
	top: 0em;
	left: 0em;
	z-index: 2;
	height: 114px;
}
#titolo img {
	height: 5em;
	width: 38em;
}

/*    classi    */
.clear {
	clear: both;
}
fieldset {
	padding: 1em;
	border: 1px solid #DFECFF;
}
fieldset legend {
	font-weight: bold;
}
fieldset label {
	display: block;
}
fieldset form {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea:hover {
	background-image: url(/_images/Old/layout/script.png);
	background-repeat: no-repeat;
}
.fieldWidth {
	width: 100%;
}
.field {
	border: 1px solid #990000;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-color: #FFF4F4;
}
.button {
	background-color: #FFFFFF;
	border: 1px solid #990000;
	margin: 0px;
	padding: 0px;
	width: 9em;
}
.button:hover {
	background-color: #DFECFF;
}
blockquote {
	background-color: #FFFFF4;
	margin-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	margin-right: 1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
span.descrizione{
	width: 17em;
	border: 1px solid #FFFFFF;
	position: absolute;
	font-size: 80%;
	font-weight: normal;
	padding: 0.4em;
	text-align: left;
	color: #FFFFFF;
	display: block;
	
	background-color: #6C71A9;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	visibility: hidden;
	
}
