﻿body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background: white;
	border: none;
}

div {
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size:10px
}
a:hover {
	color: #FFFF00;
}

#testo a,
#testo a:visited {
	font-size: 12px;
	color: #8C0000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
#testo a:hover {
	color: #FF0000;
}

.buttons a,
.buttons a:visited {
	display: block;
	padding: 3px;
	color: white;
	border-bottom: 1px solid #330000;
	font: 10px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.buttons a:hover,
.buttons a:active {
	background-color: #CC0000;
	color: #FFFF00;
	text-decoration: none;
}

ul#pagination {
	clear: both;
	font-size: 10px;
	font-family: Arial, sans-serif;
	margin: 0;
	margin-left: 16px;
	padding: 0;
	list-style: none;
	text-align: left;
}
ul#pagination li {
	display: inline;
	margin-left: 0;
	margin-top: 0;
	line-height: 16px;
}

ul#pagination a,
ul#pagination a:visited {
	padding: 2px 4px 2px 4px;
	height: 16px;
	line-height: 16px;
	color: white;
	border: none;
	background: none;
	text-decoration: none;
}

ul#pagination a:hover,
ul#pagination a:active {
	background: #009900;
	color: #FFFF00;
}

ul#pagination li#currentpage a,
ul#pagination li#currentpage a:visited {
	background: white;
	color: black;
	cursor: default;
}
 
img {
    border: none;
}

#header {
	border: none;
	height: 86px;
	background: #8C0000;
}

#logo {
	margin-top: 1px;
	float: left;
}

#banner {
	text-align: center;
	width: 35%;
	height: 35px;
	float: left;
	margin-top: 0px;
}

#banner-left {
	margin-top: 20px;
}
#banner-left a,
#banner-left a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}

#wrapper-top-right {
	float: right;
	width: 120px;
	height: 60px;
	text-align: right;
}

#bannermini {
	height: 35px;
	margin-top: 10px;
	margin-right: 10px;
}

#data-ora {
	height: 15px;
	margin-right: 10px;
	font: 10px Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: white;
	z-index: 1000;
}

#header2 {
	clear: both;
	height: 11px;
	background: black;
}

#menu1 {
	clear: both;
	height: 16px;
	line-height: 16px;
	background: #006600 url(immagini/ts.gif) no-repeat 1px 0px;
}

#maintot {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	background: white url(immagini/sfondopagina.gif) repeat-y left;
}
* > #maintot {
	margin-top: 2px;
}

#main {
	width: 780px;
	/* Per avere un'altezza minima del contenuto (e del menu laterale)
	aggiungi qui, ad esempio, la regola: height: 700px; */
	z-index: 50;
}

#buttonscontainer {
	width: 150px;
	float: left;
	text-align: center;
	background: #8C0000 url(immagini/sfondomenu3.gif) no-repeat top left;
}

#testo {
	float: left;
	width: 600px;
	padding: 12px 20px;
	padding-right: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

#testo p {
}


#up-footer {
	clear: both;
	height: 40px;
	background: white url(immagini/sfondopagina.gif) repeat-y left;
}


#counter {
	float: left;
	width: 150px;
	text-align: center;
}

#w3c-links {
	width: 620px;
	float: left;
	text-align: right;
}

#w3c-links p, #counter p {
	padding: 0;
	margin: 0;
}


.note {
	margin-top: 15px;
	border-top: 1px solid silver;
	padding-top: 15px;
	font: 10px Verdana, Arial, sans-serif;
	color: #333333;
	text-align: justify;
}

#footer {
	clear: both;
	height: 30px;
	background: white;
	text-align: right;
	border-top: 1px solid #990000;
	font: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: normal;
	color: #333333;
	z-index: 51;
}




.clear-sinistra {
	clear: left;
}
.clear-destra {
	clear: right;
}
.clear-sinistra-destra {border-top: 0;
	clear: both;
	}
