a, a:visited {color: Yellow;}
a:hover {color: Lime; text-decoration: none;}

#footer a, #footer a:visited {color: Blue;}
#footer a:hover {color: red;}

html {
	background: #CCCCCC;
	font-family: Trebuchet MS, tahoma, verdana, sans-serif;
	font-size: 90%;
}

body {
	margin: 50px 0px 0px 0px;
}

/* ------ TESTATA ------ */

#testata {
	height: 140px;
	margin-bottom: 20px;
	background: url(/images/layout/testata/logo.gif) no-repeat;
	/*border: 1px solid black;*/
}

#testata_sfondo {
	width: 330px;
	height: 206px;
	background: url(/images/layout/testata/sfondo.gif) no-repeat;
	position: absolute;
	top: -50px;
	right: -50px;
}

#testata_sfondo a {
	width: 100%;
	height: 100%;
	display: block;
	/*border: 1px solid black;*/
}

h1 a {
	/*width: 70%;*/
	height: 120px;
	display: block;
	/*border: 1px solid black;*/
}

#testata span {
	display: none;
}

/* ------ CENTRO ------ */

#container {
	width: 760px;
	margin: 0px auto;
	padding: 20px;
	background: url(/images/layout/container/sfondo.gif);
	color: White;
	position: relative;
	/*color: #43464D*/
}

/* angoli */

#container_top_sx, #container_top_dx, #container_bott_sx, #container_bott_dx {
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	position: absolute;
}

#container_top_sx {
	background-image: url(/images/layout/angoli/container/top_sx.gif);
	top: 0px;
	left: 0px;
}

#container_top_dx {
	background-image: url(/images/layout/angoli/container/top_dx.gif);
	top: 0px;
	right: 0px;
}

#container_bott_sx {
	background-image: url(/images/layout/angoli/container/bott_sx.gif);
	bottom: 0px;
	left: 0px;
}

#container_bott_dx {
	background-image: url(/images/layout/angoli/container/bott_dx.gif);
	bottom: 0px;
	right: 0px;
}

#container_sfondo {
	width: 299px;
	height: 161px;
	background: url(/images/layout/container/strada.gif) no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

/* ------ TESTO ------ */

#testo {
	width: 450px;
	padding: 5px;
	background: #34373D;
	position: relative;
}

/* angoli */

#testo_top_sx, #testo_top_dx, #testo_bott_sx, #testo_bott_dx {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	position: absolute;
}

#testo_top_sx {
	background-image: url(/images/layout/angoli/testo/top_sx.gif);
	top: 0px;
	left: 0px;
}

#testo_top_dx {
	background-image: url(/images/layout/angoli/testo/top_dx.gif);
	top: 0px;
	right: 0px;
}

#testo_bott_sx {
	background-image: url(/images/layout/angoli/testo/bott_sx.gif);
	bottom: 0px;
	left: 0px;
}

#testo_bott_dx {
	background-image: url(/images/layout/angoli/testo/bott_dx.gif);
	bottom: 0px;
	right: 0px;
}

#formula_chiusura {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	color: #FF7E28;
	text-align: center;
}

.titoletto {
	font-size: 80%;
	color: Gray;
	font-weight: bold;
	text-align: center;
}

/* ------ SEZIONE ------ */

.sezione {
	width: 269px;
	font-size: 90%;
	position: relative;
	z-index: 10;
}

.sezione_titolo {
	height: 20px;
	padding: 3px 0px 0px 0px;
	background: url(/images/layout/sezione/titolo.gif);
	text-align: center;
	/*border: 1px solid black;*/
}

.sezione_testo {
	margin-top: 5px;
	padding: 5px;
	background: url(/images/layout/sezione/testo.jpg) no-repeat;
	/*border: 1px solid black;*/
}

.sezione ul {
	 margin: 0px;
	 padding: 5px 0px 0px 20px;
}

/* ------ ALTRO ------ */

img {
	border: none;
}

.foto {
	width: 200px;
}

a.thumbnail img {border: 1px solid white;}
a.thumbnail:hover { font-size: 101%; }
a.thumbnail:hover img {border: 1px solid yellow;}

p {
	margin: 4px 0px;
}

#risposta_ok, #risposta_no {
	padding: 0px 3px;
	font-weight: bold;
	color: White;
}

#risposta_ok {
	background: green;
}

#risposta_no {
	background: red;
}

.nascosto {
	display: none;
}

.esposto {
	display: inline;
}

/* ------ FOOTER ------ */

#footer {
	margin-top: 10px;
	font-size: 80%;
	text-align: center;
}

/* ------ FORM ------ */

fieldset {
	margin: 0px auto;
	border: none;
}

label {
	width: 100px;
	display: block;
	float: left;
}

input, textarea {
	margin-top: 2px;
	border: 1px solid #34373D;
	background: #E4E0DC;
}

.submit {
	text-align: center;
}
