@charset "utf-8";
* {
	margin: 0px;
	font-family: "Trebuchet MS";
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


body {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: none;
}

#contenitore {
	background-color: #999999;
	height: 400px;
	width: 600px;
	background-image: url(../images/sfondo-proxscheda.jpg);
}

#locandina {
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 0px;
	left: 0px;
	float: left;
}

#testo {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	float: left;
	width: 430px;
}
#data {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	background-color: #666666;
	border: 1px solid #fff;
	padding-left: 5px;
	float: left;
	margin-left: 5px;
}
#titolo {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	width: 450px;
	padding-left: 0px;
	float: left;
	color: #FFFF00;
	margin-bottom: 10px;
}
#titolo img {
	border: 0px;
	margin-right: 10px;
}

#dettagli {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}
#dettagli img {
	margin-left: 35px;
	border: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#testo_clear {
	padding-top: 5px;
	padding-right: 10px;
	width: 580px;
	clear: both;
	font-size: 12px;
	padding-left: 10px;
	line-height: 13px;
	margin-top: 10px;
	position: relative;
}
#contenitore2 {
	background-color: #999999;
	height: 400px;
	width: 600px;
}
