@charset "utf-8";
/* CSS Document */

html {
	min-width: 800px;
}

/*body,td,th*/
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #131347;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0 0 4px;
	color: #000080;
	font-size: 13px;
	border-bottom: solid 1px #8CBAD0;
}

h2 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
}

p.piccolo {
	font-size: 9px;
	margin: 10px 0;
	padding: 10px 0;
	border-top: solid 1px #8CBAD0;
	border-bottom: solid 1px #8CBAD0;
}

a {
	color:#8CBAD0;
	text-decoration: none;
}

a:hover {
	color: #999;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/*testata*/

#preferiti {
	width: 800px;
	height: 20px;
	text-align: right;
	float: left;
	clear: both;
}

#preferiti a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#testata {
	width: 800px;
	height: 150px;
	float: left;
	clear: both;
}

#menu {
	width: 800px;
	height: 23px;
	float: left;
	clear: both;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#menusx {
	float: left;
}

#menudx {
	float: right;
	text-align: right;
}

.info {
	font-size: 19px;
}

#menu a {
	color: #fff;
}

#menu ul {
	list-style: none;
	margin: 5px 0 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	color: #8AD9FA;
	font-size: 12px;
	background: url(/image/pixelsky2.png) no-repeat 0 4px;
	margin: 0 0 0 8px;
	padding: 0 0 0 12px;
}

#menu ul li a:hover {
	color: #fff;
}

/*corpo*/

#corpo {
	width: 800px;
	float: left;
	clear: both;
	background-color: #fff;
}

/*colonna sinistra con menu*/

#colonnasx {
	width: 186px;
	float: left;
	font-size: 9px;
}

#colonnasx ul {
	margin: 16px 0 0;
	padding: 0;
	list-style:none;
}

#colonnasx ul li {
}

#colonnasx ul li a {
	display: block;
	margin: 0;
	padding: 5px 0 5px 26px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	background: url(/image/blu.gif) no-repeat 5px 3px #C0D9E5;
	border-bottom: 1px solid #fff;
}

#colonnasx ul li a:hover {
	background-color: #D9E8F0;
}

#colonnasx ul li img {
	display: none;
}

.titolo {
	display: block;
	margin: 0;
	padding: 5px 0 5px 26px;
	color: #000080;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #8CBAD0;
}

#colonnasx img {
	padding: 20px 0 0;
}

.blink {
	padding-bottom: 10px;
	color: #000080;
	font-size: 12px;
	font-weight: bold;
}

/*contenuti*/

#contenuto {
	width: 594px !important; width /**/:614px;
	float: right;
	padding: 18px 10px 10px;
}

#contenuto img {
	padding: 0 0 20px;
}

/*footer*/

#footer {
	width: 800px;
	height: 26px !important; height /**/:40px;
	margin: 0;
	padding: 14px 0 0;
	float: left;
	clear: both;
	background-color: #000080;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

#stat {
	width: 800px;
	height: 28px !important; height /**/:40px;
	margin: 0;
	padding: 12px 0 0;
	float: left;
	clear: both;
	text-align: center;
}