/* LAYOUT */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Comic Sans MS";
	text-align: center;
	background-color: black;
	color: white;
}

#pagina-rest {
	width: 1010px;
	margin: 0 auto;
}

#pagina-top {
	width: 1010px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#corpo {
	padding-top: 5px;
}


#piepagina {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 20px;
	font-family: Tahoma;
	font-size: 80%;
	clear: both;
}

#copyright {
	padding: 3px;
	background-color: #000;
	color: white;
	font-family: Verdana;
	font-size: 60%;
	text-align: right;
}

#colonna-sx {
	width: 220px;
	float: left;
	/*background-color: red;*/
}

#colonna-dx {
	width: 720px;
	float: right;
	text-align: right;
	padding-right: 15px;
	/*background-color: yellow;*/
}

#colonna-dx img {
	border: 1px solid black;
}

#barramenu {
	text-align: left;
	font-family: "Times New Roman";
	font-size: 120%;
	padding-bottom: 10px;
}

#barramenu ul {
	padding-left: 10px;
}

#barramenu li {
	display: inline;
	padding-left: 25px;
	background: url(images/punto.gif) no-repeat 10px;
}

.didascalia {
	font-family: verdana;
	font-size: 70%;
	text-align: left;
	padding-left: 40px;
	padding-top: 8px;
}

#boxRicercaVeloce {
	font-family: "Times New Roman";
	font-size: 100%;
	text-align: left;
	margin-left: 10px;
	border-top: 1px solid gray;
	padding-left: 5px;
	padding-bottom: 5px;
}

#formRicerca {
	margin-top: 10px;
	font-family: verdana;
}

#modulo-sx {
	font-size: 70%;
	margin-top: 40px;
	text-align: left;
	padding-left: 20px;
}

#loghi {
	margin-top: 40px;
	text-align: center;
}

#loghi img {
	border: 0;
}


select {
	margin-bottom: 2px;
}

option, input {
	background-color: #ffa;
}

.annuncio {
	font-family: Verdana;
	font-size: 80%;
	text-align: left;
	margin-bottom: 20px;
	border-top: 1px solid black;
	padding-top: 3px;
}

.foto_annunci {
	padding-top: 5px;
	text-align: right;
}

.foto_annunci img {
	margin: 4px;
}

.tasti-annunci {
	margin-top: 5px;
	padding-left: 15px;
}

.info {
	text-align: right;
}

/* LINK  e STILI LISTE */

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

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

a:hover {
   color: #ff8;
   text-decoration: underline;
}

#modulo-sx a:link {
   color: #000;;
   text-decoration: none;
}

#modulo-sx a:visited {
   color: #000;
   text-decoration: none;
}

#modulo-sx a:hover {
   color: #a80;
   text-decoration: none;
}

.tasti-annunci a:link {
   color: #004;
   text-decoration: underline;
}

.tasti-annunci a:visited {
   color: #004;
   text-decoration: underline;
}

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