@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
    }
	
div#container {
	display: block;
	width: 800px;
	background-color: #000;
    margin: 30px auto 0px auto;
    text-align: left;
    }
	
div#topbar {
	display: block;
	clear: both;
	width: 800px;
}

div.topbarsx {
	dispaly: inline;
	float: left;
	width: 400px;
}

div.topbardx {
	dispaly: inline;
	float: right;
	width: 400px;
	text-align: right;
	padding-top: 26px;
	color: #02a3fe;
}

.topbardx a:link {
	color: #02a3fe;
	text-decoration: none;
}

.topbardx a:visited {
	color: #02a3fe;
	text-decoration: none;
}

.topbardx a:hover {
	color: #00CCFF;
	text-decoration: none;
}

div#corponews {
	display: block;
	clear: both;
	width: 800px;
	min-height: 400px;
	background-color: #fff;
	padding-top: 30px;
}

div.cellanews {
	display: block;
	clear: both;
	width: 740px;
	margin: 0px 30px;
}

div.cellanewssx {
	display: inline;
	float: left;
	width: 250px;
	min-height: 265px;
	margin-right: 60px;
	margin-bottom: 30px;
}

div.titolonews {
	display: block;
	clear: both;
	width: 250px;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.testonews {
	display: block;
	clear: both;
	width: 250px;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

div.cellanewsdx {
	display: inline;
	float: right;
	width: 430px;
	min-height: 265px;
}
	
div#pannello {
	display: block;
	clear: both;
	width: 500px;
	padding: 50px 10px;
	margin: 150px auto 0px auto;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

div.separatore {
	display: block;
	clear: both;
	width: 600px;
	height: 5px;
	margin: 0px auto;
}

div#barrapagine {
	display: block;
	clear: both;
	width: 700px;
	margin: 0px auto 50px auto;
	text-align: center;
}

#barrapagine a:link {
	color: #02a3fe;
	text-decoration: none;
}

#barrapagine a:visited {
	color: #02a3fe;
	text-decoration: none;
}

#barrapagine a:hover {
	color: #00CCFF;
	text-decoration: none;
}
