a:link {
	color: green;
	text-decoration: none;
}

a:visited {
	color: Teal;
	text-decoration: none;
}

a:hover {
	color: #FFA500;
	text-decoration: none;
}

html {
	background: #E6E4ED url(/images/layout/sfondo.gif) repeat;
	font-family: Trebuchet MS;
	font-size: 80%;
	text-align: justify;
}

body {
	width: 760px;
	margin: 10px auto;
	background-color: #E6E4ED;
	/*padding: 5px;*/
	/*border: 1px solid black;*/
}

/* ------ PARTE SUPERIORE ------ */

#testata {
	width: 760px;
	height: 129px;
	background: url(/images/layout/testata.jpg) no-repeat;
}

h1 {
	display: none;
}

/* ------ MENU ------ */

#menu {
	width: 190px;
	/*min-height: 200px;*/
	padding: 5px 0px 10px 0px;
	background: url(/images/layout/menu/sfondo.jpg) no-repeat top left;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	text-align: center;
	/*text-transform: uppercase;
	line-height: 40px;*/
	float: right;
	/*border: 1px solid black;*/
}

#menu a {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
}

#menu span {
	display: none;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	height: 33px;
	/*border: 1px solid black;*/
}

#home a {background-image: url(/images/layout/menu/home.gif);}
#home a:hover {background-image: url(/images/layout/menu/home_hover.gif);}

#chi_siamo a {background-image: url(/images/layout/menu/chi_siamo.gif);}
#chi_siamo a:hover {background-image: url(/images/layout/menu/chi_siamo_hover.gif);}

#opere a {background-image: url(/images/layout/menu/opere.gif);}
#opere a:hover {background-image: url(/images/layout/menu/opere_hover.gif);}

#contatti a {background-image: url(/images/layout/menu/contatti.gif);}
#contatti a:hover {background-image: url(/images/layout/menu/contatti_hover.gif);}

.accesskey {
	text-decoration: underline;
}

/* ------ CENTRO ------ */

#content {
	margin-right: 200px;
	padding-left: 10px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-align: left;
	color: red;
}

h3 {
	text-align: center;
	color: #0002ED;
}

p:first-letter {
	font-size: 120%;
}

.nascosto {
	display: none;
}

.alert {
	margin-top: 50px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: Red;
}

#risposta {
	font-weight: bold;
	color: orange;
}

.titoletto {
	font-size: small;
	font-weight: bold;
	color: Gray;
}

img {
	border: none;
}

/* ------ FOOTER ------ */

#footer {
	/*width: 100%;*/
	height: 25px;
	padding: 5px 10px 0px 10px;
	background: url(/images/layout/footer.jpg) no-repeat;
	font-family: tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	clear: both;
	/*border: 1px solid black;*/
}

#info {
	color: White;
	float: left;
	/*border: 1px solid black;*/
}

#author {
	text-align: right;
	float: right;
	/*border: 1px solid black;*/
}

/* ------ FORM ------ */

form {
	margin: 0px auto;
}

fieldset {
	padding: 5px;
	background: #EBE9F0;
	border: 1px solid white;
}

legend {
	font-weight: bold;
}

label {
	width: 150px;
	float: left;
	display: block;
	text-align: left;
}

input, textarea {
	margin-top: 2px;
	background: white;
	border: 1px solid gray;
}

.submit {
	text-align: center;
}
